2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-28 20:47:48 +00:00

22978 Commits

Author SHA1 Message Date
Francis Dupont
be8f19e5db [master] Updated git hash 2016-03-18 11:35:58 +01:00
Francis Dupont
3e1050749d [master] Finished merge of trac4307 (uncaught exception in d2 and other server main()) 2016-03-18 11:34:06 +01:00
Francis Dupont
a24d3e9337 [master] Merged trac4307 (uncaught exception in d2 server main()) 2016-03-18 11:29:46 +01:00
Francis Dupont
0b52d91c6d [master] Updated git hash 2016-03-18 11:12:03 +01:00
Francis Dupont
b98cc019b1 [master] regen flex/bison 2016-03-18 10:10:33 +00:00
Francis Dupont
c108d5063c [master] Fixing some .gitignore 2016-03-18 11:09:15 +01:00
Francis Dupont
7917d94e55 [master] Finished merge of trac4232a (IP address literal) 2016-03-18 11:04:02 +01:00
Marcin Siodelski
8576546a1b [4319] Addressed some review comments.
- use unsigned int in for loops
- NULL pointer rather than NULL in function descriptions
2016-03-17 19:02:44 +01:00
Thomas Markwalder
2bc621d5c9 [master] Fixed Coverity issue in alloc_engine.cc
Merged in Trac #4309.
2016-03-17 13:30:29 -04:00
tmark
d011518596 [4243] Update GCC version range to include 5.3.1
Fedora 23 has gcc 5.3.1 which exhibits this issue.
2016-03-17 07:51:41 -07:00
Shawn Routhier
6f0b3a5c03 [trac4309] Fix some typos 2016-03-17 07:38:28 -07:00
Thomas Markwalder
ac5d93b8f3 [4243] Disable optimization of boost:asio for gcc 5.2.0 through 5.3.0
Optimization of boost:asio code is now disabled when building with
BOOST_ERROR_CODE_HEADER_ONLY under GCC versions 5.2.0 through 5.3.0.

src/lib/asiolink/asio_wrapper.h
    New file which wraps boost/asio/asio.hpp around compilation
    logic to suppress optimization under GNU 5.2.0 thru 5.3.0.

The remaining changes either removed the inclusion of <asio/asio.hpp> or
replaced it with the inclusion of <<asiolink/asio_wrapper.h>.  Inclusion
file order was also altered to better comply with our coding guidelines.
2016-03-17 08:47:15 -04:00
Shawn Routhier
f9e7a27420 [trac4232a] Typo in the classify text 2016-03-16 12:13:12 -07:00
Francis Dupont
88d5a985c2 [master] Updated git hash (and regen flex/bison) 2016-03-16 14:42:20 +01:00
Francis Dupont
87397fd752 regen flex/bison 2016-03-16 13:40:31 +00:00
Francis Dupont
cb817e46e8 [master] Finishing merge of trac4313 (relay4[xxx].exists) 2016-03-16 14:35:02 +01:00
Francis Dupont
1de28b24e5 [master] Merged trac4313 (relay4[xxx].exists) 2016-03-16 14:31:58 +01:00
Francis Dupont
c9d043fe0f [4313] spelling 2016-03-16 14:29:59 +01:00
Tomek Mrugalski
a4e35f06ff [4313] Added parameter descriptions in two context unit-tests functions. 2016-03-16 14:21:49 +01:00
Francis Dupont
55e3be088c [4232a] Addressed comments 2016-03-16 14:09:39 +01:00
Tomek Mrugalski
8bcbb55f60 [master] Merge branch 'trac4226' (Pkt4 exception clean up) 2016-03-15 18:11:57 +01:00
Marcin Siodelski
72f841e8a1 [4319] Added additional configuration parser tests.
New test check that it is possible to specify a
non-standard option within a host declaration.
2016-03-15 15:41:32 +01:00
Marcin Siodelski
99e0bdcc17 [4319] Added new config parser unit test for DHCPv4 and DHCPv6.
These tests check that it is possible to specify options
for hosts.
2016-03-15 14:03:18 +01:00
Francis Dupont
5c37fd2a8a [master] Updated git hash 2016-03-15 12:53:52 +01:00
Francis Dupont
6813e1a752 [master] Finished merge of trac4310 (LOG_FATAL() double errors) 2016-03-15 12:53:19 +01:00
Francis Dupont
3a1ab78814 [master] Merged trac4310 (LOG_FATAL() double errors) 2016-03-15 12:51:20 +01:00
Francis Dupont
1789a8c11d [master] Updated git hash 2016-03-15 12:44:51 +01:00
Francis Dupont
398458f3ad [master] Finished merge of rac4291 (empty option vs csv-format) 2016-03-15 12:43:56 +01:00
Francis Dupont
19742f217e [master] Merged trac4291 (empty option vs csv-format) 2016-03-15 12:41:26 +01:00
Francis Dupont
034813248b [4232a] Grammar (by Stephen) 2016-03-15 12:35:01 +01:00
Tomek Mrugalski
7cd38aa7bf [4297] User's Guide corrected trac4298_base 2016-03-15 11:24:59 +01:00
Marcin Siodelski
f3e4bc8228 [4319] Extend host reservation parser to parse options. 2016-03-15 11:01:09 +01:00
Tomek Mrugalski
e6f3b958ec [4297] User's Guide updated. 2016-03-15 10:48:03 +01:00
Tomek Mrugalski
07e75c55e0 [4297] Hooks documentation updated. 2016-03-15 10:36:48 +01:00
Tomek Mrugalski
1f63763852 [4297] Compilation fix. 2016-03-15 10:35:00 +01:00
Tomek Mrugalski
7eeb15908b [4297] Added missing callout_params_library.cc 2016-03-15 10:34:44 +01:00
Tomek Mrugalski
5ab1463695 [4297] LibraryHandle::getParameter implemented. 2016-03-15 00:43:32 +01:00
Thomas Markwalder
d981c5ce84 [4309] Fixed Coverity issue 1341466e in alloc_engine.cc
src/lib/dhcpsrv/alloc_engine.cc
 - AllocEngine::reclaimExpiredLease(const Lease6Ptr& lease,
                                 const DbReclaimMode& reclaim_mode,
                                 const CalloutHandlePtr& callout_handle)

   Simplified logic for flagging a lease for removal.  Renamed "remove_tmp"
   to "remove_lease" for clarity.

 - AllocEngine::reclaimExpiredLease(const Lease4Ptr& lease,
                                 const DbReclaimMode& reclaim_mode,
                                 const CalloutHandlePtr& callout_handle)

   Simplified logic for flagging a lease for removal.  Renamed "remove_tmp"
   to "remove_lease" for clarity.
2016-03-14 15:07:35 -04:00
Francis Dupont
299e383520 [4326] Fixed Coverity CID 1327378 (needs a second view) 2016-03-14 20:04:45 +01:00
Francis Dupont
51e03014ac [4326] Fixed Coverity CID 1232320 2016-03-14 19:44:22 +01:00
Francis Dupont
cad74fe449 [4326] Fixed Coverity CID 1232272 2016-03-14 18:58:19 +01:00
Francis Dupont
f5ce3da3b8 [4326] Fixed Coverity CID 1232271 2016-03-14 18:54:23 +01:00
Francis Dupont
9414ace0e0 [4326] Addressed coverity CID 1202723 2016-03-13 19:03:43 +01:00
Francis Dupont
615e3b06f3 [4326] copyright 2016-03-13 19:01:43 +01:00
Francis Dupont
efeb4479e9 [4326] Addressed coverity CID 1202661 2016-03-13 18:51:42 +01:00
Marcin Siodelski
b2e7801eb9 [master] Added ChangeLog entry for #3571. trac4326_base 2016-03-11 13:40:46 +01:00
Marcin Siodelski
9d434f28cc [master] Merge branch 'trac3571' 2016-03-11 13:39:03 +01:00
Marcin Siodelski
1f0c2a1288 [3571] Address review comments.
Corrected mixed up use of DHCPv4 vs DHCPv6 and the
dhcp4 vs dhcp6 option space names.
2016-03-11 13:37:35 +01:00
Shawn Routhier
77c820a3f2 [master] Add commit number to change log entry for 4292 2016-03-10 19:43:13 -08:00
Shawn Routhier
8b7182abdc [master] Add comment and change log entry for 4292 2016-03-10 19:41:14 -08:00