2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-30 21:45:37 +00:00
Commit Graph

1340 Commits

Author SHA1 Message Date
chenzhengzhang
f6aa7d5956 [trac749] refactor C++ utility library 2011-04-11 19:08:19 +08:00
Jelte Jansen
992f3702aa [trac781] intermediate checkin 2011-04-08 15:49:22 +02:00
Stephen Morris
f2de716ada [trac703] Bad Packet Tool
Sends packets with a mangled flags field to DNS servers and examines
the responses.
2011-04-08 11:30:02 +01:00
Ocean Wang
8fc7cdd216 [trac751] Move dns related code to asiodns lib 2011-04-08 17:02:44 +08:00
Ocean Wang
7e561fe2f8 [trac751] Add asiodns library 2011-04-07 18:01:56 +08:00
Michal 'vorner' Vaner
28b01ad5bf Merge branch 'work/sockets' 2011-04-07 11:46:09 +02:00
Jelte Jansen
1509147070 [trac781] Initial creation of empty lib 2011-04-07 10:59:26 +02:00
Michal 'vorner' Vaner
56b5bef538 Merge branch 'master' into work/serialize
Conflicts:
	src/lib/dns/messagerenderer.h
	src/lib/dns/rdata/ch_3/a_1.cc
	src/lib/dns/rdata/generic/opt_41.cc
	src/lib/dns/rdata/hs_4/a_1.cc
2011-04-04 18:21:07 +02:00
Michal 'vorner' Vaner
b4111d2495 [trac366] Update from master
Since the branch is years old.

It compiles, but the tests don't run. There's still some work to do.

Conflicts:
	configure.ac
	doc/Doxyfile
	src/bin/Makefile.am
	src/lib/Makefile.am
	src/lib/util/io/fd_share.h
	src/lib/util/io/fdshare_python.cc
	src/lib/util/io/tests/run_unittests.cc
2011-03-28 10:52:38 +02:00
Jeremy C. Reed
9eb28db1b6 [master] update version and regenerate HTML of guide 2011-03-22 00:46:07 -05:00
Michal 'vorner' Vaner
4a48457572 [trac615] XfrOut can use different socket 2011-03-18 20:16:42 +01:00
Shane Kerr
2754c99e70 Fixed broken configure.ac to create our test properly. 2011-03-16 12:05:05 +01:00
Shane Kerr
451bbb67c2 Merge branch 'master' into trac648
Conflicts:
	ChangeLog
	configure.ac
	src/bin/bind10/tests/bind10_test.py.in
2011-03-16 11:11:50 +01:00
Michal 'vorner' Vaner
5874ea28a5 Merge branch 'master' into work/configuration
Conflicts:
	src/bin/bind10/bind10.py.in
	src/bin/bind10/tests/bind10_test.py.in
2011-03-11 12:31:52 +01:00
Naoki Kambe
7a7299fb09 [trac521] Summary of changes
- add new BIND 10 module "b10-stats-httpd"
  + a standalone HTTP server for the statistics HTTP/XML interface
  + b10-stats-httpd responds statistics XML data to clients.
  + b10-stats-httpd request statistics data to b10-stats, and converts 
    python dict format to XML format.
  + It also responds XSD and XSL documents with XML data.

  + main of b10-stats-httpd
    stats_httpd.py.in
    run_b10-stats-httpd.sh.in

  + spec file related to b10-stats-httpd
    stats-httpd.spec.in

  + unittests for b10-stats-httpd
    b10-stats-httpd_test.py

  + documents related to b10-stats-httpd
    b10-stats-httpd.8      
    b10-stats-httpd.xml

  + XML/XSD/XSL template files which b10-stats-httpd reads
    stats-httpd-xml.tpl.in
    stats-httpd-xsd.tpl.in  
    stats-httpd-xsl.tpl.in

  + dummy python modules for testing b10-stats-httpd
    http.server
    select
    socket

  + b10-stats-httpd is added in:
    configure.ac
    bind10_test.py.in
    bind10.py.in

- change existent dummy modules for testing b10-stats and b10-stats-httpd
  + isc.cc.session
  + isc.config.ccsession

- change environment variable
  from: "B10_FROM_BUILD"
  to  : "B10_FROM_SOURCE"

- rename spec file
  from: src/bin/stats/stats.spec.pre.in
  to:   src/bin/stats/stats.spec.in

- remove unnecessary module "b10-stats_stub"
  stats_stub.py.in
  run_b10-stats_stub.sh.in
  b10-stats_stub_test.py

- add miscellaneous changes
  stats_test.in
  b10-stats_test.py

- add a proposed entry for this branch
  ChangeLog
2011-03-11 13:52:38 +09:00
JINMEI Tatuya
d39787aa43 [trac610] added tests for --csv-file-dir
For testing purpose I also renamed bindctl-source.py to bindctl_main.py.
I needed to replace dash with underscore to use it in an import statement,
and _main seemed to better explain what it is than _source, so I also
renamed that part.
2011-03-09 13:20:39 -08:00
Michal 'vorner' Vaner
fc26c7396d [trac615] Parsing of port for cmdctl 2011-03-09 20:35:18 +01:00
JINMEI Tatuya
bf8ba76aed [trac610] added a new system test, "bindctl".
It checks some basic management operations using bindctl, including
stopping/starting the auth server, checking statistics, and replacing
data source.
2011-03-08 16:56:44 -08:00
Shane Kerr
715fd606c4 Fix the build. 2011-03-04 12:36:06 +01:00
JINMEI Tatuya
8be2bf1922 [trac606] added/updated some Makefile.am's so that the tests can be run via make. 2011-03-03 19:35:33 -08:00
JINMEI Tatuya
9c3f271379 [trac606] make sure conf.sh is executable. 2011-03-03 17:20:05 -08:00
JINMEI Tatuya
56df4f9ab3 [trac606] check availability of perl, which is used in system tests. 2011-03-03 17:16:55 -08:00
JINMEI Tatuya
a9211d7973 [trac606] added a new option for bob, --pid-file, to record the PID of bob himself.
mainly intended for testing purposes, so disabled by default.
for testing this feature bind10_test.py is renamed to bind10_test.py.in
and is auto generated by the configure script.
2011-03-03 16:47:30 -08:00
Michal 'vorner' Vaner
fa05a53484 [trac575] Merge branch 'master' into work/ports/auth
Master contains fix of #338, which influences this code quite a lot.
The merge includes not only the code-level conflict resolutions, but
also logic-level conflicts and enabling of the tests that failed because
of #338.

Conflicts:
	src/bin/auth/tests/Makefile.am
	src/bin/resolver/Makefile.am
	src/bin/resolver/resolver.cc
	src/bin/resolver/tests/Makefile.am
	src/bin/resolver/tests/resolver_config_unittest.cc
	src/lib/Makefile.am
2011-03-02 11:35:20 +01:00
JINMEI Tatuya
0a9ce967a5 [master] added -lrt when necessary for nanosleep. this will fix regression
for solaris build due to #613.
2011-03-01 04:21:47 +00:00
JINMEI Tatuya
9186edcad7 [master] applied the proposed patch in #633 (fixing clang++ build) 2011-02-28 08:39:49 -08:00
Jeremy C. Reed
d3f8f8fce7 [master] update some version numbers
This is 20110224.

Add release stamp in the ChangeLog

Update versions for bind10, bindctl, and msgq.
Maybe not precise and we should discuss if or how we should
maintain per component version numbers.
2011-02-24 14:03:34 -06:00
Jeremy C. Reed
89ad5194eb [master] change setproctitle configure check from error to warning
The setproctitle check in configure is not really used by build;
it only provides a suggestion for installation.

Some systems don't need it.

We could consider removing this check (ticket #587).

Discussed via jabber.
2011-02-24 09:56:35 -06:00
Jeremy C. Reed
9a75a9c73b [master] remove log4cxx in configure.ac and Makefiles.
It is not used currently.
Discussed in jabber.
2011-02-24 09:32:42 -06:00
Jelte Jansen
27025d831a [trac602] addressed jinmei's comments 2011-02-24 00:33:31 +01:00
Jelte Jansen
14a51327ed [trac602] added --enable-boost-threads option (disabled by default)
if not set, we use dummy locks instead of the boost locks
2011-02-23 19:01:11 +01:00
Michal 'vorner' Vaner
f9be171869 [trac575] Create libserver_common 2011-02-22 20:55:34 +01:00
Jelte Jansen
8aa3b2246a [master] Merge branch 'trac449'
Conflicts:
	doc/Doxyfile
	src/lib/Makefile.am
2011-02-15 11:57:35 +01:00
Jelte Jansen
5e35787731 [trac569] Move coroutine.h to ext/
and removed empty top level file
2011-02-14 16:13:43 +01:00
Jelte Jansen
d8989e0a05 [trac569] remove internal from configure.ac 2011-02-14 14:22:44 +01:00
JINMEI Tatuya
65ff9720f0 [master] urgent fix to log4cxx regression by allowing to disable it (#560)
okayed on jabber.
2011-02-07 14:14:48 -08:00
Stephen Morris
7b1606cea7 [master] Merge branch 'trac438'
Conflicts:
	configure.ac
2011-02-03 17:53:45 +00:00
Stephen Morris
f70d352db0 [trac438] Fix problems in configure.ac and a Makefile.am 2011-02-01 18:21:35 +00:00
Jelte Jansen
9f172776a9 [trac494] initial addition of lib/resolve 2011-01-27 13:17:31 +01:00
Jeremy C. Reed
3e151d4477 add makefile for doc 2011-01-20 13:21:14 -06:00
Jeremy C. Reed
c14c4741b7 Merge branch 'master' into jreed-docs 2011-01-20 11:54:06 -06:00
Jeremy C. Reed
11da99d8c5 Update version and remove broken chmod.
Updated BIND 10 version and also removed a chmod for a run_ script
that doesn't exist currently.
2011-01-20 10:27:29 -06:00
Jeremy C. Reed
5dd96968ae Add version to guide and use Makefile.am for guide.
Removed the static doc/guide/Makefile.
Added Makefile.am for that.

Added a docbook entity file for the BIND 10 version.

Change the guide to use that version.

Regenerated html for the guide too.
(Now it has the latest version hard-coded in the HTML.)
2011-01-19 10:16:17 -06:00
Jeremy C. Reed
bfebabee9a Fix some misspellings.
Also at same time:
Remove my username from AUTHORS. I had committed that accidently before.
2011-01-19 08:13:54 -06:00
Stephen Morris
b4c068b218 Logger run-time initialization
Completing run-time initialization code and associated tests.  Also updated
documentation.
2011-01-17 19:43:31 +00:00
JINMEI Tatuya
cfde436fbd applied the patch proposed in #474: clang++/FreeBSD support 2011-01-07 11:59:03 -08:00
Stephen Morris
3666c6d785 Initial version of logging module.
First cut at the logging module.  Still lacking configuration and
basic appenders.
2011-01-07 18:15:44 +00:00
Stephen Morris
ebb344c1e2 Check-in of some code prior to conversion of repository to git; the code is not finished!
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac438@4169 e5f2f494-b856-4b98-b285-d166d9295462
2011-01-05 15:55:55 +00:00
Jeremy C. Reed
06cfe32314 catch up to trunk
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac470@4156 e5f2f494-b856-4b98-b285-d166d9295462
2011-01-04 18:40:58 +00:00
JINMEI Tatuya
006c32f46d sync with trunk
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac448@4131 e5f2f494-b856-4b98-b285-d166d9295462
2011-01-03 19:27:41 +00:00