summaryrefslogtreecommitdiffstats
path: root/src/lib/dhcpsrv/host.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* spelling: identifierJosh Soref2017-07-231-1/+1
* [5208a] toElement() moved from CfgHosts to HostTomek Mrugalski2017-04-221-0/+11
* [v_1_2_0] copy right dates updatedWlodek Wencel2017-04-121-1/+1
* [5132] Changes after review (comment #10):Tomek Mrugalski2017-04-031-1/+1
* [5132] host6_identifier hook point implementedTomek Mrugalski2017-03-231-1/+2
* Corrected typosAndrei Pavel2016-12-141-2/+2
* [4552] Addressed review comments.Marcin Siodelski2016-08-251-7/+7
* [4552] Storing siaddr, sname and file in PostgreSQL database.Marcin Siodelski2016-08-231-2/+2
* [4552] Updated Host object with DHCPv4 specific message fields.Marcin Siodelski2016-08-231-2/+57
* [4317] Addressed review comments.Marcin Siodelski2016-06-081-6/+8
* [4317] Added client-id as supported host identifier.Marcin Siodelski2016-06-031-6/+10
* [4281] Fixed trivial doxygen errors.Marcin Siodelski2016-06-011-2/+2
* [4303] Implemented parser for 'host-reservation-identifiers' list.Marcin Siodelski2016-04-141-0/+4
* [4301] Addressed review comments.Marcin Siodelski2016-04-061-11/+18
* [4300] Addressed review comments.Marcin Siodelski2016-04-051-1/+4
* [4300] Added "circuit-id" as supported identifier into Host class.Marcin Siodelski2016-04-041-1/+9
* [4300] Host class holds identifier rather than HW address or DUID.Marcin Siodelski2016-04-041-32/+24
* [4302] Use new functions to retrieve reservations by any identifier.Marcin Siodelski2016-03-291-0/+10
* [master] Merge branch 'trac4212'Marcin Siodelski2016-03-231-0/+20
|\
| * [4212] Applied two patches by Adam:Tomek Mrugalski2016-02-081-2/+0
| * [4212] Patch as provided by Adam KalmusTomek Mrugalski2016-01-271-0/+2
| * [4212] HostID implemented.Tomek Mrugalski2015-12-041-0/+19
* | [3571] Updated documentation of the Host class.Marcin Siodelski2016-03-091-1/+11
* | [3571] Added data structures to hold DHCP options in Host object.Marcin Siodelski2016-03-091-1/+30
* | [4236] Replaced license text in all files containing it.Marcin Siodelski2015-12-161-11/+3
|/
* [3699] Added trace messages to the CfgHosts class.Marcin Siodelski2015-04-161-0/+3
* [master] Merge branch 'trac3688'Marcin Siodelski2015-03-131-1/+7
|\
| * [3688] Host reservation parser doesn't allow for 0 or bcast address.Marcin Siodelski2015-03-111-1/+7
* | [3736] Fixed cppcheck warnings about unused functions.Marcin Siodelski2015-03-091-6/+2
|/
* [3677] alloc_new_leases_in_renewals_ added in AllocEngineTomek Mrugalski2015-02-091-0/+8
* [3563] Copyright years updated, minor cosmetics.Tomek Mrugalski2015-02-031-1/+1
* [3563] HostContainer6 definitions added.Tomek Mrugalski2015-01-201-0/+6
* [3628] Addressed review comments.Marcin Siodelski2014-12-091-0/+5
* [3562] Addressed review comments.Marcin Siodelski2014-11-041-4/+13
* [3562] Added negative test scenarios for ipv6 host reservations.Marcin Siodelski2014-10-281-0/+11
* [3562] Added more tests for HostReservationParser class.Marcin Siodelski2014-10-271-3/+3
* [3562] Implemented storage class for Hosts.Marcin Siodelski2014-10-231-0/+17
* [3560] Addressed review comments.Marcin Siodelski2014-10-171-6/+6
* [3560] Minor changes to header commentsStephen Morris2014-10-161-18/+18
* [3560] Added todo for Host class.Marcin Siodelski2014-10-141-0/+9
* [3560] Disallow IPv4 and IPv6 multicast addresses for IPv6 reservations.Marcin Siodelski2014-10-141-3/+4
* [3560] Added methods to add classes to the Host object.Marcin Siodelski2014-10-141-2/+41
* [3560] Added new accessors and modifiers to the Host class.Marcin Siodelski2014-10-131-1/+31
* [3560] Implemented rest of the functions in the Host class.Marcin Siodelski2014-10-101-21/+202
* [3560] Basic implementation of the Host class.Marcin Siodelski2014-10-101-0/+154