2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-29 13:07:50 +00:00

187 Commits

Author SHA1 Message Date
JINMEI Tatuya
ebed7a43e7 sync with trunk
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac344@3103 e5f2f494-b856-4b98-b285-d166d9295462
2010-10-02 06:33:40 +00:00
JINMEI Tatuya
3363091b87 sync with trunk
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac345@3099 e5f2f494-b856-4b98-b285-d166d9295462
2010-10-01 16:31:00 +00:00
JINMEI Tatuya
71a686f2d3 sync with trunk
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac354@3093 e5f2f494-b856-4b98-b285-d166d9295462
2010-10-01 04:26:22 +00:00
Michal Vaner
af8ede1820 Merge #322
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@3052 e5f2f494-b856-4b98-b285-d166d9295462
2010-09-28 11:01:19 +00:00
JINMEI Tatuya
1fda12516c trac #354: dynamically generate wiredata when possible.
adjusted the generator script a bit for this purpose.
also fixed a distcheck failure in lib/dns/python tests.

git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac354@3047 e5f2f494-b856-4b98-b285-d166d9295462
2010-09-28 06:02:50 +00:00
JINMEI Tatuya
31d34a20f7 sync with trunk
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac311@3018 e5f2f494-b856-4b98-b285-d166d9295462
2010-09-26 03:25:19 +00:00
JINMEI Tatuya
b7d4bef9e9 trac #323: try harder to find boost headers
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@3006 e5f2f494-b856-4b98-b285-d166d9295462
2010-09-23 08:37:43 +00:00
JINMEI Tatuya
c5e4d427a3 disable threads for ASIO (trac #345)
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac345@2990 e5f2f494-b856-4b98-b285-d166d9295462
2010-09-21 04:04:49 +00:00
JINMEI Tatuya
7d89ee4c57 sync with trunk
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac308@2981 e5f2f494-b856-4b98-b285-d166d9295462
2010-09-20 11:07:54 +00:00
JINMEI Tatuya
1b587a8db5 moved src/lib/config/testdata under src/lib/config/tests/ for consistency.
adjusted paths to the data in other files.

git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac344@2978 e5f2f494-b856-4b98-b285-d166d9295462
2010-09-20 05:53:12 +00:00
JINMEI Tatuya
875c25cde1 Addressed issues of trac #325:
- made --disable-static workable by linking the lib/config test with libcc
   instead of a specific .o file.  (we can now safely to do so thanks to the
   refactoring of the test framework with mock classes).
 - don't set CXXFLAGS in configure.ac

And one minor cleanup: don't bother to print the value of CFLAGS at the end of
configure.  we don't use it.

git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@2976 e5f2f494-b856-4b98-b285-d166d9295462
2010-09-20 03:20:56 +00:00
JINMEI Tatuya
4915b040ed an initial cut of the EDNS class (code + tests), mainly for backup.
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac311@2794 e5f2f494-b856-4b98-b285-d166d9295462
2010-08-24 18:44:00 +00:00
JINMEI Tatuya
fd12057514 sync with trunk
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac313@2780 e5f2f494-b856-4b98-b285-d166d9295462
2010-08-20 22:12:07 +00:00
JINMEI Tatuya
62b66adf7e generate config/testdata/b10-config.db at build time from a master file.
so that it can be overridden safely.


git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac315@2766 e5f2f494-b856-4b98-b285-d166d9295462
2010-08-19 23:41:02 +00:00
JINMEI Tatuya
861cb51490 explicitly specify DYLD_LIBRARY_PATH for darwin (MacOS X) for "from source" operations.
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac313@2764 e5f2f494-b856-4b98-b285-d166d9295462
2010-08-18 20:51:43 +00:00
Jelte Jansen
3cc58b3f5e sync trunk for merge
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac296@2759 e5f2f494-b856-4b98-b285-d166d9295462
2010-08-18 08:19:01 +00:00
Jerry
c88bf74e9c merge trunk into trac289
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac289@2731 e5f2f494-b856-4b98-b285-d166d9295462
2010-08-16 05:23:39 +00:00
Jerry
6169072e1f Add zonemgr TODO list and revert to r2688 for merge
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac289@2730 e5f2f494-b856-4b98-b285-d166d9295462
2010-08-16 04:02:27 +00:00
JINMEI Tatuya
9c68303040 used *.la instead of .libs/*.a
introduced a new ./configure option --enable-static-link to statically link executables while still building dynamic loadable modules correctly.


git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac309@2722 e5f2f494-b856-4b98-b285-d166d9295462
2010-08-13 23:22:54 +00:00
JINMEI Tatuya
156e16c533 simple query benchmark
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac308@2718 e5f2f494-b856-4b98-b285-d166d9295462
2010-08-13 17:24:44 +00:00
Jerry
0eac466cb5 update trac289 to latest version
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac289@2713 e5f2f494-b856-4b98-b285-d166d9295462
2010-08-13 03:02:56 +00:00
Jeremy C. Reed
99d6197e51 Remove --with-boost-lib configuration switch.
And remove it from documentation too (while in the guide also remove
note about LD_LIBRARY_PATH which was handled in ticket 148).


git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@2684 e5f2f494-b856-4b98-b285-d166d9295462
2010-08-10 14:03:07 +00:00
JINMEI Tatuya
6fb13a92c1 sync w/ trunk
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac241@2663 e5f2f494-b856-4b98-b285-d166d9295462
2010-08-09 18:42:00 +00:00
Jelte Jansen
279f16d0ba update other 'fake' session implementations to new interface
use build-dir based domain socket for tests (requires clean rebuild to generate .h file)


git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac296@2650 e5f2f494-b856-4b98-b285-d166d9295462
2010-08-06 14:54:00 +00:00
Jerry
999d53dce9 merge secondary manager and notifyout
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac289@2621 e5f2f494-b856-4b98-b285-d166d9295462
2010-08-03 06:36:42 +00:00
Likun Zhang
ea33f60613 commit the code of notify-out. TODO:merge the code of secondary manager(in branch 215) to this branch, so that it's easy do the test.
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac289@2611 e5f2f494-b856-4b98-b285-d166d9295462
2010-08-02 13:32:23 +00:00
Jerry
056285a5d6 Finish secondary manager code and unittest
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac215@2607 e5f2f494-b856-4b98-b285-d166d9295462
2010-08-02 03:30:42 +00:00
JINMEI Tatuya
f358c98613 added tests and an example.
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac241@2490 e5f2f494-b856-4b98-b285-d166d9295462
2010-07-12 07:18:40 +00:00
Jeremy C. Reed
b77c35be53 Add space; fix typo.
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac148b@2426 e5f2f494-b856-4b98-b285-d166d9295462
2010-07-07 19:47:53 +00:00
JINMEI Tatuya
57f9f09688 comments, cleanups, simplification.
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac148b@2425 e5f2f494-b856-4b98-b285-d166d9295462
2010-07-07 18:42:45 +00:00
Jeremy C. Reed
45085bd54e Print some of the python related flags at end of configure.
Also change a tab to spaces.


git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac148b@2423 e5f2f494-b856-4b98-b285-d166d9295462
2010-07-07 16:14:16 +00:00
JINMEI Tatuya
7ac64a5329 simplified version of branches/trac148. it simply uses -R whenever available.
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac148b@2421 e5f2f494-b856-4b98-b285-d166d9295462
2010-07-06 23:53:12 +00:00
JINMEI Tatuya
373459f1f8 cleanup boost.python related part.
mostly editorial, and should be obvious enough.  so skipping review.


git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@2402 e5f2f494-b856-4b98-b285-d166d9295462
2010-07-02 01:28:20 +00:00
Jeremy C. Reed
222a6e821c Update version number in configure.ac.
Minor updates in README, point to some Y2 descriptions.
Add release date to ChangeLog.


git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@2380 e5f2f494-b856-4b98-b285-d166d9295462
2010-06-30 23:08:17 +00:00
Jelte Jansen
47135c0a36 removed chmod of deleted script
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@2365 e5f2f494-b856-4b98-b285-d166d9295462
2010-06-30 19:20:28 +00:00
Jelte Jansen
26266087e3 finaly sync for merge
git-svn-id: svn://bind10.isc.org/svn/bind10/experiments/python-binding@2360 e5f2f494-b856-4b98-b285-d166d9295462
2010-06-30 18:26:07 +00:00
Likun Zhang
fc5d7da022 1. Remove certificate file 'bindctl.pem'. 2. Add options -c(--certificate-chain) to bindctl. 3. Override class HTTPSConnection to support server certificate validation. 4. Rename module name from 'Cmd-Ctrl' to 'Cmdctl'. 5. Add support to cmdctl.spec file, now there are three configurable items for cmdctl: 'key_file', 'cert_file' and 'accounts_file', all of them can be changed in runtime.
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@2357 e5f2f494-b856-4b98-b285-d166d9295462
2010-06-30 17:57:34 +00:00
Jelte Jansen
7cdceb252e sync with trunk for merge
git-svn-id: svn://bind10.isc.org/svn/bind10/experiments/python-binding@2346 e5f2f494-b856-4b98-b285-d166d9295462
2010-06-30 13:47:21 +00:00
tingting shen
31ec8c6c65 Added verbose options to exactly what is happening with loadzone. Added loadzone test suite of different file formats to load.
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@2340 e5f2f494-b856-4b98-b285-d166d9295462
2010-06-30 07:27:30 +00:00
Jerry
0eb4e31198 merge of ticket #176 (python logging framework), also changes xfrout to use the python logging.
[func]       jerry
Added python logging framework. It is for testing and experimenting
with logging ideas. Currently, it supports three channels(file,
syslog and stderr) and five levels(debug, info, warning, error and
critical).



git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@2338 e5f2f494-b856-4b98-b285-d166d9295462
2010-06-30 03:12:30 +00:00
Likun Zhang
8523458e6d 1. Add support to cmdctl.spec file, now there are three configurable items for cmdctl: 'key_file', 'cert_file' and 'accounts_file', all of them can be changed in
runtime.  Also there is two command spported by cmdctl: shutdown and print_settings .
2. Refator some code of cmdctl and add corresponding test cases.
3. Rename module name from 'Cmd-Ctrld' to 'Cmdctl'.

git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac127@2253 e5f2f494-b856-4b98-b285-d166d9295462
2010-06-24 05:29:05 +00:00
JINMEI Tatuya
078d183c41 adjusted the position of AC_CHECK_DECL
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac251@2251 e5f2f494-b856-4b98-b285-d166d9295462
2010-06-24 01:41:29 +00:00
JINMEI Tatuya
0ba9a0f7bf set SunStudio specific options automatically.
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac251@2250 e5f2f494-b856-4b98-b285-d166d9295462
2010-06-24 01:33:47 +00:00
JINMEI Tatuya
e01cb8ad5b another fix to operator-> just like the one made in message.cc
added some comments on the intent


git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac251@2249 e5f2f494-b856-4b98-b285-d166d9295462
2010-06-24 01:00:15 +00:00
JINMEI Tatuya
fa6eb99b73 minimal fixes for SunStudio support
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac251@2227 e5f2f494-b856-4b98-b285-d166d9295462
2010-06-23 06:25:14 +00:00
Jelte Jansen
b9cd36cbf7 unit tests for b10-cfgmgr
moved a little bit of code into a main() function (instead of calling it directly), for easier testing
module magic happening in the test.


git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac238@2127 e5f2f494-b856-4b98-b285-d166d9295462
2010-06-16 16:10:49 +00:00
Jeremy C. Reed
81a9d98f0d Check for pkg-config itself so we don't try the m4 macro without pkg-config.
This helps workaround problem noted on bind10-users list last week
and this was discussed on jabber last week.

Note that if the m4 macro doesn't exist. Then even if pkg-config
is installed later, the configure script will still fail. autoconf
will need to be ran again.


git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@2106 e5f2f494-b856-4b98-b285-d166d9295462
2010-06-10 15:41:48 +00:00
Jelte Jansen
93227d328b merge to sync with trunk and make later merge back easier
updated additions in tests for wrapper api
also independently came up with the fix attached in ticket #224


git-svn-id: svn://bind10.isc.org/svn/bind10/experiments/python-binding@2097 e5f2f494-b856-4b98-b285-d166d9295462
2010-06-09 09:52:34 +00:00
Jelte Jansen
2074ba324e removed old dns-python example code
removed Boost.Python bindings
updated xfrin/xfrout tests for new python bindings


git-svn-id: svn://bind10.isc.org/svn/bind10/experiments/python-binding@2090 e5f2f494-b856-4b98-b285-d166d9295462
2010-06-08 11:02:08 +00:00
Jelte Jansen
0d2d4b5fb2 renamed isc_config.py to bind10_config.py
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac223@2053 e5f2f494-b856-4b98-b285-d166d9295462
2010-06-02 13:01:20 +00:00