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

31904 Commits

Author SHA1 Message Date
Andrei Pavel
aa1fddac18 [#1681] add ChangeLog entry 2021-02-16 16:00:00 +02:00
Andrei Pavel
75f6c1cb12 [#1681] after .sh.in change, keep perm on .sh 2021-02-16 15:58:35 +02:00
Andrei Pavel
35d14a6246 [#1681] x permission on scripts in install dir 2021-02-16 15:58:35 +02:00
Thomas Markwalder
6fde3ac4d9 [#1672] Fixed ChangeLog line length 2021-02-16 07:24:07 -05:00
Thomas Markwalder
5b1a9a282b [#1672] Addressed review comments
ChangeLog
    Added configuration change notice

src/bin/dhcp4/dhcp4_srv.cc
    Dhcpv4Srv::setFixedFields - added commentary and
    use of IPV4_ZERO_ADDRESS
2021-02-16 07:10:26 -05:00
Thomas Markwalder
38423ab674 [#1672] Updated kea-dhcp4 ARM and added ChangeLog 2021-02-14 13:36:21 -05:00
Thomas Markwalder
730888d98d [#1672] class fixed field order now matches class option order in kea-dhc4
src/bin/dhcp4/dhcp4_srv.cc
    Dhcpv4Srv::setFixedFields - modified to use the value for a field
    from the first class in query's list of classes that specifies
    the field.

src/bin/dhcp4/tests/dhcp4_srv_unittest.cc
    TEST_F(Dhcpv4SrvTest, fixedFieldsInClassOrder) - new unit test
2021-02-14 13:16:34 -05:00
Andrei Pavel
d43f44fb05 [#1649] fix unknown versions after ./configure 2021-02-05 12:15:56 +02:00
Francis Dupont
4fec270241 [#1644] Replaced raw ptrs by unique_ptr 2021-01-29 10:14:43 +01:00
Andrei Pavel
70911cc6ae [#1656] bump version to kea-1.9.5-git 2021-01-27 17:40:14 +02:00
Francis Dupont
68935bb1c5 [#1676] Reverted make variable quoting Kea-1.9.4 2021-01-26 22:11:42 +00:00
Andrei Pavel
78d5a0eb00 [#1677] ChangeLog clarifications 2021-01-27 00:06:47 +02:00
Razvan Becheriu
ff96f34e24 [#1666] added ChangeLog 2021-01-25 15:38:31 +02:00
Razvan Becheriu
6fea0912d4 [#1666] bump lib versions for 1.9.4 2021-01-25 15:27:53 +02:00
Wlodek Wencel
dd4c3f39cd [#1546] added ChangeLog entry 2021-01-25 13:54:56 +01:00
Wlodek Wencel
6a6bf47a4f [#1546] changed ip addresses 2021-01-25 13:54:29 +01:00
Wlodzimierz Wencel
0a4c54b818 Apply 1 suggestion(s) to 1 file(s) 2021-01-25 13:54:29 +01:00
Wlodzimierz Wencel
299c49d69f Apply 1 suggestion(s) to 1 file(s) 2021-01-25 13:54:29 +01:00
Wlodzimierz Wencel
198c651e8f Apply 1 suggestion(s) to 1 file(s) 2021-01-25 13:54:29 +01:00
Tomek Mrugalski
492733fd18 [#1546] ARM updated with pointers to new configs. 2021-01-25 13:54:28 +01:00
Wlodek Wencel
459159ad91 [#1546] examples for option 43 and 125 2021-01-25 13:54:28 +01:00
Andrei Pavel
826ffa2bce [#1656] 1.9.4 release: clarify release checklist 2021-01-25 13:56:23 +02:00
Andrei Pavel
4076cd1505 [#1656] 1.9.4 release: spelling check 2021-01-25 13:52:10 +02:00
Andrei Pavel
d581e8adca [#1656] 1.9.4 release: regenerate .gitattributes 2021-01-25 13:52:10 +02:00
Andrei Pavel
d10325e64e [#1656] 1.9.4 release: regenerate messages 2021-01-25 13:52:10 +02:00
Andrei Pavel
67473bfe05 [#1656] 1.9.4 release: messages in src/lib/log 2021-01-25 13:52:10 +02:00
Andrei Pavel
96f6ae45fa [#1656] 1.9.4 release: minor update to README 2021-01-25 13:52:09 +02:00
Andrei Pavel
daf61f0067 [#1656] 1.9.4 release: bump library versions 2021-01-25 13:52:09 +02:00
Andrei Pavel
88b8209195 [#1656] 1.9.4 release: announce in ChangeLog 2021-01-25 13:52:09 +02:00
Andrei Pavel
d198a1f673 [#1656] 1.9.4 release: update release checklist 2021-01-25 13:52:09 +02:00
Andrei Pavel
c53e135833 [#1656] 1.9.4 release: update copyrights 2021-01-25 13:52:09 +02:00
Andrei Pavel
96f049b111 [#1656] 1.9.4 release: spelling check 2021-01-25 13:52:09 +02:00
Andrei Pavel
13fd9548b6 [#1656] 1.9.4 release: dos2unix SVGs
This is a pesky change affecting entire files, but in order to see
further individual changes, I've applied dos2unix to all of the SVGs to
remove carrier returns ^M, otherwise IDEs would have removed them
together with the actual change.
2021-01-25 13:52:08 +02:00
Razvan Becheriu
fa9dc1662e [#1627] fixed surious failure of unittest
* the unittest waitingSyncingReadyLoadBalancing spurious failure was
   fixed by adding state_->stopHeartbeat() call before calling
   partner.enableRespondLeaseFetching()
2021-01-25 11:38:21 +00:00
Razvan Becheriu
0a8041fded [#1627] removed mutex in derived classes 2021-01-25 11:38:21 +00:00
Razvan Becheriu
1400aa6aa3 [#1627] clean up code 2021-01-25 11:38:21 +00:00
Razvan Becheriu
57e12d98db [#1627] make unittests class thread safe 2021-01-25 11:38:21 +00:00
Razvan Becheriu
b51b739319 [#1627] make CommunicationState::startHeartbeat thread safe 2021-01-25 11:38:21 +00:00
Francis Dupont
cbb0ce13ae [#1618] Updated sanity check sections 2021-01-24 16:03:58 +01:00
Razvan Becheriu
3dd51aa7ab [#1629] updated documentation 2021-01-22 18:26:40 +00:00
Razvan Becheriu
be21d771ff [#1629] updated documentation 2021-01-22 18:26:40 +00:00
Razvan Becheriu
d54a40777b [#1629] updated documentation
* updated ARM install documentation for running kea with non-root user
2021-01-22 18:26:40 +00:00
Razvan Becheriu
525dfc9c2f [#1601] updated ARM 2021-01-22 17:15:20 +00:00
Razvan Becheriu
155267929f [#1601] updated ARM 2021-01-22 17:15:20 +00:00
Razvan Becheriu
f638379c92 [#1601] multiple changes:
* added a timer for each origin type: USER_COMMAND and HA_COMMAND
 * added missing unittests
2021-01-22 17:15:20 +00:00
Razvan Becheriu
f1af710b7f [#1601] fixed documentation examples 2021-01-22 17:15:20 +00:00
Razvan Becheriu
248e8e162a [#1601] added ChangeLog and updated documentation 2021-01-22 17:15:20 +00:00
Razvan Becheriu
3b00622d59 [#1601] addressed review comments
* renamed Origin enum members
 * using 'ha-partner' as origin parameter in enable/disable HA_COMMAND
 * added unittests for new parameters and new command syntax
 * updated doxygen
2021-01-22 17:15:20 +00:00
Razvan Becheriu
6845e495e3 [#1601] fixed typo 2021-01-22 17:15:20 +00:00
Razvan Becheriu
572e771adf [#1601] addressed review comments:
* using new 'origin' parameter for dhcp-enable/dhcp-disable commands
 * renamed enum to class enum NetworkState::Origin
 * updated doxygen
 * split unittests and added description
2021-01-22 17:15:20 +00:00