]> git.ipfire.org Git - thirdparty/kea.git/log
thirdparty/kea.git
5 years ago[#1375] fixed warnings
Razvan Becheriu [Fri, 6 Nov 2020 17:42:12 +0000 (19:42 +0200)] 
[#1375] fixed warnings

5 years ago[#1375] recreate host managers one by one
Razvan Becheriu [Fri, 6 Nov 2020 17:39:39 +0000 (19:39 +0200)] 
[#1375] recreate host managers one by one

5 years ago[#1375] only recreate host managers that have at least one broken connection
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

5 years ago[#1375] added dbReconnect to host manager
Razvan Becheriu [Fri, 6 Nov 2020 16:25:13 +0000 (18:25 +0200)] 
[#1375] added dbReconnect to host manager

5 years ago[#1375] fixed compilation
Razvan Becheriu [Fri, 6 Nov 2020 12:39:17 +0000 (14:39 +0200)] 
[#1375] fixed compilation

5 years ago[#1375] fixed compilation
Razvan Becheriu [Fri, 6 Nov 2020 10:36:40 +0000 (12:36 +0200)] 
[#1375] fixed compilation

5 years ago[#1375] fixed compilation
Razvan Becheriu [Fri, 6 Nov 2020 10:08:03 +0000 (12:08 +0200)] 
[#1375] fixed compilation

5 years ago[#1375] reset managers static IOService members
Razvan Becheriu [Fri, 6 Nov 2020 10:05:46 +0000 (12:05 +0200)] 
[#1375] reset managers static IOService members

5 years ago[#1375] reverted changes
Razvan Becheriu [Fri, 6 Nov 2020 09:59:54 +0000 (11:59 +0200)] 
[#1375] reverted changes

5 years ago[#1375] reset global callbacks on server destructor
Razvan Becheriu [Fri, 6 Nov 2020 09:06:36 +0000 (11:06 +0200)] 
[#1375] reset global callbacks on server destructor

5 years ago[#1375] removed unused IOService
Razvan Becheriu [Fri, 6 Nov 2020 09:02:01 +0000 (11:02 +0200)] 
[#1375] removed unused IOService

5 years ago[#1375] added IOService to mysql and postgresql connections
Razvan Becheriu [Wed, 4 Nov 2020 23:23:11 +0000 (01:23 +0200)] 
[#1375] added IOService to mysql and postgresql connections

5 years ago[#1375] fixed doxygen
Razvan Becheriu [Mon, 7 Dec 2020 20:09:49 +0000 (22:09 +0200)] 
[#1375] fixed doxygen

5 years ago[#1375] added TimerMgr entry in the thread safety tab of the documentation
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

5 years ago[#1375] implemented thread safe TimerMgr
Razvan Becheriu [Mon, 7 Dec 2020 13:04:41 +0000 (15:04 +0200)] 
[#1375] implemented thread safe TimerMgr

5 years ago[#652] Addressed review comments
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.

5 years ago[#652] Added ChangeLog for #652
Marcin Siodelski [Wed, 9 Dec 2020 11:32:39 +0000 (12:32 +0100)] 
[#652] Added ChangeLog for #652

5 years ago[#652] Handle interface-id in config backend
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.

5 years ago[#652] Do not return interface-id when unspecified
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.

5 years ago[#1456] Ignored unused
Francis Dupont [Mon, 7 Dec 2020 18:34:16 +0000 (19:34 +0100)] 
[#1456] Ignored unused

5 years ago[#1456] Added a ChangeLog entry for #1456
Francis Dupont [Mon, 7 Dec 2020 17:05:42 +0000 (18:05 +0100)] 
[#1456] Added a ChangeLog entry for #1456

5 years ago[#1456] typo
Francis Dupont [Mon, 7 Dec 2020 16:59:06 +0000 (17:59 +0100)] 
[#1456] typo

5 years ago[#1456] Refined pre-merge sanity check
Francis Dupont [Fri, 4 Dec 2020 16:50:08 +0000 (17:50 +0100)] 
[#1456] Refined pre-merge sanity check

5 years ago[#1456] Checkpoint: addressed comments - to do: refine 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

5 years ago[#1456] Made the triplet global fetch easier to optimize
Francis Dupont [Fri, 4 Dec 2020 11:17:37 +0000 (12:17 +0100)] 
[#1456] Made the triplet global fetch easier to optimize

5 years ago[#1456] Addressed comments
Francis Dupont [Fri, 4 Dec 2020 11:00:11 +0000 (12:00 +0100)] 
[#1456] Addressed comments

5 years ago[#1456] Added no regression test
Francis Dupont [Mon, 30 Nov 2020 15:56:46 +0000 (16:56 +0100)] 
[#1456] Added no regression test

5 years ago[#1456] Finished unit tests
Francis Dupont [Mon, 30 Nov 2020 15:12:07 +0000 (16:12 +0100)] 
[#1456] Finished unit tests

5 years ago[#1456] Checkpoint: code done, UTs to do
Francis Dupont [Sun, 29 Nov 2020 15:08:32 +0000 (16:08 +0100)] 
[#1456] Checkpoint: code done, UTs to do

5 years ago[#1568] Fixed date
Francis Dupont [Wed, 9 Dec 2020 11:37:04 +0000 (12:37 +0100)] 
[#1568] Fixed date

5 years ago[#1568] Fixed warnings
Francis Dupont [Tue, 8 Dec 2020 22:33:02 +0000 (23:33 +0100)] 
[#1568] Fixed warnings

5 years ago[#936] Restored ChangeLog entry 1838
Thomas Markwalder [Tue, 8 Dec 2020 20:37:11 +0000 (15:37 -0500)] 
[#936] Restored ChangeLog entry 1838

5 years ago[#936] Updated ARM and added ChangeLog
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

5 years ago[#936] kea-dhcpX now calculates DDNS TTL
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

5 years ago[#1438] addressed comments
Razvan Becheriu [Mon, 7 Dec 2020 20:25:28 +0000 (22:25 +0200)] 
[#1438] addressed comments

5 years ago[#1438] also update KEA_HOOKS_VERSION
Razvan Becheriu [Fri, 27 Nov 2020 16:10:49 +0000 (18:10 +0200)] 
[#1438] also update KEA_HOOKS_VERSION

5 years ago[#1438] fixed bugs
Razvan Becheriu [Thu, 26 Nov 2020 18:07:53 +0000 (20:07 +0200)] 
[#1438] fixed bugs

5 years ago[#1438] tidy up bump-lib-versions.sh
Andrei Pavel [Sat, 21 Nov 2020 11:21:37 +0000 (13:21 +0200)] 
[#1438] tidy up bump-lib-versions.sh

5 years ago[#1438] added bump version script
Razvan Becheriu [Fri, 20 Nov 2020 11:12:28 +0000 (13:12 +0200)] 
[#1438] added bump version script

5 years agoSet execute bit for hammer.py
manu [Mon, 7 Dec 2020 12:50:17 +0000 (13:50 +0100)] 
Set execute bit for hammer.py

5 years ago[#356] Added a comment about isConnectClosed NOT use case
Francis Dupont [Fri, 4 Dec 2020 12:58:26 +0000 (13:58 +0100)] 
[#356] Added a comment about isConnectClosed NOT use case

5 years ago[#356] Updated interface name
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

5 years ago[#356] Added isConnectionClosed
Francis Dupont [Thu, 3 Dec 2020 23:53:05 +0000 (00:53 +0100)] 
[#356] Added isConnectionClosed

5 years ago[#1522] Updated reference
Francis Dupont [Tue, 1 Dec 2020 22:09:57 +0000 (23:09 +0100)] 
[#1522] Updated reference

5 years ago[#1461] Fixed netconf link
Francis Dupont [Mon, 30 Nov 2020 18:02:41 +0000 (19:02 +0100)] 
[#1461] Fixed netconf link

5 years ago[#1461] Added references to config_report
Francis Dupont [Sun, 22 Nov 2020 14:29:06 +0000 (15:29 +0100)] 
[#1461] Added references to config_report

5 years agoAdd support for FreeBSD 12.1
manu [Wed, 2 Dec 2020 23:26:59 +0000 (00:26 +0100)] 
Add support for FreeBSD 12.1

5 years agoFix the issue with CentOS 8 not being recognized
manu [Wed, 2 Dec 2020 23:14:40 +0000 (00:14 +0100)] 
Fix the issue with CentOS 8 not being recognized

5 years ago[#1449] Removed star / incompatibility mark (reverted previous commit)
Francis Dupont [Wed, 2 Dec 2020 15:28:38 +0000 (16:28 +0100)] 
[#1449] Removed star / incompatibility mark (reverted previous commit)

5 years ago[#1449] Addressed ultimate comment
Francis Dupont [Wed, 2 Dec 2020 15:24:05 +0000 (16:24 +0100)] 
[#1449] Addressed ultimate comment

5 years ago[#1449] Addressed last comment
Francis Dupont [Wed, 2 Dec 2020 13:55:13 +0000 (14:55 +0100)] 
[#1449] Addressed last comment

5 years ago[#1449] Addressed comments
Francis Dupont [Wed, 2 Dec 2020 11:25:08 +0000 (12:25 +0100)] 
[#1449] Addressed comments

5 years ago[#1449] Added the not backward compatible star
Francis Dupont [Sun, 22 Nov 2020 11:52:43 +0000 (12:52 +0100)] 
[#1449] Added the not backward compatible star

5 years ago[#1449] Fixed v6 appending multiple option instances
Francis Dupont [Sun, 22 Nov 2020 11:51:51 +0000 (12:51 +0100)] 
[#1449] Fixed v6 appending multiple option instances

5 years agoUpdate ChangeLog
Razvan Becheriu [Sat, 28 Nov 2020 05:47:45 +0000 (05:47 +0000)] 
Update ChangeLog

5 years ago[#1535] addressed comments
Razvan Becheriu [Fri, 27 Nov 2020 16:30:34 +0000 (18:30 +0200)] 
[#1535] addressed comments

5 years ago[#1535] clean up code
Razvan Becheriu [Mon, 9 Nov 2020 22:14:42 +0000 (00:14 +0200)] 
[#1535] clean up code

5 years ago[#1535] fixed unittests so that TSAN does not complain
Razvan Becheriu [Mon, 9 Nov 2020 17:56:01 +0000 (19:56 +0200)] 
[#1535] fixed unittests so that TSAN does not complain

5 years agoFix typos in loggers documentation
Pavel Zhukov [Thu, 23 May 2019 10:48:47 +0000 (12:48 +0200)] 
Fix typos in loggers documentation

5 years ago[#1514] AUTHORS, ChangeLog updated
Tomek Mrugalski [Fri, 27 Nov 2020 09:35:48 +0000 (10:35 +0100)] 
[#1514] AUTHORS, ChangeLog updated

5 years agoFixed spelling of "facilitates"
Carsten Strotmann [Thu, 22 Oct 2020 11:45:47 +0000 (13:45 +0200)] 
Fixed spelling of "facilitates"

5 years agoTwo typos corrected
Carsten Strotmann [Thu, 22 Oct 2020 11:06:56 +0000 (13:06 +0200)] 
Two typos corrected

5 years ago[#1542] added more checks Kea-1.9.2
Razvan Becheriu [Mon, 23 Nov 2020 10:51:37 +0000 (12:51 +0200)] 
[#1542] added more checks

5 years ago[#1542] added MT unittests
Razvan Becheriu [Fri, 20 Nov 2020 20:21:02 +0000 (22:21 +0200)] 
[#1542] added MT unittests

5 years ago[#1542] refactored unittests
Razvan Becheriu [Fri, 20 Nov 2020 16:21:52 +0000 (18:21 +0200)] 
[#1542] refactored unittests

5 years ago[#1554] add release entry to ChangeLog
Andrei Pavel [Fri, 20 Nov 2020 09:56:41 +0000 (11:56 +0200)] 
[#1554] add release entry to ChangeLog

5 years ago[#1554] update copyright dates
Andrei Pavel [Fri, 20 Nov 2020 15:00:09 +0000 (17:00 +0200)] 
[#1554] update copyright dates

5 years ago[#1554] tidy up documentation
Andrei Pavel [Fri, 20 Nov 2020 14:54:00 +0000 (16:54 +0200)] 
[#1554] tidy up documentation

5 years ago[#1554] regenerate parsers
Andrei Pavel [Fri, 20 Nov 2020 14:53:03 +0000 (16:53 +0200)] 
[#1554] regenerate parsers

5 years ago[#1554] regenerate messages
Andrei Pavel [Fri, 20 Nov 2020 14:52:06 +0000 (16:52 +0200)] 
[#1554] regenerate messages

5 years ago[#1554] tidy up ChangeLog
Andrei Pavel [Fri, 20 Nov 2020 14:50:49 +0000 (16:50 +0200)] 
[#1554] tidy up ChangeLog

5 years ago[#1554] update version in configure.ac
Andrei Pavel [Thu, 19 Nov 2020 14:31:35 +0000 (16:31 +0200)] 
[#1554] update version in configure.ac

5 years ago[#1555] fixed ChangeLog
Razvan Becheriu [Sat, 21 Nov 2020 10:49:10 +0000 (12:49 +0200)] 
[#1555] fixed ChangeLog

5 years ago[#1555] bump lib versions for 1.9.2
Razvan Becheriu [Fri, 20 Nov 2020 17:27:56 +0000 (19:27 +0200)] 
[#1555] bump lib versions for 1.9.2

5 years ago[#1536] Article fixed
Tomek Mrugalski [Fri, 20 Nov 2020 11:03:37 +0000 (12:03 +0100)] 
[#1536] Article fixed

5 years ago[#1536] ChangeLog updated
Tomek Mrugalski [Fri, 20 Nov 2020 11:02:15 +0000 (12:02 +0100)] 
[#1536] ChangeLog updated

5 years ago[#1536] Updated AUTHORS file
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.

5 years agoupdated AUTHORS
peterd [Thu, 12 Nov 2020 16:02:32 +0000 (16:02 +0000)] 
updated AUTHORS

5 years agoSecond update to documentation files
peterd [Thu, 12 Nov 2020 12:38:08 +0000 (12:38 +0000)] 
Second update to documentation files

5 years agoFirst of a series of updates to documentation files
peterd [Thu, 12 Nov 2020 12:08:17 +0000 (12:08 +0000)] 
First of a series of updates to documentation files

5 years ago[#1421] Addressed comments
Francis Dupont [Fri, 20 Nov 2020 08:58:12 +0000 (09:58 +0100)] 
[#1421] Addressed comments

5 years ago[#1421] Added callout context
Francis Dupont [Sat, 7 Nov 2020 14:32:01 +0000 (15:32 +0100)] 
[#1421] Added callout context

5 years ago[#1421] Implemented auth and response hook
Francis Dupont [Sun, 1 Nov 2020 16:44:50 +0000 (17:44 +0100)] 
[#1421] Implemented auth and response hook

5 years ago[#1539] ChangeLog added
Tomek Mrugalski [Fri, 20 Nov 2020 10:30:12 +0000 (11:30 +0100)] 
[#1539] ChangeLog added

5 years ago[#1539] Corrected malformed table (one line indented differently)
Tomek Mrugalski [Fri, 20 Nov 2020 09:20:04 +0000 (10:20 +0100)] 
[#1539] Corrected malformed table (one line indented differently)

5 years ago[#1539] Addressed problem of duplicate target names
Tomek Mrugalski [Fri, 20 Nov 2020 09:19:43 +0000 (10:19 +0100)] 
[#1539] Addressed problem of duplicate target names

5 years agoAdditional minor text edits in Kea docs
Suzanne Goldlust [Tue, 17 Nov 2020 17:13:45 +0000 (17:13 +0000)] 
Additional minor text edits in Kea docs

5 years agoAdditional minor text edits
Suzanne Goldlust [Tue, 17 Nov 2020 15:42:21 +0000 (15:42 +0000)] 
Additional minor text edits

5 years agoFix typos in documentation
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

5 years agoFix typos, and other text corrections
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

5 years agoFix typos
Suzanne Goldlust [Fri, 13 Nov 2020 16:40:40 +0000 (16:40 +0000)] 
Fix typos

Correct spelling of "unpacking"

5 years agoAdd clarifying text
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

5 years ago[#1332] added Changelog
Wlodek Wencel [Fri, 20 Nov 2020 09:04:10 +0000 (10:04 +0100)] 
[#1332] added Changelog

5 years ago[#1332] Implemented missing tests
Tomek Mrugalski [Wed, 18 Nov 2020 15:29:55 +0000 (16:29 +0100)] 
[#1332] Implemented missing tests

5 years ago[#1332] elapsed now works for -Y 0
Tomek Mrugalski [Wed, 18 Nov 2020 15:29:33 +0000 (16:29 +0100)] 
[#1332] elapsed now works for -Y 0

5 years ago[#1332] Man page updated
Tomek Mrugalski [Wed, 18 Nov 2020 13:10:47 +0000 (14:10 +0100)] 
[#1332] Man page updated

5 years ago[#1332] The v6 elapsed option is now being increased
Tomek Mrugalski [Wed, 18 Nov 2020 12:42:06 +0000 (13:42 +0100)] 
[#1332] The v6 elapsed option is now being increased

5 years ago[#1332] Improved elapsed time increase algorithm
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.

5 years ago[#1332] added elapsed time increease in perfdhcp for HA simulations
Wlodek Wencel [Tue, 17 Nov 2020 11:10:49 +0000 (12:10 +0100)] 
[#1332] added elapsed time increease in perfdhcp for HA simulations

5 years ago[#1550] addressed comments
Razvan Becheriu [Thu, 19 Nov 2020 18:15:50 +0000 (20:15 +0200)] 
[#1550] addressed comments