summaryrefslogtreecommitdiffstats
path: root/src/lib/dhcp/duid.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* [#3210] clean up some header includesAndrei Pavel2024-03-211-1/+0
* [#3210] update copyright datesAndrei Pavel2024-03-211-1/+1
* [#3210] refactor io utilitiesAndrei Pavel2024-03-211-1/+1
* [#2889] release changesAndrei Pavel2023-05-291-1/+1
* [#2827] reverted src/share/api and updated scriptRazvan Becheriu2023-05-111-3/+3
* [#2786] fixed linker errorRazvan Becheriu2023-05-101-0/+6
* [#2786] 255 bytes client_id and 130 bytes duidRazvan Becheriu2023-05-091-94/+18
* [#722,!1] Addressed review commentsThomas Markwalder2019-08-161-6/+5
* [#722] kea-dhcp6 sanity checking of inbound DUID options improvedThomas Markwalder2019-08-161-2/+4
* Added #include <config.h> to all .cc files.Andrei Pavel2016-12-141-0/+2
* [5058] - Addressed review commentsThomas Markwalder2016-11-011-10/+5
* [v1_1_0] Copyright dates updateWlodek Wencel2016-08-281-1/+1
* [4301] DUID and HWAddr classes use strutil to convert text to binary.Marcin Siodelski2016-04-061-58/+6
* [4236] Replaced license text in all files containing it.Marcin Siodelski2015-12-161-11/+3
* [3982] Changes after reviewTomek Mrugalski2015-09-211-0/+12
* [3899] Merged stringsFrancis Dupont2015-06-231-1/+1
* [3899] Removed extra space in error messageFrancis Dupont2015-06-131-2/+2
* [3560] Addressed review comments.Marcin Siodelski2014-10-171-0/+12
* [3560] Implemented rest of the functions in the Host class.Marcin Siodelski2014-10-101-18/+23
* [3360] Addressed review comments.Marcin Siodelski2014-04-021-2/+9
* [3360] Implemented the CSV lease file parser for DHCPv4.Marcin Siodelski2014-03-241-24/+33
* [3360] Implemented CSV parser for DHCPv6 leases.Marcin Siodelski2014-03-241-2/+36
* [2940] Implemented Lease6::getDuidVector function and remove key extractorsMarcin Siodelski2013-11-151-1/+1
* [2940] Addressed review comments.Marcin Siodelski2013-11-151-2/+2
* [master] Merge branch 'trac2723' (too short/null DUIDs handing)Tomek Mrugalski2013-03-281-2/+15
|\
| * [2723] The code now gracefully refuses too short DUIDs and client-idsTomek Mrugalski2013-02-271-2/+15
* | [2701] Added missing const to the function returning DUID.Marcin Siodelski2013-02-141-1/+1
* | [2701] Added missing const in the function getting client_id.Marcin Siodelski2013-02-131-1/+1
|/
* [2524] Add ClientId::toText() functionalityStephen Morris2012-12-141-0/+10
* [2404] Minor changes to make files conform to programming styleStephen Morris2012-11-201-12/+12
* [2475] Put #include directives in correct orderStephen Morris2012-11-161-4/+6
* [2414] All outstanding changes after review.Tomek Mrugalski2012-11-021-3/+2
* [2414] DUID toText() implemented.Tomek Mrugalski2012-10-301-1/+19
* [2140] DUID no longer returns unsafe references, tests updated.Tomek Mrugalski2012-10-101-25/+4
* [2140] ClientId class implemented and tested.Tomek Mrugalski2012-09-121-0/+48
* [2140] DUID is now a separate class in separate filesTomek Mrugalski2012-09-121-0/+63