JINMEI Tatuya
4787c281a3
[trac893] make (more) sure previous_digest_.size() fits the 16-bit range.
...
it should have been the case, but this change makes it clearer and more
explicit by using more appropriate type and adding an explicit assert()
in some places so that people reading the code don't have to worry about it.
2011-05-09 11:22:19 -07:00
JINMEI Tatuya
9bd9fa819f
[trac893] updated TSIGContext comments based on review results.
2011-05-09 11:02:25 -07:00
JINMEI Tatuya
d53bbaf239
[trac893] make sure verify() immediately rejects shorter sigs (calling same_mem
...
with a longer length was wrong, even though it normally wouldn't cause visible
disruption and would return the expected result).
2011-05-09 11:00:14 -07:00
JINMEI Tatuya
7b0d9b1dc0
[trac893] a minior grammar fix in comment
2011-05-09 10:46:49 -07:00
Michal 'vorner' Vaner
d65686925b
[trac744] Update message file format
2011-05-09 19:42:17 +02:00
Michal 'vorner' Vaner
4f6b51bc00
Merge remote-tracking branch 'origin/trac900' into work/log/datasrc
...
Conflicts:
src/lib/log/log_formatter.h
Not updated the message file yet, only merged.
2011-05-09 19:18:58 +02:00
Stephen Morris
b395258c70
[trac900] Missed a ".msg" suffix in the makefile
2011-05-09 15:09:25 +01:00
Stephen Morris
569b2b6e5d
[trac900] Clean up a few loose ends after the merge
2011-05-09 14:33:36 +01:00
Stephen Morris
e5687a75c0
[trac900] Merge branch 'master' into trac900
...
Conflicts:
src/lib/log/README
src/lib/log/logger_support.cc
src/lib/log/messagedef.cc
src/lib/log/messagedef.h
src/lib/log/messagedef.mes
src/lib/log/tests/logger_support_test.cc
src/lib/log/tests/run_time_init_test.sh.in
2011-05-09 14:09:16 +01:00
Michal 'vorner' Vaner
119678f768
Changelog
2011-05-09 14:23:45 +02:00
Michal 'vorner' Vaner
4903410e45
Merge branch 'work/logpos'
2011-05-09 14:11:17 +02:00
Stephen Morris
27a4c936d8
[trac900] Updated tests
...
Also updated some message IDs - since the message logged now includes the
prefix, there is no need to suggest the prefix in the ID itself (e.g.
MSGRDERR now becomes READERR as it will be output as MSG_READERR).
2011-05-09 12:55:34 +01:00
Michal 'vorner' Vaner
9eb7b41d52
[trac901] Code size reduction
2011-05-09 11:36:26 +02:00
Michal 'vorner' Vaner
7f642b767c
[trac598] Doxyfile was missing a library
2011-05-09 11:03:04 +02:00
chenzhengzhang
7efc144e0e
[trac815] update XFRIN to use TSIG
2011-05-09 16:14:23 +08:00
Naoki Kambe
43db6eac14
[trac719] added a new entry for #719
2011-05-09 14:23:56 +09:00
Naoki Kambe
ad6d052794
[trac719]
...
- removed import of fake_time module from stats.py.in and added it at the head of b10-stats_test.py
- removed unnecessary sed replacement from Make.am
(These are out of scope of #719 , but are trivial changes.)
2011-05-09 14:17:03 +09:00
Naoki Kambe
a4f08f816c
[trac719] updated the manpages for stats-schema.spec
2011-05-09 14:16:51 +09:00
Naoki Kambe
a7a3c9f8cc
[trac719]
...
- introduced a new spec file stats-schema.spec for definitions of statistics items
- removed configuration part from stats.spec, and added it into stats-schema.spec
- added changes to some existence scripts according to above changes
2011-05-09 14:16:36 +09:00
zhanglikun
ea37ca8caa
[trac598_new] Fix failed test case 'RecursiveQueryTest.lowtimeouts'
2011-05-09 09:49:47 +08:00
Michal 'vorner' Vaner
4ff5a9f61d
[trac901] Minor modifications based on review
2011-05-08 22:13:45 +02:00
JINMEI Tatuya
e93f054a2d
[trac905] Merge branch 'trac893' into trac905
2011-05-06 15:16:12 -07:00
JINMEI Tatuya
c16b3ab523
[master] applied the proposed fix of #906 to fix failure in MessageTest::toText
2011-05-06 14:51:36 -07:00
JINMEI Tatuya
b734c55b73
[trac893] temporarily disabled hmac tests using truncation due to change a64f778
2011-05-06 12:48:50 -07:00
JINMEI Tatuya
daab0dcd59
[trac893] missing test data
2011-05-06 12:33:48 -07:00
JINMEI Tatuya
00a15b4b06
[trac893] overall document updates
2011-05-06 12:29:27 -07:00
Stephen Morris
8bfccfb1fe
[trac900] Basic code changes
...
Basic changes to get the code to read the new-style message files.
In addition, a suggestion made on the bind10-dev list - to add the
prefix to the symbols in the symbol dictionary (and not just to the
C++ symbols) has been implemented. (This minimises the chances of
polluting symbol namespace.) As a result, multiple $PREFIX directives
can be supported.
2011-05-06 19:07:18 +01:00
JINMEI Tatuya
a09ced0807
[trac893] updated cppcheck filter
2011-05-06 10:46:07 -07:00
JINMEI Tatuya
b21c74c08f
[trac893] revised the policy on unexpected TSIG TTL: we now reject it.
...
also updated tests and doxygen/code comments accordingly.
2011-05-06 09:49:25 -07:00
JINMEI Tatuya
cabd3b127c
[trac893] added a new utility method, TSIGError::toRcode().
2011-05-06 09:02:17 -07:00
Michal 'vorner' Vaner
9a8870c515
[trac901] Unneeded comment removed
2011-05-06 14:00:31 +02:00
Michal 'vorner' Vaner
fb1d629419
[trac901] Possible missing header
2011-05-06 13:57:36 +02:00
Michal 'vorner' Vaner
0709f8b56d
[Trac901] Allow multiple replacements
2011-05-06 13:56:21 +02:00
Michal 'vorner' Vaner
40e06e655c
[trac901] Debug level constants
2011-05-06 13:45:25 +02:00
Michal 'vorner' Vaner
80c0a2c3ee
[trac744] Logging enhancements
...
Some texts of messages and parameters.
2011-05-06 13:34:47 +02:00
Michal 'vorner' Vaner
11439c0307
[trac744] Typos
2011-05-06 13:15:45 +02:00
Michal 'vorner' Vaner
e564debcb6
[trac744] Decapitalise beginnings of messages
...
(Or should it be 'decapitate'?)
2011-05-06 13:11:18 +02:00
Michal 'vorner' Vaner
fba4ec1d72
[trac744] Update the message deffinitions to %1
2011-05-06 13:05:31 +02:00
Michal 'vorner' Vaner
cccc20cac1
[trac744] Update to new logging interface
2011-05-06 12:57:58 +02:00
Michal 'vorner' Vaner
68c9545bb7
[trac744] Avoid lexical cast if possible
2011-05-06 11:26:37 +02:00
Michal 'vorner' Vaner
2cf390147f
Merge branch 'work/logpos' into work/log/datasrc
2011-05-06 11:01:21 +02:00
Michal 'vorner' Vaner
287ee379ad
[trac744] Makefile.am fix
2011-05-06 10:50:19 +02:00
Michal 'vorner' Vaner
b5646b50e2
[trac901] Fix compilation from different dir
...
Cherry-pick from #744
2011-05-06 09:40:40 +02:00
Michal 'vorner' Vaner
d4d910b28b
[trac901] Makefile.am fix
2011-05-06 09:40:40 +02:00
Michal 'vorner' Vaner
7bb5dc265a
[trac901] Message compiler uses new placeholders
2011-05-06 09:10:25 +02:00
Michal 'vorner' Vaner
1e3c154cd2
[trac901] readme update
2011-05-06 09:01:19 +02:00
Naoki Kambe
434719dc9b
[master] update ChangeLog
2011-05-06 10:57:29 +09:00
Naoki Kambe
0ecb807011
Merge branch 'trac620'
...
Conflicts:
ChangeLog
2011-05-06 10:53:00 +09:00
Naoki Kambe
fa321eca22
Merge branch 'master' of ssh://bind10.isc.org/var/bind10/git/bind10
2011-05-06 10:44:32 +09:00
JINMEI Tatuya
a64f778b46
[trac893] temporary change for short signatures: modify cryptolink to reject
...
the case of output_len != sig_len. Until we implement RFC4635 truncation
consideration won't work correctly (and could dangerously accept very
short sigs). Since the truncation support is not so urgent, it would be
better to defer to it a seprate later task.
2011-05-05 16:53:19 -07:00