summaryrefslogtreecommitdiffstats
path: root/src/lib/dhcp (follow)
Commit message (Expand)AuthorAgeFilesLines
* [4633] Merged trac3908 and trac4631Francis Dupont2016-08-261-2/+2
* [4483] Generic unit-tests for evaluating expressions writtenTomek Mrugalski2016-08-191-0/+3
* [4497] Fixed inefficient setting of the Pkt4o6 flag.Marcin Siodelski2016-07-081-1/+1
* [4497] spellingFrancis Dupont2016-07-081-1/+1
* [4497] Extended Pkt4o6 to support setCopyRetrievedOptions.Marcin Siodelski2016-07-084-7/+49
* [4497] Spelling, no \n at end of .gitignore, etcFrancis Dupont2016-07-084-34/+34
* [4497] SpellingFrancis Dupont2016-07-083-8/+8
* [4497] Fixed a couple doxygen issues.Marcin Siodelski2016-07-082-6/+6
* [4497] Updated copyright dates.Marcin Siodelski2016-07-081-1/+1
* [4497] Enable copying retrieved options in callouts.Marcin Siodelski2016-07-081-0/+56
* [4497] Added Pkt method checking if retrieved options are copied.Marcin Siodelski2016-07-082-0/+11
* [4497] Implemented copying options on retrieval from packet.Marcin Siodelski2016-07-087-48/+520
* [4497] Documented tests for options copying.Marcin Siodelski2016-07-081-21/+226
* [4497] Removed spurious headers from the option unit tests.Marcin Siodelski2016-07-081-4/+0
* [4497] Documented Option::clone() in all option classes.Marcin Siodelski2016-07-0829-28/+80
* [4497] Implemented deep copy of DHCP options.Marcin Siodelski2016-07-0835-12/+779
* [4497] Fix constness of methods in Option classes.Marcin Siodelski2016-07-0830-130/+129
* [master] Merged trac4283 (FreeBSD build)Francis Dupont2016-07-052-24/+0
|\
| * [4283] Moved clang and missing initializer -Wno-* to improved/fixed configureFrancis Dupont2016-07-022-24/+0
* | [4274] Several minor corrections.Tomek Mrugalski2016-07-011-1/+1
* | [4274] Added a lot of dev DHCP4o6 stuffFrancis Dupont2016-07-011-4/+18
|/
* [master] Merge branch 'trac4498'Marcin Siodelski2016-06-1015-508/+437
|\
| * [4498] Addressed review comment: renamed 2 libdhcp++ tests.Marcin Siodelski2016-06-101-2/+2
| * [trac4498] Fix some typos and copyrightsShawn Routhier2016-06-102-3/+3
| * [4498] Removed support for callback functions unpacking options.Marcin Siodelski2016-05-1911-401/+26
| * [4498] Unified container types holding option definitions in LibDHCP.Marcin Siodelski2016-05-194-41/+39
| * [4498] Avoid copying container with option definitions during parsing.Marcin Siodelski2016-05-184-65/+116
| * [4498] Extended test for parsing vendor options.Marcin Siodelski2016-05-181-25/+37
| * [4498] Removed server specific function for parsing DHCPv6 options.Marcin Siodelski2016-05-181-0/+71
| * [4498] Removed server specific method for unpacking DHCPv4 options.Marcin Siodelski2016-05-182-21/+193
* | [master] Merge branch 'trac3572'Marcin Siodelski2016-06-091-1/+13
|\ \
| * | [3572] Addressed review comments.Marcin Siodelski2016-06-081-0/+12
| * | [3572] Test that vendor specific options are overriden.Marcin Siodelski2016-05-231-1/+1
* | | [master] Merge branch 'trac4281'Marcin Siodelski2016-06-022-2/+46
|\ \ \ | |/ / |/| |
| * | [4281] Addressed review comments.Marcin Siodelski2016-05-251-12/+8
| * | [4281] Updated recently modified files with proper commentary.Marcin Siodelski2016-05-171-9/+0
| * | [4281] Extended MySQL host data source with DHCPv4 and DHCPv6 options.Marcin Siodelski2016-05-122-2/+59
| |/
* / [4495] Fixed inefficient creation of DHCP Message Type option.Marcin Siodelski2016-05-171-3/+2
|/
* [4303] Servers now search for host reservations using any identifier.Marcin Siodelski2016-04-131-0/+3
* [master] Merge branch 'trac4301'Marcin Siodelski2016-04-063-110/+9
|\
| * [4301] DUID and HWAddr classes use strutil to convert text to binary.Marcin Siodelski2016-04-063-110/+9
* | Merge branch 'trac4265' Access to options and constants from DHCP6 relay enca...Shawn Routhier2016-04-063-15/+76
|\ \ | |/ |/|
| * [trac4265] Update copyrights and use HOP_COUNT_LIMIT instead of hardcoded valueShawn Routhier2016-04-063-4/+4
| * [4265] Removed whitespacesThomas Markwalder2016-04-051-1/+1
| * [trac4265] Add test code, tidy up main codeShawn Routhier2016-04-043-4/+67
| * [trac4265] First round of allowing access to v6 relay options via the classif...Shawn Routhier2016-03-312-8/+6
* | [master] Mitigate GCC 5.x optmizer issue in asiolinkThomas Markwalder2016-04-051-5/+2
|\ \ | |/ |/|
| * [4243] Disable optimization of boost:asio for gcc 5.2.0 through 5.3.0Thomas Markwalder2016-03-171-5/+2
* | [master] Merge branch 'trac4212'Marcin Siodelski2016-03-233-3/+47
|\ \
| * | [4212] Addressed review comments.Marcin Siodelski2016-03-231-1/+1