index
:
kea
master
kea
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
lib
/
dhcp
/
option_definition.cc
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3807] Improved log messages for the DHCPv6 server.
Marcin Siodelski
2015-06-02
1
-0
/
+12
*
[master] remove '#include <config.h' from include files (#3782)
Francis Dupont
2015-04-18
1
-1
/
+2
*
[3588] Addressed review comments.
Marcin Siodelski
2014-09-30
1
-9
/
+0
*
[3588] Implemented CfgOptionDef class to represent user-defined option defs
Marcin Siodelski
2014-09-16
1
-0
/
+19
*
[3409] Fix line number logging in DHCPv4 as a result of manual testing.
Marcin Siodelski
2014-04-25
1
-1
/
+1
*
[3316] Addressed review comments.
Marcin Siodelski
2014-02-17
1
-4
/
+4
*
[3316] Use OptionVendorClass to encapsulate DHCPv4 option 124.
Marcin Siodelski
2014-02-13
1
-1
/
+12
*
[3316] Use OptionVendorClass to encapsulate DHCPv6 option 16.
Marcin Siodelski
2014-02-13
1
-0
/
+12
*
[master] Merge branch 'trac3292'
Marcin Siodelski
2014-01-22
1
-22
/
+48
|
\
|
*
[3292] Addressed review comments.
Marcin Siodelski
2014-01-21
1
-40
/
+40
|
*
[3292] Fixed option definition class to handle booleans carried as strings.
Marcin Siodelski
2014-01-17
1
-8
/
+34
*
|
[1283] Remove toText() calls where IOAddress should be used directly
Mukund Sivaraman
2014-01-07
1
-1
/
+1
|
/
*
[3211] Incoming IAPREFIX is now parsed properly.
Tomek Mrugalski
2013-10-25
1
-2
/
+27
*
[master] Merge branch 'trac3194_1'
Marcin Siodelski
2013-10-25
1
-29
/
+70
|
\
|
*
[3194] Merge branch 'master' into trac3194_1
Marcin Siodelski
2013-10-24
1
-2
/
+4
|
|
\
|
*
|
[3194] Check if option definition for Vendor option has correct format.
Marcin Siodelski
2013-10-23
1
-2
/
+14
|
*
|
[3194] Use OptionDefinition::optionFactory to create DHCPv6 vendor options.
Marcin Siodelski
2013-10-22
1
-0
/
+4
|
*
|
[3194] Use OptionDefinition::optionFactory to parse V4 Vendor option.
Marcin Siodelski
2013-10-22
1
-29
/
+54
*
|
|
[3201] Add support for DHCP options that hold only sub options.
Marcin Siodelski
2013-10-24
1
-1
/
+5
|
|
/
|
/
|
*
|
[3200] DHCPv4 PRL option is encapsulated by OptionUint8Array class.
Marcin Siodelski
2013-10-18
1
-2
/
+4
|
/
*
[3180] Implemented support for callback functions to parse options.
Marcin Siodelski
2013-10-04
1
-9
/
+17
*
[master] Merge branch 'trac3036'
Marcin Siodelski
2013-08-20
1
-37
/
+76
|
\
|
*
[3036] Return instance of Option6ClientFqdn for option 39.
Marcin Siodelski
2013-07-18
1
-37
/
+76
*
|
[3082] Return instance of the Option4ClientFqdn for option 81.
Marcin Siodelski
2013-08-12
1
-0
/
+16
|
/
*
[2726] Remove unused method
Michal 'vorner' Vaner
2013-06-12
1
-8
/
+0
*
[2786] Option factory function uses iterators to create OptionCustom.
Marcin Siodelski
2013-05-15
1
-1
/
+1
*
[2786] Use OptionString class to represent options with a string.
Marcin Siodelski
2013-05-13
1
-0
/
+4
*
[2701] Removed option definition validation from option factory functions.
Marcin Siodelski
2013-02-13
1
-4
/
+0
*
[master] Merge branch 'trac2637'
Marcin Siodelski
2013-01-23
1
-10
/
+4
|
\
|
*
[2637] Minor: corrected error message in the option definition.
Marcin Siodelski
2013-01-18
1
-2
/
+2
|
*
[2637] Enable setting FQDN for options.
Marcin Siodelski
2013-01-18
1
-8
/
+2
*
|
[2314] Changes as a result of the review.
Marcin Siodelski
2013-01-21
1
-6
/
+5
*
|
[2314] Added encapsulated option space name to option definition.
Marcin Siodelski
2013-01-15
1
-2
/
+36
|
/
*
[2317] Pass a string object to is_any_of() instead of char* value.
Marcin Siodelski
2013-01-15
1
-3
/
+3
*
[2317] More strict checks for option name format.
Marcin Siodelski
2013-01-09
1
-6
/
+25
*
[2545] Trim strings representing option field value.
Marcin Siodelski
2012-12-20
1
-3
/
+5
*
[master] Merge branch 'trac2549'
Marcin Siodelski
2012-12-18
1
-5
/
+2
|
\
|
*
[2549] Changes as a result of the code review.
Marcin Siodelski
2012-12-14
1
-3
/
+1
|
*
[2549] Simplified functions writing an address to a buffer.
Marcin Siodelski
2012-12-13
1
-1
/
+1
|
*
[2549] Replaced IOAddress::getFamily() with IOAddress::isVx() calls.
Marcin Siodelski
2012-12-13
1
-2
/
+1
*
|
[2526] Added universe parameter to OptionIntArray ctor.
Marcin Siodelski
2012-12-11
1
-4
/
+4
*
|
[2526] Renamed Option6IntArray to OptionIntArray.
Marcin Siodelski
2012-12-11
1
-2
/
+2
*
|
[2526] Renamed Option6Int to OptionInt as this will be used for V4 too.
Marcin Siodelski
2012-12-11
1
-1
/
+1
|
/
*
[2491] Use .empty() function to check if container is empty.
Marcin Siodelski
2012-12-10
1
-1
/
+1
*
[2491] Changes as a result of the review.
Marcin Siodelski
2012-12-06
1
-10
/
+27
*
[2491] Create Status Code option using an option definition.
Marcin Siodelski
2012-12-03
1
-1
/
+1
*
[2491] Test that appropriate std options are returned.
Marcin Siodelski
2012-11-30
1
-32
/
+44
*
[2312] Changes to the code as a result of review.
Marcin Siodelski
2012-11-28
1
-2
/
+2
*
[2312] Fix some typos and missing Doxygen keywords
Stephen Morris
2012-11-28
1
-1
/
+1
*
[2312] Implemented OptionCustom::toText() function.
Marcin Siodelski
2012-11-27
1
-149
/
+123
[next]