2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 05:55:28 +00:00
Commit Graph

31600 Commits

Author SHA1 Message Date
Thomas Markwalder
e3edae006f [#936] Updated ARM and added ChangeLog
modified:
    ChangeLog
    doc/sphinx/arm/dhcp4-srv.rst
    doc/sphinx/arm/dhcp6-srv.rst
2020-12-08 21:00:23 +00:00
Thomas Markwalder
fa63b59f19 [#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
2020-12-08 21:00:23 +00:00
Razvan Becheriu
7d692d7700 [#1438] addressed comments 2020-12-07 21:11:33 +00:00
Razvan Becheriu
aae82d7c4f [#1438] also update KEA_HOOKS_VERSION 2020-12-07 21:11:33 +00:00
Razvan Becheriu
836fddc3b2 [#1438] fixed bugs 2020-12-07 21:11:33 +00:00
Andrei Pavel
951f78a017 [#1438] tidy up bump-lib-versions.sh 2020-12-07 21:11:33 +00:00
Razvan Becheriu
0fa997bd57 [#1438] added bump version script 2020-12-07 21:11:33 +00:00
manu
4c04b788d5 Set execute bit for hammer.py 2020-12-07 13:50:17 +01:00
Francis Dupont
0b0c147f75 [#356] Added a comment about isConnectClosed NOT use case 2020-12-04 13:58:26 +01:00
Tomek Mrugalski
8c3f72ee27 [#356] Updated interface name
- there is en7 in the system on my MacOS 10.15.7
2020-12-04 13:48:17 +01:00
Francis Dupont
91d85e6913 [#356] Added isConnectionClosed 2020-12-04 13:48:17 +01:00
Francis Dupont
6c7463acb6 [#1522] Updated reference 2020-12-04 12:47:50 +01:00
Francis Dupont
fdc60a988a [#1461] Fixed netconf link 2020-12-03 14:54:21 +01:00
Francis Dupont
6e83f3af91 [#1461] Added references to config_report 2020-12-03 14:54:21 +01:00
manu
e7589e9ae9 Add support for FreeBSD 12.1 2020-12-03 00:26:59 +01:00
manu
557d33ced4 Fix the issue with CentOS 8 not being recognized 2020-12-03 00:14:40 +01:00
Francis Dupont
59ba2dd9a1 [#1449] Removed star / incompatibility mark (reverted previous commit) 2020-12-02 16:28:38 +01:00
Francis Dupont
69ea445f59 [#1449] Addressed ultimate comment 2020-12-02 16:24:05 +01:00
Francis Dupont
3a8346f6e6 [#1449] Addressed last comment 2020-12-02 14:55:13 +01:00
Francis Dupont
834ba9aca7 [#1449] Addressed comments 2020-12-02 12:25:08 +01:00
Francis Dupont
707b8e503f [#1449] Added the not backward compatible star 2020-12-02 11:36:57 +01:00
Francis Dupont
7c5455e5a6 [#1449] Fixed v6 appending multiple option instances 2020-12-02 11:35:21 +01:00
Razvan Becheriu
7645df58b6 Update ChangeLog 2020-11-28 05:47:45 +00:00
Razvan Becheriu
81f0540e49 [#1535] addressed comments 2020-11-27 18:30:34 +02:00
Razvan Becheriu
06030846b7 [#1535] clean up code 2020-11-27 18:26:39 +02:00
Razvan Becheriu
ef37613703 [#1535] fixed unittests so that TSAN does not complain 2020-11-27 18:26:39 +02:00
Pavel Zhukov
c646b671b9 Fix typos in loggers documentation 2020-11-27 09:59:26 +00:00
Tomek Mrugalski
7a6df7019d [#1514] AUTHORS, ChangeLog updated 2020-11-27 10:35:48 +01:00
Carsten Strotmann
a7abf7562b Fixed spelling of "facilitates" 2020-11-27 10:32:46 +01:00
Carsten Strotmann
2dcda01414 Two typos corrected 2020-11-27 10:32:46 +01:00
Razvan Becheriu
b96740f122 [#1542] added more checks Kea-1.9.2 2020-11-23 14:03:23 +00:00
Razvan Becheriu
b0d08aebb2 [#1542] added MT unittests 2020-11-23 14:03:23 +00:00
Razvan Becheriu
87d79ba7b7 [#1542] refactored unittests 2020-11-23 14:03:23 +00:00
Andrei Pavel
04e1f60cae [#1554] add release entry to ChangeLog 2020-11-23 13:40:41 +02:00
Andrei Pavel
08ded64dec [#1554] update copyright dates 2020-11-23 13:40:41 +02:00
Andrei Pavel
279dcd3225 [#1554] tidy up documentation 2020-11-23 13:40:41 +02:00
Andrei Pavel
d57741fed6 [#1554] regenerate parsers 2020-11-23 13:40:41 +02:00
Andrei Pavel
40449cb61c [#1554] regenerate messages 2020-11-23 13:34:27 +02:00
Andrei Pavel
5457246ecf [#1554] tidy up ChangeLog 2020-11-23 13:34:25 +02:00
Andrei Pavel
2222dc7b63 [#1554] update version in configure.ac 2020-11-23 13:33:49 +02:00
Razvan Becheriu
b04259beb8 [#1555] fixed ChangeLog 2020-11-21 12:49:10 +02:00
Razvan Becheriu
4c9ad7ddc7 [#1555] bump lib versions for 1.9.2 2020-11-20 19:27:56 +02:00
Tomek Mrugalski
e9396b6882 [#1536] Article fixed 2020-11-20 12:05:16 +01:00
Tomek Mrugalski
ba63432c58 [#1536] ChangeLog updated 2020-11-20 12:05:16 +01:00
Tomek Mrugalski
53969d19c6 [#1536] Updated AUTHORS file
Peter did not contribute to BIND10. He does, however, contribute
 to Kea. Moved his name to the appropriate list.
2020-11-20 12:04:41 +01:00
peterd
39e20215c5 updated AUTHORS 2020-11-20 12:04:41 +01:00
peterd
05cdb6b73a Second update to documentation files 2020-11-20 12:04:41 +01:00
peterd
537324f38a First of a series of updates to documentation files 2020-11-20 12:04:41 +01:00
Francis Dupont
ef340bff3b [#1421] Addressed comments 2020-11-20 11:45:48 +01:00
Francis Dupont
66833378c0 [#1421] Added callout context 2020-11-20 11:44:41 +01:00