]> git.ipfire.org Git - thirdparty/dhcp.git/history - server
Reverting previous commit (changes should go to rt26273, not HEAD)
[thirdparty/dhcp.git] / server /
2012-01-05  Shawn RouthierFixed the code that checks if an address the server...
2011-12-30  Shawn RouthierModify the DDNS handling code. In a previous patch...
2011-10-14  Shawn RouthierUpdate copyright
2011-10-04  Shawn RouthierEnhanced patch for 23595 to handle IPv4 fixed addresses...
2011-09-21  Shawn RouthierAdd support for passing DDNS information to a DNS serve...
2011-09-19  Shawn RouthierAdd FILES section tag
2011-09-13  Shawn Routhierautomake regeneration
2011-08-22  Shawn RouthierFix the code that checks for an existing DDNS transacti...
2011-07-19  Shawn RouthierTwo packets were found that cause a server to halt...
2011-07-08  Shawn RouthierDNS Update fix. A misconfigured server could crash...
2011-07-02  Shawn RouthierRestore common/discover.c, common/options.c and server...
2011-07-01  Shawn Routhiercorrect spelling of options
2011-07-01  Shawn RouthierCorrect an unsigned math operation when calculating...
2011-07-01  Tomek Mrugalski- Strict checks for content of domain-name DHCPv4 optio...
2011-06-01  Shawn RouthierEnlarge the buffer size used by the Omshell code and...
2011-05-23  Tomek MrugalskiCopyright year updated.
2011-05-23  Tomek MrugalskiServer no longer complains about NULL pointer when...
2011-05-20  Tomek Mrugalski- Documentation cleanup
2011-05-13  Mark Andrewsremove redundant test, unsigned is always >= 0
2011-05-12  Tomek Mrugalski- If a client renews before 'dhcp-cache-threshold'...
2011-05-11  Tomek Mrugalski- Code cleanup: remove obsolete PROTO, KandR, INLINE...
2011-05-11  Shawn RouthierMinor code cleanups - but note port change for #23196
2011-04-25  Shawn RouthierDocumentation fixes
2011-04-22  Tomek MrugalskiThe DHCP server now responds to DHCPLEASEQUERY messages...
2011-04-21  Tomek MrugalskiSeveral time related improvements:
2011-04-15  Shawn RouthierAdd the option "--no-pid" to the client, relay and...
2011-04-13  Tomek MrugalskiDHCPv6 server now responds properly if client asks...
2011-02-18  Shawn RouthierHandle some DDNS corner cases better. Maintain the...
2011-02-16  Mark Andrewscast to int for * in $.*s
2011-01-20  Shawn RouthierWhen processing a request in the DHCPv6 server code...
2010-12-13  Shawn RouthierFix the handling of connection requests on the failover...
2010-11-03  David Hankinsautomake regeneration
2010-10-22  Shawn RouthierHandle a relay forward message with an unspecified...
2010-10-13  Shawn RouthierUpdate the code to parse dhcpv6 lease files to accept...
2010-09-14  Shawn Routhierautomake regeneration
2010-09-13  Shawn RouthierFixes to lease input and output.
2010-09-10  David Hankins- Two identical log messages for commit_leases() have...
2010-09-09  Mark Andrewsaddress builds where sizeof != int
2010-09-08  Shawn RouthierMinor code fixes
2010-09-07  David Hankins- Fixed a bug that leaks host record references onto...
2010-07-14  Shawn RouthierPut the options in the dhclient and dhcpd man pages...
2010-07-13  David Hankins- 'get-host-names true;' now also works even if 'use...
2010-07-02  Shawn RouthierDocumentation cleanup covering multiple tickets
2010-05-27  Shawn RouthierModify determination of ttl to use for DDNS update...
2010-05-25  David Hankins- A bug was fixed that could cause the DHCPv6 server...
2010-04-20  Shawn RouthierDon't include lease time information in the response...
2010-04-14  David HankinsFix misspelled comment (infomation->information). ...
2010-03-25  David HankinsAdding missing files.
2010-03-24  David Hankinsautomake regeneration
2010-03-24  David Hankins- "The LDAP Patch" that has been circulating for some...
2010-03-12  Shawn RouthierUpdate the fsync batching patch to work with the isc...
2010-02-11  Shawn RouthierPrimarly fix the trace code. This was broken during...
2010-02-03  David Hankins- An optimization described in the failover protocol...
2010-02-02  Shawn RouthierClean up some compiler warnings
2010-02-01  David Hankins- Cleaned up an unused hardware address variable in...
2010-01-23  Francis Dupont_GNU_SOURCE fixes
2009-12-17  David Hankins- When using 'ignore client-updates;', the FQDN returne...
2009-11-24  Shawn RouthierUpdate copyright years
2009-11-23  Mark Andrewschaddr was not being set on all paths leading to a...
2009-11-19  David Hankins- The 'hardware [ethernet|etc] ...;' parameter in host...
2009-11-10  Shawn RouthierTicket 19830 - enhancment to allow use of host-identifi...
2009-10-28  Shawn Routhierautomake regeneration
2009-10-28  Shawn RouthierSupport for asynchronous ddns per ticket 19216 - conver...
2009-09-30  David Hankins- Both host and subnet6 configuration groups are now...
2009-09-14  Jeremy ReedFor BUG #20245: man page - clarification of partner...
2009-09-11  David Hankins*** empty log message ***
2009-09-08  David Hankins- s/%ul/%lu/ in failover timing debug logs. This bug...
2009-07-24  David Hankins- Fixed a fenceposting bug when a client had two host...
2009-07-23  Shawn RouthierSwitch isc urls from http to https and correct sw to...
2009-07-22  David Hankins- Secondary servers in a failover pair will now perform...
2009-07-16  Paul Selkirkupdate copyright
2009-07-16  Paul Selkirkadd a null check to avoid primary crash on contact...
2009-07-16  David Hankins- Versions 3.0.x syntax with multiple name->code option...
2009-07-06  David Hankins- Fixed a bug where relay agent options would never...
2009-06-17  David Hankins- A new failover configuration parameter has been intro...
2009-06-17  David Hankins- A bug was fixed that caused the 'conflict-done' state...
2009-05-20  David Hankins- Fixed a bug where an OMAPI socket disconnection messa...
2009-05-18  David HankinsUpdate comment to explain absence of adjustment to...
2009-04-22  David Hankins- Fixed failover reconnection retry code to continue...
2009-04-07  David Hankins- Memory leak in the load_balance_mine() function is...
2009-03-30  Jeremy ReedFix typo.
2009-03-25  David Hankinsautomake regeneration
2009-03-24  Jeremy ReedFix typo.
2009-02-20  David Hankins- Failover port configuration can now be left to defaul...
2009-01-30  David Hankins- Using reserved leases no longer results in 'lease...
2009-01-22  David Hankins- The db-time-format option was documented in manpages...
2009-01-22  Shawn RouthierUpdate for 19054 - modifications to keep GCC 4.3 happy
2009-01-07  David Hankins- A bug was fixed that caused the server not to answer...
2009-01-06  Shawn RouthierValidate argument to port option - bug 18695
2008-11-20  Jeremy ReedMention atsfp and cltt.
2008-11-03  David Hankins- Delayed-ack is now a compile-time option, compiled...
2008-10-22  Francis DupontImprove IA_TA server support (17586)
2008-09-24  David Hankins- Some failover debugging #defines have been better...
2008-09-11  David Hankins- A cosmetic bug in DHCPDECLINE processing was fixed...
2008-08-20  David Hankins- Compliation warnings on GCC 4.3 relating to bootp...
2008-08-19  David Hankins- A partner-down failover server no longer emits 'peer...
2008-08-19  David Hankins- A bug in subnet6 parsing where options contained...
2008-07-18  Evan HuntFixed a bug that caused some request types to be logged...
2008-07-17  Evan HuntCorrected list of failover state values in dhcpd man...
2008-06-30  Jeremy ReedFix several typos/mispellings.
next