2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-29 04:57:52 +00:00

909 Commits

Author SHA1 Message Date
JINMEI Tatuya
9f42d28ba7 merged trac #365: clang++ support
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@3383 e5f2f494-b856-4b98-b285-d166d9295462
2010-10-28 08:37:28 +00:00
JINMEI Tatuya
5249d7ae45 printed $CXX at the end of script
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac365@3381 e5f2f494-b856-4b98-b285-d166d9295462
2010-10-27 22:59:18 +00:00
Likun Zhang
fd0aa33626 Merge trunk back to this branch
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac364@3374 e5f2f494-b856-4b98-b285-d166d9295462
2010-10-27 13:42:53 +00:00
Michal Vaner
6316f23eb3 Dummy log function to mark places to log
It will be replaced, but a function is better than comment, because:
* It prints the text to stderr at last for now
* Compiler can find the places for us when we remove the function, we
  would have to grep for the comments.

git-svn-id: svn://bind10.isc.org/svn/bind10/branches/vorner-recursor-dummylog@3357 e5f2f494-b856-4b98-b285-d166d9295462
2010-10-26 11:13:33 +00:00
Stephen Morris
db1f12078c First block of Nameserver Address Store code for review
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac356@3272 e5f2f494-b856-4b98-b285-d166d9295462
2010-10-19 10:24:53 +00:00
Michal Vaner
fa743a8d83 Sync with trunk
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/vorner-sockcreator@3241 e5f2f494-b856-4b98-b285-d166d9295462
2010-10-17 17:53:36 +00:00
Michal Vaner
84e585bf67 Merged trac 353
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@3240 e5f2f494-b856-4b98-b285-d166d9295462
2010-10-17 17:21:21 +00:00
Naoki Kambe
f8d13770d4 add Makefile.am in each subdir instead of writing subdir in EXTRA_DIST in Makefile.am of parent dir
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@3229 e5f2f494-b856-4b98-b285-d166d9295462
2010-10-15 13:18:35 +00:00
Naoki Kambe
fc2610f5ad - merge trac #191 (Implement a initial version of stats)
- remove obsoleted stats files


git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@3218 e5f2f494-b856-4b98-b285-d166d9295462
2010-10-15 06:34:33 +00:00
Jeremy C. Reed
c85ab2775d Update the version number. (Later may automate this based on
revision control id, for example).

While here remove a blank line and move a comma.


git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@3202 e5f2f494-b856-4b98-b285-d166d9295462
2010-10-13 19:51:55 +00:00
Michal Vaner
344410fec6 Tests for isc::util::io
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/vorner-sockcreator@3187 e5f2f494-b856-4b98-b285-d166d9295462
2010-10-12 12:05:51 +00:00
Likun Zhang
9ef09bfd76 Rename folder name from utils to util.
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac364@3174 e5f2f494-b856-4b98-b285-d166d9295462
2010-10-11 09:39:02 +00:00
Likun Zhang
98691c42d2 Remove the parameter 'db_file' for command 'retransfer' of xfrin module, and xfrin.spec will not be generated by script.
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@3171 e5f2f494-b856-4b98-b285-d166d9295462
2010-10-11 07:20:09 +00:00
Michal Vaner
8da3cbf0ec Cleanups and library splitting
* Some of the code might be useful in other places, so it is split into
  libraries (isc::util::io and isc::util::unittests).
* Fixing flags in the sockcreator, leading to new warnings, fixing these
  warnings.
* TODO: read_data and write_data were tested implicitly with run(), but
  as they moved out to other library, they should have their own
  testcase.

git-svn-id: svn://bind10.isc.org/svn/bind10/branches/vorner-sockcreator@3163 e5f2f494-b856-4b98-b285-d166d9295462
2010-10-10 11:31:32 +00:00
JINMEI Tatuya
bfd75fdafd overall cleanup for clang++ support: adding comment, configure setup, etc.
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac365@3158 e5f2f494-b856-4b98-b285-d166d9295462
2010-10-10 03:27:23 +00:00
Jeremy C. Reed
2eff5cec94 Add --with-pycoverage option to configure.
This will run Python "coverage" tool instead of Python itself
for the python test scripts.

Then "make check" will create python coverage data which
can make a report.
I will also add make targets for creating reports later.


git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac362@3136 e5f2f494-b856-4b98-b285-d166d9295462
2010-10-07 17:30:20 +00:00
Michal Vaner
78533f09db Internal interface of socket creator
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/vorner-sockcreator@3120 e5f2f494-b856-4b98-b285-d166d9295462
2010-10-05 14:55:54 +00:00
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
406cb7fc21 Tests for isc.net.check
They should fail now, since the functions are still stubs

git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac353@3069 e5f2f494-b856-4b98-b285-d166d9295462
2010-09-29 14:29:03 +00:00
Michal Vaner
417b7f04af Interface of the isc.net.check module
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac353@3068 e5f2f494-b856-4b98-b285-d166d9295462
2010-09-29 14:28:21 +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
Evan Hunt
53a82252ed Created b10-recurse--mostly copied from b10-auth, but with references
to datasrc, xfrin, xfrout and so on removed.  This is simply the
client-facing side of a name server; it can receive and send packets
but can't process them in any way yet.  It will become a simple forwarder,
and then a proper resolver, in future work.

git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac327@2958 e5f2f494-b856-4b98-b285-d166d9295462
2010-09-17 02:18:59 +00:00
Evan Hunt
6b2895175e Move asio_link.cc and associated files from src/bin/auth into a new library,
src/lib/asiolink.  No changes to the code itself have been made except for
the purely cosmetic one of changing the namespace and filenames from
"asio_link" to "asiolink".

git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac327@2953 e5f2f494-b856-4b98-b285-d166d9295462
2010-09-16 21:22:48 +00:00
Likun Zhang
271f4952c4 Remove the parameter 'db_file' for command 'retransfer' of xfrin module, and xfrin.spec will not be generated by script.
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac329@2909 e5f2f494-b856-4b98-b285-d166d9295462
2010-09-14 09:45:24 +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