]>
git.ipfire.org Git - thirdparty/kea.git/log
Shawn Routhier [Tue, 10 Mar 2015 07:38:55 +0000 (00:38 -0700)]
[3705] Fix some typos found during the review.
Tomek Mrugalski [Thu, 5 Mar 2015 10:29:54 +0000 (11:29 +0100)]
[3705] Documentation updated.
Tomek Mrugalski [Thu, 5 Mar 2015 10:08:05 +0000 (11:08 +0100)]
[3705] Compilation fix in pkt6_unittest.cc
Tomek Mrugalski [Thu, 5 Mar 2015 10:07:50 +0000 (11:07 +0100)]
[3705] RSOO support added, unit-tests implemented.
Tomek Mrugalski [Thu, 5 Mar 2015 10:02:18 +0000 (11:02 +0100)]
[3705] Dhcp6Client improvements:
- is now able to use specified relay information
- stores received options
Tomek Mrugalski [Tue, 3 Mar 2015 22:20:13 +0000 (23:20 +0100)]
[3705] ""relay-supplied-options" parameter added.
Tomek Mrugalski [Tue, 3 Mar 2015 22:08:38 +0000 (23:08 +0100)]
[3705] RSOO handling added in CfgOption
Tomek Mrugalski [Tue, 3 Mar 2015 15:12:50 +0000 (16:12 +0100)]
[3705] RSOO option support implemented.
Shawn Routhier [Mon, 2 Mar 2015 21:31:43 +0000 (13:31 -0800)]
Merge branch 'trac3706' Tidy up some issues find by cpp check
Jeremy C. Reed [Mon, 2 Mar 2015 18:43:37 +0000 (13:43 -0500)]
generate manpages from .xml file in srcdir not builddir
The .xml file is not a generated file.
Jeremy C. Reed [Mon, 2 Mar 2015 18:24:07 +0000 (13:24 -0500)]
change top_srcdir to top_builddir as the path_replacer.sh is a generated tool
problem was noticed by wlodek (and reproduced by me):
make[4]: Entering directory
`/home/wlodek/dev/ktest/src/bin/keactrl'
/home/wlodek/dev/kea_test/tools/path_replacer.sh
/home/wlodek/dev/kea_test/src/bin/keactrl/kea.conf.pre kea.conf
/bin/bash: /home/wlodek/dev/kea_test/tools/path_replacer.sh: No
such file or directory
Francis Dupont [Mon, 2 Mar 2015 16:52:23 +0000 (17:52 +0100)]
[master] spelling
Marcin Siodelski [Mon, 2 Mar 2015 10:46:02 +0000 (11:46 +0100)]
[3706] Fixed the two typos in the comments of ProcessSpawn.
Marcin Siodelski [Mon, 2 Mar 2015 10:30:47 +0000 (11:30 +0100)]
[master] Merge branch 'trac3651'
Marcin Siodelski [Mon, 2 Mar 2015 10:30:20 +0000 (11:30 +0100)]
[3651] Replaced bind10 with Kea in the readme file.
Marcin Siodelski [Mon, 2 Mar 2015 10:15:56 +0000 (11:15 +0100)]
[master] Merge branch 'trac3728'
Francis Dupont [Sat, 28 Feb 2015 17:55:07 +0000 (18:55 +0100)]
[master] better handling of TSIG keys with empty secrets (#3727)
Shawn Routhier [Sat, 28 Feb 2015 02:31:38 +0000 (18:31 -0800)]
[trac3706] Fix up comment
Shawn Routhier [Sat, 28 Feb 2015 01:38:48 +0000 (17:38 -0800)]
[trac3706] Lets use the hostname instead of removing it
Shawn Routhier [Sat, 28 Feb 2015 01:28:00 +0000 (17:28 -0800)]
[trac3706] More cpp cleanup
Remove another unused variable in memfile_ubench.cc
Actually use the trimmed variable in host.cc
Update commetns in process_spawn.[cc h]
Francis Dupont [Sat, 28 Feb 2015 01:01:50 +0000 (02:01 +0100)]
[master] spelling
Francis Dupont [Sat, 28 Feb 2015 00:56:29 +0000 (01:56 +0100)]
[master] spelling
Francis Dupont [Fri, 27 Feb 2015 16:29:17 +0000 (17:29 +0100)]
Merge branch 'master' of ssh://git.kea.isc.org/git/kea
Francis Dupont [Fri, 27 Feb 2015 16:28:21 +0000 (17:28 +0100)]
[master] initialize BSD_TYPE in configure.ac (#3723)
Marcin Siodelski [Fri, 27 Feb 2015 16:13:11 +0000 (17:13 +0100)]
[master] Added ChangeLog entry for #3730.
Marcin Siodelski [Fri, 27 Feb 2015 15:58:54 +0000 (16:58 +0100)]
[master] Merge branch 'trac3730'
Marcin Siodelski [Fri, 27 Feb 2015 15:14:46 +0000 (16:14 +0100)]
[3730] Moved the openSockets invocation to the beginning of the method.
This change was suggested in the review.
Francis Dupont [Fri, 27 Feb 2015 13:36:24 +0000 (14:36 +0100)]
[master] made configure more suitable for cross-compiling (#3723)
Marcin Siodelski [Fri, 27 Feb 2015 09:48:45 +0000 (10:48 +0100)]
[3651] Fixed the non portable whitespace trimming in shell tests.
Shawn Routhier [Fri, 27 Feb 2015 03:25:47 +0000 (19:25 -0800)]
[trac3706] Clean up some issues from cpp check
Remove or comment out some variables that aren't read after they are written.
Tag the process classes as noncopyable to avoid external code trying
to copy them and to avoid an issue for cpp check
Marcin Siodelski [Thu, 26 Feb 2015 20:56:15 +0000 (21:56 +0100)]
[3728] Catch boost and std exceptions in kea-lfc.
Jeremy C. Reed [Thu, 26 Feb 2015 18:03:10 +0000 (13:03 -0500)]
spelling typo
Marcin Siodelski [Thu, 26 Feb 2015 17:44:28 +0000 (18:44 +0100)]
[3728] WritableHostDataSource does not derive from the BaseHostDataSource.
Marcin Siodelski [Thu, 26 Feb 2015 16:29:05 +0000 (17:29 +0100)]
[3730] Method to open sockets closes sockets before configuring IfaceMgr.
Previously, the sockets were closed just before opening a new set of
sockets, rather than before reconfiguring the IfaceMgr. Some steps of the
IfaceMgr reconfiguration failed when sockets were still open, which
effectively led to inability to reconfigure the running server.
Shawn Routhier [Thu, 26 Feb 2015 05:16:27 +0000 (21:16 -0800)]
[trac3706] Remove unused variables
Remove some unread variables as flagged by cppcheck
Wlodek Wencel [Wed, 25 Feb 2015 10:21:38 +0000 (11:21 +0100)]
[master] remove lastest changes in Makefile.am for pdf guide
Francis Dupont [Tue, 24 Feb 2015 22:00:26 +0000 (23:00 +0100)]
[master] inSubnet() -> inRange() in comments
Wlodek Wencel [Tue, 24 Feb 2015 21:33:03 +0000 (22:33 +0100)]
[master] pdf guides added to Makefile.am
Wlodek Wencel [Mon, 23 Feb 2015 21:08:19 +0000 (22:08 +0100)]
[master] version change after release
Francis Dupont [Fri, 20 Feb 2015 12:03:47 +0000 (13:03 +0100)]
[master] v4/v6 typo
Francis Dupont [Fri, 20 Feb 2015 11:43:28 +0000 (12:43 +0100)]
[master] v4/v6 typos in comments
Francis Dupont [Fri, 20 Feb 2015 11:37:03 +0000 (12:37 +0100)]
[master] v4/v6 typos in comments
Tomek Mrugalski [Wed, 18 Feb 2015 21:14:00 +0000 (22:14 +0100)]
[master] Copyright year updated, ChangeLog entry for release added.
Marcin Siodelski [Wed, 18 Feb 2015 20:05:05 +0000 (21:05 +0100)]
[master] Added missing extra dists in the doc/devel.
Wlodek Wencel [Wed, 18 Feb 2015 19:54:29 +0000 (20:54 +0100)]
[master] resolved conflict
Wlodek Wencel [Wed, 18 Feb 2015 19:51:16 +0000 (20:51 +0100)]
[master] minor changes in kea-guide
Wlodek Wencel [Wed, 18 Feb 2015 19:45:29 +0000 (20:45 +0100)]
[master] minor changes in kea-guide
Tomek Mrugalski [Wed, 18 Feb 2015 19:44:58 +0000 (20:44 +0100)]
[master] Unfortunate paragraph about config validation removed.
Tomek Mrugalski [Wed, 18 Feb 2015 19:40:35 +0000 (20:40 +0100)]
[master] Missing developer guide sources are now in dist
Tomek Mrugalski [Wed, 18 Feb 2015 19:28:35 +0000 (20:28 +0100)]
[master] Added hooks.xml to DOCBOOK
Tomek Mrugalski [Wed, 18 Feb 2015 19:07:04 +0000 (20:07 +0100)]
Merge branch 'master' of ssh://git.kea.isc.org/git/kea
Tomek Mrugalski [Wed, 18 Feb 2015 19:06:28 +0000 (20:06 +0100)]
[master] Missing dhcpdb_create_1.0.mysql added to EXTRA_DIST
Wlodek Wencel [Wed, 18 Feb 2015 19:01:15 +0000 (20:01 +0100)]
[master] user guide copyright date update
Tomek Mrugalski [Wed, 18 Feb 2015 16:02:20 +0000 (17:02 +0100)]
[master] fix for Mac OS in IOAddress unit-tests
Marcin Siodelski [Wed, 18 Feb 2015 14:58:04 +0000 (15:58 +0100)]
[master] Fix for error on long literals on 32-bit systems.
Marcin Siodelski [Wed, 18 Feb 2015 13:12:53 +0000 (14:12 +0100)]
[master] Added Changelog for #3711.
Marcin Siodelski [Wed, 18 Feb 2015 12:08:43 +0000 (13:08 +0100)]
[master] Merge branch 'trac3711'
Conflicts:
src/lib/asiolink/io_address.h
src/lib/asiolink/tests/io_address_unittest.cc
Marcin Siodelski [Wed, 18 Feb 2015 11:57:38 +0000 (12:57 +0100)]
[3711] Simplify the logic in the IOAddress::substract.
Wlodek Wencel [Wed, 18 Feb 2015 11:44:38 +0000 (12:44 +0100)]
[master] AUTHORS file update
Wlodek Wencel [Wed, 18 Feb 2015 11:43:48 +0000 (12:43 +0100)]
[master] reordering *.mes files
Tomek Mrugalski [Wed, 18 Feb 2015 11:29:00 +0000 (12:29 +0100)]
[3711] Changes after review:
- IOAddress::increase() simplified
- getLeasesCount renamed to getPoolCapacity
- removed several intermediate variables
Tomek Mrugalski [Wed, 18 Feb 2015 10:35:46 +0000 (11:35 +0100)]
[3711] Changes after first part of the review:
- increaseAddress renamed to increase
- check that addrsInRange throw when max < min
- C++ style casts, consts added
- check that a can be subtracted from b, when a>b
- documentation for IOAddress::increase, subtract improved
- couple unnecessary intermediate objects removed
Wlodek Wencel [Tue, 17 Feb 2015 22:05:31 +0000 (23:05 +0100)]
[master] fixing example conf files
Wlodek Wencel [Tue, 17 Feb 2015 17:10:58 +0000 (18:10 +0100)]
Merge branch 'master' of ssh://git.kea.isc.org/git/kea
Wlodek Wencel [Tue, 17 Feb 2015 17:10:33 +0000 (18:10 +0100)]
[master] typos and numbering error fixed
Marcin Siodelski [Tue, 17 Feb 2015 16:56:26 +0000 (17:56 +0100)]
[master] Added ChangeLog entry for #3672.
Marcin Siodelski [Tue, 17 Feb 2015 16:54:52 +0000 (17:54 +0100)]
[master] Merge branch 'trac3672'
Tomek Mrugalski [Tue, 17 Feb 2015 16:38:51 +0000 (17:38 +0100)]
[3711] Copyright years updated.
Marcin Siodelski [Tue, 17 Feb 2015 16:30:16 +0000 (17:30 +0100)]
[master] Trivial fix to the comment in the default kea.conf.
Committing on my own discretion as it is an obvious error in the text.
Tomek Mrugalski [Tue, 17 Feb 2015 16:27:39 +0000 (17:27 +0100)]
[3711] AllocEngine now uses calculated number of attempts.
Tomek Mrugalski [Tue, 17 Feb 2015 16:17:38 +0000 (17:17 +0100)]
[3711] Subnet::getLeasesCount() implemented.
Marcin Siodelski [Tue, 17 Feb 2015 16:15:13 +0000 (17:15 +0100)]
[3672] Fixed a typo in the user guide as a result of the review.
Tomek Mrugalski [Tue, 17 Feb 2015 15:37:34 +0000 (16:37 +0100)]
[3711] Pools now store maximum possible leases count.
Tomek Mrugalski [Tue, 17 Feb 2015 14:59:57 +0000 (15:59 +0100)]
[3711] addrInRange, prefixesInRange implemented.
Marcin Siodelski [Tue, 17 Feb 2015 14:13:59 +0000 (15:13 +0100)]
[3672] Updated user guide with the info about LFC configuration.
Tomek Mrugalski [Tue, 17 Feb 2015 14:11:16 +0000 (15:11 +0100)]
[3711] Compilation fix.
Tomek Mrugalski [Tue, 17 Feb 2015 14:07:30 +0000 (15:07 +0100)]
[3711] increaseAddress() moved from AllocEngine to IOAddress
Tomek Mrugalski [Tue, 17 Feb 2015 13:48:46 +0000 (14:48 +0100)]
[3711] IOAddress subtraction implemented.
Tomek Mrugalski [Mon, 16 Feb 2015 19:27:43 +0000 (20:27 +0100)]
[master] ChangeLog updated.
Tomek Mrugalski [Mon, 16 Feb 2015 19:26:38 +0000 (20:26 +0100)]
[master] Merge branch 'trac3565' (host reservations mac+dhcpv6)
Conflicts:
src/bin/dhcp6/dhcp6_srv.cc
Marcin Siodelski [Mon, 16 Feb 2015 18:53:04 +0000 (19:53 +0100)]
[master] Added ChangeLog entry for #3695.
Marcin Siodelski [Mon, 16 Feb 2015 18:43:09 +0000 (19:43 +0100)]
[master] Merge branch 'trac3695'
Marcin Siodelski [Mon, 16 Feb 2015 18:40:43 +0000 (19:40 +0100)]
[3565] Updated the wording in the kea user guide for reservation-mode param.
Marcin Siodelski [Mon, 16 Feb 2015 17:51:29 +0000 (18:51 +0100)]
[3695] Updated one comment as a result of the review.
Tomek Mrugalski [Thu, 5 Feb 2015 17:38:00 +0000 (18:38 +0100)]
[master] Compilation fix for NetBSD6 after #3563
- See 3643, comment 5 for explanation
Marcin Siodelski [Mon, 16 Feb 2015 17:19:17 +0000 (18:19 +0100)]
[3695] Addressed review comments.
Francis Dupont [Mon, 16 Feb 2015 16:50:28 +0000 (17:50 +0100)]
[master] fixed interface-config type (#3716)
Tomek Mrugalski [Mon, 16 Feb 2015 16:41:10 +0000 (17:41 +0100)]
[3565] Tweaks in hostReservationPerSubnet tests
Tomek Mrugalski [Mon, 16 Feb 2015 16:30:15 +0000 (17:30 +0100)]
[3565] Changes after review:
- Documentation for reservation-mode added
- spec files updated
- unit-tests for HR no longer use eth0 or eth1
- @todos added when allow_new_leases_in_renewals_ is expected to be used
- HR unit-test no longer uses at()
- Copyright years updated
- getOptionalParam() used when handling reservation-mode
- hrModeFromText() moved to SubnetConfigParser
- hrModeFromText() starts with lowercase and has its documentation expanded
Tomek Mrugalski [Mon, 16 Feb 2015 11:57:39 +0000 (12:57 +0100)]
[trac3565] Merge branch 'trac3575' into trac3565 (HR docs)
Conflicts:
doc/Makefile.am
Francis Dupont [Mon, 16 Feb 2015 10:52:05 +0000 (11:52 +0100)]
[master] updated git hash
Francis Dupont [Mon, 16 Feb 2015 10:51:17 +0000 (11:51 +0100)]
[master] fixed Iface read_buffer_ double free (#3712)
Tomek Mrugalski [Sun, 15 Feb 2015 21:47:11 +0000 (22:47 +0100)]
[master] ChangeLog updated after trac3616 merge.
Tomek Mrugalski [Sun, 15 Feb 2015 21:44:49 +0000 (22:44 +0100)]
[master] Merge branch 'trac3616' (removed exit() from D2 cmd line processing)
Tomek Mrugalski [Sun, 15 Feb 2015 21:40:11 +0000 (22:40 +0100)]
[master] ChangeLog updated.
Tomek Mrugalski [Sun, 15 Feb 2015 21:37:45 +0000 (22:37 +0100)]
[master] Merge branch 'trac3575' (doc update for host reservation)
Conflicts:
doc/Makefile.am
Tomek Mrugalski [Sun, 15 Feb 2015 21:36:27 +0000 (22:36 +0100)]
[3575] Minor clarification after review.
Marcin Siodelski [Sat, 14 Feb 2015 20:32:31 +0000 (21:32 +0100)]
[3575] A couple of corrections in the user guide for the host reservations.
Francis Dupont [Sat, 14 Feb 2015 13:19:33 +0000 (14:19 +0100)]
updated ChangeLog with hash
Francis Dupont [Sat, 14 Feb 2015 13:18:56 +0000 (14:18 +0100)]
fixed empty [sub]option parsing (#3661)