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

30872 Commits

Author SHA1 Message Date
Francis Dupont
2d744c4a4e [#1265] Addressed comment 2020-07-27 14:47:54 +02:00
Razvan Becheriu
cbc5b22e93 [#1265] reverted remove of assert 2020-07-27 15:34:16 +03:00
Razvan Becheriu
c85f976516 [#1265] fixed comments and added asserts 2020-07-27 15:34:16 +03:00
Francis Dupont
0d006d3178 [#1265] Updated ARM 2020-07-27 15:34:16 +03:00
Francis Dupont
afef854e46 [#1265] Added a Changelog entry 2020-07-27 15:34:15 +03:00
Francis Dupont
3a0d60a502 [#1265] Removed the random index for subnets 2020-07-27 15:34:15 +03:00
Francis Dupont
3067ac6887 [#1248] Reverted last change 2020-07-27 12:25:32 +00:00
Francis Dupont
a8d9a1d8fe [#1248] Addressed comment 2020-07-27 12:25:32 +00:00
Francis Dupont
e45f5188c9 [#1248] Made sphinx Makefile portable 2020-07-27 12:25:32 +00:00
Francis Dupont
854a81e814 [#1283] Improved comment 2020-07-27 09:50:58 +00:00
Francis Dupont
7b1b86a506 [#1283] Restored (fixed) patch 2020-07-27 09:50:58 +00:00
Francis Dupont
6fdd4d7ef9 [#1330] Moved closeSockets 2020-07-27 08:42:02 +00:00
Francis Dupont
40012365d2 [#1330] Addressed first comment 2020-07-27 08:42:02 +00:00
Francis Dupont
02f2139158 [#1330] Revamped interface config parser 2020-07-27 08:42:02 +00:00
Michal Nowikowski
b572b4aacc Revert [#1283]
This reverts commit d30af02cea
and 392d1e5926.
2020-07-24 12:19:17 +02:00
Michal Nowikowski
e87791877d [#1341] updated copyright year in changed files 2020-07-24 09:08:10 +00:00
Michal Nowikowski
9a3c5374d5 [#1341] bumped up kea version to 1.7.10 2020-07-24 09:08:10 +00:00
Michal Nowikowski
bcdf08db12 [#1341] regenerated parsers 2020-07-24 09:01:08 +00:00
Francis Dupont
432e2e3c45 [#1221] Addressed comments 2020-07-23 22:35:25 +02:00
Tomek Mrugalski
52b3c40710 [#1221] Some wordsmithing in cross-compile 2020-07-23 22:34:56 +02:00
Tomek Mrugalski
f2a4e6a3e0 Apply 1 suggestion(s) to 1 file(s) 2020-07-23 22:34:56 +02:00
Tomek Mrugalski
ee3f558d4a Apply 1 suggestion(s) to 1 file(s) 2020-07-23 22:34:56 +02:00
Tomek Mrugalski
36de32c674 Apply 1 suggestion(s) to 1 file(s) 2020-07-23 22:34:56 +02:00
Tomek Mrugalski
e023ccb8dc Apply 1 suggestion(s) to 1 file(s) 2020-07-23 22:34:56 +02:00
Francis Dupont
bc4a33ee8b [#1221] Added cross-compile doc 2020-07-23 22:34:56 +02:00
Francis Dupont
7f566188ea [#1166] Addressed comments 2020-07-23 21:34:13 +02:00
Francis Dupont
13f564f88d [#1166] Updated doc 2020-07-23 21:34:13 +02:00
Francis Dupont
2d2edef779 [#1166] Updated code 2020-07-23 21:33:03 +02:00
Francis Dupont
392d1e5926 [#1283] Optimized hash 2020-07-23 21:07:51 +02:00
Francis Dupont
d30af02cea [#1283] Added (and used) IOAddress hash 2020-07-23 21:07:51 +02:00
Francis Dupont
45a87a2205 [#1337] Replaced timelocal 2020-07-23 16:26:42 +02:00
Tomek Mrugalski
4bd370ce60 [#1143] ChangeLog updated 2020-07-21 18:39:11 +02:00
Tomek Mrugalski
a32d3eb754 [#1143] CoC is now included in the tarball 2020-07-21 18:38:46 +02:00
Tomek Mrugalski
b2ecfe14ad [#1143] Line wrap fixed. 2020-07-21 18:38:46 +02:00
Tomek Mrugalski
2370facd58 [#1143] Renamed to lower case 2020-07-21 18:38:46 +02:00
Vicky Risk
fa34fe2a92 Update README to reference CoC 2020-07-21 18:38:46 +02:00
Vicky Risk
6792fb3e7b Add Code of conduct, adapt for Kea 2020-07-21 18:38:46 +02:00
Thomas Markwalder
95d10187cc [#544] Addressed review comments
Minor clean ups.
2020-07-21 08:47:08 -04:00
Francis Dupont
b585ea42d8 [#544] Fixed doc 2020-07-21 13:10:11 +02:00
Francis Dupont
3ee08e6f79 [#544] spelling 2020-07-21 13:01:07 +02:00
Thomas Markwalder
b50375ada1 [#544] leaseX-del commands may now update DNS
doc/sphinx/arm/hooks-lease-cmds.rst
    Updated leaseX-del documentation

src/hooks/dhcp/lease_cmds/lease_cmds.*
    LeaseCmdsImp::Parameters
    LeaseCmdsImpl::getParameters()
    - Added supportr for update-ddns

    LeaseCmdsImpl::lease4DelHandler()
    LeaseCmdsImpl::lease6DelHandler()
    - Added call t queueNCR()

src/hooks/dhcp/lease_cmds/tests/lease_cmds_unittest.cc
    TEST_F(LeaseCmdsTest, LeaseXDelBadUpdateDdnsParam)
    TEST_F(LeaseCmdsTest, lease4DnsRemoveD2Enabled)
    TEST_F(LeaseCmdsTest, lease4DnsRemoveD2Disabled)
    TEST_F(LeaseCmdsTest, lease6DnsRemoveD2Enabled)
    TEST_F(LeaseCmdsTest, lease6DnsRemoveD2Disabled)
    - new tests

Added a ChangeLog entry
2020-07-17 11:56:15 -04:00
Francis Dupont
c6f9579852 [#1174] Fixed the same duration type bug 2020-07-15 21:46:39 +02:00
Francis Dupont
65f580364a [#1174] Added ChangeLog entry 2020-07-15 14:44:13 +02:00
Francis Dupont
bd912ccbeb [#1174] Updated util and stat code 2020-07-15 14:40:07 +02:00
Tomek Mrugalski
f389398ed9 [#1174] Fixed unit-tests in stats_mgr 2020-07-14 15:48:18 +02:00
Tomek Mrugalski
6e3ba22dda [#1174] Fixed compilation failures for dhcp4/dhcp6 2020-07-14 15:37:51 +02:00
Tomek Mrugalski
0ac1b4d88f [#1174] libdhcpsrv, stats tests fixed after rebase 2020-07-14 15:37:51 +02:00
Tomek Mrugalski
109b6d14af [#1174] Observation fixed after rebase 2020-07-14 15:37:51 +02:00
Francis Dupont
52be29eb84 [#1174] Addressed some errors reported by Jenkins 2020-07-14 15:37:51 +02:00
Francis Dupont
e5fdb2599b [#1174] Added duration_cast in printing 2020-07-14 15:37:51 +02:00