2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-30 13:37:55 +00:00

8057 Commits

Author SHA1 Message Date
Jelte Jansen
7f52292565 [1442] updated some comments in configure.ac 2011-12-08 17:53:03 +01:00
Jelte Jansen
697341a7b1 [1314] address review comments
- changed udp tests to tcp tests where possible and enabled them
- added some comments about why
2011-12-08 17:40:05 +01:00
Stephen Morris
c0be7a6c0e [1383] Changes to messages as a result of review 2011-12-08 14:52:32 +00:00
Stephen Morris
bdaee9411e [1450] Modify makefiles to get this to build in BIND 10 2011-12-08 12:26:25 +00:00
Yoshitaka Aharen
e82cf73f21 Revert "Merge branch 'master' into trac510"
This reverts commit 662233a1483040da5dbc29dd9c9baf6bf0832223, reversing
changes made to b41b7dc34a8a14339a1ff9daf1d705997d9abc43.
2011-12-08 21:04:34 +09:00
Yoshitaka Aharen
777d6f3037 Revert "[510] forgot to include changes"
This reverts commit 8dcf5eebb1b81e6cdc963985daa6c80497ac8c16.
2011-12-08 21:00:39 +09:00
Yoshitaka Aharen
b705708aaf Revert "[master] update ChangeLog"
This reverts commit 83ecce54ed1ef5215f722e8339ae4a43f50ada5c.
2011-12-08 21:00:08 +09:00
Michal 'vorner' Vaner
a56e72ce1b Fix missing isInstance 2011-12-08 12:44:30 +01:00
Yoshitaka Aharen
1cd21e9381 [510] do not use BOOST_FOREACH to address build failure on Mac OS X 2011-12-08 19:51:44 +09:00
Michal 'vorner' Vaner
318dceaa39 Merge branch #802
Conflicts:
	src/lib/python/isc/bind10/socket_cache.py
2011-12-08 11:28:13 +01:00
Michal 'vorner' Vaner
25ac24557f Merge branch 'work/sock/cache' into work/sock/cacheinter
Conflicts:
	src/lib/python/isc/bind10/socket_cache.py
2011-12-08 11:21:11 +01:00
Michal 'vorner' Vaner
2a6b5e55ca Merge branch 'work/sock/unix' into work/sock/cacheinter
Conflicts:
	src/bin/bind10/bind10_src.py.in
	src/bin/bind10/tests/bind10_test.py.in
2011-12-08 11:09:01 +01:00
Yoshitaka Aharen
83ecce54ed [master] update ChangeLog 2011-12-08 19:01:45 +09:00
Yoshitaka Aharen
8dcf5eebb1 [510] forgot to include changes 2011-12-08 18:31:53 +09:00
Yoshitaka Aharen
662233a148 Merge branch 'master' into trac510
Conflicts:
	ChangeLog
	src/bin/auth/statistics.cc
	src/bin/auth/statistics.h
	src/lib/Makefile.am
2011-12-08 18:30:10 +09:00
Michal 'vorner' Vaner
0e3736c7c3 [1429] Comments about blocking 2011-12-08 10:11:40 +01:00
Yoshitaka Aharen
4b57a79735 [510] move initialization in every test case into fixture 2011-12-08 14:43:47 +09:00
Francis Dupont
6f615f4d94 phase 1 initial code 2011-12-08 00:41:40 +01:00
JINMEI Tatuya
b41b7dc34a [master] Merge branch 'trac1369' 2011-12-07 15:15:17 -08:00
JINMEI Tatuya
6bda5426c6 [master] changelog for #1299 2011-12-07 15:11:13 -08:00
JINMEI Tatuya
6ff03bb9d6 [master] Merge branch 'trac1299' 2011-12-07 15:07:47 -08:00
JINMEI Tatuya
c37c596c84 [1198] added more detailed description in the style of doxygen
for findOnNameResult.
also removed obsolete note from the findNoNameResult description.
2011-12-07 14:57:55 -08:00
JINMEI Tatuya
0c8c0f808a [1387] avoid using 'sun' for a variable name. not declare sockaddr_un
as const.
2011-12-07 10:55:23 -08:00
JINMEI Tatuya
df44752c7d [1387] cleanup: removed an unused variable. 2011-12-07 10:48:50 -08:00
JINMEI Tatuya
e30dfe31fb [1198] applied proposed further refactoring: extracted the common logic
for the positive case to a separate method and used it directly from find()
and findWildcardMatch().  Moved detailed comments of findWildcardMatch to
the head of its definition so that the function body will be physically
concise.
2011-12-07 09:26:48 -08:00
Stephen Morris
52802deb18 [1198] Changes as a result of review 2011-12-07 16:26:47 +00:00
Jelte Jansen
60fd293717 [510] move declaration into fixture 2011-12-07 16:03:57 +01:00
Michal 'vorner' Vaner
4220ef5ac9 [1429] More thorough test 2011-12-07 15:57:10 +01:00
Michal 'vorner' Vaner
56be59fbcd [1429] Comment explaining importing twice 2011-12-07 15:35:11 +01:00
Michal 'vorner' Vaner
1341209064 [1429] Logging fixes 2011-12-07 15:32:05 +01:00
Tomek Mrugalski
86a4ce4511 [1238] Changes after review: openSocket*() now returns int 2011-12-07 13:15:46 +01:00
Tomek Mrugalski
14a64484a3 [1238] Memory leak in Option test fixed. 2011-12-07 13:09:28 +01:00
Tomek Mrugalski
146203239c [1238] Pkt4 now stores input data (a workaround for limitation of InputBuffer) 2011-12-07 12:58:26 +01:00
Jelte Jansen
7515af0e50 [1314] address review comments 2011-12-07 11:48:17 +01:00
JINMEI Tatuya
292db243f0 [1314] fixed a couple of obvious typo 2011-12-06 17:56:49 -08:00
JINMEI Tatuya
b7b90e5053 [1369] omit optional parameters of ZoneFinder.find() 2011-12-06 15:25:52 -08:00
JINMEI Tatuya
fd5713eae0 [1369] made optional parameters of ZoneFinder.find() really optional.
also be more strict of 'target': we don't (yet) support non NULL case for it
in this Python version anyway, so it must be None.  Added a check for it.
docstring was also updated accordingly.
2011-12-06 15:12:41 -08:00
JINMEI Tatuya
4c0fd2ba24 [1369] unrelated cleanup: position of '*'; folded long lines; constify 2011-12-06 14:51:07 -08:00
JINMEI Tatuya
d408808ea8 [master] Merge branch 'trac1244' 2011-12-06 13:38:32 -08:00
JINMEI Tatuya
cce182ed93 [1299] updated some exception messages as suggested in review 2011-12-06 10:50:43 -08:00
Stephen Morris
982fc000a3 [1383] Produce better debug messages for erroneous upstream responses 2011-12-06 17:49:00 +00:00
Stephen Morris
eb08c5acb5 [1383] Remove redundant comment
Noticed while examining the file.
2011-12-06 17:20:30 +00:00
Stephen Morris
b2186bf05d [1383] Correct nesting of #ifdef ... #endif
The only reason this wasn't picked up before was because this header
file was never included more than once in a .cc file.
2011-12-06 17:18:15 +00:00
Michal 'vorner' Vaner
88f94cf8e0 [1429] IPv6 address in test 2011-12-06 13:47:04 +01:00
Michal 'vorner' Vaner
4db174c8f0 [1429] Use set_creator, not insert_creator
Just a naming convention
2011-12-06 13:35:36 +01:00
Jelte Jansen
49f1f1bc36 [1299] typos 2011-12-06 12:07:11 +01:00
Michal 'vorner' Vaner
3bb1cc7d96 [1429] Docstring update 2011-12-06 11:16:26 +01:00
Michal 'vorner' Vaner
6583a47dde [1429] Catch an exception 2011-12-06 11:07:28 +01:00
Michal 'vorner' Vaner
99033305fa [1429] Constants instead of magic strings 2011-12-06 10:44:32 +01:00
Michal 'vorner' Vaner
b7bbe25fdf [1429] Logging 2011-12-06 10:33:04 +01:00