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

31409 Commits

Author SHA1 Message Date
Francis Dupont
7241f6fd62 [#1442] Moved to absolute path for syntax files 2020-11-16 11:15:27 +01:00
Francis Dupont
281364cfa6 [#1442] Fixed unexpected dynamic cast failure 2020-11-16 11:15:27 +01:00
Francis Dupont
ce07a1a549 [#1442] Fixed D2 client queue 2020-11-16 11:15:27 +01:00
Francis Dupont
a83a2a17e7 [#1442] Fixed Dhcp6to4Ipc::client_port 2020-11-16 11:15:27 +01:00
Francis Dupont
90fd58e6a2 [#1442] Fixed configControlInfoNoFactory 2020-11-16 11:15:27 +01:00
Francis Dupont
6d19af31ba [#1442] Fixed NoDbLostCallback 2020-11-16 11:15:27 +01:00
Francis Dupont
371379f930 [#1442] Fixed message initializer test 2020-11-16 11:15:27 +01:00
Andrei Pavel
8bfc6b767b [#1542] add ChangeLog entry 2020-11-16 10:44:52 +02:00
Andrei Pavel
bd0cd3963e [#1542] fix lease4-update on multithreaded v4 2020-11-16 10:32:31 +02:00
Andrei Pavel
f83c4980aa [#1457] change pools to not overlap in all-keys 2020-11-16 08:15:25 +00:00
Andrei Pavel
db6e5359dd [#1495] fix non-printable numeric_limits 2020-11-09 14:17:16 +02:00
Andrei Pavel
04961564d0 [#1424] change ANSI \e into \033 in keactrl.in 2020-11-06 18:19:11 +02:00
Andrei Pavel
aa94d98eb0 [#1453] solve declare-before-use in add-config-h 2020-11-06 18:13:15 +02:00
Andrei Pavel
61b5473f78 [#1453] rename script to add-config-h.sh 2020-11-02 15:10:52 +02:00
Francis Dupont
3083e5d71b [#1474] Kept forgo 2020-11-02 11:16:39 +01:00
Francis Dupont
c24b06d295 [#1474] Post rebase fix 2020-11-01 10:13:37 +01:00
Francis Dupont
5e5f462f2a [#1474] Removed extra spaces 2020-11-01 10:11:54 +01:00
Francis Dupont
d2e706af6b [#1474] Changed I-D for RFC 8925 2020-11-01 10:10:13 +01:00
Andrei Pavel
3a39cc03c3 [#1453] add ChangeLog entry 2020-10-30 17:38:16 +02:00
Andrei Pavel
ed08cfd553 [#1453] Gitlab CI: shellcheck tools/add-config.h 2020-10-30 17:00:46 +02:00
Andrei Pavel
ca0a9afb9d [#1453] add tools/add-config.h 2020-10-30 17:00:46 +02:00
Andrei Pavel
81f9da3d5b [#1453] include config.h in non-generated .cc files 2020-10-30 17:00:46 +02:00
Andrei Pavel
b56fd83928 [#1467] Fix Makefile parser generation race 2020-10-30 14:46:29 +00:00
Andrei Pavel
a0cdbb3052 [#1496] add missing spaces, remove spurious spaces
in exception messages & error messages
2020-10-26 16:18:27 +02:00
Michal Nowikowski
c1e3c626d3 [#1483] changes for 1.9.1 release
- added release entry to ChangeLog,
- updated message files,
- updated copyright dates
Kea-1.9.1
2020-10-23 18:46:28 +02:00
Michal Nowikowski
bb4ab142b9 [#1483] added alpine 3.12 to platforms.rst 2020-10-23 18:45:52 +02:00
Michal Nowikowski
2df3339e83 [#1483] updated kea version to 1.9.1 2020-10-23 18:45:52 +02:00
Michal Nowikowski
ed006d85b6 [#1483] regenerated parsers 2020-10-23 18:45:52 +02:00
Razvan Becheriu
b37b21936b [#1481] bump lib versions for 1.9.1 2020-10-23 19:40:37 +03:00
Razvan Becheriu
e13f6814a5 [#1481] bump lib versions for 1.9.1 2020-10-23 19:40:37 +03:00
Tomek Mrugalski
389c099d62 [#1298] Added description of the v6 vendor options 2020-10-23 19:35:20 +03:00
Tomek Mrugalski
e77f5edd9e [#1298] Updated authenticate option description 2020-10-23 19:35:20 +03:00
Andrei Pavel
988b56dc04 [#1298] remove options not configurable in Kea 2020-10-23 19:35:20 +03:00
Tomek Mrugalski
e6d96b888a [#1298] Added all-options.json to ParserTest.file 2020-10-23 19:35:20 +03:00
Andrei Pavel
0a429156a7 [#1298] add ChangeLog entry 2020-10-23 19:35:20 +03:00
Andrei Pavel
800f1423cb [#1298] all-options.json 2020-10-23 18:29:26 +03:00
Thomas Markwalder
cfa7928fea [#1386] Addressed review comments
Addressed review comments for !980.

src/bin/dhcp4/tests/fqdn_unittest.cc
src/lib/dhcpsrv/tests/ncr_generator_unittest.cc
    Added missing test parameter comments
2020-10-23 14:55:05 +00:00
Thomas Markwalder
20ed6f005f [#1386] ddns-use-conflict-resolution works end-to-end
kea-dhcp<4/6> now populate NameChangeRequest::conflict_resolution_
with the appropriate value.

src/bin/dhcp6/dhcp6_srv.cc
    Dhcpv6Srv::createNameChangeRequests() - set use conflict resolution
    in explictly created NameChangeRequest

src/lib/dhcpsrv/ncr_generator.cc
    queueNCRCommon() - added use_conflict_resolution parameter

    queueNCR(const NameChangeType& chg_type, const Lease4Ptr& lease)
    queueNCR(const NameChangeType& chg_type, const Lease6Ptr& lease)
    - set conflict resolution flag from lease's subnet

src/bin/dhcp4/tests/fqdn_unittest.cc
    TEST_F(NameDhcpv4SrvTest, noConflictResolution)

src/bin/dhcp6/tests/fqdn_unittest.cc
    TEST_F(FqdnDhcpv6SrvTest, noConflictResolution)

src/lib/dhcpsrv/tests/ncr_generator_unittest.cc
    udpated  to create subnets and attach them to leases

    TEST_F(NCRGenerator6Test, useConflictResolution)
    TEST_F(NCRGenerator4Test, useConflictResolution)
    - new tests
2020-10-23 14:55:05 +00:00
Razvan Becheriu
870f2e3dec [#827] added better comments and values in examples 2020-10-23 17:46:39 +03:00
Razvan Becheriu
d8a0332c2e [#827] changed reconnect-wait-time value in examples 2020-10-23 16:49:01 +03:00
Razvan Becheriu
9838282212 [#827] updated examples with reconnect-wait-time and max-reconnect-tries 2020-10-23 16:39:32 +03:00
Tomek Mrugalski
c0b7de1f19 [#1460] Indentation corrected in ChangeLog 2020-10-23 12:48:20 +02:00
Tomek Mrugalski
62963f222d Apply 1 suggestion(s) to 1 file(s) 2020-10-23 10:35:33 +00:00
Tomek Mrugalski
e4613025f8 [#1460] Better emphasis of the option names 2020-10-23 11:47:45 +02:00
Tomek Mrugalski
95159638d9 [#1460] DHCPv4 options table updated 2020-10-23 11:47:27 +02:00
Tomek Mrugalski
b78d901f46 [#1460] Moved option descriptions to new column in table 2020-10-23 11:24:26 +02:00
Tomek Mrugalski
3222718825 [#1460] Changelog updated 2020-10-23 10:56:48 +02:00
Tomek Mrugalski
77fa4d66b0 [#1460] Documented many DHCPv6 options 2020-10-23 10:56:21 +02:00
Tomek Mrugalski
f98f6267f4 [#1460] options doc update
- created new table with supported RAI suboptions
 - added RFCs 3011, 3993
 - removed outdated reference do 1497 from limitations section
2020-10-23 10:56:21 +02:00
Tomek Mrugalski
65b621cb6a [#1460] updated RFC8925 references 2020-10-23 10:56:21 +02:00