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

22211 Commits

Author SHA1 Message Date
Tomek Mrugalski
18379dcde6 [master] ChangeLog updated after trac3499 merge. 2015-10-13 19:19:56 +02:00
Tomek Mrugalski
99ca398d4d [master] Merge branch 'trac3499' (hooks skip flag => next step status) 2015-10-13 19:18:20 +02:00
Tomek Mrugalski
e1aa57e32c [3499] Changes after review:
- HandlesTest.CheckModifiedArgument test covers DROP status
 - Hooks Component Developer's Guide updated
 - Nest -> Next
2015-10-13 19:17:04 +02:00
Marcin Siodelski
81095786b5 [3968] PgSQL schema updated to version 2.0. 2015-10-13 18:41:09 +02:00
Thomas Markwalder
5316a61a0b [master] Added ChangeLog entry 1023 for trac #3967 2015-10-13 12:07:06 -04:00
Thomas Markwalder
2e13ac3b0b [master] Implemented schema upgrade for MySQL schema 4.0
Merged in trac3967.
2015-10-13 12:04:29 -04:00
Thomas Markwalder
6151f5136b [3967] Addressed review comments
src/bin/admin/scripts/mysql/Makefile.am
    - made use of file list variable
2015-10-13 11:37:34 -04:00
Marcin Siodelski
22d30857ff [3968] Updated PgSQL schema creation script to version 2.0. 2015-10-13 17:36:23 +02:00
Francis Dupont
599964bb87 [4058] typo 2015-10-13 17:23:33 +02:00
Stephen Morris
22b030a728 [3443] Added additional buffer tests
Check that an empty buffer can be copied and assigned from.  Also
check that a buffer copy and assignment do create copies of the
data, and the new objects do not merely point to the original data.
2015-10-13 16:16:29 +01:00
Francis Dupont
c2c57b4941 [4058] Added copyDefaultOptions() 2015-10-13 17:14:34 +02:00
Francis Dupont
4b006e8414 [master] Updated git hash 2015-10-13 17:00:10 +02:00
Francis Dupont
8c02cec5ec [master] Finished merge of trac4057 (DHCPv4 Relay Agent Link Selection Option) 2015-10-13 16:59:14 +02:00
Francis Dupont
aa3b22cd8e [master] Merged trac4057 (DHCPv4 Relay Agent Link Selection Option) 2015-10-13 16:54:13 +02:00
Francis Dupont
fabd7b9717 [master] Merged trac4074 (child process) 2015-10-13 16:36:01 +02:00
Marcin Siodelski
66de628097 [3968] Support for obtaining expired leases and removing reclaimed leases.
This has been added to PostgreSQL backend.
2015-10-13 16:07:39 +02:00
Stephen Morris
07060812a9 [3443] Restructure OutputBuffer to avoid possible dereference of NULL pointer 2015-10-13 14:47:41 +01:00
Stephen Morris
1c7952e282 [3953] Added documentation for the kea-dhcp{4,6}.commands loggers 2015-10-13 11:52:59 +01:00
Stephen Morris
74b7b8ccd5 [master] ChangeLog for #3996 2015-10-13 11:22:29 +01:00
Stephen Morris
6802335507 [3996] Added missing parameter to ALLOC_ENGINE_V4_REQUEST_OUT_OF_POOL message 2015-10-12 17:38:18 +01:00
Marcin Siodelski
0be32c7229 [3975] Unregister timers prior to reconfiguration. 2015-10-12 18:26:11 +02:00
Marcin Siodelski
fdc6d42b7a [3975] Support for unwarned-reclaim-cycles parameter added. 2015-10-12 18:05:24 +02:00
Marcin Siodelski
356f7e1fbc [3975] Updated default Kea configuration file with expiration config. 2015-10-12 16:07:04 +02:00
Marcin Siodelski
4517ba7bfa [3975] Scheduling lease expiration timers in the DHCP servers.
The timers are scheduled in the ControlledDhcpvXSrv instances. The
unit tests are located in the kea_controller_unittest.cc.
2015-10-12 13:59:05 +02:00
Francis Dupont
b6849afebb [3987] Fixed missing interface config 2015-10-10 00:16:23 +02:00
Tomek Mrugalski
73fe42ad5d [master] ChangeLog, AUTHORS updated 2015-10-09 23:30:20 +02:00
Tomek Mrugalski
884d8bb4a5 [master] Merge branch 'trac3681_rebase' (Common MySQL Connection class)
Conflicts:
	src/lib/dhcpsrv/lease_mgr.h
	src/lib/dhcpsrv/memfile_lease_mgr.cc
	src/lib/dhcpsrv/mysql_lease_mgr.cc
	src/lib/dhcpsrv/tests/memfile_lease_mgr_unittest.cc
	src/lib/dhcpsrv/tests/schema_mysql_copy.h
2015-10-09 23:28:19 +02:00
Francis Dupont
3d1cdc680e [3499] spelling 2015-10-09 22:42:08 +02:00
Tomek Mrugalski
5fc3a5aa3f [3681_rebase] DatabaseConnection is used in MemfileLeaseMgr 2015-10-09 22:35:14 +02:00
Francis Dupont
759f989626 [3986] spelling 2015-10-09 21:36:43 +02:00
Francis Dupont
260842f54e [4057] Addressed review comments 2015-10-09 20:34:53 +02:00
Francis Dupont
bd35386624 [master] Merged trac4062 (fixed DaemonTest.createPIDFileOverwrite in debug) 2015-10-09 14:58:14 +02:00
Tomek Mrugalski
5221b4f27f [3681_rebase] The latest patch sent by Adam. 2015-10-09 01:59:48 +02:00
Tomek Mrugalski
c0d4109a4a [3987] Small clean-up 2015-10-08 23:20:49 +02:00
Tomek Mrugalski
1c5e0902b1 [3987] lease6_decline implemented. 2015-10-08 23:20:37 +02:00
Tomek Mrugalski
cff242865b [3986] lease4_decline hook documented. 2015-10-07 10:55:09 +02:00
Tomek Mrugalski
551ef10ff3 [3986] Second unit-test for decline/hooks drop implemented. 2015-10-07 00:03:06 +02:00
Tomek Mrugalski
462092acb4 [3986] Addresses two small @todos in unrelated test. 2015-10-06 23:56:36 +02:00
Tomek Mrugalski
d55e6585ab [3986] Decline methods moved to base class, Decline hooks test implemented. 2015-10-06 23:51:33 +02:00
Tomek Mrugalski
96e6cc2f80 [3986] Hook unit-tests moved to a separate file. 2015-10-06 21:29:16 +02:00
Marcin Siodelski
ad1def511e [master] Include <limits> instead of <limits.h> in cfg_expiration.
This prevents build failures on many OSes. Okayed on jabber.
2015-10-06 19:17:23 +02:00
Marcin Siodelski
4337952d1d [master] Added Changelog entry for #3974. 2015-10-06 17:42:18 +02:00
Marcin Siodelski
c998d36c40 [master] Merge branch 'trac3974' 2015-10-06 17:04:02 +02:00
Marcin Siodelski
bbead46461 [3974] Small updates to the expiration parser tests.
As a result of the review.
2015-10-06 16:52:25 +02:00
Tomek Mrugalski
7114a20231 [3499] Migration from 0.9.2 to 1.0 API documented. 2015-10-06 13:48:40 +02:00
Tomek Mrugalski
0849048d17 [3499] bool skip flag replaced by enum status. 2015-10-06 13:34:27 +02:00
Thomas Markwalder
52476f730a [3967] Added lookup of hwaddr_source name to lease6 dump
src/bin/admin/scripts/mysql/dhcpdb_create.mysql
    lease6DumpData() -  added lookup of lease_hwaddr_source name

src/bin/admin/scripts/mysql/upgrade_3.0_to_4.0.sh.in
    lease6DumpData() -  added lookup of lease_hwaddr_source name

src/bin/admin/tests/data/mysql.lease6_dump_test.reference.csv
    added hwaddr_source names to test reference data

src/bin/admin/tests/mysql_tests.sh.in
    mysql_lease6_dump_test() - changed hwaddr_source test values
2015-10-06 07:25:53 -04:00
Marcin Siodelski
23f0e9d8d2 [master] Fixed typo in the Makefile.am which caused distcheck failure. 2015-10-05 12:58:08 +02:00
Francis Dupont
29125cc147 [3985] spelling 2015-10-03 22:17:31 +02:00
Shawn Routhier
4b964c5959 [master] Add commit tag to change log entry for 3576 (PXE) 2015-10-02 12:03:32 -07:00