]> git.ipfire.org Git - thirdparty/dhcp.git/history - common
The DHCP server now responds to DHCPLEASEQUERY messages from agents using
[thirdparty/dhcp.git] / common /
2011-04-21  Tomek Mrugalski- Parameters configured to evaluate from user defined...
2011-04-21  Tomek MrugalskiSeveral time related improvements:
2011-03-24  Shawn RouthierIn dhclient check the data for some string options for
2011-02-18  Shawn RouthierModify the dlpi code to accept getmsg() returning a...
2011-02-18  Shawn Routhierautomake regeneration
2011-02-18  Shawn RouthierSome fixes for LDAP
2011-02-18  Mark Andrews- Removed the restriction on using IPv6 address in...
2010-12-29  Shawn RouthierWhen processing the format flags for a given option...
2010-12-29  Shawn RouthierClean up for 22033 - remove printing the seconds value
2010-12-14  Shawn RouthierLimit the timeout period allowed in the dispatch code...
2010-12-14  Shawn RouthierDon't pass the ISC_R_INPROGRESS status to the omapi...
2010-11-03  David Hankinsautomake regeneration
2010-09-17  Mark Andrewscast (char) to (unsigned char) to silence (char) array...
2010-09-17  Mark AndrewsUse (unsigned char) not (int) to silence (char) array...
2010-09-14  Shawn Routhierautomake regeneration
2010-09-14  Mark Andrewscast time_t to unsigned long and use %lu instead of %u
2010-09-13  Shawn RouthierFixes to lease input and output.
2010-09-13  Shawn RouthierParse date strings more properly - the code now handles...
2010-09-09  Shawn RouthierUpdate to 20378, print receive_packet6 in the log message
2010-09-09  Shawn RouthierAnother batch of fixes
2010-09-08  Shawn RouthierMinor code fixes
2010-07-20  David Hankins- The .TH tag for the dhcp-options manpage was typo...
2010-07-02  Shawn RouthierDocumentation cleanup covering multiple tickets
2010-05-26  Shawn RouthierAdd some debugging output for use with the DDNS code...
2010-05-25  Shawn RouthierPatch for 21093 - handle v4 or v6 only a little better...
2010-05-24  David Hankins- A memory leak in ddns processing was closed. [ISC...
2010-04-20  Shawn RouthierDon't include lease time information in the response...
2010-03-24  David Hankinsautomake regeneration
2010-03-24  David Hankins- "The LDAP Patch" that has been circulating for some...
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-01-21  David Hankins- Helpfully (hopefully) edit documentation in dhcp...
2009-11-24  Shawn RouthierUpdate copyright years
2009-11-23  Mark Andrewsremove extranous semi colon
2009-10-29  Shawn RouthierCleanup for ddns changes ticket rt20527
2009-10-28  Shawn Routhierautomake regeneration
2009-10-28  Shawn RouthierSupport for asynchronous ddns per ticket 19216 - conver...
2009-09-11  David Hankins*** empty log message ***
2009-09-09  Shawn RouthierFix the check in the signal handler code to check if...
2009-07-23  Shawn RouthierSwitch isc urls from http to https and correct sw to...
2009-07-16  Paul Selkirkupdate copyright
2009-07-16  Paul SelkirkDon't look for IPv6 interfaces on Linux when running...
2009-07-16  David Hankins- Versions 3.0.x syntax with multiple name->code option...
2009-07-06  David Hankins- Added a configuration function, 'gethostname()',...
2009-06-20  David HankinsSearch for '-' in 'client-hostname' at correct index...
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-04-30  David Hankins- Compilation on Solaris with USE_SOCKETS defined in...
2009-04-30  Mark AndrewsRemove infinite loop in token_print_indent_concat().
2009-03-26  David Hankins- The update-conflict-detection feature would leave...
2009-03-25  David Hankinsautomake regeneration
2009-03-24  David Hankins- A bug in DLPI packet transmission (Solaris, HP/UX...
2009-03-13  David Hankins- If configured, dhclient may now transmit to an anycas...
2009-03-10  David Hankins- Fixed a cosmetic bug where pretty-printing valid...
2009-02-20  David Hankins- Two uninitialized stack structures are now memset...
2009-02-12  David Hankins- DDNS removal routines were updated so that the DHCID...
2009-01-22  Shawn RouthierUpdate for 19054 - modifications to keep GCC 4.3 happy
2009-01-07  David Hankins- The notorious 'option <unknown> ... larger than buffe...
2009-01-06  Shawn RouthierValidate argument to port option - bug 18695
2008-11-21  Jeremy ReedMinor grammar fix.
2008-10-08  David Hankins- A bug cleaning up unknown-xxx temporary option defini...
2008-08-29  David Hankins- The v6 BSD socket method was updated to use a single...
2008-08-08  David HankinsBacking out [ISC-Bugs #17610]
2008-08-08  David Hankins- The BSD socket code will now permit multiple DHCPv6...
2008-07-19  Evan HuntThe server wasn't always sending the FQDN option when...
2008-07-19  Evan HuntClients that sent a parameter request list containing...
2008-06-13  Evan Hunt- Merge dhcrelay6 into dhcrelay
2008-06-12  Francis Dupontfix format code 'Z'
2008-06-11  David Hankinsregen
2008-03-18  David Hankins- A memory leak when using omapi has been fixed. ...
2008-03-17  Francis Dupontfix 'o'
2008-03-07  Evan HuntCheck whether files are zero length before parsing...
2008-03-06  David Hankins- A bug was fixed where the length of a hostname was...
2008-02-29  Francis Dupontfix sunos compile
2008-02-28  David Hankins- ./configure was extended to cover many optional build...
2008-02-20  Francis DupontAdd IA_TA and IA_PD support in server
2008-02-13  Mark Andrews- Fix startup error messages to report a missing "subne...
2008-02-05  David HankinsProvide -working- sample configuration text for VIVSO.
2008-01-24  Evan HuntUpdated copyright strings for 4.1.0a1 release
2008-01-24  Evan Huntautomake regeneration
2008-01-23  Mark AndrewsDHCP now builds under AIX
2008-01-23  Evan HuntAdded explicit parser support for zero-length DHCP...
2008-01-22  Evan HuntExit with warning when DHCPv6 config is used but -6...
2008-01-21  David Hankins- MINUS tokens should be parseable again. [ISC-Bugs...
2008-01-16  David Hankins- Fixed a compilation problems on platforms that define...
2008-01-09  Shane KerrBuild fixes for Solaris 9.
2008-01-09  David Hankins- The minimum site code value was set to 224 in 3.1...
2008-01-03  Francis Dupontfiner granularity timers
2008-01-02  Francis DupontCleanup IA_NA dependencies
2007-12-20  Francis DupontSome definitions not in phase with the IANA registry...
2007-12-20  Francis Dupontformat_min_length() doesn't know IPv6
2007-12-15  Francis Duponttrivial fix in not (yet) used code
2007-12-05  David Hankinsautomake regeneration
2007-12-03  Francis Dupontfix dhcp6.status-code success parsing
2007-11-30  Francis Dupontalmost editorial stuff
2007-11-16  Shane Kerrautomake regeneration + added forgotten example tests
2007-11-16  Shane KerrUnit test framework now added.
2007-11-14  David Hankins- The server will now include multiple IA_NA's and...
2007-11-06  David HankinsRemove unreviewed sources from HEAD.
next