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

19620 Commits

Author SHA1 Message Date
Stephen Morris
cf1ea90a67 [3418] Updated the Introduction as part of the review 2014-06-17 16:12:02 +01:00
Tomek Mrugalski
61558be1ea [3418] Minor correction in installation section 2014-06-17 13:41:28 +02:00
Tomek Mrugalski
d43ea25562 [3418] Link to kea-messages.xml updated. 2014-06-17 13:17:14 +02:00
Tomek Mrugalski
dfa985d334 [3418] ChangeLog updated. 2014-06-16 17:34:50 +02:00
Tomek Mrugalski
d3b8c59b23 [3418] version updated in configure.ac 2014-06-16 17:27:03 +02:00
Tomek Mrugalski
3aaabf0716 [3418] Remaining DHCPv4 sections converted to JSON 2014-06-16 16:32:26 +02:00
Tomek Mrugalski
b397fe5202 [3418] Several additional sections converted. 2014-06-13 16:59:41 +02:00
Tomek Mrugalski
ad1b6f00ad [3418] Several sections converted. 2014-06-12 22:51:39 +02:00
Tomek Mrugalski
f594cdd68b [3418] Sections 5.2, 5.2.1 converted to JSON. 2014-06-11 18:09:51 +02:00
Tomek Mrugalski
16994649d0 [3418] Minor clean-ups here and there. 2014-06-11 14:53:00 +02:00
Tomek Mrugalski
439ef5986f [3418] Remaining chapters moved to separate files. 2014-06-11 14:21:54 +02:00
Tomek Mrugalski
433bf38a0f [3418] Installation and Configuration moved to separate files. 2014-06-11 14:03:16 +02:00
Tomek Mrugalski
d9a163b517 [3418] Statistics chapter removed, logging moved to separate file. 2014-06-10 21:18:03 +02:00
Tomek Mrugalski
312d49e9ba [3418] Several chapters related to BIND10 framework removed, JSON config added 2014-06-10 19:45:38 +02:00
Tomek Mrugalski
fd1b16a445 [3418] Several clean-ups in sections 1...3 2014-06-10 16:23:24 +02:00
Tomek
4692766fed [3418] Initial file rename 2014-06-10 14:25:18 +02:00
Marcin Siodelski
f10f79023c [master] Added Changelog entry for #3405. 2014-06-06 13:01:37 +02:00
Marcin Siodelski
dd0270bd91 [master] Merge branch 'trac3405' 2014-06-06 12:37:39 +02:00
Marcin Siodelski
ba0df8152a [3405] Properly initialize sigaction data for SignalSet object.
Had to use memset to reset sa_action structure. Without that the signal
handled wasn't installed correctly because of the random data in the
sigaction structure and caused unit tests to fail.
2014-06-06 10:57:24 +02:00
Marcin Siodelski
78e93d361b [3405] Fixed line breaks in the shell-based tests. 2014-06-05 10:29:08 +02:00
Marcin Siodelski
6c18e5addb [3405] Moved SignalSet class to util from util:io. 2014-06-04 21:42:12 +02:00
Marcin Siodelski
47caf9625d [3405] Include shell test scripts when performing distcheck. 2014-06-04 20:56:01 +02:00
Marcin Siodelski
5eed3a0c86 [3405] LeaseMgr is not started until server is configured.
Starting lease manager in the server constructor implied the use of the
default memfile for a short period until the server is configured. The
default memfile configuration used the persistence (writing leases to disk)
which in many cases required root privileges. This caused some unit tests
to fail.
2014-06-04 18:57:51 +02:00
Tomek Mrugalski
be1fcdc616 [3405] Compilation fixes 2014-06-04 17:05:15 +02:00
Marcin Siodelski
e28f694dfd [master] Merge branch 'trac3451' 2014-06-04 15:33:23 +02:00
Marcin Siodelski
b1ed4d7d9c [master] Added ChangeLog entry for #3336. 2014-06-04 12:55:56 +02:00
Marcin Siodelski
b3c8a07988 [master] Merge branch 'trac3336' 2014-06-04 12:38:23 +02:00
Marcin Siodelski
2f8ff64f05 [3336] Minor changes after the second review.
Fixed one typo and clarified in the configuration examples that it is up
to the client to pick the renew and rebind timers if the server doesn't
send option 58 and 59.
2014-06-04 12:25:03 +02:00
Marcin Siodelski
8c30f560d8 [3451] Removed unused structure field in the Postgres SQL backend.
The presence of this field caused cppcheck failures.
2014-06-03 20:47:51 +02:00
Marcin Siodelski
b870771ca2 [3336] Renew and Rebind timers optional in the config example for DHCPv4. 2014-06-03 19:12:59 +02:00
Marcin Siodelski
7322535564 [master] Merge branch 'master' into trac3336 2014-06-03 19:06:09 +02:00
Marcin Siodelski
58e623537d [3336] Addressed review comments. 2014-06-03 19:05:48 +02:00
Marcin Siodelski
26ebb4c15e [3405] Minor fix in the bundy_controller for DHCPv4. 2014-06-03 18:04:34 +02:00
Marcin Siodelski
7d55bfdbf5 [3405] Signal set can handle a signal it owns. 2014-06-03 17:42:52 +02:00
Marcin Siodelski
db429b4eff [3405] Updated developer's guide with respect to the dynamic reconfigure. 2014-06-03 15:59:25 +02:00
Marcin Siodelski
47339e2b2f [3405] Clean log files after test of signal handling. 2014-06-03 12:13:56 +02:00
Marcin Siodelski
39fe53b2ca [3405] Renamed tests for signal handlers. 2014-06-03 12:11:50 +02:00
Marcin Siodelski
db9b5842fc [3405] Install signal handlers in DHCPv4 server. 2014-06-03 12:08:23 +02:00
Marcin Siodelski
f9e491a5dc [3405] Fixed line break in the signal handling test for DHCPv6. 2014-06-03 11:56:30 +02:00
Marcin Siodelski
566039e4e4 [3405] Added unit tests for signal handling in DHCPv4 server. 2014-06-03 11:54:57 +02:00
Marcin Siodelski
f6f0154f05 [3405] Globally check for duplicated signals in SignalSets. 2014-06-03 11:12:39 +02:00
Marcin Siodelski
7e2adb23b0 [3405] Cleanup in the isc::util::io::SignalSet class. 2014-06-03 11:12:23 +02:00
Marcin Siodelski
e8f1f73d0b [3405] Use SignalSet class to handle signals in DHCPv6 server. 2014-06-03 11:12:07 +02:00
Marcin Siodelski
d4dc6b5a8e [3405] Implemented Signal set class to monitor signals. 2014-06-03 11:11:50 +02:00
Tomek Mrugalski
83816e00c5 [master] Merge branch 'trac3399' [Kea4 reads config from JSON file]
Conflicts:
	ChangeLog
	src/bin/dhcp6/kea_controller.cc
	src/lib/dhcpsrv/daemon.h
2014-06-02 19:44:33 +02:00
Tomek Mrugalski
6e4dd3ae58 [3399] Parameters are now printed during exception 2014-06-02 19:18:29 +02:00
Tomek Mrugalski
fe739cf853 [3399] Updated comments in kea_controller_unittest.cc 2014-05-30 15:06:45 +02:00
Tomek Mrugalski
c56abc1d86 [3399] Kea config backend no longer silently ignores NULL configuration results 2014-05-30 14:39:52 +02:00
Tomek Mrugalski
6eb7220674 [3399] Changes after review
- ChangLog updated (b10-dhcp4 => DHCPv4 server)
 - stand-alone mode removed in Kea4,Kea6
 - getInstance() used instead of server_
 - ctrl_dhcp4_srv.cc: one stringstream instance now shared by all error messages
 - ctrl_dhcp4_srv.h: comments cleaned up
 - Added log message for received configuration
 - kea_controller.cc: Unnecessary header/using namespace removed
 - *.json files are now cleaned up in src/bin/dhcp4/tests
 - added comment that explains lack of tests for Bundy backend
 - kea_controller_unittest.cc now uses the same filename everywhere

Changes also applied to Kea6 (where applicable).
2014-05-30 14:24:25 +02:00
Marcin Siodelski
26542e1ced [master] Added Changelog entry for #3406. 2014-05-29 10:23:00 +02:00