Jelte Jansen
0346449357
Merge branch 'trac936'
2011-05-18 21:11:43 +02:00
Jelte Jansen
89e3ffaa1f
[trac936] always fail on secret_len == 0
2011-05-18 21:10:06 +02:00
JINMEI Tatuya
fc97ca7de4
[master] added changelog entries for #915 and #914
2011-05-18 11:52:41 -07:00
JINMEI Tatuya
78502c0214
[master] Merge branch 'trac914'
...
with fixing conflicts in src/bin/xfrin/tests/xfrin_test.py
Also made a couple of cleanups to prevent disruption:
- initialize s_Name::position in constructor
- add tsigctx_mock.py to EXTRA_DIST
2011-05-18 11:44:49 -07:00
Jelte Jansen
71eb80242f
[trac936] addressed some comments
2011-05-18 20:17:02 +02:00
JINMEI Tatuya
0555ab65d0
[master] Merge branch 'trac915'
...
with fixing (trivial) conflicts in:
src/lib/dns/python/Makefile.am
src/lib/dns/python/tsigerror_python.cc
Also moved tsigerror_python_inc.cc to EXTRA_DIST because it doesn't have
to be compiled separately.
2011-05-18 11:10:40 -07:00
JINMEI Tatuya
23d63caf0c
[trac915] added Python.h at the head of included files as required in
...
the python API (failing this will cause build errors on some systems)
2011-05-18 09:26:02 -07:00
JINMEI Tatuya
031eda633f
[trac915] added a space in exception what() message for readability
2011-05-18 09:22:29 -07:00
Jelte Jansen
77def12e8d
[trac936] use botan-provided version macro
...
turns out botan had a check for exactly this, so we don't need to reinvent our own
2011-05-18 18:15:22 +02:00
Jelte Jansen
080db7e624
[master] Update changelog
2011-05-18 16:55:00 +02:00
Jelte Jansen
b50e03318e
[trac936] check for botan API version, and use appropriate calls in cryptolink
...
Added separate checks for compatibility with 1.8 and 1.9, see configure.ac
cryptolink now has 3 special cases depending on version
2011-05-18 16:41:01 +02:00
Jelte Jansen
88504d121c
Merge branch 'trac811_new'
2011-05-18 16:36:05 +02:00
JINMEI Tatuya
4bd053d4e1
[trac811_new] added one more test case for test_get_default_value(): the
...
case for None returned
2011-05-17 13:57:00 -07:00
Jelte Jansen
a2936cc155
[trac811] revert changes to xfrout
...
so that we can merge this branch as discussed in the planning call today
2011-05-17 22:25:23 +02:00
Jelte Jansen
94cfeebfec
Merge branch 'trac811_new' of git+ssh://bind10.isc.org/var/bind10/git/bind10 into trac811_new
2011-05-17 22:05:18 +02:00
Jelte Jansen
47e5578077
[trac811] some more comments
...
added tests for get_default_value() in ConfigData
removed the now unnecessary self.name_str in ZoneInfo
downcase Name objects for storage in internal zones dict
2011-05-17 22:03:53 +02:00
Jelte Jansen
830c0ba6c9
[trac811] applied jinmei's proposed patch
2011-05-17 21:31:02 +02:00
JINMEI Tatuya
9e84764e49
[trac811_new] minor editorial fix: removed redundant white spaces
2011-05-17 11:02:44 -07:00
Jelte Jansen
28465ec390
[trac811] removed build_addr_info
2011-05-17 15:34:03 +02:00
Jelte Jansen
bcea2b3da4
[trac811] more review comments
2011-05-17 15:09:29 +02:00
Michal 'vorner' Vaner
a251c4f239
Merge remote-tracking branch 'origin/trac925'
...
Conflicts:
configure.ac
2011-05-17 13:27:55 +02:00
Michal 'vorner' Vaner
2360fc72c2
Merge remote-tracking branch 'origin/trac922'
2011-05-17 12:41:13 +02:00
Shane Kerr
fc9c42d22d
Merge branch 'master' of ssh://bind10.isc.org/var/bind10/git/bind10
2011-05-17 11:43:43 +02:00
Shane Kerr
3303478b6f
Use os._exit() when exiting from a forked() child process, not sys.exit()
2011-05-17 11:43:10 +02:00
chenzhengzhang
d158640b97
[master] merge #684 : b10-xfrout uses 100% of CPU
2011-05-17 16:46:57 +08:00
chenzhengzhang
d11b5e8920
Merge branch 'master' into trac684
2011-05-17 11:45:12 +08:00
JINMEI Tatuya
7a1c4cc8e1
[trac811_new] added some trivial editorial changes. also added a test
...
case with an invalid tsigkey string.
2011-05-16 17:06:11 -07:00
Jeremy C. Reed
de0694d2f4
[master] workaround for missing initializer for boost posix_time
...
I did this instead of upgrading boost or changing gcc.
We do the same thing in six other Makefiles.
This will fix failure noticed on NetBSD.
2011-05-16 13:33:45 -05:00
Michal 'vorner' Vaner
bc0688b0e7
[trac922] Some documentation
2011-05-16 19:20:17 +02:00
Michal 'vorner' Vaner
b8a7bf58c9
[trac922] Using a parameter to distinguish filename
2011-05-16 19:18:00 +02:00
Michal 'vorner' Vaner
3a54f64afc
[trac922] Subscribe moved just before return
...
This minimises chances of subscribing and then throwing.
2011-05-16 19:10:48 +02:00
Shane Kerr
7c390c1149
Merge branch 'master' into trac848
2011-05-16 18:39:29 +02:00
Jelte Jansen
b6982ea32a
[trac811] addressed review comments
2011-05-16 16:05:08 +02:00
Michal 'vorner' Vaner
62168918ac
[trac925] TODO note
2011-05-16 11:46:22 +02:00
Michal 'vorner' Vaner
929a9cae2b
[trac925] Loading the key ring
2011-05-16 11:44:11 +02:00
Michal 'vorner' Vaner
04ea273e29
[trac925] Tests for the keyring loading
2011-05-16 11:25:51 +02:00
JINMEI Tatuya
58a5aabf65
[trac914] implemented TSIG verify() support in xfrin
2011-05-15 23:48:41 -07:00
JINMEI Tatuya
43f5888605
[trac914] added some more knobs to MockTSIGContext
2011-05-15 23:47:56 -07:00
JINMEI Tatuya
d1b5154a7c
[master] added a missing file to pydnspp_la_SOURCES. this fixes distcheck
...
failure.
this is a trivial fix, so I'm pushing it directly
2011-05-15 13:24:47 -07:00
Michal 'vorner' Vaner
5b495e880e
[trac925] Interface of the keyring updater
2011-05-14 13:44:20 +02:00
JINMEI Tatuya
141bf465a7
[trac914] simplified the existing TSIG related tests a bit.
...
IMO we don't have detailed inspection of TSIG at this level. These are
done in pydnspp tests.
2011-05-13 17:36:06 -07:00
JINMEI Tatuya
7a87432e62
[trac914] added some utilities for further testing:
...
- allow pydnspp.TSIGContext to act as a base class so that we can define
a mock class for easier testing
- define MockTSIGContext (for now) as a transparent wrapper, and use this
class in existing tests to confirm it doesn't change the behavior.
2011-05-13 16:43:03 -07:00
JINMEI Tatuya
ac2e283bd9
[trac915] and one more minor cleanup: use "pydnspp." prefix instead of
...
deprecated "libdns_python." for fully qualified class names.
also updated the template .cc file accordingly.
2011-05-13 16:20:23 -07:00
JINMEI Tatuya
03fd43339b
[trac914] Merge branch 'trac811_new' into trac914
2011-05-13 15:40:42 -07:00
JINMEI Tatuya
6ed8870ee7
[trac914] Merge branch 'trac915' into trac914
...
with fixing conflicts for src/lib/dns/python/tsigerror_python.cc
2011-05-13 15:39:32 -07:00
JINMEI Tatuya
7a6f36fc90
[trac915] some additional cleanups:
...
- mae sure separate python binding .cc files include Python.h at its head
(failing so would caused build failure on some systems)
- updated the template in uitl/python regarding Python.h
- corrected a copyright year
- removed unnecessary EXTRA_DIST (some are now listed as source)
2011-05-13 15:35:34 -07:00
JINMEI Tatuya
7c576f2e3d
[master] same fix as 1440e71
: another missing Python.h at the beginning of .cc
2011-05-13 21:09:14 +00:00
JINMEI Tatuya
201bae76d1
[master] a minor cleanup: removed unnecessary forward declaration.
...
trivial, directly pushing.
2011-05-13 11:58:34 -07:00
JINMEI Tatuya
be4334aa0b
Merge branch 'master' of ssh://bind10.isc.org/var/bind10/git/bind10
2011-05-13 18:37:12 +00:00
JINMEI Tatuya
1440e71559
[master] fixed a build failure on freebsd8/g++: we need to include Python.h
...
before everything else as requested in
http://docs.python.org/py3k/extending/extending.html#a-simple-example
2011-05-13 18:35:16 +00:00