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

633 Commits

Author SHA1 Message Date
Jeremy C. Reed
9a2f395450 [master]Merge branch 'master' of ssh://git.bind10.isc.org/var/bind10/git/bind10 2011-12-22 06:34:06 -06:00
Jeremy C. Reed
e303d47981 [master] also try to detect python3.2 executable
This is the executable name as installed on Debian with its
python3.2 package.

Python 3.2 appears to work and some have been using it for months.
2011-12-22 06:31:55 -06:00
Stephen Morris
85083a7610 Merge branch 'master' into trac1450 2011-12-22 12:08:19 +00:00
Tomek Mrugalski
e1252b9d0a Merge branch 'master' into trac1237
Conflicts:
	ChangeLog
	src/bin/dhcp6/dhcp6_srv.cc
	src/lib/dhcp/Makefile.am
	src/lib/dhcp/iface_mgr.cc
	src/lib/dhcp/iface_mgr.h
	src/lib/dhcp/tests/Makefile.am
2011-12-20 16:59:47 +01:00
Jelte Jansen
b0d0bf39fb [master] Merge branch 'trac1451'
Conflicts:
	src/bin/Makefile.am
2011-12-20 14:44:27 +01:00
Tomek Mrugalski
5ec569cd8c [1237] OS-detection cleanup, Linux-specific IfaceMgr cleanup. 2011-12-16 18:45:13 +01:00
Jeremy C. Reed
4d9485ae50 [master] whitespace police 2011-12-14 07:39:35 -06:00
Tomek Mrugalski
5749a7ada2 [992] Merge branch 'master' into trac992
Conflicts:
	ChangeLog
	src/bin/dhcp6/dhcp6_srv.cc
	src/lib/dhcp/iface_mgr.cc
	src/lib/dhcp/pkt4.h
	src/lib/dhcp/tests/iface_mgr_unittest.cc
	src/lib/dhcp/tests/pkt4_unittest.cc
2011-12-14 12:15:19 +01:00
Yoshitaka Aharen
8cb640551a [510] whitespace style fix 2011-12-14 18:29:28 +09:00
Yoshitaka Aharen
ff81c97c2a [510] forgot to merge 2011-12-14 18:11:27 +09:00
Jelte Jansen
6c60425c85 [1451] add (empty) manpage, and un-generate spec 2011-12-12 15:28:42 +01:00
Jelte Jansen
0431e1b28a [1451] initial addition of directory and files 2011-12-12 15:28:41 +01:00
Jelte Jansen
91fb141bfb Merge branch 'trac1442' 2011-12-09 09:06:56 +01:00
Jelte Jansen
7f52292565 [1442] updated some comments in configure.ac 2011-12-08 17:53:03 +01:00
Stephen Morris
bdaee9411e [1450] Modify makefiles to get this to build in BIND 10 2011-12-08 12:26:25 +00:00
JINMEI Tatuya
0ae049de72 [1387] catch all ASIO exceptions in XfroutClient::connect.
without this the ASIO exception could be propagated due to (e.g.) too long
file name, which would subsequently shut down b10-auth.
2011-12-05 18:04:30 -08:00
Jelte Jansen
83ce13c2d8 Merge branch 'trac1292_2' 2011-12-02 09:37:25 +01:00
Jelte Jansen
7715c727d2 [1442] split -L and -l and add botan ldflags first
our debian test system has old botan libs in the library path used for gtest, making it fail with unknown algorithm errors unless botan is specified first
2011-12-01 11:07:10 +01:00
Jelte Jansen
eb703a7e5b [1442] only do threads check when there is no gtest-config 2011-11-30 18:54:11 +01:00
Tomek Mrugalski
0ca7dca477 [1237] Initial interface detection implemented for Linux.
- Interface detection implemented for Linux.
- OS-specific defines added to configure.ac
- Added stub interface detection for BSD systems.
2011-11-30 17:00:42 +01:00
Jelte Jansen
7019db2a44 [1442] also temporarily set ldflags and cppflags for configure test 2011-11-30 07:30:07 -08:00
Jelte Jansen
9df50bec4e [1442] rename log4cplus and botan make vars
and put them in the correct place
2011-11-30 16:08:29 +01:00
Jelte Jansen
15dffb02f1 [1442] conditionally check whether gtest needs pthread 2011-11-30 15:27:36 +01:00
Jelte Jansen
0737908f9e [1442] initial patch to make it work (needs a bit of cleanup) 2011-11-30 14:53:58 +01:00
JINMEI Tatuya
0b0d1a0d3a [master] Merge branch 'trac1452b' 2011-12-21 14:27:47 -08:00
JINMEI Tatuya
ec48e1a92f [1452b] implemented python wrapper for socket session related classes. 2011-12-19 19:15:10 -08:00
Dima Volodin
c789138250 [1439] -z now added for Solaris 2011-11-29 08:38:52 -05:00
Jeremy C. Reed
5de824f59c [master] bump the version (one day after release)
It is already the 29th in some parts of the world.
2011-11-28 16:27:09 -06:00
Tomek Mrugalski
7e2204f4a6 [992]: Initial implementation of DHCPv4 server component 2011-11-27 19:35:47 +08:00
Jelte Jansen
f6def2435f [1292_2] fix _config header and module install directory 2011-11-24 17:50:27 +01:00
Jelte Jansen
3e1a6afcab [trac1290] medium-term solution to the ld_path hack
DataSourceClient intializer now calls a helper function that modifies the datasource type, so that dlopen() always gets an absolute path
Also updated the lettuce test so that when bindctl fails when sending a command, its output is printed
2011-11-23 19:15:51 +00:00
JINMEI Tatuya
4d3aef6a83 [1404] check the schema version of the SQLite3 data source file
and stop instllation if it's old.  The checker script can also be
used to upgrade the schema via a  non default command line option.
2011-11-21 00:29:37 -08:00
John DuBois
fc0a31681f [master]Revert "Merge branch 'master' of ssh://git.bind10.isc.org/var/bind10/git/bind10"
This reverts commit 8f74718cc2012ca68a44d9ed9996f479c6834101, reversing
changes made to 956a0a589db0a8250ec94ece377657783ac15caf.
2011-11-18 19:04:32 -08:00
John DuBois
631c5c2d24 Merge branch 'trac1324' 2011-11-18 07:56:41 -08:00
Jelte Jansen
868282b5bb [master] do ld env for netbsd too 2011-11-14 16:12:30 +01:00
Jelte Jansen
46c206bab6 [1292] set LDPATH for intree scripting so sqlite3_ds.so is findable on bsd 2011-11-11 15:56:54 +01:00
Jelte Jansen
6b75c128bc Merge branch 'trac1290' 2011-11-08 14:42:53 +01:00
John DuBois
7c229ebaca [1324] Initial work on perfdhcp - argument processing, debugging, packet
analysis, etc., currently applied to experimental DHCP probing, NOT functional.
2011-11-02 12:32:52 -07:00
reed
40e0797d68 [1194] remove unneeded commented out incomplete line 2011-10-31 10:57:49 -05:00
reed
1107b46ec3 [1194] fix shell redirection
The shorthand is not portable (resulting in illegal or bad file
descriptor).
2011-10-31 10:38:30 -05:00
Jelte Jansen
ed04555e46 [1194] use pkg-config for botan if it exists and knows about botan 2011-10-27 17:55:06 +02:00
Jeremy C. Reed
a670d58992 [master] update version to today's date 2011-10-21 07:08:41 -05:00
Jelte Jansen
032f9633f4 [1290] initial lettuce tests
plus a couple of fixes to make relative paths work in bind10 -c
2011-10-19 12:26:39 +02:00
Stephen Morris
68ee3818bc Merge branch 'master' into trac1213 2011-10-18 10:41:45 +01:00
Tomek Mrugalski
d647a45893 [1186] Initial libdhcp skeleton implementation. 2011-10-14 16:24:03 +02:00
Stephen Morris
044381e03b [1213] Merge branch 'master' into trac1213
Conflicts:
	tests/system/cleanall.sh
2011-10-12 14:23:57 +01:00
Stephen Morris
a95e958827 [1213] Changes to get BIND 10 to perform IXFR
At the time of commit, BIND 10 can only do IXFR if requested through
the "Xfrin retransfer" command.  Also, it only does IXFRs over TCP.
It does not do IXFRs over UDP, not can it respond to NOTIFYs or send
an IXFR request when the refresh timer expires.

In these changes:

1) Only test in-2 is finished.  (Even then, not fully: BIND 10 does
not attempt a UDP IXFR before reverting to TCP, it initiates a TCP
session immediately.) The remaining tests test features that have not
been implemented yet.

2) The BIND 10 configuration database is now copied to the nsx2
directories before each test (so there is now only one copy of it).
The zone.sqlite3 database now resides in the "ixfr" test directory.
2011-10-10 18:44:13 +01:00
Stephen Morris
8028d7abe4 [1213] Rename zone files and update shell file headers
Zone files also reorganised to use $INCLUDE to include a common
file containing the bulk of the "large" zone.
2011-10-07 19:51:03 +01:00
Jeremy C. Reed
3183039728 [master] for trac #1247: distcheck should enable gtest when possible
If --with-gtest defined on ./configure line, then do same for distcheck
target.
2011-10-06 16:00:48 -05:00
JINMEI Tatuya
c96f735cd5 [master] Merge branch trac1261 with fixing conflicts, etc.
- I need to add another mock method in xfrin/test to be compatible with the
  latest version of Diff class.
- I also replaced 'remove' with 'delete' more completely in the Diff class
  (and adjusted the caller side accordingly) for consistency.
2011-10-06 11:22:25 -07:00