summaryrefslogtreecommitdiff
path: root/server/mdb.c
Commit message (Expand)AuthorAgeFilesLines
* copy rights updateWlodek Wencel2022-01-251-1/+1
* [#189] ISC address updatedTomek Mrugalski2022-01-201-2/+2
* [#117] Fixed gcc 10 compilation issues147-keama-doesn-t-build-on-free-bsd-12-1117-isc-dhcp-does-not-build-with-gcc10Thomas Markwalder2020-10-071-1/+1
* [#64,!35] Restored workThomas Markwalder2019-11-221-47/+69
* [master] Replaced licensing text with MPL licensing text throughoutThomas Markwalder2017-07-121-4/+4
* [master] Add abandon-lease-time parameterThomas Markwalder2016-07-071-15/+25
* [master] Pre-release tag prep for 4.3.4b1: version #, copyright etc...Thomas Markwalder2016-03-041-2/+1
* Merged rt35711c (DHCPv4-over-DHCPv6 support)Francis Dupont2016-02-231-0/+12
* [master] Fixed infinite-is-reserved and lease:flags setting via omapiThomas Markwalder2016-02-051-4/+9
* [master] Fixed memory leask in omapi dereferencingThomas Markwalder2015-11-051-5/+3
* [master] LDAP: Pathces, IPv6 support, GSSAPI supportThomas Markwalder2015-07-291-0/+5
* [master] Fixed server crash after billing class is deletedThomas Markwalder2015-07-291-6/+6
* [master] Add support for manipulating lease queues via a binary search.Shawn Routhier2015-05-271-100/+210
* fixed lease table overflow crash [#38637]Francis Dupont2015-04-101-2/+16
* [master] Don't call pool_timer recusivelyShawn Routhier2014-12-101-33/+44
* [master] Server will move FTS_BACKUP to FTS_FREE when pool has no peerThomas Markwalder2014-12-101-0/+16
* [master] Remove vix.com and nominum.comShawn Routhier2014-01-261-7/+1
* [master] Support using v6 relay options in server decicions.Shawn Routhier2013-11-251-7/+45
* [master] Emit log messages when the server is stableShawn Routhier2013-11-081-37/+52
* -n [master]Shawn Routhier2013-08-271-67/+64
* [master]Shawn Routhier2013-06-051-3/+12
* [master]Shawn Routhier2012-10-161-16/+15
* Modify the code that determines if an outstanding DDNS requestShawn Routhier2012-03-191-5/+14
* Add support for Infiniband over sockets to the server andShawn Routhier2012-02-161-4/+30
* Modify the DDNS handling code. In a previous patch we added loggingShawn Routhier2011-12-301-5/+5
* Handle some DDNS corner cases better. Maintain the DDNS transactionShawn Routhier2011-02-181-2/+10
* - "The LDAP Patch" that has been circulating for some time, written byDavid Hankins2010-03-241-0/+6
* - An optimization described in the failover protocol draft is now included,David Hankins2010-02-031-30/+92
* Update copyright yearsShawn Routhier2009-11-241-1/+1
* Support for asynchronous ddns per ticket 19216 - convert to using isclib andShawn Routhier2009-10-281-6/+9
* Switch isc urls from http to https and correct sw to services or softwareShawn Routhier2009-07-231-2/+2
* - Secondary servers in a failover pair will now perform ddns removals ifDavid Hankins2009-07-221-0/+15
* - Memory leak in the load_balance_mine() function is fixed. This wouldDavid Hankins2009-04-071-11/+26
* - Using reserved leases no longer results in 'lease with binding stateDavid Hankins2009-01-301-4/+10
* - ./configure was extended to cover many optional build features, suchDavid Hankins2008-02-281-0/+2
* Updated copyright strings for 4.1.0a1 releaseEvan Hunt2008-01-241-1/+1
* - Multiple (up to "delayed-ack x;" maximum) DHCPv4 packets are now queued andDavid Hankins2008-01-211-0/+1
* Declare variables prior to code so as to produce code that can be compiledDavid Hankins2008-01-081-1/+1
* finer granularity timersFrancis Dupont2008-01-031-2/+8
* - The warning logged when an address range doesn't fit in the subnetsDavid Hankins2007-12-131-16/+11
* almost editorial stuffFrancis Dupont2007-11-301-3/+3
* - An assertion in lease counting relating to reserved leases was repaired.David Hankins2007-10-011-4/+4
* Code cleanup to remove warnings from "gcc -Wall".Shane Kerr2007-07-131-16/+4
* - supersede_lease() now requeues leases in their respective hardwareDavid Hankins2007-06-081-29/+18
* Copyright++David Hankins2007-05-191-2/+2
* - Replaced ./configure shellscripting with GNU Autoconf. [ISC-Bugs #16405b]David Hankins2007-05-191-1/+3
* DHCPv6 branch merged to HEAD.David Hankins2007-05-081-25/+229
* - Error in rt16831 repaired...append the n_hw tail of the insert point toDavid Hankins2007-05-041-2/+2
* - The server's "by client-id" and "by hardware address" hash table listsDavid Hankins2007-04-261-27/+160
* - Some default hash table sizes were tweaked, some upwards, some downwards.David Hankins2006-10-271-48/+48