2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-29 04:57:52 +00:00

4002 Commits

Author SHA1 Message Date
jelte
e2c01932a3 [master] fix one build issue 2011-03-11 17:41:29 +00:00
Jelte Jansen
19a98f3b7a [master] removed some LDADD deps that are now unneeded 2011-03-11 16:29:54 +01:00
Jelte Jansen
76022a7e9f [master] Merge branch 'trac495'
Conflicts:
	src/lib/Makefile.am
	src/lib/asiolink/Makefile.am
	src/lib/asiolink/tcp_socket.h
	src/lib/asiolink/tests/Makefile.am
	src/lib/nsas/asiolink.h
	src/lib/resolve/recursive_query.cc
2011-03-11 16:11:46 +01:00
Jelte Jansen
454739d105 [trac495] address review comments 2011-03-11 11:01:09 +01:00
zhanglikun
11889ab357 [master] Changelog 2011-03-11 09:51:00 +08:00
zhanglikun
9efbe64fe3 [trac661]Add test data file message_fromWire9 to EXTRA_DISTOF 2011-03-11 09:24:17 +08:00
zhanglikun
7e385db1cb [trac661] Update the comments in test data file 2011-03-11 09:09:13 +08:00
JINMEI Tatuya
385a9f81dd [master] changelog for #683 2011-03-10 10:24:23 -08:00
JINMEI Tatuya
420ec42bd9 Merge branch 'trac683' 2011-03-10 10:18:06 -08:00
Stephen Morris
1ecb969fc1 [master] ChangeLog entry for Trac 499 2011-03-10 09:27:40 +00:00
Stephen Morris
4c05048ba0 [master] Merge branch 'trac499'
Conflicts:
	src/lib/server_common/tests/Makefile.am
2011-03-10 09:23:11 +00:00
Jelte Jansen
d6f5790839 Merge branch 'master' of ssh://bind10.isc.org/var/bind10/git/bind10 2011-03-10 09:43:49 +01:00
Jelte Jansen
cba9add1f6 [master] add a few missing LDADDS to lib/server_common/tests 2011-03-10 09:18:00 +01:00
JINMEI Tatuya
f7d2e62980 Merge branch 'trac610' 2011-03-09 23:57:25 -08:00
JINMEI Tatuya
0cd6c3812b [trac610] (re)removed bindctl-source.py.in which was re-added by accident. 2011-03-09 23:56:39 -08:00
JINMEI Tatuya
bf0b8426e2 [trac683] fixed root name matching bug in rbtree.
I added test cases for the bug, of course, and I also needed to change
the definition and tests for RBTreeNodeChain::RBT_MAX_LEVEL because this
fix changed the tree structure when the root node is contained.

The special case in find() and insert() due to the root name is
counter intuitive, but for now we need it to make it work correctly.
In near future for performance enhancements, I have a plan to update
the internal to support the notion of "label sequences" where a
sequence may not always be terminated with ".".  I expect we can
simply the code around this when this happens.

Proposed changelog:
{{{
  195.?	[bug]		jinmei
	b10-auth, src/lib/datasrc: the backend of the in-memory data
	source could not handle the root name.  As a result b10-auth could
	not work as a root server when using the in-memory data source.
	(Trac #683, git TBD)
}}}
2011-03-09 16:56:39 -08:00
Michal 'vorner' Vaner
a84eadd788 [trac610] Test work with separate builddir
If we ask python to import module.submodule, it gets the first module/
directory with __init__.py in it. This is a problem if our module
(actually bindctl program) has some generated and some ready files.

So this uses the module.submodule only for the not generated ones, and
has module/ directly in path for the generated (we import submodule, not
module.submodule). This is only in the test.
2011-03-09 23:42:52 +01:00
JINMEI Tatuya
d39787aa43 [trac610] added tests for --csv-file-dir
For testing purpose I also renamed bindctl-source.py to bindctl_main.py.
I needed to replace dash with underscore to use it in an import statement,
and _main seemed to better explain what it is than _source, so I also
renamed that part.
2011-03-09 13:20:39 -08:00
Stephen Morris
ba92da6356 [trac499] Return data back to the client in udpSendReceive test
In a previous change, nothing was being returned to the client in
the UDOP send/receive test.  This was only detected on the Mac.
This change fixes that problem.
2011-03-09 11:17:35 -08:00
Stephen Morris
7c38ee8fab [trac499] Change where client's asynchronous send is waited for
Previously the client sent a message asynchronously to the server and the
server synchronously received it.  Then the code waited for the client send
to complete.  However, this hangs under Solaris.  So now the wait occurs after
the asynchronous send but before the synchronous receive, which Solaris can
apparently cope with.
2011-03-09 18:09:09 +00:00
Stephen Morris
b1bc4d63d5 [trac499] Minor updates
Added newline to end of io_message.h (missed that file in a previous
update) and disabled debug messages in the IOFetch unit test.
2011-03-09 14:52:12 +00:00
Stephen Morris
a0d91794e1 [trac499] Modify send size in tests
In the IOFetch unit test, modify the send buffer size to match the
size of the TCP socket send buffer in a bid to solve problems with
the test on FreeBSD.
2011-03-09 14:40:20 +00:00
Stephen Morris
db57bdd2f3 [trac499] Add missing newlines to the end of some files
... which causes Solaris to complain - loudly.
2011-03-09 14:19:36 +00:00
Jeremy C. Reed
08d1977537 [master] remove "[XX] got an answer debugging" output
okayed via jabber
2011-03-09 07:48:48 -06:00
Stephen Morris
87d58087b7 [trac499] Merge branch 'master' into trac499
Conflicts:
	src/lib/asiolink/Makefile.am
	src/lib/asiolink/io_fetch.cc
	src/lib/log/Makefile.am
2011-03-09 12:44:59 +00:00
Stephen Morris
827babb0d6 [trac499] Add library dependencies to server_common tests
The link was failing on Ubuntu because the loader was not able to
find some libraries referred to by libserver_common.  Adding the
libries explicitly in the link solves this problem.
2011-03-09 12:22:40 +00:00
Stephen Morris
290bbf2d7c Merge branch 'trac622' 2011-03-09 11:44:07 +00:00
Michal 'vorner' Vaner
86d0ba9023 [trac610] Typos 2011-03-09 11:02:40 +01:00
Michal 'vorner' Vaner
1ac4ea1a69 [trac610] Newlines fix
The '\n' is not expanded here, which leads to sending it verbatim to
bindctl. Replaced with real newlines.
2011-03-09 11:01:08 +01:00
zhanglikun
002aa60f46 [trac661] Changelog 2011-03-09 17:12:22 +08:00
zhanglikun
3a6535a462 [trac661] Remove expired message entries when looking up the message cache 2011-03-09 17:06:44 +08:00
Michal 'vorner' Vaner
58da05cd5f Merge branch 'master' of git+ssh://bind10.isc.org/var/bind10/git/bind10 2011-03-09 09:43:50 +01:00
JINMEI Tatuya
bf8ba76aed [trac610] added a new system test, "bindctl".
It checks some basic management operations using bindctl, including
stopping/starting the auth server, checking statistics, and replacing
data source.
2011-03-08 16:56:44 -08:00
JINMEI Tatuya
416fcf7eb6 Merge branch 'master' of ssh://bind10.isc.org/var/bind10/git/bind10 2011-03-08 16:12:45 -08:00
JINMEI Tatuya
64978870d1 [master] editorial cleanup: removed incorrect comment 2011-03-08 16:12:13 -08:00
JINMEI Tatuya
b4149e03fd [trac610] added a new option --csv-file-dir to bindctl.
this options allows the user to change the directory that stores the user/pass
CSV file.  it's mainly intended for the covenience of tests.
2011-03-08 14:58:07 -08:00
Michal 'vorner' Vaner
a447b8e583 Changelog for #657 2011-03-08 23:51:08 +01:00
Michal 'vorner' Vaner
e0863720a8 Merge branch 'work/busyloop' 2011-03-08 23:41:01 +01:00
JINMEI Tatuya
03de120c11 [trac610] an unrelated cleanup: removed FakeBindCmdInterpreter, which is not necessary for tests. 2011-03-08 14:08:05 -08:00
Jeremy C. Reed
241571157d [master] git object for latest change 2011-03-08 14:37:55 -06:00
Jeremy C. Reed
65a77d8fde [master] Use :: and 0.0.0.0 for b10-auth (trac #649)
Listen on the IPv6 (::) and IPv4 (0.0.0.0) wildcard addresses
for b10-auth. This returns to previous behavior prior to
change #184. Document the listen_on configuration in manual.
(Trac #649)
2011-03-08 14:36:35 -06:00
Michal 'vorner' Vaner
9287cc8f31 Merge remote-tracking branch 'origin/trac657' into work/busyloop 2011-03-08 21:19:41 +01:00
Michal 'vorner' Vaner
34eaa7c5e8 [trac657] Use OS-independent error messages
The asio wraps them, so we can be portable.
2011-03-08 21:17:34 +01:00
Jelte Jansen
0eefd8be74 Merge branch 'master' of /var/bind10/git/bind10 2011-03-08 14:31:08 +00:00
Jelte Jansen
2be9594e5c [master] fix for build problem on debian 2011-03-08 14:30:50 +00:00
Jeremy C. Reed
17f4eab177 [trac617] Merge branch 'master' into trac617 2011-03-08 07:26:36 -06:00
Jeremy C. Reed
de2d7124bd [master] remove trailing white space from several lines. 2011-03-08 07:19:15 -06:00
zhanglikun
5b825a61a8 [trac661] Remove expired rrset entry when looking up 2011-03-08 20:36:10 +08:00
Jelte Jansen
1af89c43e9 [trac622] fixed typo in README 2011-03-08 12:23:01 +01:00
Stephen Morris
933b35dcb9 [trac499] Merge branch 'master' into trac499
Conflicts:
	src/lib/asiolink/dns_server.h
	src/lib/asiolink/recursive_query.cc
	src/lib/asiolink/tests/io_fetch_unittest.cc
	src/lib/asiolink/tests/udp_socket_unittest.cc
2011-03-08 10:10:15 +00:00