]> git.ipfire.org Git - thirdparty/kea.git/log
thirdparty/kea.git
10 years ago[master] Merge branch 'trac3539'
Marcin Siodelski [Mon, 22 Dec 2014 18:26:42 +0000 (19:26 +0100)] 
[master] Merge branch 'trac3539'

10 years ago[master] Added ChangeLog entry for 3564.
Marcin Siodelski [Mon, 22 Dec 2014 16:50:11 +0000 (17:50 +0100)] 
[master] Added ChangeLog entry for 3564.

10 years ago[3539] Minor grammar changes to dhcpsrv message explanation
Stephen Morris [Mon, 22 Dec 2014 14:30:56 +0000 (14:30 +0000)] 
[3539] Minor grammar changes to dhcpsrv message explanation

10 years ago[master] Merge branch 'trac3564'
Marcin Siodelski [Mon, 22 Dec 2014 13:13:18 +0000 (14:13 +0100)] 
[master] Merge branch 'trac3564'

10 years ago[3564] Extended the configuration example with the in-pool reservation.
Marcin Siodelski [Mon, 22 Dec 2014 13:12:11 +0000 (14:12 +0100)] 
[3564] Extended the configuration example with the in-pool reservation.

One of the reservations is within the pool of dynamically allocated
addresses. The example demonstrates that the server will not allocate
this address dynamically and will only assign it to the client that
has a reservation for it.

10 years ago[3539] Address review comments.
Marcin Siodelski [Mon, 22 Dec 2014 11:24:07 +0000 (12:24 +0100)] 
[3539] Address review comments.

10 years ago[3539] Minor corrections to documentation
Stephen Morris [Mon, 22 Dec 2014 10:38:47 +0000 (10:38 +0000)] 
[3539] Minor corrections to documentation

10 years ago[3564] Addressed review comments.
Marcin Siodelski [Fri, 19 Dec 2014 18:19:36 +0000 (19:19 +0100)] 
[3564] Addressed review comments.

10 years ago[3564] Compilation fix.
Tomek Mrugalski [Fri, 19 Dec 2014 13:19:20 +0000 (14:19 +0100)] 
[3564] Compilation fix.

10 years ago[3539] Trivial fix in the error message thrown by the CfgIface.
Marcin Siodelski [Thu, 18 Dec 2014 10:43:28 +0000 (11:43 +0100)] 
[3539] Trivial fix in the error message thrown by the CfgIface.

10 years ago[3539] Updated user guide with the info about address selection on iface.
Marcin Siodelski [Thu, 18 Dec 2014 10:30:07 +0000 (11:30 +0100)] 
[3539] Updated user guide with the info about address selection on iface.

10 years ago[3539] Added unit test for use of explicit IPv4 address on interface.
Marcin Siodelski [Thu, 18 Dec 2014 10:03:40 +0000 (11:03 +0100)] 
[3539] Added unit test for use of explicit IPv4 address on interface.

10 years ago[3539] A few additions and fixes in unit tests for CfgIface class.
Marcin Siodelski [Wed, 17 Dec 2014 18:42:40 +0000 (19:42 +0100)] 
[3539] A few additions and fixes in unit tests for CfgIface class.

10 years ago[3539] Interface Manager do selects addresses to bind sockets to.
Marcin Siodelski [Wed, 17 Dec 2014 18:08:32 +0000 (19:08 +0100)] 
[3539] Interface Manager do selects addresses to bind sockets to.

10 years ago[3539] Iface configuration allows for specifying IPv4 address to listen on.
Marcin Siodelski [Wed, 17 Dec 2014 17:48:51 +0000 (18:48 +0100)] 
[3539] Iface configuration allows for specifying IPv4 address to listen on.

10 years ago[master] Added ChangeLog for #3635.
Stephen Morris [Wed, 17 Dec 2014 12:17:15 +0000 (12:17 +0000)] 
[master] Added ChangeLog for #3635.

10 years ago[master] Merge branch 'trac3635'
Stephen Morris [Wed, 17 Dec 2014 11:59:49 +0000 (11:59 +0000)] 
[master] Merge branch 'trac3635'

10 years ago[3635] Minor corrections after review
Stephen Morris [Wed, 17 Dec 2014 11:58:38 +0000 (11:58 +0000)] 
[3635] Minor corrections after review

10 years ago[3564] Updated Developer Guide with information about host reservations.
Marcin Siodelski [Mon, 15 Dec 2014 14:46:53 +0000 (15:46 +0100)] 
[3564] Updated Developer Guide with information about host reservations.

10 years ago[3643] Fix problem on Ubuntu and NetBSD Builds
Stephen Morris [Mon, 15 Dec 2014 14:45:28 +0000 (14:45 +0000)] 
[3643] Fix problem on Ubuntu and NetBSD Builds

Both Ubuntu and NetBSD builds fail because of what appears to be an error
trying to the use "equal_range" method of one of the classes associated with
the Boost multi-index container. The cause is uncertain - other systems
build successfully, so the problem might no lie here, e.g. it could be in
the compiler.  This fix attempts to side-step the problem by modifying the
affected files so as not to use this method.

10 years ago[3564] Improved commentary for the allocation engine.
Marcin Siodelski [Mon, 15 Dec 2014 13:16:03 +0000 (14:16 +0100)] 
[3564] Improved commentary for the allocation engine.

10 years ago[3564] Implemented tests for address conflicts resolution.
Marcin Siodelski [Mon, 15 Dec 2014 09:56:16 +0000 (10:56 +0100)] 
[3564] Implemented tests for address conflicts resolution.

The new tests are implemented using the Dhcp4Client class. It has been
found that the server returns DHCPNAK in response to DHCPDISCOVER which
was wrong. Now, the server doesn't respond to DHCPDISCOVER if it can't
find an address. As a result, a number of tests had to be fixed which
relied on this invalid behavior.

10 years ago[3564] Fix failing unit tests after the updates to the allocation engine.
Marcin Siodelski [Thu, 11 Dec 2014 21:19:10 +0000 (22:19 +0100)] 
[3564] Fix failing unit tests after the updates to the allocation engine.

10 years ago[3564] Renamed hint to requested_address in allocation engine.
Marcin Siodelski [Thu, 11 Dec 2014 16:15:38 +0000 (17:15 +0100)] 
[3564] Renamed hint to requested_address in allocation engine.

10 years ago[3564] Resolve conflicts with the reserved addresses in allocation engine.
Marcin Siodelski [Thu, 11 Dec 2014 15:59:22 +0000 (16:59 +0100)] 
[3564] Resolve conflicts with the reserved addresses in allocation engine.

10 years ago[3564] Updated allocateLease4 in allocation engine to use reservations.
Marcin Siodelski [Thu, 4 Dec 2014 18:07:16 +0000 (19:07 +0100)] 
[3564] Updated allocateLease4 in allocation engine to use reservations.

10 years ago[master] Added ChangeLog for #3628.
Marcin Siodelski [Wed, 10 Dec 2014 19:42:59 +0000 (20:42 +0100)] 
[master] Added ChangeLog for #3628.

10 years ago[master] Merge branch 'trac3628'
Marcin Siodelski [Wed, 10 Dec 2014 19:41:19 +0000 (20:41 +0100)] 
[master] Merge branch 'trac3628'

Conflicts:
src/lib/dhcpsrv/Makefile.am
src/lib/dhcpsrv/cfg_hosts.cc
src/lib/dhcpsrv/tests/cfg_hosts_unittest.cc

10 years ago[3635] Correct Doxyfile
Stephen Morris [Wed, 10 Dec 2014 18:21:44 +0000 (18:21 +0000)] 
[3635] Correct Doxyfile

A previous change altered the location of the perfdhcp code (and
associated Doxygen documentation) without altering the list of
directories searched by doxygen.  This commit fixes that problem.

10 years ago[3635] Remove references to DNS servers in the Hooks Developer's Guide.
Stephen Morris [Wed, 10 Dec 2014 17:20:47 +0000 (17:20 +0000)] 
[3635] Remove references to DNS servers in the Hooks Developer's Guide.

10 years ago[master] ChangeLog updated after #3556 merge.
Tomek Mrugalski [Wed, 10 Dec 2014 10:04:36 +0000 (11:04 +0100)] 
[master] ChangeLog updated after #3556 merge.

10 years ago[master] Merge branch 'trac3556' (MAC in MySQL backend for kea6)
Tomek Mrugalski [Wed, 10 Dec 2014 10:02:06 +0000 (11:02 +0100)] 
[master] Merge branch 'trac3556' (MAC in MySQL backend for kea6)

10 years ago[3556] Renamed lease6_hwaddr_source => lease_hwaddr_source
Tomek Mrugalski [Wed, 10 Dec 2014 10:01:43 +0000 (11:01 +0100)] 
[3556] Renamed lease6_hwaddr_source => lease_hwaddr_source

10 years ago[master] ChangeLog updated.
Tomek Mrugalski [Wed, 10 Dec 2014 09:23:18 +0000 (10:23 +0100)] 
[master] ChangeLog updated.

10 years ago[master] Merge branch 'trac3599' (kea-admin)
Tomek Mrugalski [Wed, 10 Dec 2014 09:21:59 +0000 (10:21 +0100)] 
[master] Merge branch 'trac3599' (kea-admin)

10 years ago[master] Merge branch 'trac3551' (RFC6939 support)
Tomek Mrugalski [Wed, 10 Dec 2014 08:42:44 +0000 (09:42 +0100)] 
[master] Merge branch 'trac3551' (RFC6939 support)

Conflicts:
ChangeLog

10 years ago[3551] Doc, AUTHORS, ChangeLog updated.
Tomek Mrugalski [Wed, 10 Dec 2014 08:40:32 +0000 (09:40 +0100)] 
[3551] Doc, AUTHORS, ChangeLog updated.

10 years ago[3599] @todo for extending the upgrade test added.
Tomek Mrugalski [Tue, 9 Dec 2014 19:57:53 +0000 (20:57 +0100)] 
[3599] @todo for extending the upgrade test added.

10 years ago[3599] make distcheck fix
Tomek Mrugalski [Tue, 9 Dec 2014 19:49:58 +0000 (20:49 +0100)] 
[3599] make distcheck fix

10 years ago[3635] Updated details of how to configure hooks libraries
Stephen Morris [Tue, 9 Dec 2014 17:58:56 +0000 (17:58 +0000)] 
[3635] Updated details of how to configure hooks libraries

10 years ago[3628] Addressed review comments.
Marcin Siodelski [Tue, 9 Dec 2014 17:47:50 +0000 (18:47 +0100)] 
[3628] Addressed review comments.

One of the major changes was to eliminate possibility of defining the dead
reservation: neither hostname nor IP address reserved and covering it with
suitable unit tests.

10 years agoMerge branch 'master' into trac3599
Tomek Mrugalski [Tue, 9 Dec 2014 17:25:56 +0000 (18:25 +0100)] 
Merge branch 'master' into trac3599

10 years ago[3551] Minor changes after review.
Tomek Mrugalski [Tue, 9 Dec 2014 16:04:59 +0000 (17:04 +0100)] 
[3551] Minor changes after review.

10 years ago[master] Added ChangeLog entry for #3467.
Marcin Siodelski [Tue, 9 Dec 2014 11:41:15 +0000 (12:41 +0100)] 
[master] Added ChangeLog entry for #3467.

10 years ago[master] Merge branch 'trac3467'
Marcin Siodelski [Tue, 9 Dec 2014 09:39:58 +0000 (10:39 +0100)] 
[master] Merge branch 'trac3467'

10 years ago[3467] Added example configurations for options.
Marcin Siodelski [Tue, 9 Dec 2014 09:38:48 +0000 (10:38 +0100)] 
[3467] Added example configurations for options.

10 years ago[3551] Patch as submitted by David (see comment 4 in ticket 3551)
Tomek Mrugalski [Tue, 9 Dec 2014 08:54:57 +0000 (09:54 +0100)] 
[3551] Patch as submitted by David (see comment 4 in ticket 3551)

10 years ago[3467] Addressed review comments.
Marcin Siodelski [Tue, 9 Dec 2014 08:31:41 +0000 (09:31 +0100)] 
[3467] Addressed review comments.

10 years ago[master] Added ChangeLog entry for #3624.
Marcin Siodelski [Mon, 8 Dec 2014 18:49:55 +0000 (19:49 +0100)] 
[master] Added ChangeLog entry for #3624.

10 years ago[master] Merge branch 'trac3624'
Marcin Siodelski [Mon, 8 Dec 2014 18:48:28 +0000 (19:48 +0100)] 
[master] Merge branch 'trac3624'

10 years ago[3624] Address review comments.
Marcin Siodelski [Mon, 8 Dec 2014 18:35:38 +0000 (19:35 +0100)] 
[3624] Address review comments.

Removed the leftover debugging statement. Also, added some more commentary
to the test checking behavior for too long FQDNs.

10 years ago[master] Added ChangeLog entry for #3561.
Marcin Siodelski [Mon, 8 Dec 2014 18:31:10 +0000 (19:31 +0100)] 
[master] Added ChangeLog entry for #3561.

10 years ago[master] Merge branch 'trac3561'
Marcin Siodelski [Mon, 8 Dec 2014 17:23:03 +0000 (18:23 +0100)] 
[master] Merge branch 'trac3561'

10 years ago[3561] Addressed review comments.
Marcin Siodelski [Mon, 8 Dec 2014 17:19:40 +0000 (18:19 +0100)] 
[3561] Addressed review comments.

Multiple updates to the documentation of the HostMgr. Also fixed a broken
implementation of the HostMgr::getAll4.

10 years ago[3599] Fixed issues with the kea-admin script portability.
Marcin Siodelski [Mon, 8 Dec 2014 14:13:03 +0000 (15:13 +0100)] 
[3599] Fixed issues with the kea-admin script portability.

The following issues causing failures on the FreeBSD were corrected:
- Don't use sed to replace tabulations from the returned kea version.
Instead the CONCAT mysql function is used.
- Replace &>dev/null with the >/dev/null 2>&1

Additional changes:
- Added a new line before printing existing tables in the mysql.
- Added .gitignore for new files.

10 years ago[3599] Changes after review
Tomek Mrugalski [Fri, 5 Dec 2014 22:33:53 +0000 (23:33 +0100)] 
[3599] Changes after review

 - mysql/upgrade_1.0_to_2.0.sh renamed to .in
 - header added to admin-utils.sh, revoked exec bit
 - kea-admin clarified (db => lease db)
 - kea-admin manpage corrected
 - lease6_hwaddr_source renamed to lease_hwaddr_source
 - mysql_tests are now working without installation

10 years ago[3556] Updated copyright headers.
Marcin Siodelski [Thu, 4 Dec 2014 13:47:21 +0000 (14:47 +0100)] 
[3556] Updated copyright headers.

10 years ago[3556] Update after review: unit-test schema simplified
Tomek Mrugalski [Wed, 3 Dec 2014 14:29:22 +0000 (15:29 +0100)] 
[3556] Update after review: unit-test schema simplified

10 years ago[master] Added ChangeLog entry for 3630.
Marcin Siodelski [Wed, 3 Dec 2014 10:56:23 +0000 (11:56 +0100)] 
[master] Added ChangeLog entry for 3630.

10 years ago[master] Merge branch 'trac3630'
Marcin Siodelski [Wed, 3 Dec 2014 10:15:20 +0000 (11:15 +0100)] 
[master] Merge branch 'trac3630'

10 years ago[3630] Added missing "lease-database" entry to the DHCPv6 configuration.
Marcin Siodelski [Tue, 2 Dec 2014 12:20:11 +0000 (13:20 +0100)] 
[3630] Added missing "lease-database" entry to the DHCPv6 configuration.

10 years ago[3561] Updated doxygen documentation with the info about HostMgr.
Marcin Siodelski [Mon, 1 Dec 2014 17:08:29 +0000 (18:08 +0100)] 
[3561] Updated doxygen documentation with the info about HostMgr.

10 years ago[3561] HostMgr now uses alternate host data source, if specified.
Marcin Siodelski [Mon, 1 Dec 2014 16:29:21 +0000 (17:29 +0100)] 
[3561] HostMgr now uses alternate host data source, if specified.

10 years ago[3561] Implemented basic host manager gathering hosts from the config.
Marcin Siodelski [Mon, 1 Dec 2014 14:12:56 +0000 (15:12 +0100)] 
[3561] Implemented basic host manager gathering hosts from the config.

10 years ago[3628] Corrected distcheck failure on configuration parser files.
Marcin Siodelski [Thu, 27 Nov 2014 16:48:19 +0000 (17:48 +0100)] 
[3628] Corrected distcheck failure on configuration parser files.

10 years ago[3628] Updated dhcp4.spec and dhcp6.spec for host reservations.
Marcin Siodelski [Thu, 27 Nov 2014 16:11:29 +0000 (17:11 +0100)] 
[3628] Updated dhcp4.spec and dhcp6.spec for host reservations.

10 years ago[3628] Host reservation parser is now connected to the subnet parsers.
Marcin Siodelski [Thu, 27 Nov 2014 14:24:08 +0000 (15:24 +0100)] 
[3628] Host reservation parser is now connected to the subnet parsers.

10 years ago[3628] Added configuration parser for host reservations list.
Marcin Siodelski [Wed, 26 Nov 2014 19:41:05 +0000 (20:41 +0100)] 
[3628] Added configuration parser for host reservations list.

10 years ago[3628] Moved configuration parsers to dhcpsrv/parsers.
Marcin Siodelski [Wed, 26 Nov 2014 18:23:32 +0000 (19:23 +0100)] 
[3628] Moved configuration parsers to dhcpsrv/parsers.

10 years ago[3624] Extend test for DHCPv6 client FQDN to cover multi-label domain name.
Marcin Siodelski [Tue, 25 Nov 2014 15:38:22 +0000 (16:38 +0100)] 
[3624] Extend test for DHCPv6 client FQDN to cover multi-label domain name.

10 years ago[3624] Addressed code review comments.
Marcin Siodelski [Tue, 25 Nov 2014 15:26:28 +0000 (16:26 +0100)] 
[3624] Addressed code review comments.

The FQDN option test now also covers checking the length of the FQDN option
when multi-labeled partial domain names are specified.

10 years ago[master] update git hash
Francis Dupont [Tue, 18 Nov 2014 08:09:52 +0000 (09:09 +0100)] 
[master] update git hash

10 years ago[master] merge cryptolink cleanups #3602
Francis Dupont [Tue, 18 Nov 2014 08:08:53 +0000 (09:08 +0100)] 
[master] merge cryptolink cleanups #3602

10 years ago[master] fixed typo in url
Wlodek Wencel [Wed, 12 Nov 2014 13:00:01 +0000 (14:00 +0100)] 
[master] fixed typo in url

10 years agoMerge branch 'trac3620'
Shawn Routhier [Wed, 12 Nov 2014 02:55:39 +0000 (18:55 -0800)] 
Merge branch 'trac3620'

10 years ago[github4] Authors, ChangeLog updated.
Tomek Mrugalski [Mon, 10 Nov 2014 20:01:45 +0000 (10:01 -1000)] 
[github4] Authors, ChangeLog updated.

10 years agoMerge branch 'marcinwyszynski-master' into github4
Tomek Mrugalski [Mon, 10 Nov 2014 20:00:32 +0000 (10:00 -1000)] 
Merge branch 'marcinwyszynski-master' into github4

10 years agoMerge branch 'master' of github.com:marcinwyszynski/kea into marcinwyszynski-master
Tomek Mrugalski [Mon, 10 Nov 2014 19:53:55 +0000 (09:53 -1000)] 
Merge branch 'master' of github.com:marcinwyszynski/kea into marcinwyszynski-master

11 years ago[3556] Reenabled one disabled test (and fixed MySQL to actually pass it)
Tomek Mrugalski [Thu, 6 Nov 2014 18:40:25 +0000 (19:40 +0100)] 
[3556] Reenabled one disabled test (and fixed MySQL to actually pass it)

11 years ago[3556] HWAddr support in MySQL implemented.
Tomek Mrugalski [Thu, 6 Nov 2014 18:36:46 +0000 (19:36 +0100)] 
[3556] HWAddr support in MySQL implemented.

11 years agoserver_hooks.h is required by callout_manager.h 4/head
Marcin Wyszynski [Thu, 6 Nov 2014 17:51:40 +0000 (09:51 -0800)] 
server_hooks.h is required by callout_manager.h

11 years ago[master] missing .h in dhcpsrc/Makefile.am
Francis Dupont [Thu, 6 Nov 2014 12:56:24 +0000 (13:56 +0100)] 
[master] missing .h in dhcpsrc/Makefile.am

11 years agoupdate git hash
Francis Dupont [Thu, 6 Nov 2014 12:14:19 +0000 (13:14 +0100)] 
update git hash

11 years agomerged trac3631
Francis Dupont [Thu, 6 Nov 2014 12:12:56 +0000 (13:12 +0100)] 
merged trac3631

11 years ago[master] Merge branch 'trac3562'
Marcin Siodelski [Thu, 6 Nov 2014 06:46:30 +0000 (07:46 +0100)] 
[master] Merge branch 'trac3562'

Conflicts:
src/lib/dhcpsrv/srv_config.cc
src/lib/dhcpsrv/srv_config.h

11 years ago[3599] man page updated.
Tomek Mrugalski [Wed, 5 Nov 2014 20:50:10 +0000 (21:50 +0100)] 
[3599] man page updated.

11 years ago[3599] manpage for kea-admin added
Tomek Mrugalski [Wed, 5 Nov 2014 20:34:31 +0000 (21:34 +0100)] 
[3599] manpage for kea-admin added

11 years ago[3599] kea-admin.in is now documented.
Tomek Mrugalski [Wed, 5 Nov 2014 20:24:14 +0000 (21:24 +0100)] 
[3599] kea-admin.in is now documented.

11 years ago[3599] Remaining unit-tests implemented.
Tomek Mrugalski [Wed, 5 Nov 2014 19:46:51 +0000 (20:46 +0100)] 
[3599] Remaining unit-tests implemented.

11 years agoexport CalloutManager for testing statically linked libraries
Marcin Wyszynski [Wed, 5 Nov 2014 18:30:28 +0000 (10:30 -0800)] 
export CalloutManager for testing statically linked libraries

11 years ago[3467] Added a lacking unit test for the minimal option-data config.
Marcin Siodelski [Wed, 5 Nov 2014 14:02:46 +0000 (15:02 +0100)] 
[3467] Added a lacking unit test for the minimal option-data config.

11 years ago[3599] version check unit-test implemented.
Tomek Mrugalski [Wed, 5 Nov 2014 13:36:25 +0000 (14:36 +0100)] 
[3599] version check unit-test implemented.

11 years ago[3467] Minor editorial fixes in the Kea guide.
Marcin Siodelski [Wed, 5 Nov 2014 12:25:41 +0000 (13:25 +0100)] 
[3467] Minor editorial fixes in the Kea guide.

11 years ago[3599] Unit tests framework added.
Tomek Mrugalski [Wed, 5 Nov 2014 12:17:28 +0000 (13:17 +0100)] 
[3599] Unit tests framework added.

11 years ago[3467] Updated user guide with option-data parameters optionality.
Marcin Siodelski [Wed, 5 Nov 2014 12:16:55 +0000 (13:16 +0100)] 
[3467] Updated user guide with option-data parameters optionality.

11 years ago[3599] MySQL init script updated to 2.0.
Tomek Mrugalski [Wed, 5 Nov 2014 10:46:08 +0000 (11:46 +0100)] 
[3599] MySQL init script updated to 2.0.

11 years ago[3599] init mysql implemented.
Tomek Mrugalski [Wed, 5 Nov 2014 10:30:06 +0000 (11:30 +0100)] 
[3599] init mysql implemented.

11 years ago[3599] Init script moved again.
Tomek Mrugalski [Wed, 5 Nov 2014 10:29:30 +0000 (11:29 +0100)] 
[3599] Init script moved again.

11 years ago[3599] Assortment of changes:
Tomek Mrugalski [Wed, 5 Nov 2014 09:40:59 +0000 (10:40 +0100)] 
[3599] Assortment of changes:

 - admin-util.sh scripts added.
 - upgrade_1.0_to_2.0.sh updated with version check.
 - kea-admin.in updated.

11 years ago[3599] Script dir renamed
Tomek Mrugalski [Wed, 5 Nov 2014 09:39:28 +0000 (10:39 +0100)] 
[3599] Script dir renamed