summaryrefslogtreecommitdiff
path: root/client/dhclient.c
Commit message (Expand)AuthorAgeFilesLines
...
* [master] Updates in prep for 4.3.2.pre-betaThomas Markwalder2015-01-081-2/+2
* [master] Add define to disable gentle shutodwn by defaultShawn Routhier2014-07-021-0/+3
* [master] Address memory leak in dhclient code.Shawn Routhier2014-06-101-3/+5
* [master] When writing a client lease file use the fsync callShawn Routhier2014-05-191-1/+1
* [master] Add -df option to client code to help share DUIDsShawn Routhier2014-05-161-2/+28
* [master] Add configure option to incude PID in syslog entriesShawn Routhier2014-05-071-1/+1
* [master] Some small client changesShawn Routhier2014-05-071-46/+70
* [master] Add code to remove pid files and to log killing of clientsShawn Routhier2014-05-071-2/+10
* [master] Update version stamps and such for 4.3.0b1Shawn Routhier2014-01-151-2/+2
* [master] Prepare for 4.3.0a1Shawn Routhier2013-12-131-1/+1
* [master] Add support for user selection of the from address for DDNS transac...Shawn Routhier2013-12-111-1/+2
* [master] Fix up the gentle shutdown code to handle failoverShawn Routhier2013-11-141-0/+15
* [master]Shawn Routhier2013-10-301-2/+4
* -n [master]Shawn Routhier2013-10-141-55/+217
* -n [master]Shawn Routhier2013-08-271-15/+10
* [master]Shawn Routhier2013-08-271-2/+10
* - Silence benign static analysis warnings.Mark Andrews2013-05-151-9/+9
* [master]Shawn Routhier2012-11-131-0/+31
* A problem with missing get_hw_addr function when --enable-use-socketsShawn Routhier2012-06-081-10/+6
* Fix some issues in the code for parsing and printing options.Shawn Routhier2012-06-061-4/+15
* Fixed many compilation problems ("set, but not used" warnings) forTomek Mrugalski2012-03-091-40/+63
* In the DDNS code handle error conditions more gracefully and add moreShawn Routhier2012-02-031-6/+6
* - Strict checks for content of domain-name DHCPv4 option can now beTomek Mrugalski2011-07-011-1/+6
* - Code cleanup: remove obsolete PROTO, KandR, INLINE and ANSI_DECL macrosTomek Mrugalski2011-05-111-1/+1
* Minor code cleanups - but note port change for #23196Shawn Routhier2011-05-111-2/+3
* Several time related improvements:Tomek Mrugalski2011-04-211-59/+130
* Add the option "--no-pid" to the client, relay and server code,Shawn Routhier2011-04-151-10/+26
* move declartations to start of blockMark Andrews2011-04-041-1/+2
* In dhclient check the data for some string options forShawn Routhier2011-03-241-13/+173
* Minor code fixesShawn Routhier2010-09-081-2/+2
* Support for asynchronous ddns per ticket 19216 - convert to using isclib andShawn Routhier2009-10-281-78/+266
* Switch isc urls from http to https and correct sw to services or softwareShawn Routhier2009-07-231-2/+2
* ! A stack overflow vulnerability was fixed in dhclient that could allowDavid Hankins2009-06-191-2/+9
* pull up rt19436: client -D optionPaul Selkirk2009-05-271-1/+17
* Update for 19054 - modifications to keep GCC 4.3 happyShawn Routhier2009-01-221-6/+6
* Validate argument to port option - bug 18695Shawn Routhier2009-01-061-1/+1
* - A double-dereference in dhclient transmission of DHCPDECLINEs wasDavid Hankins2008-06-111-2/+5
* merge 17500Francis Dupont2008-05-231-176/+247
* merge 17621Francis Dupont2008-05-231-94/+200
* Reliable DHCPv6 releaseFrancis Dupont2008-02-271-1/+12
* DHCPv6 released resources are now marked as released by the clientFrancis Dupont2008-02-201-1/+8
* Oh guess what, this is 2008, not 2007...Evan Hunt2008-01-241-2/+2
* Build fix for non-DHCPv6 compilation.Shane Kerr2008-01-081-0/+2
* finer granularity timersFrancis Dupont2008-01-031-23/+52
* Cleanup IA_NA dependenciesFrancis Dupont2008-01-021-8/+32
* almost editorial stuffFrancis Dupont2007-11-301-3/+3
* Don't delete PID files before writing to them. [rt17030]Evan Hunt2007-10-271-9/+14
* - Reworked cons_options() and store_options() to fix a bufferEvan Hunt2007-10-261-2/+2
* Client bugs introduced in development repaired. [ISC-Bugs #17192]David Hankins2007-10-051-1/+1
* - 'request' and 'also request' syntaxes have been added to accomodateDavid Hankins2007-08-231-40/+49