2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-30 05:27:55 +00:00

909 Commits

Author SHA1 Message Date
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
Stephen Morris
44f582bd7d [1213] Added fourth test, check that IXFR request is sent after refresh time 2011-10-06 18:26:09 +01:00
Stephen Morris
48b8872569 [1213] Add third test - IXFR disabled on server, so try AXFR 2011-10-06 17:39:23 +01:00
Stephen Morris
a46eed49d4 [1213] Add skeleton for second test 2011-10-06 16:03:36 +01:00
Stephen Morris
1afd287718 [1213] Moved some common tests into a separate file 2011-10-06 14:35:48 +01:00
Stephen Morris
a4766a155b [1213] Common IXFR test functions now in separate file 2011-10-06 13:38:03 +01:00
Stephen Morris
f1a85d0c97 [1213] Initial commit of changes
The ixfr tests are in the tools/system/ixfr directory.  To simplify
things, each test is in a subdirectory of that, with the common
data files in ixfr itself.

This commit got the starting and stopping of the nameservers for the
first test running, and created some basic data files.
2011-10-05 16:56:56 +01:00
JINMEI Tatuya
738afedaba [1261] some more adjustment for distcheck 2011-10-04 21:15:53 -07:00
Michal 'vorner' Vaner
a5eeb73116 Merge #1259 2011-10-04 22:54:10 +02:00
Naoki Kambe
8023760a5f [trac930] remove unneeded mockups, fake modules and dummy data 2011-10-03 11:52:16 +09:00
JINMEI Tatuya
106e9a7934 [1261] Merge branch 'trac1259' into trac1261 2011-10-02 16:58:09 -07:00
Jeremy C. Reed
d5a58bbe64 [master] use single = with test
Noticed on FreeBSD:

test: yes: unexpected operator

Trivial fix (and consistent with rest), no review.
2011-09-29 11:17:37 -05:00
Michal 'vorner' Vaner
b1f197c610 [1259] Library for the IXFR-in 2011-09-29 11:57:25 +02:00
Jelte Jansen
7d2b014816 [master] Merge branch 'trac1179'
Conflicts:
	src/lib/python/isc/Makefile.am
	src/lib/python/isc/datasrc/tests/Makefile.am
2011-09-27 11:53:32 +02:00
JINMEI Tatuya
bd0c874dda [1101] cleanup: remove unnecessary variable from configure.ac 2011-09-22 09:51:11 -07:00
JINMEI Tatuya
c342486980 [1101] use pre-generated forwarding .py files under log_messages srcdir
instead of dynamically creating them so that all of in-src separate-builddir
and distcheck will succeed.
2011-09-20 11:23:04 -07:00
Jelte Jansen
d1a1871cc6 [1179] python wrapper for new datasrc classes 2011-09-20 18:57:06 +02:00
JINMEI Tatuya
4948e0c896 [1101] build setup changes so that we can use a dedicated package directory
for python logging message scripts.
2011-09-09 15:57:43 -07:00
Jelte Jansen
75e756cdf9 Merge branch 'trac1041' 2011-08-26 17:16:53 +02:00
Jelte Jansen
ecf3f4b962 [1041] check for space in path 2011-08-25 16:36:56 +02:00
JINMEI Tatuya
575bd3ec2f [1068] use Makefile under datasrc testdata for a writable sqlite3 DB file. 2011-08-12 14:35:48 -07:00
JINMEI Tatuya
1aa26c98d1 [] Merge branch 'trac904' 2011-08-09 09:34:10 -07:00
Jeremy C. Reed
20483389cb [master] update version in configure.ac (date stamp is used for now) 2011-08-09 09:13:38 -05:00
JINMEI Tatuya
0e662967ac [904] moved the script to lib/util/python/ 2011-08-04 17:23:22 -07:00
JINMEI Tatuya
f00712037f [trac904] updated the file name for the chmod +x setting 2011-08-03 15:48:29 -07:00