summaryrefslogtreecommitdiffstats
path: root/src/lib/dhcp/option_custom.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* [#3209] Initial commitThomas Markwalder2024-02-071-1/+1
* [#3237] release changesWlodek Wencel2024-01-291-1/+1
* [#3119] use range based for loop or BOOST_FOREACHRazvan Becheriu2024-01-221-21/+15
* [#939] Addressed review commentsPiotrek Zadroga2023-03-231-1/+1
* [#939] Refactor Length Field Type evaluation for tuplesPiotrek Zadroga2023-03-231-9/+4
* [#2423] release changesAndrei Pavel2022-05-231-1/+1
* [#2227] split suboptions in separate optionsRazvan Becheriu2022-05-191-3/+3
* [#749] Converted assert to throw outside dns libFrancis Dupont2020-08-131-3/+4
* [master] Copyright update to 2018Wlodek Wencel2018-05-241-1/+1
* [5514] S46 options are now parsed properlyTomek Mrugalski2018-01-301-0/+5
* [5226] Add traling array in recordsFrancis Dupont2017-07-111-159/+125
* [4070] Added OpaqueDataTuple read/write, updated defintions and unit testsFrancis Dupont2017-02-151-0/+24
* [4070] Began tuple codeFrancis Dupont2017-02-141-2/+72
* Corrected typosAndrei Pavel2016-12-141-2/+2
* [5016] Merged pull request #24 from github24 and squashed it.Marcin Siodelski2016-10-261-20/+124
* [3161] Removed known condition being true.Marcin Siodelski2016-09-131-1/+1
* [4497] Documented Option::clone() in all option classes.Marcin Siodelski2016-07-081-1/+1
* [4497] Implemented deep copy of DHCP options.Marcin Siodelski2016-07-081-0/+5
* [4497] Fix constness of methods in Option classes.Marcin Siodelski2016-07-081-4/+4
* [4236] Updated copyright dates in all files.Marcin Siodelski2015-12-161-1/+1
* [4236] Replaced license text in all files containing it.Marcin Siodelski2015-12-161-11/+3
* [3899] Merged proposed change from #3886/sedhcpv6Francis Dupont2015-06-191-2/+2
* [master] Finished merge of trac3833 (unsigned for indexes)Francis Dupont2015-06-131-2/+2
|\
| * [3833] Added a static_cast from size_t to uint16_tFrancis Dupont2015-06-111-1/+1
| * [3833] some signed for loop variables aka #3833Francis Dupont2015-05-121-1/+1
* | [3806] Added and/or fixed toText implementations for various options.Marcin Siodelski2015-05-051-30/+13
|/
* [master] remove '#include <config.h' from include files (#3782)Francis Dupont2015-04-181-1/+2
* [3449] Cherry-pick of compilarion fix from Bundy treeTomek Mrugalski2014-05-101-30/+0
* [1283] Remove toText() calls where IOAddress should be used directlyMukund Sivaraman2014-01-071-3/+3
* [3201] Test that suboptions are parsed correctly for fixed-size options.Marcin Siodelski2013-10-241-0/+1
* [3201] Add support for DHCP options that hold only sub options.Marcin Siodelski2013-10-241-0/+16
* [3180] Implemented support for callback functions to parse options.Marcin Siodelski2013-10-041-1/+4
* [2786] Use parent class functions to access and modify data in OptionCustomMarcin Siodelski2013-05-171-16/+12
* [2786] Always validate the contents of the buffer when provided.Marcin Siodelski2013-05-161-11/+1
* [2827] Changes after reviewTomek Mrugalski2013-04-031-1/+1
* [2827] Pkt6 now supports relays properly.Tomek Mrugalski2013-03-061-6/+3
* [2637] Merged Option::pack4() and Option::pack6() into single function.Marcin Siodelski2013-01-211-22/+3
* [2549] Replaced IOAddress::getFamily() with IOAddress::isVx() calls.Marcin Siodelski2012-12-131-10/+6
* [2491] Changes as a result of the review.Marcin Siodelski2012-12-061-8/+52
* [2491] Create Status Code option using an option definition.Marcin Siodelski2012-12-031-1/+11
* [2491] Added function to add new integer data field to an option.Marcin Siodelski2012-12-031-10/+2
* [2491] Added a function to add boolean data field to an array.Marcin Siodelski2012-12-031-0/+9
* [2491] Add IP address into an option being array of IP addresses.Marcin Siodelski2012-12-031-1/+29
* [2491] Do not override FQDN until it is validated.Marcin Siodelski2012-12-031-4/+17
* [2491] Added a function to write fqdn into a buffer.Marcin Siodelski2012-12-031-8/+13
* [2491] Add a function to set binary data for a data field.Marcin Siodelski2012-11-301-0/+7
* [2491] Added first set of functions to set data field values.Marcin Siodelski2012-11-301-14/+131
* [2491] Support for custom option to hold FQDN.Marcin Siodelski2012-11-291-25/+66
* [master] Merge branch 'trac2312'Marcin Siodelski2012-11-291-2/+2
* [2312] Added missing check for empty vector.Marcin Siodelski2012-11-291-2/+4