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
Naoki Kambe
160b062120 [trac547] renamed the method name according to consideration of the meaning of the original class 2011-04-15 16:49:48 +09:00
Naoki Kambe
8541053e6f [trac547] removed an unused argument 2011-04-15 16:45:06 +09:00
Naoki Kambe
5e89e6afd4 [trac547] renamed test method 2011-04-15 16:41:45 +09:00
Naoki Kambe
a37c25cdb8 [trac547] added checking internal values for test_config 2011-04-15 16:39:57 +09:00
Naoki Kambe
b1610a0909 [trac547] added more successful conditions to test_open_template 2011-04-15 16:25:17 +09:00
Naoki Kambe
04330565df [trac547]
- renamed a test method name
  - remove unnecessary self
2011-04-15 16:19:03 +09:00
hanfeng
44f4b82933 trac[775] fix the bug that if new configure failed, we need notify configure manager 2011-04-15 15:15:32 +08:00
Naoki Kambe
3437b4fa8e [trac547] fixed spelling errors 2011-04-15 16:12:58 +09:00
Naoki Kambe
4b65b6bdb5 [trac547] use string.find method instead of assertRegexpMatches (Regex wasn't needed there.) 2011-04-15 16:10:18 +09:00
Naoki Kambe
3f6620c5ba [trac547] add a FIXME comment 2011-04-15 14:59:34 +09:00
Naoki Kambe
2018011dab [trac547] select.error exception is caught only in the case of EINTR, or in other cases it is just thrown. 2011-04-15 14:46:59 +09:00
Naoki Kambe
b751b7e0cc [trac547] removed unnecessary code sorting addresses and ports 2011-04-15 14:09:27 +09:00
Naoki Kambe
d7cf894e55 [trac547] removed unexpected HTTP redirection 2011-04-15 13:47:40 +09:00
Naoki Kambe
41361697fe [trac547] removed assertions checking type or instance because of reusability of module 2011-04-15 13:33:13 +09:00
Naoki Kambe
0dc2e2582d [trac547] removed unnecessary size limitation for a template file 2011-04-15 11:58:54 +09:00
Jelte Jansen
4d55533790 [trac781] test both 'direct' and convenience methods 2011-04-14 16:17:15 +02:00
Stephen Morris
66c4f9e1df Merge branch 'master' into trac708_test 2011-04-14 14:17:20 +01:00
chenzhengzhang
1eb73e619a [trac749] rename namespace 2011-04-14 20:47:17 +08:00
Jelte Jansen
c374a5c5a3 [trac781] make sig args for verify() also raw data 2011-04-14 11:40:20 +02:00
Jelte Jansen
cd3ce64ac0 [trac781] input data for sign and verify as void* instead of buffer 2011-04-14 11:05:16 +02:00
Michal 'vorner' Vaner
3c348815b0 [trac703] Typo 2011-04-14 10:16:24 +02:00
hanfeng
660d7d782c [trac775] fix the bug that if name server bind port failed, name server will exist, in that case, we can't reset the port number 2011-04-14 16:01:48 +08:00
chenzhengzhang
316da90b50 [trac749] remove outdated README 2011-04-14 15:21:15 +08:00
chenzhengzhang
ecb22c0c22 [trac749] update namespace names 2011-04-14 15:15:55 +08:00
qiaojing
75080dc8f8 Merge branch 'master' into trac609 2011-04-14 14:50:36 +08:00
JINMEI Tatuya
a9f80cc455 [trac851] fixed a crash bug when a zone for query cannot be found in
data sources but an answer was somehow cached and could be used.
2011-04-13 22:44:29 -07:00
Michal 'vorner' Vaner
def088d4e8 [trac810] Provide a notification on virtual config
The notification is used even when the config is not checked by remote
config. So we send it out in case of virtual module as well, but don't
wait for the answer.
2011-04-13 19:09:12 +02:00
Stephen Morris
2c8303354d [trac703] Correct the test in a check of a command option argument 2011-04-13 18:07:35 +01:00
Stephen Morris
96b5b4c186 [trac703] Tidy up one error message 2011-04-13 16:30:55 +01:00
Stephen Morris
6f91ee90cd [trac703] Update document and comments 2011-04-13 15:14:12 +01:00
Jelte Jansen
24aa99548a [trac781] create hmac class to add update() functionality 2011-04-13 16:13:54 +02:00
Jeremy C. Reed
f19053d908 [master] work on bind10 manual
Alphabetize some options.

Add space after option character and replaceable value (to be consistent).

Add --brittle (this was only added to .8 file and not xml before).

Add --cmdctl-port.

Add --pid-file.

Clean up synopsis.

Regenerate roff file.
2011-04-13 07:58:19 -05:00
Stephen Morris
bc88971bdb [trac703] Added ability to set the packet size 2011-04-13 13:09:11 +01:00
Michal 'vorner' Vaner
6e2078ecc6 [trac404] Dox update 2011-04-13 13:56:10 +02:00
Michal 'vorner' Vaner
3384859c8e [trac404] Make the buffer private 2011-04-13 13:48:27 +02:00
Michal 'vorner' Vaner
a140e9b97e [trac404] Unify the interface a little bit
And hint more by a little bit that the user isn't really expected to dig
inside the data.
2011-04-13 13:02:44 +02:00
Naoki Kambe
f8a7027162 [trac547] regenerated the manpage 2011-04-13 19:11:01 +09:00
Naoki Kambe
390af5c81d [trac547] a grammatical fix 2011-04-13 19:07:51 +09:00
Naoki Kambe
2df69541de [trac547] removed an unnecessary sentence described below again 2011-04-13 18:59:20 +09:00
Naoki Kambe
ed3c8e2f7a [trac547] added a sentence helping end users' understanding about configuration 2011-04-13 18:56:08 +09:00
Shane Kerr
047cdc39aa Fix warning from recent GCC. 2011-04-13 11:55:28 +02:00
Jelte Jansen
f5bcf535de [trac749] some modifications to make it compile 2011-04-13 11:39:16 +02:00
Naoki Kambe
1f16df990d [trac547] a grammatical fix 2011-04-13 18:14:36 +09:00
Jelte Jansen
aa0ddfbb4f [trac781] Merge branch 'trac781' of ssh://bind10.isc.org/var/bind10/git/bind10 into trac781
Conflicts:
	src/lib/dns/tsigkey.cc
2011-04-13 09:20:56 +02:00
Ocean Wang
7bc6ee513d [trac751] Move some files from asiolink library to asiodns library 2011-04-13 15:12:33 +08:00
chenzhengzhang
a3e7ad9b4f [trac749] cleanup dep files 2011-04-13 11:13:37 +08:00
Michal 'vorner' Vaner
87c6ef9942 [trac404] Spelling fixes 2011-04-12 19:57:43 +02:00
Michal 'vorner' Vaner
95e81e5a71 [trac404] Note about design 2011-04-12 19:53:21 +02:00
JINMEI Tatuya
4f1d8d0f2c [trac781] trivial editorial cleanups:
- removed redundant white spaces
- added () around 'return'
2011-04-12 10:40:38 -07:00
Stephen Morris
3999bb246e [trac703] Added ability to set section count fields 2011-04-12 18:28:49 +01:00