summaryrefslogtreecommitdiffstats
path: root/src/lib/dhcpsrv/alloc_engine.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* [5458] Removed deleted_leases from ClientContext6.Marcin Siodelski2018-04-271-1/+1
* [5458] Removed ClientContext6::committed_ flag.Marcin Siodelski2018-04-271-5/+4
* [5458a] Checkpoint: code and main tests done, todo prefix and all v6 corner c...Francis Dupont2018-04-251-1/+1
* [5458a] Code done, tests to doFrancis Dupont2018-04-201-4/+6
* [master] Merging trac5374 (new classification) - conflicts resolved, regen ne...Francis Dupont2018-04-111-3/+5
|\
| * [5374] Checkpoint: need regenFrancis Dupont2018-04-011-21/+10
| * [5425] Checkpoint: alloc done, new tests todoFrancis Dupont2017-11-201-10/+24
| * [5425] Fixed renew after pool class changeFrancis Dupont2017-11-051-12/+69
| * [5425] Checkpoint: added not alloc and service testsFrancis Dupont2017-11-051-3/+4
| * [5425] Checkpoint: code one, tests todoFrancis Dupont2017-11-041-41/+130
* | [master] Merge branch 'trac5457'Marcin Siodelski2018-03-061-11/+16
|\ \
| * | [5457] untabifiedFrancis Dupont2018-01-291-3/+3
| * | [5457] Created leases4_committed hook point.Marcin Siodelski2018-01-221-9/+14
* | | [5437] Changes after reviewTomek Mrugalski2018-03-021-11/+9
* | | [5437] Optimize lease searches for a DHCPv6 client.Marcin Siodelski2018-02-281-6/+12
* | | [5437] Select last used subnet for new allocations in DHCPv6.Marcin Siodelski2018-02-271-3/+22
* | | [5437] HR_DISABLED option handling moved to subnet level.Marcin Siodelski2018-02-271-5/+8
* | | [5437] Support for HR_OUT_OF_POOL mode in DHCPv4 added.Marcin Siodelski2018-02-271-2/+8
* | | [5437] Optimized client lease search in the allocation engine.Marcin Siodelski2018-02-271-32/+50
* | | [5437] Updated copyright dates after recent fixes.Marcin Siodelski2018-02-261-1/+1
* | | [5437] Optimized preferred subnet selection within shared network.Marcin Siodelski2018-02-261-2/+22
* | | [5437] Do not fetch reservations for subnets for which HR_DISABLED is set.Marcin Siodelski2018-02-261-8/+11
* | | [5437] Optimized the number of queries for host reservations.Marcin Siodelski2018-02-261-49/+148
* | | [master] Merged trac5425a (class in pools)Francis Dupont2018-01-291-54/+201
|\ \ \ | |/ / |/| |
| * | [5425a] Rebased and known client removal: first phase doneFrancis Dupont2018-01-191-54/+201
* | | [master] Merged trac5443 (NEXT_STEP_DROP)Francis Dupont2018-01-201-9/+12
|\ \ \ | |/ / |/| |
| * | [5443] Removed some @todod explaining the DROP status at the first occurrenceFrancis Dupont2018-01-201-9/+12
| |/
* / [5402] Minor fix in allocation engine checking if lease exists.Marcin Siodelski2017-11-071-1/+1
|/
* [5393] Fixed conflict resolution in allocation engine.Marcin Siodelski2017-10-201-15/+10
* [5388] Corrected bug in allocation engine.Marcin Siodelski2017-10-131-0/+4
* [master] Merge branch 'trac5364'Marcin Siodelski2017-10-111-4/+22
|\
| * [5364] Extended v4 shared networks tests with checks for statistics.Marcin Siodelski2017-10-021-1/+1
| * [5364] Shared network unit tests verify that lease is in the database.Marcin Siodelski2017-09-281-0/+2
| * [5364] Unit tests for shared networks now verify leases on the server.Marcin Siodelski2017-09-281-3/+19
* | [5359] Moved v4 DNS remove logic from alloc engine to the serverThomas Markwalder2017-09-291-4/+0
|/
* [5307] Addressed review comments.Marcin Siodelski2017-09-251-2/+10
* [5307] Minor tweaks in alloc_engine, couple tests added.Tomek Mrugalski2017-09-221-3/+3
* [5307] Assign reserved hostnames for shared networks.Marcin Siodelski2017-09-211-4/+60
* [5307] Created basic unit tests for shared networks in DHCPv6.Marcin Siodelski2017-09-211-4/+14
* [5307] Updated allocation engine to facilitate shared networks for v6.Marcin Siodelski2017-09-211-196/+312
* [5306] Changes after review:Tomek Mrugalski2017-09-191-8/+8
* [5306] Use match-client-id defined on shared network level.Marcin Siodelski2017-09-181-8/+20
* [5306] Implemented getNextSubnet() including classes.Marcin Siodelski2017-09-181-36/+28
* [5306] Client contexts now hold multiple hosts.Marcin Siodelski2017-09-181-39/+86
* [5306] Implemented getNextSubnet() function for subnets.Marcin Siodelski2017-09-181-27/+8
* [5306] Client classification for subnets added to allocation engine.Marcin Siodelski2017-09-181-15/+41
* [5306] Basic IPv4 shared subnets scenarios implemented in alloc engine.Marcin Siodelski2017-09-181-52/+135
* [5305] Migrated server code and tests from Subnet class to Network class.Marcin Siodelski2017-09-051-5/+6
* [5252] Corrected lease state and assigned stat when reusing expired-reclaimed...Thomas Markwalder2017-04-241-0/+16
* [5247] Corrected issues with assigned-<lease/nas/pd> statsThomas Markwalder2017-04-211-1/+33