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

22338 Commits

Author SHA1 Message Date
Francis Dupont
8837571d29 [4004] Allowed --disable-shared 2015-09-19 13:25:24 +02:00
Francis Dupont
0d8f21453a [4004] Moved hooksStaticLinkInit() definition 2015-09-18 20:21:29 +02:00
Francis Dupont
d840bbb9be [4004] Got rid of *ENV_LIBRARY_PATH 2015-09-18 20:21:04 +02:00
Francis Dupont
951a8d94bf [4004] Fixed static link 2015-09-18 20:18:27 +02:00
Tomek Mrugalski
15f370ea93 [master] ChangeLog updated after #3981. trac4061_base trac4062_base 2015-09-18 19:09:59 +02:00
Tomek Mrugalski
171de0b827 [master] Unit-test fix after #3981 merge.
- Statistic is now reset properly in DeclineTest.*
2015-09-18 19:04:26 +02:00
Tomek Mrugalski
c14a63c0d3 [master] Merge branch 'trac3981'
Conflicts:
	src/bin/dhcp4/tests/Makefile.am
2015-09-18 18:10:28 +02:00
Tomek Mrugalski
795863a7ee [3981] Changes after review:
- moved lease decline to Lease::decline()
2015-09-18 18:07:39 +02:00
Tomek Mrugalski
079cf29ab9 [3981] Merge branch 'trac3981' of ssh://git.kea.isc.org/git/kea into trac3981 2015-09-18 16:58:07 +02:00
Marcin Siodelski
ac8820c71a [4047] Corrected order of calls in the TimerMgr unit test. 2015-09-18 13:20:08 +02:00
Marcin Siodelski
c30eaa0890 [4047] Cleanup in the TimerMgr unit tests. 2015-09-18 13:08:14 +02:00
Marcin Siodelski
c99f6c0233 [4047] Instance of the TimerMgr is now shared pointer. 2015-09-18 13:03:05 +02:00
Marcin Siodelski
624b49ce9c [4047] Fixed documentation of the TimerMgr. 2015-09-18 12:45:47 +02:00
Marcin Siodelski
cc1d142670 [4047] Fixed issues with static deinitialization fiasco in TimerMgr. 2015-09-18 12:36:22 +02:00
Marcin Siodelski
8c4de872d4 [4047] Implemented synchronization between the worker thead 2015-09-18 12:14:13 +02:00
Francis Dupont
f8c2a7fb25 [4049] untabify trac4004_base 2015-09-18 09:51:32 +02:00
Shawn Routhier
055c76bb0b [trac3982] fix some typos 2015-09-17 19:06:53 -07:00
Stephen Morris
eb6ec86ee2 [4046] Fix missing message_dictionary.h in install directory
This file was included in message_initializer.h; as that was copied
to the install directory, this one needed to be as well (but wasn't).

Since MessageInitializer only contains a pointer to the message dictionary,
providing a standalone declaration of MessageDictionary in that file
eliminated the need to include the definition in message_dictionary.h,
so the #include of that file could be removed and with it the need to copy
it to the installation directory.
2015-09-17 16:33:08 +01:00
Francis Dupont
44ae8707cb [4049] Fixed the typeid(*option) bug 2015-09-17 14:05:40 +02:00
Shawn Routhier
c3ea8ed9ee [trac3891] Typo level items 2015-09-16 17:11:14 -07:00
Francis Dupont
5898a79c1e [4009] Added --with-boost-libs description trac4060_base 2015-09-16 23:12:18 +02:00
Francis Dupont
401db62fac [4009] Moved LICENSE file 2015-09-16 23:01:46 +02:00
Francis Dupont
0d1006f07b [4032] Improved message unit test comment 2015-09-16 22:55:38 +02:00
Francis Dupont
ea99794c69 [master] Updated git hash trac4049_base 2015-09-16 17:36:44 +02:00
Francis Dupont
fd2889b9de [master] Finished merge of trac3773 (always call SanityCheck) 2015-09-16 17:36:06 +02:00
Francis Dupont
d54dde82e9 [master] Merged trac3773 (always call SanityCheck) 2015-09-16 17:33:45 +02:00
Francis Dupont
541c639fd0 [3773] Updated comments 2015-09-16 17:32:14 +02:00
Shawn Routhier
9ddc697435 [trac3982] Fix some typos and cut and paste errors 2015-09-16 07:50:07 -07:00
Tomek Mrugalski
e2310a555e [3981] Messages reworded slightly. 2015-09-16 16:01:07 +02:00
Tomek Mrugalski
bd35732a22 [3981] Changes after review:
- Explanation why are we not updating assigned-addresses
 - DHCP4_DECLINE_LEASE message reworded as suggested
 - processDecline method described properly
 - declineNonMatchingIPAddresses description updated
 - global declined-addresses statistic added and tested
 -
2015-09-16 15:55:25 +02:00
Francis Dupont
fedb2e2340 [master] Updated git hash 2015-09-16 15:40:09 +02:00
Francis Dupont
4d13f5234d [master] Finished merge of trac3911a (Makefile.am dependency) 2015-09-16 15:38:20 +02:00
Francis Dupont
c3e17d8584 [3911a] untabify 2015-09-16 15:32:39 +02:00
Marcin Siodelski
e588aa4a9f [3973] Addressed review comments. 2015-09-16 14:02:31 +02:00
Marcin Siodelski
55c5323dd8 [master] Added ChangeLog entry for #3966. 2015-09-16 13:07:14 +02:00
Marcin Siodelski
419832a627 [master] Merge branch 'trac3966' 2015-09-16 12:54:05 +02:00
Marcin Siodelski
47152f051e [3966] Updated schema files per review comments. 2015-09-15 14:02:18 +02:00
Shawn Routhier
95eca83323 [trac3891] Fix some typos in the message descriptions 2015-09-14 21:27:19 -07:00
Marcin Siodelski
2ead25cbea [3973] Added todos for the lease reclamation routines. 2015-09-11 09:43:46 +02:00
Marcin Siodelski
8b01bb335f [3973] Explicit types in the base class constructor. 2015-09-11 09:43:38 +02:00
Marcin Siodelski
d172fb5008 [3973] Updated descriptions of lease reclamation routines in alloc_engine.h 2015-09-11 09:43:05 +02:00
Marcin Siodelski
216d4107cb [3973] Update statistics when the lease is reclaimed. 2015-09-11 09:42:23 +02:00
Marcin Siodelski
0ea15c0d02 [3973] Use client identifier to generate DHCID for lease reclamation. 2015-09-11 09:42:16 +02:00
Marcin Siodelski
1f2dea1bb0 [3973] Implemented tests for DHCPv4 lease reclamation routine. 2015-09-11 09:42:06 +02:00
Marcin Siodelski
d9d36098a7 [3973] Added logging to the lease expiration routine.
Also added better exception handling.
2015-09-11 09:41:54 +02:00
Marcin Siodelski
c8837f49d0 [3973] Implemented first version of the lease reclamation routine. 2015-09-11 09:41:26 +02:00
Tomek Mrugalski
02c71efcaf [3982] Unit-tests fix. 2015-09-09 20:40:24 +02:00
Wlodek Wencel
65748a41de [master] changed kea version from 'beta' to 'git' fd4o6_base 2015-09-09 18:56:23 +02:00
Tomek Mrugalski
f405d27f9e [3982] Decline support in DHCPv6 implemented. 2015-09-09 16:15:46 +02:00
Francis Dupont
03f5238479 [master] Updated git tag 2015-09-09 13:59:13 +02:00