summaryrefslogtreecommitdiffstats
path: root/sbin/dhclient
Commit message (Expand)AuthorAgeFilesLines
...
* Add a new function is_default_interface() which determines if thisbrooks2008-03-301-20/+48
* Defer state change on disassociate to avoid unnecessarily dropping thesam2008-03-221-15/+31
* correct syslog mask so LOG_DEBUG msgs are not lostsam2008-03-221-1/+1
* During PREINIT, when giving the interface the address 0.0.0.0, do it as anbrooks2008-01-211-1/+1
* Teach dhclient(8) about net80211 link (association) status.jkim2007-12-051-1/+4
* - Remove references to unexisting man pagesgabor2007-09-201-5/+2
* Use the -n flag on ifconfig so that dhclient does not cause the kernel modulethompsa2007-07-031-8/+9
* The minimum size of an RFC3442 destination descriptor is five bytes, soemaste2007-04-131-1/+1
* Implement RFC3442, the Classless Static Route option.emaste2007-02-096-4/+137
* Add a $FreeBSD$ tag missing after the original import. Note that thisemaste2007-02-091-0/+2
* Actually implement rev 1.12 for host names and NIS domain names. Webrooks2007-01-291-1/+0
* It is possible for bpf to return a length such that:brooks2006-09-261-1/+1
* Revert the addition of -p. It's flawed in that dhclient should not runbrian2006-08-212-25/+7
* Bump the document date. s/dhclient/.Nm/brian2006-08-171-4/+7
* Correct usage()brian2006-08-171-1/+1
* Add a -p switch to dhclient. The switch tells dhclient to persistbrian2006-08-172-5/+20
* Send client identifier unconditionally. My ancient D-Link router responsejkim2006-07-031-4/+0
* Remove 'n' from the getopt string. There's no -n option that isimp2006-05-231-2/+2
* Be more like Windows and Linux and send our hostname in the host-namebrooks2006-05-071-0/+68
* Correct RFC for NTP.jcamou2006-02-061-1/+1
* Fix rev 1.12.brooks2006-01-261-1/+1
* Give the TIMEOUT case a chance to work by using -t # instead of thebrooks2006-01-241-1/+1
* Make dhclient-script more agreeable with read-only /etc.wes2006-01-231-9/+10
* Mention the -b flag in the SYNOPSIS.brooks2006-01-101-1/+1
* When we give up on an interface, use the arp(8) command to remove allbrooks2006-01-101-2/+5
* Allow users to add aliases to the interface.brooks2006-01-101-13/+13
* When we get a bogus hostname in an option, drop the option rather thanbrooks2005-12-101-1/+4
* Avoid updating resolv.conf when no changes have actually occured.brooks2005-09-081-0/+10
* When we fail to aquire a lease, our lease expires without a sucessfulbrooks2005-09-081-0/+1
* When we supersed the subnet-mask, write the forced value to the leasebrooks2005-09-021-10/+14
* Introduce a new helper function check_search() derived for res_hnok tobrooks2005-08-301-0/+56
* The $medium string often contains quoted values with spaces in them (ssids,brooks2005-08-261-6/+6
* In read_string(), when the last character was a backslash, unincrementbrooks2005-08-261-0/+1
* Use a more robust, grep-free command to get the interface of the currentbrooks2005-08-261-2/+1
* Don't and/remove a route to our assigned IP through 127.0.0.1. Itbrooks2005-08-261-4/+4
* MFOpenBSD rev 1.9: fix a buffer overflow when processing config filebrooks2005-08-241-1/+1
* Add __FBSDID to all .c files in dhclient to aid in determining filebrooks2005-08-2316-4/+48
* FreeBSD unconditionally supports write filters now.csjp2005-08-231-2/+0
* Further fix receive_packet() by using BPF_WORDALIGN to insure the offsetbrooks2005-07-281-5/+15
* Don't reject packets with server names containing characters that arebrooks2005-07-281-7/+6
* Fix a bug in the handling of cases where we got a short (or zero)brooks2005-07-271-4/+4
* s/if_defaulroute/if_defaultroute/brooks2005-07-261-1/+1
* Change host-name from type "X" to type "t". This allows the client tobrooks2005-07-251-1/+2
* treat REASSOC events just like ASSOCsam2005-07-251-0/+1
* Bump document date.marks2005-07-201-1/+1
* Document -b flag of dhclient.marks2005-07-201-0/+4
* Don't complain when we receive smtp, pop, nntp, www, finger, and ircbrooks2005-06-302-0/+13
* People like to do RFC violating things with the domain-name option andbrooks2005-06-301-1/+1
* Install the dhcp-options.5 manpage.ru2005-06-251-1/+2
* Line up the markup.ru2005-06-225-137/+200
OpenPOWER on IntegriCloud