2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-29 13:07:50 +00:00

22703 Commits

Author SHA1 Message Date
Thomas Markwalder
b71852dc1f [4243] Distcheck failure correction
Distcheck sporadically fails to clean up test_leases.csv.2
    can be left behind by dhcp4 and dhcp6 testing.

src/bin/dhcp4/tests/Makefile.am
src/bin/dhcp6/tests/Makefile.am
    - Added test_leases.csv.* to CLEANFILES
2016-04-04 15:34:19 -04:00
Thomas Markwalder
869c33a5f1 [4243] Addressed review comments
src/lib/asiolink/Makefile.am
    added asio_wrapper.h to list of sources

src/lib/asiolink/asio_wrapper.h
    updated commentary to include GNU/Boost bugs and
    added prominent warning comment
2016-04-04 15:32:57 -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
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
Tomek Mrugalski
8bcbb55f60 [master] Merge branch 'trac4226' (Pkt4 exception clean up) 2016-03-15 18:11:57 +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
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
Shawn Routhier
0c05a725bb Merge branch 'trac4292' Copy BOOTP flags from requets to responses 2016-03-10 19:04:51 -08:00
Francis Dupont
1622d54852 [master] Updated git hash 2016-03-09 15:48:50 +01:00
Francis Dupont
2c236316d5 [master] Finished merge of trac4315 (docs regeneration required python3) 2016-03-09 15:48:04 +01:00
Francis Dupont
e4703dc733 [master] Merged trac4315 (docs regeneration required python3) 2016-03-09 15:45:40 +01:00
Marcin Siodelski
d6c715717c [3571] Updated documentation of the Host class. 2016-03-09 13:41:22 +01:00
Marcin Siodelski
f45a71808d [3571] Added data structures to hold DHCP options in Host object. 2016-03-09 13:22:45 +01:00
Francis Dupont
320d143822 [4315] Removed obsolete python3 check 2016-03-09 13:16:59 +01:00
Tomek Mrugalski
c8e0552a02 [4226] Reverted previous changes to Pkt4::getName() 2016-03-08 14:27:31 +01:00
Marcin Siodelski
73d8b73e0a [master] Added ChangeLog entry for #3696. trac4315_base 2016-03-03 17:09:02 +01:00
Marcin Siodelski
0be5e6eb32 [master] Merge branch 'trac3696' 2016-03-03 15:58:56 +01:00
Marcin Siodelski
4cf0f82254 [3696] Updated test comments as a result of review. 2016-03-03 15:57:29 +01:00
Marcin Siodelski
537f48410d [3696] Addressed review comments.
Addressed a couple of minor issues and added unit tests for
switching between various lease database backends.
2016-03-01 09:33:06 +01:00
Francis Dupont
909987228c [master] Fixed another use of option 65 as undefined trac4232a_base trac4272_base trac3700_base trac4313_base 2016-02-25 14:36:25 +01:00
Francis Dupont
396912c83a [master] Updated git hash 2016-02-25 13:15:03 +01:00
Francis Dupont
5ed03ed5ea [master] Finished merge of trac4286 (missing simple standard DHCPv4 options) 2016-02-25 13:14:06 +01:00
Francis Dupont
984e64127b [master] Merged trac4286 (missing simple standard DHCPv4 options) 2016-02-25 13:09:10 +01:00
Francis Dupont
4f60f8bc9a [4286] Added a comment to Option4AddrLstTest.empty 2016-02-25 13:07:54 +01:00
Francis Dupont
b4a67e8903 [4286] Change NIS+ DHO_NIS_* into DHO_NISP_* 2016-02-25 13:00:03 +01:00
Francis Dupont
321441f5b9 [4286] spelling 2016-02-25 12:53:19 +01:00
Shawn Routhier
5d98905f62 [trac4292] Always copy the DHCPv4 flags field from the client's request to the server's response 2016-02-24 20:51:53 -08:00
Tomek Mrugalski
b4dffd05e1 [4286] Updated CfgOptionDefTest.overrideStdOptionDef after option 65 added. 2016-02-24 15:34:40 +01:00
Francis Dupont
f693bc433c [4310] Put LOG_FATAL() calls in a try block to avoid double errors 2016-02-24 13:17:32 +01:00
Tomek Mrugalski
cea1469dd4 [master] ChangeLog/AUTHORS update after github #10 merge. trac4306_base trac4307_base trac4310_base trac4267_base0 2016-02-23 18:27:20 +01:00
Tomek Mrugalski
f391ccf4fb [master] Merge branch 'jpopelka-master' (github #10) 2016-02-23 17:10:31 +01:00
Tomek Mrugalski
a85ee15c7b Merge branch 'master' of https://github.com/jpopelka/kea into jpopelka-master 2016-02-23 17:10:10 +01:00
Francis Dupont
13acd82589 [master] Fixed #4231 doxygen warning 2016-02-19 17:32:52 +01:00
Francis Dupont
6337851d3f [master] relay -> relay4 in classify doc 2016-02-19 17:24:45 +01:00
Francis Dupont
35f791b394 [master] parser *.hh timestamps 2016-02-19 17:22:46 +01:00
Francis Dupont
eec10b436b [master] Merged trac4233 (new concat string function to classification expression) 2016-02-19 17:21:36 +01:00
Francis Dupont
8e01dbe2fe [master] Finished merge of trac4231 (new boolean operators) 2016-02-19 16:53:05 +01:00
Francis Dupont
09233722f6 [4231] Added logicalParentheses as a complement of logicalPrecedence unit tests 2016-02-18 22:57:39 +01:00
Tomek Mrugalski
0595242b59 [master] ChangeLog updated. 2016-02-18 15:02:17 +01:00
Tomek Mrugalski
c13791e916 [master] Merge branch 'trac4264' (v4 relay options accessible in classification) 2016-02-18 13:36:59 +01:00
Tomek Mrugalski
9ec570eb7f [4264] Fix in one Token unit-test 2016-02-18 13:36:30 +01:00