Tomek Mrugalski
ce7abc70e2
[1528] Changes after review: comments about netlink interface
...
- new comments added
- unnecessary struct keywords removed
- several other smaller clean-ups
2012-03-16 15:14:33 +01:00
Michal 'vorner' Vaner
69d99618a5
[1758] Provide future test method
...
For the findPreviousNSEC3Hash.
Also, renamed the nsec_namespace_ variable to more correct
nsec3_namespace_.
2012-03-16 14:54:40 +01:00
Michal 'vorner' Vaner
fde67b3671
[1758] Provide NotImplemented-throwing methods
...
This is for the newly introduced interface. It makes stuff compile, it
complained about pure virtual methods.
2012-03-16 14:42:24 +01:00
Michal 'vorner' Vaner
c387dc0811
[1758] Interface for getting previous name
2012-03-16 14:36:08 +01:00
Jeremy C. Reed
154021bfa4
[master] update version
2012-03-16 08:27:31 -05:00
Jelte Jansen
3441ed2e58
[master] update changelog for merge of 1640
2012-03-16 11:28:17 +01:00
Jelte Jansen
582bcd66db
[master] Merge branch 'trac1640_2'
2012-03-16 10:25:38 +01:00
Mukund Sivaraman
5c61cd71a9
[master] Fix kqueue testcase in configure.ac for OpenBSD
2012-03-16 14:34:09 +05:30
JINMEI Tatuya
4065c72003
[1784] cleanups, tests, and doc for addServerUDPFromFD.
...
"UDPVersion" is now more generic options, and its default is the previous
behavior, which should be more suitable default. added test cases to
confirm the effect of the options. added detailed documentation.
2012-03-16 00:35:02 -07:00
Naoki Kambe
65d2a83510
[1751] change of #1751 entry to the simpler text for the users according to reviewing
2012-03-16 13:46:05 +09:00
Naoki Kambe
b24200598f
[1751] addition of notes, rearrangement for reading easily, and removal of unnecessary updates of the statistics_data variable
2012-03-16 13:43:35 +09:00
Naoki Kambe
b28f331a02
[1751] addition of a check of statistics data after a running auth is killed
2012-03-16 13:43:35 +09:00
JINMEI Tatuya
b842ace68b
[master] (workaround for lettuce) always use asynchronous UDP server objects.
...
this is a simplest fix to the lettuce resolver test failure. note: this will
make the auth server slower. a more complete fix will be done in #1784 .
okayed by muks on jabber.
2012-03-15 21:17:08 -07:00
JINMEI Tatuya
af8054f481
[1784] removed the ability of creating sync server except for UDPFromFD case.
...
That matches the sense of YAGNI, and, in fact, would help avoid having the
type of regression we had in #1600 .
2012-03-15 17:43:36 -07:00
JINMEI Tatuya
5a75cef501
[1784] (unrelated) editorial cleanup: space related, indentation, etc.
...
also fixed memory leak in a test case using scoped_ptr.
2012-03-15 16:52:48 -07:00
JINMEI Tatuya
c0eb91022a
[master] make sure temporary renderer buffer is reset after query processing.
...
otherwise it could result in duplicate free. This basically recovers the
same behavior of d5ec40dace
that was lost
in commit 699068ef14
.
2012-03-15 14:24:34 -07:00
Jeremy C. Reed
0f1e080b02
[master]Merge branch 'trac1644'
2012-03-15 13:23:39 -05:00
Jeremy C. Reed
9a25a7d763
[trac1644]Merge branch 'trac1644' of ssh://git.bind10.isc.org//var/bind10/git/bind10 into trac1644
...
fix conflicts
2012-03-15 12:50:49 -05:00
Stephen Morris
c71fd9915c
[1688] Add AbstractRRset::lthan()
...
Provides ordering needed for adding RRsets into a multiset for
duplicate RRset removal.
2012-03-15 17:25:11 +00:00
Michal 'vorner' Vaner
2bb6957f05
[1758] Future test support.
2012-03-15 16:19:12 +01:00
Jelte Jansen
8e3c36663e
[master] Merge branch 'trac1780'
2012-03-15 15:53:58 +01:00
Jelte Jansen
12f57073eb
[master] Merge branch 'trac1747'
2012-03-15 15:29:48 +01:00
Mukund Sivaraman
61992b3bdb
[master] Add more missing includes (doesn't compile on OpenBSD otherwise)
2012-03-15 16:49:43 +05:30
Tomek Mrugalski
d05c011857
Merge branch 'trac1541'
2012-03-15 12:00:59 +01:00
Jelte Jansen
1f945d96f6
[1640] cleanup of ACX_ functions
...
removed arguments that were never used, use PATH_SEPARATOR instead of literal, add comments, fixed AXC_CHECK_PROG_NONCACHE for the case where $3 is not supplied
2012-03-15 11:24:07 +01:00
Mukund Sivaraman
579ba09bea
Add missing more includes (doesn't compile on OpenBSD otherwise)
2012-03-15 15:06:17 +05:30
Naoki Kambe
6fde5a92a9
[1751] a ChangeLog entry for #1751
2012-03-15 18:23:41 +09:00
Michal 'vorner' Vaner
373eda27fc
Merge #1568
2012-03-15 09:28:47 +01:00
Mukund Sivaraman
09d97fb51e
[master] Add missing include (doesn't compile on OpenBSD otherwise)
2012-03-15 13:51:12 +05:30
Mukund Sivaraman
50a11ee4e4
[master] Update .gitignore file
2012-03-15 13:44:46 +05:30
Mukund Sivaraman
1303709492
[master] Add missing include (doesn't compile on OpenBSD otherwise)
2012-03-15 13:36:33 +05:30
Naoki Kambe
94f99cad85
[1751] addition of a search and removal of dead instances, a accumulation check by a complicated statistics data structure, and miscellaneous typo fixes
2012-03-15 15:58:05 +09:00
Naoki Kambe
3ca2c002d8
[1751] typo fix, removal of the final recheck of statistics due to another issue, and addition of two more running auths for a regression check
2012-03-15 15:57:42 +09:00
Jeremy C. Reed
572cd0d4d2
[trac1644]Merge branch 'master' into trac1644
2012-03-14 21:51:35 -05:00
Xie Jiagui
77ab7a1390
Fixed the conflict after merged #1600 .
2012-03-15 10:33:20 +08:00
Jeremy C. Reed
3d8ac71299
[trac1644]Merge branch 'master' into trac1644
2012-03-14 20:57:05 -05:00
Xie Jiagui
1e62bf975b
Merge branch 'master' of ssh://git.bind10.isc.org/var/bind10/git/bind10
2012-03-15 09:35:37 +08:00
Xie Jiagui
1ddc5eccbe
Merge branch 'master' into trac1600
...
Conflicts:
src/bin/auth/auth_srv.cc
src/bin/auth/tests/auth_srv_unittest.cc
2012-03-15 09:33:56 +08:00
JINMEI Tatuya
9c8dd4effe
[1541] a bit more style fixes: fold long lines, spacing
2012-03-14 13:47:51 -07:00
Jelte Jansen
5852324e1a
[1780] add a replacement time.time() in tests
...
in the relevant tests, time.time() is temporarily replace by the function returned by get_fake_time_time(). After each test that uses this, it is restored to the original function (So as not to mess up unittest framework's concept of time).
Also renamed one test which had the same name as another test.
2012-03-14 19:09:47 +01:00
Jelte Jansen
5845ab9615
[master] update changelog for merge of #1321
2012-03-14 17:56:09 +01:00
Jelte Jansen
0bb258f861
[master] Merge branch 'trac1321'
2012-03-14 17:53:38 +01:00
Jelte Jansen
bc67fb7ccb
[1779] update comment for increased sleep time
2012-03-14 17:51:17 +01:00
Jelte Jansen
113f736e00
[1779] improve TTL tests
...
take potential second boundary into account
also fixed a few long lines
2012-03-14 17:11:40 +01:00
Michal 'vorner' Vaner
c6bb043854
[1758] Make it compile
...
By providing methods that throw NotImplemented.
2012-03-14 15:59:10 +01:00
Tomek Mrugalski
aa72029e21
[1541] Changes after review:
...
- added comments
- script now uses OptionParser for command line options
- unnecessary code removed
- several coding style improvements
2012-03-14 15:54:42 +01:00
Michal 'vorner' Vaner
941381b6af
[1758] Interface to get NSEC3s from Accessor
...
Does not compile, as all subclasses now have pure virtual method.
2012-03-14 15:38:20 +01:00
Jelte Jansen
5c681eddd0
[1747] added RAII-lookalike cleaner object to Query::process()
2012-03-14 15:23:18 +01:00
Mukund Sivaraman
8173e04608
bug #1600 : Coding style changes
2012-03-14 18:08:17 +05:30
Michal 'vorner' Vaner
758d1d155f
[1568] Fix a test that failed
...
We can no longer EXPECT_THROW, if we don't throw.
2012-03-14 12:46:51 +01:00