summaryrefslogtreecommitdiffstats
path: root/src/lib/dhcpsrv/cfg_hosts.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* [#2723] Removed checkFrancis Dupont2023-02-071-26/+1
* [#1428] Final code cleanupMarcin Siodelski2020-10-051-1/+1
* [#1428] Calls to fetch many hosts by id/addressMarcin Siodelski2020-10-051-0/+32
* [#1428] Allow non-unique IPs in MySQL and PgSQLMarcin Siodelski2020-10-051-10/+19
* [#1163] Checkpoint: updated APIFrancis Dupont2020-09-221-1/+87
* [392-search-of-reservations-by-hostname] Checkpoint: did tests, todo doc and ...Francis Dupont2019-10-151-2/+4
* [392-search-of-reservations-by-hostname] Checkpont: add new methods - tests t...Francis Dupont2019-10-151-0/+158
* [313-return-a-list-of-all-reservations-by-subnet-id] Added getPage[46]Francis Dupont2019-01-291-4/+147
* [313-return-a-list-of-all-reservations-by-subnet-id] Added getAll[46] by subn...Francis Dupont2019-01-291-2/+95
* [#158,!136] Added ability to remove all hosts for subnet id.Marcin Siodelski2018-11-261-0/+30
* [5704] host backends and kea-dhcp4/6 support global HR storageThomas Markwalder2018-08-071-7/+8
* [5563] Changes done and compileFrancis Dupont2018-05-241-133/+37
* [5208a] unused parameter warnings removedTomek Mrugalski2017-04-241-7/+9
* [5208a] delete methods implemented in host data sourcesTomek Mrugalski2017-04-221-0/+25
* [5208a] toElement() moved from CfgHosts to HostTomek Mrugalski2017-04-221-108/+10
* [5207] Reverted part of earlier comments, add4/add6 description updatedTomek Mrugalski2017-04-111-16/+0
* [5207] extra checks added in add4(), add6()Tomek Mrugalski2017-04-101-7/+14
* [5207] Improved duplication checks when adding reservationsTomek Mrugalski2017-04-101-3/+27
* [5132] Changes after review (comment #9):Tomek Mrugalski2017-04-031-0/+4
* [5132] parser updated, unit-tests implementedTomek2017-03-291-1/+5
* [fdunparse2] Snapshot for 4o6-subnet fixFrancis Dupont2017-03-071-1/+146
* [4765] Client classes in HR can be specified in configuration file.Marcin Siodelski2016-09-011-1/+3
* [4552] Added support for DHCPv4 message fields into config parser.Marcin Siodelski2016-08-231-2/+5
* [4499] Removed inefficient conversion of the host identifier to text.Marcin Siodelski2016-05-171-23/+5
* [4302] Use new functions to retrieve reservations by any identifier.Marcin Siodelski2016-03-291-22/+49
* [4302] Refactored host data source classes.Marcin Siodelski2016-03-241-38/+150
* [4319] Extend host reservation parser to parse options.Marcin Siodelski2016-03-151-2/+5
* [4236] Replaced license text in all files containing it.Marcin Siodelski2015-12-161-11/+3
* [4024] Fixed c++11 detected errorsFrancis Dupont2015-08-271-1/+1
* [3652] handle the IPv4 address already reserved caseFrancis Dupont2015-05-211-0/+12
* [master] remove '#include <config.h' from include files (#3782)Francis Dupont2015-04-181-0/+1
* [3699] Addressed review comments.Marcin Siodelski2015-04-171-1/+8
* [3699] Added traces for cases when no host is found.Marcin Siodelski2015-04-171-3/+10
* [3699] Added data tracing in the CfgHosts class.Marcin Siodelski2015-04-161-0/+58
* [3699] Added more traces to the CfgHosts class.Marcin Siodelski2015-04-161-1/+28
* [3699] Added trace messages to the CfgHosts class.Marcin Siodelski2015-04-161-23/+67
* [master] Compilation fix for NetBSD6 after #3563Tomek Mrugalski2015-02-061-1/+2
* [3563] Copyright years updated, minor cosmetics.Tomek Mrugalski2015-02-031-2/+2
* [3563] CfgHosts::get6(subnet_id, addr) implemented, with unit-tests.Tomek Mrugalski2015-01-201-36/+82
* [3563] HostContainer6 definitions added.Tomek Mrugalski2015-01-201-4/+95
* [master] Merge branch 'trac3564'Marcin Siodelski2014-12-221-4/+40
|\
| * [3564] Resolve conflicts with the reserved addresses in allocation engine.Marcin Siodelski2014-12-111-4/+40
* | [3643] Fix problem on Ubuntu and NetBSD BuildsStephen Morris2014-12-151-5/+5
|/
* [master] Merge branch 'trac3628'Marcin Siodelski2014-12-101-1/+21
|\
| * [3628] Addressed review comments.Marcin Siodelski2014-12-091-3/+22
* | [3561] Implemented basic host manager gathering hosts from the config.Marcin Siodelski2014-12-011-4/+10
|/
* [3562] Addressed review comments.Marcin Siodelski2014-11-041-4/+8
* [3562] Implemented storage class for Hosts.Marcin Siodelski2014-10-231-0/+190