2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 05:55:28 +00:00
Commit Graph

4896 Commits

Author SHA1 Message Date
JINMEI Tatuya
eef87432f7 [trac893] implemented major logic of TSIG verify 2011-05-05 16:37:47 -07:00
JINMEI Tatuya
ee2664ecf4 [master] minor corrections to comment lines. 2011-05-05 15:23:14 -07:00
JINMEI Tatuya
fb283c1a0e [master] fixed a minor typo in a comment line. pushing it directly. 2011-05-05 10:59:27 -07:00
JINMEI Tatuya
4c178871eb [master] removed garbage line (that had to be removed in the previous change) 2011-05-05 10:58:34 -07:00
JINMEI Tatuya
ffa2f06720 [master] Merge branch 'trac813' with fixing conflicts
Conflicts:
	src/lib/dns/tests/tsigrecord_unittest.cc
2011-05-05 10:44:33 -07:00
Michal 'vorner' Vaner
7c40e60eea [trac901] Some cleanups and documentation 2011-05-05 18:42:33 +02:00
Michal 'vorner' Vaner
fcc1b5e139 [trac901] Port asiodns library to new log interface 2011-05-05 17:48:16 +02:00
Michal 'vorner' Vaner
b6d140b616 [trac901] Convenience macros 2011-05-05 17:29:01 +02:00
Michal 'vorner' Vaner
eab5008d28 [trac901] Switch to new logging interface 2011-05-05 17:10:19 +02:00
Stephen Morris
313464eed2 [trac745] Update Makefile as a result of problems encountered in make distcheck
Also renamed the message file extension to ".mes" to conform to other
messages files and updated the associated documentation as well.
2011-05-05 12:12:49 +01:00
Michal 'vorner' Vaner
121d3e844a [trac901] The impl can output and lookup message 2011-05-05 12:31:12 +02:00
Michal 'vorner' Vaner
c3dad47941 [trac901] Add missing file 2011-05-05 12:15:31 +02:00
Michal 'vorner' Vaner
a23491a635 [trac901] Replacing in the formatter 2011-05-05 11:53:28 +02:00
JINMEI Tatuya
9a2ca8e5de [master] Revert "[trac871] Revert "[trac871] unrelated cleanup: use unnamed ...
This reverts commit b8422db8e0.

re-adding the change for merge
2011-05-05 02:28:55 -07:00
JINMEI Tatuya
284c8b457d [master] Revert "[trac871] Revert "[trac871] implemented a minimal set of...
This reverts commit da16cc7764.

Re-adding it as a form of merging to master.
2011-05-05 02:27:54 -07:00
JINMEI Tatuya
7c54055c0e [master] Merge branch 'trac871' 2011-05-05 01:58:09 -07:00
Shane Kerr
5c497dfce7 Merge branch 'master' of ssh://bind10.isc.org/var/bind10/git/bind10 2011-05-05 09:07:38 +02:00
Shane Kerr
83717978e3 Fix for msgq tests on Python 3.2
The behavior of the unittest module was changed in the face of a
test exiting, so we need to use os._exit() instead of sys.exit()
to terminate.
2011-05-05 09:06:29 +02:00
Jeremy C. Reed
df0c3599c1 [master] fix some formatting and typo
manually reviewed
also used my check-changelog script.
2011-05-04 13:58:14 -05:00
Jeremy C. Reed
40870d717a [master] add entries for b10-host rename and for manual page. 2011-05-04 13:53:37 -05:00
Jeremy C. Reed
d846851699 Merged jreed-host branch. See trac #872. This includes code updates, new manual page, but no unit tests. 2011-05-04 13:39:03 -05:00
Jeremy C. Reed
372a2f033e [jreed-host] improve README
Don't document b10-host in README, since now have manual page.
2011-05-04 12:07:06 -05:00
JINMEI Tatuya
89fcb0f002 [trac871] avoid using a hardcoded magic number in a test case 2011-05-04 10:06:15 -07:00
Jeremy C. Reed
a437d4e26b [jreed-host] write manual page
Document existing b10-host command.

Regenerate the roff file.
2011-05-04 12:05:22 -05:00
Jeremy C. Reed
0338dd8c3e [jreed-host] update copyright date 2011-05-04 12:04:20 -05:00
JINMEI Tatuya
28c50de2e9 [trac871] removed an assertion on arcount after inserting TSIG on further
thought with review comment.  update the code comment accordingly.
in fact overflow could (probably) happen if the caller of toWire() tries to
render to many RRsets with an invalidly large buffer size limit.  also,
the risk of overflow is not specific to this case; it can happen after
inserting ordinary RRs.  So if we want to care about such cases we should
rather cover all of them than making a TSIG specifici check.  For now,
I don't bother to check such stupid attempt of the caller.  It would simply
result in bogus wire data and wouldn't make a program crash or something.
2011-05-04 09:54:11 -07:00
JINMEI Tatuya
297955d692 [trac871] added more description for the RenderSection struct. 2011-05-04 09:41:52 -07:00
JINMEI Tatuya
2979d92155 [trac871] use TODO instead of TBD for consistency 2011-05-04 09:28:51 -07:00
Michal 'vorner' Vaner
db0ca2fbc6 [trac901] The arg method without replacing 2011-05-04 16:51:27 +02:00
Jeremy C. Reed
7f0a7a5ff8 [jreed-host] Install host as b10-host.
It is not a complete compatible replacement for host,
so use a different name. (I brought this up at least a year ago.)
2011-05-04 09:38:57 -05:00
Michal 'vorner' Vaner
2aca19e705 [trac901] Output message at destruction 2011-05-04 16:30:21 +02:00
Michal 'vorner' Vaner
cf46f37033 [trac901] The formatter interface
But it's mostly empty for now.
2011-05-04 16:03:22 +02:00
Michal 'vorner' Vaner
4fff42d6c9 [trac746] Remove stray + 2011-05-04 14:34:02 +02:00
Michal 'vorner' Vaner
25bc145bb5 [trac813] Typos & style fixes 2011-05-04 11:48:35 +02:00
JINMEI Tatuya
df8ef3fffa [trac893] changed the behavior against "unknown" TSIG key algorithm: accept
unknown names as long as the secret is empty.  This will be useful in handling
the BADKEY situation.
2011-05-03 16:28:49 -07:00
JINMEI Tatuya
79b087eab3 [trac893] unrelated cleanup: correced a typo in a comment line. 2011-05-03 15:08:37 -07:00
JINMEI Tatuya
efdf126e6e [trac893] added another constructor for TSIGContext: from key params and keyring. 2011-05-03 15:03:55 -07:00
JINMEI Tatuya
35a7c63a23 [trac893] cleanup: make TSIGKeyRing::find() a const member function 2011-05-03 14:54:54 -07:00
JINMEI Tatuya
a91fc737dd [trac893] updated TSIGKeyRing so that its find() method takes key name and
algorithm and matches both
2011-05-03 12:32:25 -07:00
JINMEI Tatuya
34c2d5bbe0 [trac893] Merge branch 'trac813' into trac893 2011-05-03 11:46:04 -07:00
JINMEI Tatuya
4a2c0e7a88 [trac813] adding necessary test data (forgot to git-add them) 2011-05-03 11:45:35 -07:00
Michal 'vorner' Vaner
c83d4bea0e [trac744] Fix compilation from different dir 2011-05-03 20:44:50 +02:00
Michal 'vorner' Vaner
7e9ea719c8 [trac744] Logging for the SQLite datasource 2011-05-03 20:10:47 +02:00
JINMEI Tatuya
e4f2823d8b [trac893] Merge branch 'trac813' into trac893 2011-05-03 10:56:36 -07:00
JINMEI Tatuya
25301e86fb [trac813] made sure the TSIG class calls the constructor of RR's constructor. 2011-05-03 10:55:47 -07:00
JINMEI Tatuya
1b967a5870 [trac893] Merge branch 'trac813' into trac893 2011-05-03 10:47:48 -07:00
JINMEI Tatuya
50ebc839b1 [master] added lib/cryptolink/.libs to ENV_LIBRARY_PATH in run_bind10.sh.
this fixes regression for MacOS X.
2011-05-03 10:46:26 -07:00
Jeremy C. Reed
bb568b0fbb [jreed-host] add generated manual page
This is not completed, but add to source tree anyways.
2011-05-03 10:42:41 -05:00
Michal 'vorner' Vaner
04c515e17a [trac744] Some first messages for sqlite 2011-05-03 14:02:26 +02:00
zhanglikun
45417c48a7 [trac598_new] Fix the error in RecursiveResolver unittest code which causes segmentation fault 2011-05-03 19:28:24 +08:00