summaryrefslogtreecommitdiff
path: root/sbin/dhclient
Commit message (Expand)AuthorAgeFilesLines
* MFC 239356,239564:John Baldwin2013-02-262-0/+12
* MFH r226345, r226464, r226879:Baptiste Daroussin2012-02-095-3/+48
* MFC r229002:Jean-Sébastien Pédron2012-01-291-0/+0
* MFC r228259:Jean-Sébastien Pédron2012-01-267-3/+188
* Merge r228463, that explicily uses 255.0.0.0 mask for the temporary prefix.Gleb Smirnoff2012-01-131-1/+1
* MFC r212253: Document how to use dhclient-{enter,exit}-hooks.Brian Somers2010-09-211-1/+25
* MFC r209756:Brian Somers2010-08-061-16/+30
* MFC r198352Philip Paeps2009-10-233-18/+41
* Fix the logic to count the number of "live interfaces". With this changeSam Leffler2009-07-211-9/+11
* Fix an off by one error when we limit append/prepend text sizes based on ourBrian Somers2009-06-081-5/+15
* Support the remaining options listed in dhcp-options(5) and RFC 2132.Brooks Davis2008-10-173-5/+31
* Run the privileged dhclient process in its own session.Ed Schouten2008-06-301-0/+1
* Use the -n flag to route(8) when calling "route get". Otherwise we hangBrooks Davis2008-06-091-1/+1
* When sending packets directly to the DHCP server, use a socket and sendBrooks Davis2008-04-151-0/+15
* Add a new function is_default_interface() which determines if thisBrooks Davis2008-03-301-20/+48
* Defer state change on disassociate to avoid unnecessarily dropping theSam Leffler2008-03-221-15/+31
* correct syslog mask so LOG_DEBUG msgs are not lostSam Leffler2008-03-221-1/+1
* During PREINIT, when giving the interface the address 0.0.0.0, do it as anBrooks Davis2008-01-211-1/+1
* Teach dhclient(8) about net80211 link (association) status.Jung-uk Kim2007-12-051-1/+4
* - Remove references to unexisting man pagesGabor Kovesdan2007-09-201-5/+2
* Use the -n flag on ifconfig so that dhclient does not cause the kernel moduleAndrew Thompson2007-07-031-8/+9
* The minimum size of an RFC3442 destination descriptor is five bytes, soEd Maste2007-04-131-1/+1
* Implement RFC3442, the Classless Static Route option.Ed Maste2007-02-096-4/+137
* Add a $FreeBSD$ tag missing after the original import. Note that thisEd Maste2007-02-091-0/+2
* Actually implement rev 1.12 for host names and NIS domain names. WeBrooks Davis2007-01-291-1/+0
* It is possible for bpf to return a length such that:Brooks Davis2006-09-261-1/+1
* Revert the addition of -p. It's flawed in that dhclient should not runBrian Somers2006-08-212-25/+7
* Bump the document date. s/dhclient/.Nm/Brian Somers2006-08-171-4/+7
* Correct usage()Brian Somers2006-08-171-1/+1
* Add a -p switch to dhclient. The switch tells dhclient to persistBrian Somers2006-08-172-5/+20
* Send client identifier unconditionally. My ancient D-Link router responseJung-uk Kim2006-07-031-4/+0
* Remove 'n' from the getopt string. There's no -n option that isWarner Losh2006-05-231-2/+2
* Be more like Windows and Linux and send our hostname in the host-nameBrooks Davis2006-05-071-0/+68
* Correct RFC for NTP.Jesus R. Camou2006-02-061-1/+1
* Fix rev 1.12.Brooks Davis2006-01-261-1/+1
* Give the TIMEOUT case a chance to work by using -t # instead of theBrooks Davis2006-01-241-1/+1
* Make dhclient-script more agreeable with read-only /etc.Wes Peters2006-01-231-9/+10
* Mention the -b flag in the SYNOPSIS.Brooks Davis2006-01-101-1/+1
* When we give up on an interface, use the arp(8) command to remove allBrooks Davis2006-01-101-2/+5
* Allow users to add aliases to the interface.Brooks Davis2006-01-101-13/+13
* When we get a bogus hostname in an option, drop the option rather thanBrooks Davis2005-12-101-1/+4
* Avoid updating resolv.conf when no changes have actually occured.Brooks Davis2005-09-081-0/+10
* When we fail to aquire a lease, our lease expires without a sucessfulBrooks Davis2005-09-081-0/+1
* When we supersed the subnet-mask, write the forced value to the leaseBrooks Davis2005-09-021-10/+14
* Introduce a new helper function check_search() derived for res_hnok toBrooks Davis2005-08-301-0/+56
* The $medium string often contains quoted values with spaces in them (ssids,Brooks Davis2005-08-261-6/+6
* In read_string(), when the last character was a backslash, unincrementBrooks Davis2005-08-261-0/+1
* Use a more robust, grep-free command to get the interface of the currentBrooks Davis2005-08-261-2/+1
* Don't and/remove a route to our assigned IP through 127.0.0.1. ItBrooks Davis2005-08-261-4/+4
* MFOpenBSD rev 1.9: fix a buffer overflow when processing config fileBrooks Davis2005-08-241-1/+1