Jelte Jansen
7715c727d2
[1442] split -L and -l and add botan ldflags first
...
our debian test system has old botan libs in the library path used for gtest, making it fail with unknown algorithm errors unless botan is specified first
2011-12-01 11:07:10 +01:00
Jelte Jansen
073cae7e8f
[1314] initial addition of config and database
2011-12-01 11:04:33 +01:00
Xie Jiagui
6d921ed561
[1308] Add WILDCARD_EMPTY case in Query::process()
2011-12-01 11:27:49 +08:00
JINMEI Tatuya
144549c04a
[1389] make RR set sequence comparison independent from SQLite3 implementation
...
details. This should solve failure of some AXFR tests using SQLite3 on
some systems.
2011-11-30 14:38:36 -08:00
Tomek Mrugalski
a26b979adb
[1238] Fix in sockets6 test (now passes on Mac OS X)
2011-11-30 19:37:22 +01:00
Tomek Mrugalski
0f4dd0cf9c
[992] Getters/setters implemented in Pkt4.
...
- Implemented several getters/setters
- Added reason comments for #if 0 code (dependency on other tickets)
- New test for implemented getters/setters
2011-11-30 19:00:57 +01:00
Jelte Jansen
eb703a7e5b
[1442] only do threads check when there is no gtest-config
2011-11-30 18:54:11 +01:00
Jelte Jansen
4464612807
[1292_2] address review comments
2011-11-30 18:47:28 +01:00
Tomek Mrugalski
cbe600decb
[1238] IPv4 socket cleanup in IfaceMgr
2011-11-30 18:12:05 +01:00
Stephen Morris
c44075a407
[1383] %2 in one of the modified messages should have been %1
2011-11-30 16:44:44 +00:00
Tomek Mrugalski
eb2e8615ae
[992] Compilation hack removed after IfaceMgr moved to lib.
2011-11-30 17:10:05 +01:00
Jelte Jansen
0b5da8bd08
[1278] address review comments
2011-11-30 16:59:50 +01:00
Michal 'vorner' Vaner
7ac2166466
[1428] Drop broken sockets
2011-11-30 16:38:34 +01:00
Michal 'vorner' Vaner
96a32f0ab0
[1428] Calling the handler
2011-11-30 16:32:50 +01:00
Jelte Jansen
7019db2a44
[1442] also temporarily set ldflags and cppflags for configure test
2011-11-30 07:30:07 -08:00
Michal 'vorner' Vaner
024808d2a4
[1428] Accumulating incoming data
2011-11-30 16:25:32 +01:00
Jelte Jansen
9df50bec4e
[1442] rename log4cplus and botan make vars
...
and put them in the correct place
2011-11-30 16:08:29 +01:00
Michal 'vorner' Vaner
3a206ab523
[1428] Closing the socket
2011-11-30 16:06:02 +01:00
Tomek Mrugalski
ea709c77cd
[992] IfaceMgr moved from src/bin/dhcp6 to src/lib/dhcp
...
- IfaceMgr moved
- Added new, simple test for b10-dhcp4 daemon
- Added skeleton man page for b10-dhcp4
2011-11-30 15:32:40 +01:00
Jelte Jansen
15dffb02f1
[1442] conditionally check whether gtest needs pthread
2011-11-30 15:27:36 +01:00
Michal 'vorner' Vaner
ad90525811
[1428] Give attention to socket than needs it
2011-11-30 15:15:50 +01:00
Michal 'vorner' Vaner
936d5cad35
[1428] Accept sockets and keep them
2011-11-30 14:57:29 +01:00
Jelte Jansen
0737908f9e
[1442] initial patch to make it work (needs a bit of cleanup)
2011-11-30 14:53:58 +01:00
Michal 'vorner' Vaner
d6d7a352b0
[1428] Accept new connections
2011-11-30 14:38:53 +01:00
Michal 'vorner' Vaner
82fdeb65eb
[1428] Return stored exit code, not 0 every time
...
Piggybacking tiny fix of #213
2011-11-30 14:01:32 +01:00
Michal 'vorner' Vaner
5832af3082
[1428] Creation and removal of the socket
...
Not tested, this is too close to the OS for doing reasonable unittests.
2011-11-30 13:57:47 +01:00
Michal 'vorner' Vaner
1d24818f92
[1428] Move the boss main loop to a method
...
This will allow some testing of it. The change was verified by systest.
2011-11-30 13:19:41 +01:00
Stephen Morris
d6d90c1976
[1383] Log more detailed information on response received by NSAS
...
Not strictly part of the ticket, but added because the first tests I
did with the existing code returned NSAS_INVALID_RESPONSE messages. This
was a common error to three conditions: the change separates these
out and logs a different message for each one. It also changes the
severity of two of those conditions (which are caused by the contents
of the returned packet) from ERROR to DEBUG.
(Of course, once the change was made, the original problem could not
be reproduced...
Please enter the commit message for your changes. Lines starting
2011-11-30 10:47:49 +00:00
JINMEI Tatuya
f06cabd31d
[1389] some unrelated cleanups: removed now-meaningless comment; removed
...
redundant 'pass'
2011-11-30 00:32:50 -08:00
JINMEI Tatuya
0e945f09e0
[1389] test cleanup: extracted common setup/checks to separate methods
...
to avoid duplicates.
2011-11-30 00:31:28 -08:00
JINMEI Tatuya
c9be587715
[1389] fixed another bug in _send_message_with_last_soa(): TSIG len was
...
counted twice.
2011-11-29 23:56:11 -08:00
JINMEI Tatuya
560122414a
[1389] fixed another off-by-one bug in _send_message_with_last_soa().
2011-11-29 23:27:29 -08:00
JINMEI Tatuya
5468c7defd
[1389] fixed another small bug: take into account the length of the question
...
section. also extended tests to check the length the actual wire format
data for some specific cases.
2011-11-29 23:12:52 -08:00
JINMEI Tatuya
64853ae0cc
[1389] fixed another (somehow related), more serious bug first: take into
...
account the DNS header size. also added consideration for very large RRs
that would not even fit a single DNS message.
2011-11-29 19:49:26 -08:00
JINMEI Tatuya
1d8a592d13
[1389] (unrelated fix to existing tests) added missing rrsets_equal().
...
(I thought I did it in the IXFR tasks, but maybe I forgot to commit/push
that part)
2011-11-29 18:38:25 -08:00
JINMEI Tatuya
7132a80692
Merge branch 'master' of ssh://git.bind10.isc.org/var/bind10/git/bind10
2011-11-29 14:53:59 -08:00
JINMEI Tatuya
bd08f4f712
[master] added missing header files. it should fix build failure on freebsd
2011-11-29 14:53:38 -08:00
Dima Volodin
9682bf1860
merge trac1439
2011-11-29 15:28:41 -05:00
Michal 'vorner' Vaner
20a6000a9f
[1429] The drop_socket command
2011-11-29 19:29:37 +01:00
Tomek Mrugalski
537af1705f
[1350] Changes after review:
...
- len() returns now uint16_t type
- using pre-increment intead of post-increment
- using distance() function
- moved some simple implementation to header
2011-11-29 19:15:17 +01:00
Michal 'vorner' Vaner
1485c897a9
[1429] Error handling in _get_socket
2011-11-29 19:14:36 +01:00
Michal 'vorner' Vaner
b7ac17da54
[1429] _get_socket without error checking
2011-11-29 18:49:13 +01:00
Jelte Jansen
ada65c7115
[1292_2] s/module/backend/ [library]
2011-11-29 18:01:55 +01:00
Michal 'vorner' Vaner
b8d14d2e45
[1429] The command_handler handles get_socket
2011-11-29 17:56:11 +01:00
Jelte Jansen
966fdcc690
[1292_2] address review comments
2011-11-29 17:37:39 +01:00
Michal 'vorner' Vaner
567260cde6
[1429] The socket_request_handler
2011-11-29 15:18:01 +01:00
Dima Volodin
c789138250
[1439] -z now added for Solaris
2011-11-29 08:38:52 -05:00
Michal 'vorner' Vaner
b092df6f17
[1429] The socket_consumer_dead method
2011-11-29 14:09:39 +01:00
Michal 'vorner' Vaner
d9b851b96c
[1429] Creation of the cache
2011-11-29 13:38:54 +01:00
Michal 'vorner' Vaner
e665914a46
Changelog for #1407
2011-11-29 09:27:54 +01:00