aboutsummaryrefslogtreecommitdiff
path: root/sbin/dhclient
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add __FBSDID to all .c files in dhclient to aid in determining fileBrooks Davis2005-08-2316-4/+48
* FreeBSD unconditionally supports write filters now.Christian S.J. Peron2005-08-231-2/+0
* Further fix receive_packet() by using BPF_WORDALIGN to insure the offsetBrooks Davis2005-07-281-5/+15
* Don't reject packets with server names containing characters that areBrooks Davis2005-07-281-7/+6
* Fix a bug in the handling of cases where we got a short (or zero)Brooks Davis2005-07-271-4/+4
* s/if_defaulroute/if_defaultroute/Brooks Davis2005-07-261-1/+1
* Change host-name from type "X" to type "t". This allows the client toBrooks Davis2005-07-251-1/+2
* treat REASSOC events just like ASSOCSam Leffler2005-07-251-0/+1
* Bump document date.Mark Santcroos2005-07-201-1/+1
* Document -b flag of dhclient.Mark Santcroos2005-07-201-0/+4
* Don't complain when we receive smtp, pop, nntp, www, finger, and ircBrooks Davis2005-06-302-0/+13
* People like to do RFC violating things with the domain-name option andBrooks Davis2005-06-301-1/+1
* Install the dhcp-options.5 manpage.Ruslan Ermilov2005-06-251-1/+2
* Line up the markup.Ruslan Ermilov2005-06-225-137/+200
* Avoid a null pointer dereference by not expiring our lease if we don'tBrooks Davis2005-06-131-6/+9
* Add support for /etc/dhclient-enter-hooks to match /etc/dhclient-exit-hooks.Brooks Davis2005-06-101-0/+11
* Add support for /etc/dhclient-exit-hooks file.Brooks Davis2005-06-081-3/+13
* Fix build on 64-bit platforms where time_t is 64 bit. Since whereBrooks Davis2005-06-071-4/+5
* - Remove OpenBSD'ism (bsd.own.mk).Ruslan Ermilov2005-06-071-4/+0
* Use SCRIPTS to install dhclient-script instead of rolling our own.Brooks Davis2005-06-071-4/+1