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

40 Commits

Author SHA1 Message Date
Francis Dupont
a48b579bf5 [#749] Converted assert to throw outside dns lib 2020-08-13 09:59:21 -04:00
Francis Dupont
95e05cd2b1 [5226] Addressed review comments 2017-09-29 00:38:25 +02:00
Francis Dupont
85d7ae80c8 [5226] Add traling array in records 2017-07-11 02:46:22 +02:00
Francis Dupont
2f1e796a2c [4070] Added OpaqueDataTuple read/write, updated defintions and unit tests 2017-02-15 01:21:02 +01:00
Francis Dupont
60feddc3b5 [4070] Began tuple code 2017-02-14 16:11:13 +01:00
Marcin Siodelski
0c0ca2fde7 [5016] Merged pull request #24 from github24 and squashed it.
This change includes the code implemented by the pull request
submitter as well as Marcin's fixes/changes on top of it, but
without a review.
2016-10-26 08:25:53 +02:00
Marcin Siodelski
1f3ac9ac2b [4497] Documented Option::clone() in all option classes.
Also udated copyright dates where applicable.
2016-07-08 07:50:19 +02:00
Marcin Siodelski
90615322d4 [4497] Implemented deep copy of DHCP options. 2016-07-08 07:50:19 +02:00
Marcin Siodelski
ee88ec857c [4497] Fix constness of methods in Option classes. 2016-07-08 07:50:19 +02:00
Marcin Siodelski
3d18318f68 [4236] Updated copyright dates in all files. 2015-12-16 15:28:44 +01:00
Marcin Siodelski
fe9dd86d20 [4236] Replaced license text in all files containing it. 2015-12-16 13:37:29 +01:00
Tomek Mrugalski
4c7c3c4503 [3449] Cherry-pick of compilarion fix from Bundy tree
[mavericks] fix trivial build errors

Conflicts:
	src/lib/util/csv_file.cc
	src/lib/util/csv_file.h
2014-05-10 12:23:34 +02:00
Marcin Siodelski
fc2b2f8fa4 [3035] Added a function to return the number of labels in the FQDN. 2013-09-09 12:49:51 +02:00
Michal 'vorner' Vaner
0f00c3880a [2726] Really do suppress this warning
Put it so cppcheck finds it.
2013-06-13 10:51:19 +02:00
Michal 'vorner' Vaner
f7b60d9d56 [2726] Suppress false positive cppcheck warning 2013-06-12 12:09:41 +02:00
Marcin Siodelski
e817fc7e97 [2786] Use parent class functions to access and modify data in OptionCustom 2013-05-17 14:36:45 +02:00
Jeremy C. Reed
72b8ac6172 [master] various more typo and misspelling fixes
Some slight grammar changes.
Mostly in comments, but some for api docs.
Changes a isc_throw output too.

Reviewed via jabber.
2013-03-08 10:32:43 -06:00
Jeremy C. Reed
6ae0d625f0 [master] many misspelling and typo fixes
reviewed by jelte via jabber.

Changes some log message descriptions and some
function arguments and some output.
2013-03-06 08:41:51 -06:00
Marcin Siodelski
91aa998226 [master] Merge branch 'trac2637'
Conflicts:
	src/bin/dhcp4/config_parser.cc
	src/bin/dhcp6/config_parser.cc
	src/lib/dhcpsrv/dhcpsrv_messages.mes
	src/lib/dhcpsrv/memfile_lease_mgr.cc
2013-01-23 08:41:38 +01:00
Marcin Siodelski
0be5967e2f [2314] Changes as a result of the review. 2013-01-21 18:31:01 +01:00
Marcin Siodelski
d9421d93e3 [2637] Merged Option::pack4() and Option::pack6() into single function. 2013-01-21 13:28:33 +01:00
Marcin Siodelski
30276d77d2 [2314] Encapsulate standard DHCPv6 options. 2013-01-15 15:33:55 +01:00
Stephen Morris
fecfe82bdf [2546] Merge branch 'master' into trac2546
Conflicts:
	doc/devel/mainpage.dox
	src/bin/dhcp4/ctrl_dhcp4_srv.h
	src/bin/dhcp4/dhcp4_srv.h
	src/bin/dhcp6/dhcp6.dox

Also modified the following files during the
resolution of the merge issues:
    src/bin/dhcp4/config_parser.cc
    src/bin/dhcp4/ctrl_dhcp4_srv.cc
    src/bin/dhcp4/dhcp4.dox
    src/bin/dhcp6/config_parser.cc
    src/bin/dhcp6/tests/dhcp6_srv_unittest.cc
    src/lib/dhcp/option_custom.h
    src/lib/dhcp/pkt4.h
    src/lib/dhcpsrv/database_backends.dox
2012-12-13 11:38:21 +00:00
Marcin Siodelski
9430b1fef5 [2491] Changes as a result of the review. 2012-12-06 16:39:04 +01:00
Marcin Siodelski
10e87104e0 [2491] Added function to add new integer data field to an option. 2012-12-03 14:05:10 +01:00
Marcin Siodelski
6b59d1bc4f [2491] Added a function to add boolean data field to an array. 2012-12-03 13:26:14 +01:00
Marcin Siodelski
5c50504446 [2491] Add IP address into an option being array of IP addresses. 2012-12-03 13:10:22 +01:00
Marcin Siodelski
5990336237 [2491] Added a function to write fqdn into a buffer. 2012-12-03 10:45:32 +01:00
Marcin Siodelski
1dc0f0871d [2491] Add a function to set binary data for a data field. 2012-11-30 18:06:26 +01:00
Marcin Siodelski
1bbe13152c [2491] Added first set of functions to set data field values. 2012-11-30 17:32:12 +01:00
Marcin Siodelski
84e441c756 [2491] Support for custom option to hold FQDN. 2012-11-29 19:40:32 +01:00
Marcin Siodelski
d85d48eee9 [2312] Changes to the code as a result of review. 2012-11-28 17:04:26 +01:00
Stephen Morris
ee7dbbde63 [2312] Fix some typos and missing Doxygen keywords 2012-11-28 13:03:44 +00:00
Marcin Siodelski
863da09e4d [2312] Implemented toText method for custom options. 2012-11-28 10:02:18 +01:00
Marcin Siodelski
47e1dfee34 [2312] Added the method to return number of option data field. 2012-11-27 14:32:34 +01:00
Marcin Siodelski
276a08d337 [2312] Implement pack and unpack. 2012-11-27 13:43:54 +01:00
Marcin Siodelski
c12d1b3b6e [2312] Updated doxygen comments in option_custom.h 2012-11-27 11:48:06 +01:00
Marcin Siodelski
a6c3266fe1 [2312] Unit tests to validate custom options for different definitions. 2012-11-27 11:06:29 +01:00
Marcin Siodelski
7c73dd5e84 [2312] Use common read/write functions to store values in a buffer. 2012-11-26 20:02:53 +01:00
Marcin Siodelski
08d0d10dd7 [2312] Created OptionCustom class. 2012-11-26 20:02:53 +01:00