]>
git.ipfire.org Git - thirdparty/kea.git/log
Razvan Becheriu [Fri, 6 Nov 2020 17:42:12 +0000 (19:42 +0200)]
[#1375] fixed warnings
Razvan Becheriu [Fri, 6 Nov 2020 17:39:39 +0000 (19:39 +0200)]
[#1375] recreate host managers one by one
Razvan Becheriu [Fri, 6 Nov 2020 17:18:31 +0000 (19:18 +0200)]
[#1375] only recreate host managers that have at least one broken connection
Razvan Becheriu [Fri, 6 Nov 2020 16:25:13 +0000 (18:25 +0200)]
[#1375] added dbReconnect to host manager
Razvan Becheriu [Fri, 6 Nov 2020 12:39:17 +0000 (14:39 +0200)]
[#1375] fixed compilation
Razvan Becheriu [Fri, 6 Nov 2020 10:36:40 +0000 (12:36 +0200)]
[#1375] fixed compilation
Razvan Becheriu [Fri, 6 Nov 2020 10:08:03 +0000 (12:08 +0200)]
[#1375] fixed compilation
Razvan Becheriu [Fri, 6 Nov 2020 10:05:46 +0000 (12:05 +0200)]
[#1375] reset managers static IOService members
Razvan Becheriu [Fri, 6 Nov 2020 09:59:54 +0000 (11:59 +0200)]
[#1375] reverted changes
Razvan Becheriu [Fri, 6 Nov 2020 09:06:36 +0000 (11:06 +0200)]
[#1375] reset global callbacks on server destructor
Razvan Becheriu [Fri, 6 Nov 2020 09:02:01 +0000 (11:02 +0200)]
[#1375] removed unused IOService
Razvan Becheriu [Wed, 4 Nov 2020 23:23:11 +0000 (01:23 +0200)]
[#1375] added IOService to mysql and postgresql connections
Razvan Becheriu [Mon, 7 Dec 2020 20:09:49 +0000 (22:09 +0200)]
[#1375] fixed doxygen
Razvan Becheriu [Mon, 7 Dec 2020 14:12:16 +0000 (16:12 +0200)]
[#1375] added TimerMgr entry in the thread safety tab of the documentation
Razvan Becheriu [Mon, 7 Dec 2020 13:04:41 +0000 (15:04 +0200)]
[#1375] implemented thread safe TimerMgr
Marcin Siodelski [Wed, 9 Dec 2020 14:30:30 +0000 (15:30 +0100)]
[#652] Addressed review comments
Fixed a typo and small impl change in network.
Marcin Siodelski [Wed, 9 Dec 2020 11:32:39 +0000 (12:32 +0100)]
[#652] Added ChangeLog for #652
Marcin Siodelski [Wed, 9 Dec 2020 11:09:20 +0000 (12:09 +0100)]
[#652] Handle interface-id in config backend
The interface-id parameter is now properly set at distinct inheritance
levels. For example, if it is specified at shared network level but not
at the subnet level, the value stored in the db for the subnet is NULL
and it is non-null at shared network level.
Marcin Siodelski [Wed, 9 Dec 2020 10:41:10 +0000 (11:41 +0100)]
[#652] Do not return interface-id when unspecified
The routine which outputs subnet configuration as JSON does not return
interface-id value specified at higher level (shared network) when subnet
specific value wasn't set. Only the shared network specific value of
interface-id is returned in such case.
Francis Dupont [Mon, 7 Dec 2020 18:34:16 +0000 (19:34 +0100)]
[#1456] Ignored unused
Francis Dupont [Mon, 7 Dec 2020 17:05:42 +0000 (18:05 +0100)]
[#1456] Added a ChangeLog entry for #1456
Francis Dupont [Mon, 7 Dec 2020 16:59:06 +0000 (17:59 +0100)]
[#1456] typo
Francis Dupont [Fri, 4 Dec 2020 16:50:08 +0000 (17:50 +0100)]
[#1456] Refined pre-merge sanity check
Francis Dupont [Fri, 4 Dec 2020 14:39:21 +0000 (15:39 +0100)]
[#1456] Checkpoint: addressed comments - to do: refine pre-merge sanity check
Francis Dupont [Fri, 4 Dec 2020 11:17:37 +0000 (12:17 +0100)]
[#1456] Made the triplet global fetch easier to optimize
Francis Dupont [Fri, 4 Dec 2020 11:00:11 +0000 (12:00 +0100)]
[#1456] Addressed comments
Francis Dupont [Mon, 30 Nov 2020 15:56:46 +0000 (16:56 +0100)]
[#1456] Added no regression test
Francis Dupont [Mon, 30 Nov 2020 15:12:07 +0000 (16:12 +0100)]
[#1456] Finished unit tests
Francis Dupont [Sun, 29 Nov 2020 15:08:32 +0000 (16:08 +0100)]
[#1456] Checkpoint: code done, UTs to do
Francis Dupont [Wed, 9 Dec 2020 11:37:04 +0000 (12:37 +0100)]
[#1568] Fixed date
Francis Dupont [Tue, 8 Dec 2020 22:33:02 +0000 (23:33 +0100)]
[#1568] Fixed warnings
Thomas Markwalder [Tue, 8 Dec 2020 20:37:11 +0000 (15:37 -0500)]
[#936] Restored ChangeLog entry 1838
Thomas Markwalder [Tue, 8 Dec 2020 14:23:23 +0000 (09:23 -0500)]
[#936] Updated ARM and added ChangeLog
modified:
ChangeLog
doc/sphinx/arm/dhcp4-srv.rst
doc/sphinx/arm/dhcp6-srv.rst
Thomas Markwalder [Tue, 8 Dec 2020 13:34:23 +0000 (08:34 -0500)]
[#936] kea-dhcpX now calculates DDNS TTL
DDNS TTL is now calculated based on RFC 4702 Sec 5 guidelines.
src/lib/dhcpsrv/ncr_generator.*
calculateDdnsTtl() - new function to calculate DNS RR TTL from a lease
life time
queueNCRCommon() - modified to use calculateDdnsTtl()
src/lib/dhcpsrv/tests/ncr_generator_unittest.cc
Updated unit tests
src/bin/dhcp6/dhcp6_srv.cc
Dhcpv6Srv::createNameChangeRequests() - modified to use calculateDdnsTtl()
src/bin/dhcp4/tests/fqdn_unittest.cc
src/bin/dhcp6/tests/fqdn_unittest.cc
Updated unit tests
Razvan Becheriu [Mon, 7 Dec 2020 20:25:28 +0000 (22:25 +0200)]
[#1438] addressed comments
Razvan Becheriu [Fri, 27 Nov 2020 16:10:49 +0000 (18:10 +0200)]
[#1438] also update KEA_HOOKS_VERSION
Razvan Becheriu [Thu, 26 Nov 2020 18:07:53 +0000 (20:07 +0200)]
[#1438] fixed bugs
Andrei Pavel [Sat, 21 Nov 2020 11:21:37 +0000 (13:21 +0200)]
[#1438] tidy up bump-lib-versions.sh
Razvan Becheriu [Fri, 20 Nov 2020 11:12:28 +0000 (13:12 +0200)]
[#1438] added bump version script
manu [Mon, 7 Dec 2020 12:50:17 +0000 (13:50 +0100)]
Set execute bit for hammer.py
Francis Dupont [Fri, 4 Dec 2020 12:58:26 +0000 (13:58 +0100)]
[#356] Added a comment about isConnectClosed NOT use case
Tomek Mrugalski [Fri, 4 Dec 2020 12:38:43 +0000 (13:38 +0100)]
[#356] Updated interface name
- there is en7 in the system on my MacOS 10.15.7
Francis Dupont [Thu, 3 Dec 2020 23:53:05 +0000 (00:53 +0100)]
[#356] Added isConnectionClosed
Francis Dupont [Tue, 1 Dec 2020 22:09:57 +0000 (23:09 +0100)]
[#1522] Updated reference
Francis Dupont [Mon, 30 Nov 2020 18:02:41 +0000 (19:02 +0100)]
[#1461] Fixed netconf link
Francis Dupont [Sun, 22 Nov 2020 14:29:06 +0000 (15:29 +0100)]
[#1461] Added references to config_report
manu [Wed, 2 Dec 2020 23:26:59 +0000 (00:26 +0100)]
Add support for FreeBSD 12.1
manu [Wed, 2 Dec 2020 23:14:40 +0000 (00:14 +0100)]
Fix the issue with CentOS 8 not being recognized
Francis Dupont [Wed, 2 Dec 2020 15:28:38 +0000 (16:28 +0100)]
[#1449] Removed star / incompatibility mark (reverted previous commit)
Francis Dupont [Wed, 2 Dec 2020 15:24:05 +0000 (16:24 +0100)]
[#1449] Addressed ultimate comment
Francis Dupont [Wed, 2 Dec 2020 13:55:13 +0000 (14:55 +0100)]
[#1449] Addressed last comment
Francis Dupont [Wed, 2 Dec 2020 11:25:08 +0000 (12:25 +0100)]
[#1449] Addressed comments
Francis Dupont [Sun, 22 Nov 2020 11:52:43 +0000 (12:52 +0100)]
[#1449] Added the not backward compatible star
Francis Dupont [Sun, 22 Nov 2020 11:51:51 +0000 (12:51 +0100)]
[#1449] Fixed v6 appending multiple option instances
Razvan Becheriu [Sat, 28 Nov 2020 05:47:45 +0000 (05:47 +0000)]
Update ChangeLog
Razvan Becheriu [Fri, 27 Nov 2020 16:30:34 +0000 (18:30 +0200)]
[#1535] addressed comments
Razvan Becheriu [Mon, 9 Nov 2020 22:14:42 +0000 (00:14 +0200)]
[#1535] clean up code
Razvan Becheriu [Mon, 9 Nov 2020 17:56:01 +0000 (19:56 +0200)]
[#1535] fixed unittests so that TSAN does not complain
Pavel Zhukov [Thu, 23 May 2019 10:48:47 +0000 (12:48 +0200)]
Fix typos in loggers documentation
Tomek Mrugalski [Fri, 27 Nov 2020 09:35:48 +0000 (10:35 +0100)]
[#1514] AUTHORS, ChangeLog updated
Carsten Strotmann [Thu, 22 Oct 2020 11:45:47 +0000 (13:45 +0200)]
Fixed spelling of "facilitates"
Carsten Strotmann [Thu, 22 Oct 2020 11:06:56 +0000 (13:06 +0200)]
Two typos corrected
Razvan Becheriu [Mon, 23 Nov 2020 10:51:37 +0000 (12:51 +0200)]
[#1542] added more checks
Razvan Becheriu [Fri, 20 Nov 2020 20:21:02 +0000 (22:21 +0200)]
[#1542] added MT unittests
Razvan Becheriu [Fri, 20 Nov 2020 16:21:52 +0000 (18:21 +0200)]
[#1542] refactored unittests
Andrei Pavel [Fri, 20 Nov 2020 09:56:41 +0000 (11:56 +0200)]
[#1554] add release entry to ChangeLog
Andrei Pavel [Fri, 20 Nov 2020 15:00:09 +0000 (17:00 +0200)]
[#1554] update copyright dates
Andrei Pavel [Fri, 20 Nov 2020 14:54:00 +0000 (16:54 +0200)]
[#1554] tidy up documentation
Andrei Pavel [Fri, 20 Nov 2020 14:53:03 +0000 (16:53 +0200)]
[#1554] regenerate parsers
Andrei Pavel [Fri, 20 Nov 2020 14:52:06 +0000 (16:52 +0200)]
[#1554] regenerate messages
Andrei Pavel [Fri, 20 Nov 2020 14:50:49 +0000 (16:50 +0200)]
[#1554] tidy up ChangeLog
Andrei Pavel [Thu, 19 Nov 2020 14:31:35 +0000 (16:31 +0200)]
[#1554] update version in configure.ac
Razvan Becheriu [Sat, 21 Nov 2020 10:49:10 +0000 (12:49 +0200)]
[#1555] fixed ChangeLog
Razvan Becheriu [Fri, 20 Nov 2020 17:27:56 +0000 (19:27 +0200)]
[#1555] bump lib versions for 1.9.2
Tomek Mrugalski [Fri, 20 Nov 2020 11:03:37 +0000 (12:03 +0100)]
[#1536] Article fixed
Tomek Mrugalski [Fri, 20 Nov 2020 11:02:15 +0000 (12:02 +0100)]
[#1536] ChangeLog updated
Tomek Mrugalski [Fri, 20 Nov 2020 11:00:34 +0000 (12:00 +0100)]
[#1536] Updated AUTHORS file
Peter did not contribute to BIND10. He does, however, contribute
to Kea. Moved his name to the appropriate list.
peterd [Thu, 12 Nov 2020 16:02:32 +0000 (16:02 +0000)]
updated AUTHORS
peterd [Thu, 12 Nov 2020 12:38:08 +0000 (12:38 +0000)]
Second update to documentation files
peterd [Thu, 12 Nov 2020 12:08:17 +0000 (12:08 +0000)]
First of a series of updates to documentation files
Francis Dupont [Fri, 20 Nov 2020 08:58:12 +0000 (09:58 +0100)]
[#1421] Addressed comments
Francis Dupont [Sat, 7 Nov 2020 14:32:01 +0000 (15:32 +0100)]
[#1421] Added callout context
Francis Dupont [Sun, 1 Nov 2020 16:44:50 +0000 (17:44 +0100)]
[#1421] Implemented auth and response hook
Tomek Mrugalski [Fri, 20 Nov 2020 10:30:12 +0000 (11:30 +0100)]
[#1539] ChangeLog added
Tomek Mrugalski [Fri, 20 Nov 2020 09:20:04 +0000 (10:20 +0100)]
[#1539] Corrected malformed table (one line indented differently)
Tomek Mrugalski [Fri, 20 Nov 2020 09:19:43 +0000 (10:19 +0100)]
[#1539] Addressed problem of duplicate target names
Suzanne Goldlust [Tue, 17 Nov 2020 17:13:45 +0000 (17:13 +0000)]
Additional minor text edits in Kea docs
Suzanne Goldlust [Tue, 17 Nov 2020 15:42:21 +0000 (15:42 +0000)]
Additional minor text edits
Suzanne Goldlust [Mon, 16 Nov 2020 15:28:04 +0000 (15:28 +0000)]
Fix typos in documentation
Correcting typos and minor text errors throughout the Kea Messages docs
Suzanne Goldlust [Sat, 14 Nov 2020 00:00:37 +0000 (00:00 +0000)]
Fix typos, and other text corrections
Mostly minor text fixups, with a few edits for clarity
Suzanne Goldlust [Fri, 13 Nov 2020 16:40:40 +0000 (16:40 +0000)]
Fix typos
Correct spelling of "unpacking"
Suzanne Goldlust [Fri, 13 Nov 2020 16:23:53 +0000 (16:23 +0000)]
Add clarifying text
Insert sentence in introduction to explain what % placeholders mean
Wlodek Wencel [Fri, 20 Nov 2020 09:04:10 +0000 (10:04 +0100)]
[#1332] added Changelog
Tomek Mrugalski [Wed, 18 Nov 2020 15:29:55 +0000 (16:29 +0100)]
[#1332] Implemented missing tests
Tomek Mrugalski [Wed, 18 Nov 2020 15:29:33 +0000 (16:29 +0100)]
[#1332] elapsed now works for -Y 0
Tomek Mrugalski [Wed, 18 Nov 2020 13:10:47 +0000 (14:10 +0100)]
[#1332] Man page updated
Tomek Mrugalski [Wed, 18 Nov 2020 12:42:06 +0000 (13:42 +0100)]
[#1332] The v6 elapsed option is now being increased
Tomek Mrugalski [Wed, 18 Nov 2020 12:23:16 +0000 (13:23 +0100)]
[#1332] Improved elapsed time increase algorithm
It now raises steadily, instead of immediately jumping to a
hardcoded value of 10s.
Wlodek Wencel [Tue, 17 Nov 2020 11:10:49 +0000 (12:10 +0100)]
[#1332] added elapsed time increease in perfdhcp for HA simulations
Razvan Becheriu [Thu, 19 Nov 2020 18:15:50 +0000 (20:15 +0200)]
[#1550] addressed comments