summaryrefslogtreecommitdiffstats
path: root/src/bin/dhcp4/tests/dhcp4_client.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* [#991] use thread pool wait with timeout in unittestsRazvan Becheriu2020-12-101-1/+1
* [#991] added thread pool wait functionRazvan Becheriu2020-12-101-5/+2
* [#991] added multi-threading unittests for v4 serverRazvan Becheriu2020-12-101-4/+10
* [#1409] Clear DNS fields when reusing expired v4 leasesThomas Markwalder2020-09-091-2/+5
* [#553] Updated after rebaseFrancis Dupont2020-07-071-0/+1
* [#553] Checkpoint: convert to use interface indexesFrancis Dupont2020-07-071-7/+10
* [567-remove-lease-t1_-and-t2_-members] Removed t1/t2 from leasesFrancis Dupont2019-06-191-2/+2
* [#487,!242] Adjusted OptionalValue to Triplet and renamed to Optional.Marcin Siodelski2019-02-281-7/+7
* [master] Merging trac5374 (new classification) - conflicts resolved, regen ne...Francis Dupont2018-04-111-1/+27
|\
| * [5374] Checkpoint: HA testsFrancis Dupont2018-04-071-1/+27
* | [5457] Packet can be parked after leases4_committed callout.Marcin Siodelski2018-01-221-1/+17
|/
* [5364] Extended v4 shared networks tests with checks for statistics.Marcin Siodelski2017-10-021-0/+3
* spelling: includeJosh Soref2017-07-231-1/+1
* [v_1_2_0] copy right dates updatedWlodek Wencel2017-04-121-1/+1
* Corrected typosAndrei Pavel2016-12-141-1/+1
* [4552] DHCPv4 server assigns reserved siaddr, sname and file field.Marcin Siodelski2016-08-231-1/+15
* [github23] Corrected setting port number for DHCPv4 server.Marcin Siodelski2016-07-261-0/+2
* [3572] Test that vendor specific options are overriden.Marcin Siodelski2016-05-231-0/+11
* [3572] DHCPv4 server sends host specific options.Marcin Siodelski2016-05-201-2/+2
* [4303] Servers now search for host reservations using any identifier.Marcin Siodelski2016-04-131-3/+14
* [4236] Replaced license text in all files containing it.Marcin Siodelski2015-12-161-11/+3
* [4206] Unit-tests implemented for empty duid/client-id.Tomek Mrugalski2015-12-081-0/+18
* [4061] IOAddress cleaned upFrancis Dupont2015-09-191-2/+2
* [master] Merge branch 'trac3981'Tomek Mrugalski2015-09-181-0/+35
|\
| * [3981] Compilation fixes, unit-tests now passing.Tomek Mrugalski2015-09-081-0/+11
| * [3981] DHCPDECLINE support implemented.Tomek Mrugalski2015-09-081-0/+24
* | [4024] Fixed c++11 detected errorsFrancis Dupont2015-08-271-1/+1
|/
* [master] Merge branch 'trac3794' (packet statistics in DHCPv4)Tomek Mrugalski2015-06-091-5/+13
|\
| * [3794] Initial statistics support added in DHCPv4.Tomek Mrugalski2015-05-151-5/+13
* | [3747] Modification to how server identifies the client for Release.Marcin Siodelski2015-05-121-0/+19
|/
* [master] remove '#include <config.h' from include files (#3782)Francis Dupont2015-04-181-0/+1
* [3768] Address review comments.Marcin Siodelski2015-03-201-55/+55
* [3768] Alloc engine allocats leases to clients with repeating client ids.Marcin Siodelski2015-03-191-2/+11
* [3768] Implemented the test which checks overlapping client ids.Marcin Siodelski2015-03-181-0/+25
* [3688] DHCPv4 server assignes reserved hostname to the clients.Marcin Siodelski2015-03-101-0/+32
* [3694] Update copyrightShawn Routhier2015-03-051-1/+1
* [3694] Cleanup in the failing DHCPv4 tests after update to AllocEngine.Marcin Siodelski2015-02-241-1/+3
* spellingFrancis Dupont2015-01-221-1/+1
* [3564] Addressed review comments.Marcin Siodelski2014-12-191-0/+5
* [3564] Implemented tests for address conflicts resolution.Marcin Siodelski2014-12-151-1/+1
* [3555] Lease4,Lease6 now uses HWAddr structure.Tomek Mrugalski2014-10-171-4/+2
* [3367] Implemented unit test for checking ciaddr.Marcin Siodelski2014-10-071-2/+10
* [3320] Address review comments.Marcin Siodelski2014-07-231-1/+5
* [3320] Covered the case where the client is in INIT-REBOOT state.Marcin Siodelski2014-07-221-12/+16
* [3320] Basic implementation of the Requested IP Address support.Marcin Siodelski2014-07-211-14/+107
* [3390] Addressed review comments.Marcin Siodelski2014-07-181-4/+3
* [3390] Append basic options that we always want be returned.Marcin Siodelski2014-07-151-4/+20
* [3390] Implemented tests for DHCPINFORM processing.Marcin Siodelski2014-07-151-5/+127
* [3390] Initial implementation of the dhcp4 test client.Marcin Siodelski2014-07-141-0/+110