summaryrefslogtreecommitdiffstats
path: root/src/lib/dhcp/tests/pkt4_unittest.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* [#3230] addressed reviewRazvan Becheriu2024-02-151-3/+2
* [#3230] Initial commitThomas Markwalder2024-02-151-0/+67
* [#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-3/+2
* [#3109] consistent pkt info logging in v4 and v6Razvan Becheriu2023-11-271-4/+4
* [#3017] added testing framework for using dummy test interfacesRazvan Becheriu2023-10-171-1/+1
* [#2865] Tweaking some pkt DROP printsPiotrek Zadroga2023-06-071-0/+20
* [#2732] release changesKea-2.3.4Wlodek Wencel2023-01-231-1/+1
* [#2694] Added options size checkFrancis Dupont2023-01-041-0/+1
* [#2694] DoneFrancis Dupont2022-12-261-0/+86
* [#248] addressed commentsRazvan Becheriu2022-10-241-13/+16
* [#248] template classes can add regular classesRazvan Becheriu2022-10-241-9/+0
* [#248] using same add/get class interfaceRazvan Becheriu2022-10-241-10/+10
* [#248] added template classesRazvan Becheriu2022-10-241-0/+39
* [#562] remove index used for sorting ClientClassesAndrei Pavel2022-05-201-24/+0
* [#562] add an ordered_unique index to ClientClassContainerAndrei Pavel2022-05-201-1/+25
* [#1656] 1.9.4 release: update copyrightsAndrei Pavel2021-01-251-1/+1
* [#1656] 1.9.4 release: spelling checkAndrei Pavel2021-01-251-2/+2
* [#1215] Added missing DHCPv4 message typesFrancis Dupont2020-05-131-1/+33
* [#900,!561] kea-dhcp4/6 now quietly drop empty or all-null string optionsThomas Markwalder2019-10-231-2/+57
* [#539, !330] OPT_STRING_TYPE options now trim trailing nullsThomas Markwalder2019-05-241-2/+97
* [#363, !177] kea-dhcp4 now emits message type option (53) firstThomas Markwalder2018-12-191-8/+18
* [master] Merging trac5374 (new classification) - conflicts resolved, regen ne...Francis Dupont2018-04-111-2/+30
|\
| * [5374] Checkpoint before updting syntaxFrancis Dupont2017-11-271-2/+30
* | [5551] Addressed review commentsThomas Markwalder2018-03-061-43/+3
* | [5551] kea-dhcp4 now attempts to process packets with truncated VIVSOThomas Markwalder2018-02-271-1/+76
|/
* [v_1_2_0] copy right dates updatedWlodek Wencel2017-04-121-1/+1
* Corrected typosAndrei Pavel2016-12-141-5/+5
* [4497] Added Pkt method checking if retrieved options are copied.Marcin Siodelski2016-07-081-0/+2
* [4497] Implemented copying options on retrieval from packet.Marcin Siodelski2016-07-081-0/+53
* [4498] Removed support for callback functions unpacking options.Marcin Siodelski2016-05-191-83/+0
* [master] Merged trac4306 (overflow in pkt4::set{File,Name}())Francis Dupont2016-03-211-9/+23
|\
| * [4306] Added comments about uninitilaized too big arraysFrancis Dupont2016-03-211-2/+4
| * [4306] Added/improved unit testsFrancis Dupont2016-03-191-9/+21
* | [4226] getType() and getName() in Pkt4 are now exception safe.Tomek Mrugalski2016-02-051-0/+15
|/
* [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
* [4206b] Added unit tests for malfromed client id in getLabel.Marcin Siodelski2015-12-111-0/+13
* [3977] Addressed review comments.Marcin Siodelski2015-10-261-1/+5
* [3977] Added variants of PktX::makeLabel excluding transaction id.Marcin Siodelski2015-10-211-0/+17
* [4009] Added many missing boost/scoped_ptr.hpp includesFrancis Dupont2015-09-021-0/+1
* [master] Finished merge of trac3618 (truncated packet/option/vendor-option)Francis Dupont2015-06-191-0/+105
|\
| * [3618] addressed comments: fix docs, improved unpack{,Vendor}Options[46], fix...Francis Dupont2015-06-181-1/+1
| * [trac3618] Tidy up some typos found while reviewing.Shawn Routhier2015-06-051-3/+3
| * [3618] decided between offset-x/throw and fixed vivso-suboptionsFrancis Dupont2015-05-201-2/+8
| * [3618] augmented unit tests for trancated options and vendor optionsFrancis Dupont2015-05-201-0/+99
* | [master] Finished merge of trac3833 (unsigned for indexes)Francis Dupont2015-06-131-15/+15
|\ \
| * | [3833] Improved codingFrancis Dupont2015-06-111-15/+15
| * | [3833] some signed for loop variables aka #3833Francis Dupont2015-05-121-7/+7