2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-30 21:45:37 +00:00
Commit Graph

4631 Commits

Author SHA1 Message Date
Jelte Jansen
81c81d7034 [trac855] one no-strict-aliasing does not appear to be necessary anymore 2011-04-19 14:49:11 +02:00
Jelte Jansen
9b16d3b4c0 [trac855] -fno-strict-aliasing 2011-04-19 14:12:56 +02:00
Stephen Morris
50eff6d6d5 Merge branch 'master' into trac704 2011-04-19 11:09:21 +01:00
Jelte Jansen
e16c86b622 [asio_update_148] update asio to 1.4.8
had to add on -Wno-strict-aliasing to cc/Makefile.am
2011-04-19 12:06:40 +02:00
Jelte Jansen
981abdeb84 Merge branch 'master' of ssh://bind10.isc.org/var/bind10/git/bind10 2011-04-19 10:51:56 +02:00
Jelte Jansen
1781090510 [master] Add (guarded) inclusion of unistd.h for sunstudio build 2011-04-19 10:51:12 +02:00
Michal 'vorner' Vaner
5651434fff Merge branch 'work/loneconfig' 2011-04-19 09:35:09 +02:00
Michal 'vorner' Vaner
27dc0ba25f [trac810] Put README in EXTRA_DIST 2011-04-19 09:34:44 +02:00
Michal 'vorner' Vaner
ec9b5b21e9 [trac810] TODO note 2011-04-19 09:30:32 +02:00
chenzhengzhang
597a1d9a5a Merge branch 'trac749' 2011-04-19 14:06:48 +08:00
chenzhengzhang
fe0c557fa0 [trac749] Merge 'master' into trac749
Conflicts:
	src/bin/auth/auth_srv.h
	src/bin/resolver/resolver.h
	src/lib/Makefile.am
	src/lib/asiodns/dns_lookup.h
	src/lib/asiodns/io_fetch.cc
	src/lib/asiodns/io_fetch.h
	src/lib/asiodns/qid_gen.cc
	src/lib/asiodns/qid_gen.h
	src/lib/asiodns/tcp_server.cc
	src/lib/asiodns/tests/qid_gen_unittest.cc
	src/lib/asiodns/udp_server.cc
	src/lib/asiolink/Makefile.am
	src/lib/asiolink/qid_gen.cc
	src/lib/asiolink/qid_gen.h
	src/lib/asiolink/tests/Makefile.am
	src/lib/asiolink/tests/qid_gen_unittest.cc
	src/lib/asiolink/tests/tcp_socket_unittest.cc
	src/lib/asiolink/tests/udp_socket_unittest.cc
	src/lib/dns/rdata.h
	src/lib/resolve/recursive_query.cc
	src/lib/resolve/recursive_query.h
	src/lib/resolve/tests/recursive_query_unittest_2.cc
	src/lib/testutils/srv_test.cc
	src/lib/util/Makefile.am
	src/lib/util/io_utilities.h
	src/lib/util/random/qid_gen.cc
	src/lib/util/random/qid_gen.h
	src/lib/util/tests/io_utilities_unittest.cc
	src/lib/util/tests/qid_gen_unittest.cc
2011-04-19 13:56:30 +08:00
JINMEI Tatuya
604e90d1e0 [trac781] one more trivial cleanup: added space around 'return' 2011-04-18 17:11:24 -07:00
JINMEI Tatuya
dcf58b7836 [trac781] some trivial changes:
- editorial/style fixes
- constify things in trivial cases
- catch exceptions by const reference
2011-04-18 15:14:13 -07:00
Stephen Morris
ea064b169f [trac704] Add tests to check that RTT can's be set to 0
... and a test to check that setting the RTT to an absurdly high
value causes no problems.
2011-04-18 18:07:15 +01:00
Stephen Morris
5a906f923e [master] Changes to fix build under OS X/clang++
Changes were reviewed and approved in the Jabber room.
2011-04-18 06:47:56 -07:00
Jelte Jansen
f4f11a9b1c [trac781] forgot to update a doxygen 2011-04-18 13:58:38 +02:00
Jelte Jansen
74e6966d7f [trac781] add other sign() parameter options, and possibilty for truncated sigs 2011-04-18 13:55:42 +02:00
Michal 'vorner' Vaner
f65cb09eef [trac404] Cleanup some getBuffer()s
They are not needed on many places, so remove them.
2011-04-18 12:30:24 +02:00
Michal 'vorner' Vaner
cf05a54b3c [trac404] Spec size methods
One renamed to be more consistent to getFieldSpecDataSize(), other added
(getFieldSpecCount()).
2011-04-18 12:22:50 +02:00
Michal 'vorner' Vaner
95689208a5 [trac810] README about plugins 2011-04-18 10:38:53 +02:00
Michal 'vorner' Vaner
9303e9a05b [trac810] Find the plugins from build 2011-04-18 10:14:18 +02:00
Michal 'vorner' Vaner
8ac28e2101 [trac810] Fix Makefile 2011-04-18 10:10:50 +02:00
Jelte Jansen
0334c1798e [trac781] add a Crypto class for initialization (instead of static) 2011-04-18 09:39:52 +02:00
Naoki Kambe
dcd582cc0a Merge branch 'trac547-summarized' of ssh://bind10.isc.org/var/bind10/git/bind10 into trac547-summarized
Conflicts:
	src/bin/stats/tests/isc/config/ccsession.py
2011-04-18 11:18:45 +09:00
Naoki Kambe
c6947d22cd [trac547] updated docstring of the 'get_value' method and added a note there 2011-04-18 11:14:11 +09:00
Jelte Jansen
40f4efbbd9 [trac781] Remove TSIGKey from unittests too 2011-04-17 23:00:16 +02:00
Jelte Jansen
a57662d6db [trac781] remove TSIGKey from crypto api 2011-04-17 22:31:11 +02:00
Jelte Jansen
122d9611bd [trac781] review comments pt1 2011-04-17 17:42:58 +02:00
Michal 'vorner' Vaner
6ffefafd95 [master] Fix Makefile 2011-04-15 15:48:00 +02:00
Naoki Kambe
36b3290336 [trac547] added a note in docstring of the 'get_value' method.
this note is about difference from the original method.
2011-04-15 21:18:02 +09:00
Naoki Kambe
bb5efb65cb Revert "[trac547] renamed the method name according to consideration of the meaning of the original class"
This reverts commit 160b062120.
2011-04-15 20:31:32 +09:00
Stephen Morris
54cc81d718 [master] Update git version in ChangeLog entry 2011-04-15 11:58:13 +01:00
Stephen Morris
1b666838b6 [trac703] Merge branch 'master' into trac703
Conflicts:
	ChangeLog
2011-04-15 11:55:45 +01:00
Naoki Kambe
7ae7577211 [trac547] removed invalid assertions according to removing unnecessary 'group_reply' in StatsHttpd.get_stats_data() 2011-04-15 19:50:02 +09:00
Naoki Kambe
0eea320309 [trac547] added a helpful comment for anyone who has concern about the test case 2011-04-15 19:38:38 +09:00
Stephen Morris
20607bda88 [trac703] Update git version in ChangeLog 2011-04-15 11:36:13 +01:00
Stephen Morris
17106327ef [trac703] Merge branch 'master' into trac703
... master being updated shortly after the last merge.
Conflicts:
	src/lib/asiodns/io_fetch.cc
	src/lib/asiodns/io_fetch.h
2011-04-15 11:34:45 +01:00
Naoki Kambe
8eb1d7a043 [trac547] removed line feed code in the error message 2011-04-15 19:27:24 +09:00
Naoki Kambe
99c44efcd6 [trac547] made it exit at status code 1 when an exception is raised in the main routine 2011-04-15 19:25:32 +09:00
Naoki Kambe
af9f4f7fda [trac547] removed unnecessary assertion to check number of list because there can be empty list in future 2011-04-15 19:19:11 +09:00
Naoki Kambe
1ea4834d96 [trac547] removed unneccessary 'group_reply' 2011-04-15 19:12:36 +09:00
Ocean Wang
921ca1236d [master] update ChangeLog 2011-04-15 17:47:09 +08:00
Naoki Kambe
f1ac03b814 [trac547]
- added prefix 'fake_' to names of mock-up modules to be apart from builtin modules (socket, select)
 - updated class names according to above changes
 - updated and corrected docstrings
 - added NOTEs for usage into docstrings
2011-04-15 18:42:07 +09:00
JINMEI Tatuya
231b299118 [trac781] some mostly editorial cleanups: remove redudant whites, catch
exception by reference, indentation fixes.
2011-04-15 02:33:26 -07:00
Stephen Morris
06c4fa64bb [trac703] ChangeLog for Trac 703 2011-04-15 10:26:54 +01:00
Naoki Kambe
4e8ed21d6a [trac547] added docstring 2011-04-15 18:25:44 +09:00
Stephen Morris
3b42967a83 [trac703] Merge branch 'master' into trac703
Conflicts:
	configure.ac
2011-04-15 10:23:31 +01:00
Naoki Kambe
5012fabe00 [trac547] removed an unused mock-up module 2011-04-15 18:15:39 +09:00
Ocean Wang
262ac6c6fc [trac751]Merge branch 'master' into trac751
Conflicts:
	src/lib/Makefile.am
	src/lib/resolve/recursive_query.h
2011-04-15 17:12:34 +08:00
Ocean Wang
8eb32c2796 [trac751] Change $NAMESPACE from asiodns to isc::asiodns in asiodef.msg 2011-04-15 16:01:36 +08:00