summaryrefslogtreecommitdiff
path: root/server
Commit message (Expand)AuthorAgeFilesLines
...
* [master] Adds DDNS Dual Stack Mixed ModeThomas Markwalder2017-12-084-124/+574
* [master] server (-6) now supports dhcp-cache-thresholdThomas Markwalder2017-12-072-69/+307
* [master] Changes prefix-length-mode default to be "prefer"Thomas Markwalder2017-12-072-3/+3
* [master] Server(v6) releases pre-existing leases when client roams to new net...Thomas Markwalder2017-12-071-12/+82
* [master] Replaced --enable-secs-btyeorder with run-time parameterThomas Markwalder2017-12-075-8/+31
|\
| * tabifiedFrancis Dupont2017-12-061-1/+1
| * spellingFrancis Dupont2017-12-061-1/+1
| * [45364] Replaced --enable-secs-byteorder with runtime check-secs-byte-orderThomas Markwalder2017-11-295-8/+31
* | [master] dhcpd -T now writes leases to temp fileThomas Markwalder2017-12-062-25/+40
* | [master] Use 0 instead of -1 to indicate empty heap indexThomas Markwalder2017-12-012-22/+29
|/
* [master] Disable load balancing when load balance max secs is 0Thomas Markwalder2017-11-272-1/+14
* Merged rt44950 (MA compat)Francis Dupont2017-11-231-0/+5
|\
| * Igore '%' aka MA directiveFrancis Dupont2017-05-111-0/+5
* | [master] Output copyright et al with usage in dhcrelayThomas Markwalder2017-11-161-1/+2
* | [master] Fixed typo in dhcpd.8Thomas Markwalder2017-10-191-1/+2
* | [master] Fixed man page typoThomas Markwalder2017-09-181-5/+4
* | [master] Honor prefix length hint for returning clientsThomas Markwalder2017-09-061-0/+13
* | [master] Fixed mispelling of abandon-lease-time in dhcpd.conf.5Thomas Markwalder2017-08-101-1/+1
* | [master] Replaced licensing text with MPL licensing text throughoutThomas Markwalder2017-07-1227-97/+95
* | [master] Check failover pools per peer in test modeThomas Markwalder2017-06-272-92/+118
* | [master] Optimized if and when DNS client context and ports are inittedThomas Markwalder2017-06-192-7/+13
* | [master] Server now handles prefix/pool prefix length mismatchesThomas Markwalder2017-06-122-14/+15
|/
* [master] Altered v4 lease time handling better handle infinite and large timesThomas Markwalder2017-05-102-23/+66
* [master] Server now supports EUI-64 based address allocation schemeThomas Markwalder2017-04-265-48/+417
* [master] Execute pool statements separately in dhcpinform()Thomas Markwalder2017-04-121-14/+23
* [master] DHCPINFORM response now includes options down to the pool scopeThomas Markwalder2016-11-011-2/+15
* Almost done (still aestetic fixes and of course doc, doc, doc)Francis Dupont2016-10-066-100/+320
* Libtoolize build chain (unfinished)Francis Dupont2016-10-064-310/+100
* Merged rt43246a (fix --enable-threads)Francis Dupont2016-10-061-43/+151
|\
| * Addressed comments about help and versionFrancis Dupont2016-10-051-22/+75
| * Daemonize sooner (code from bind9/named) (rebased)Francis Dupont2016-10-011-21/+76
* | [master] Server now permits one UID to hold leases in multiple subnetsThomas Markwalder2016-10-041-1/+5
* | Solved the --with-libbind vs distchek issueFrancis Dupont2016-10-012-0/+2
|/
* Finished rebasedFrancis Dupont2016-09-282-0/+12
* [master] Added null check to eliminate call to dfree in lc_delete_allThomas Markwalder2016-09-271-2/+5
* [master] Clean up some memory referencesShawn Routhier2016-08-251-2/+4
* [master] remove uses of vix.com, nominum.com and fugue.comShawn Routhier2016-08-234-10/+9
* [master] find_lease() now ACKs reclaimed abandoned addressesThomas Markwalder2016-07-281-1/+1
* [master] Correct the dhcp-cache-threshold codes treatment of hostnameShawn Routhier2016-07-262-4/+35
* [master] Modify dhcpd.conf.5 text to remove experimental from delayed-ackShawn Routhier2016-07-141-3/+5
* [master] Add abandon-lease-time parameterThomas Markwalder2016-07-075-19/+76
* [master] Update DDNS code to remove PTR even if removing FWD had issuesShawn Routhier2016-07-051-23/+57
* [master] Fix some cut and paste type errors in LDAP codeShawn Routhier2016-06-201-4/+4
* [master] Scrub leases when they are re-balancedThomas Markwalder2016-06-131-0/+47
* [master] Eliminated noisy cp error message during "make check"Thomas Markwalder2016-06-092-2/+6
* typo and spelling fixes in docsJeremy C. Reed2016-03-232-6/+6
* [master] #ifdef parse_iaid_duid so it is only included for v6Shawn Routhier2016-03-051-0/+2
* [master] Pre-release tag prep for 4.3.4b1: version #, copyright etc...Thomas Markwalder2016-03-0411-19/+11
* [master] Added lease-id-format to server and clientThomas Markwalder2016-03-045-93/+164
* Merged rt35711c (DHCPv4-over-DHCPv6 support)Francis Dupont2016-02-239-30/+1371