summaryrefslogtreecommitdiff
path: root/sbin/dhclient/dhclient-script
AgeCommit message (Expand)Author
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-03-06dhclient: do not add 0.0.0.0 interface alias.Alexander V. Chernikov
2022-10-05dhclient-script: cope with /32 address leasesKristof Provost
2011-12-30Set svn:executable on dhclient-scriptJean-Sébastien Pédron
2011-12-13dhclient-script relied on incorrect behavior of SIOCAIFADDR ioctl,Gleb Smirnoff
2011-12-04Support domain-search in dhclient(8)Jean-Sébastien Pédron
2011-03-18Use resolvconf(8) to update /etc/resolv.conf.Hajimu UMEMOTO
2008-06-09Use the -n flag to route(8) when calling "route get". Otherwise we hangBrooks Davis
2008-03-30Add a new function is_default_interface() which determines if thisBrooks Davis
2008-01-21During PREINIT, when giving the interface the address 0.0.0.0, do it as anBrooks Davis
2007-07-03Use the -n flag on ifconfig so that dhclient does not cause the kernel moduleAndrew Thompson
2007-04-13The minimum size of an RFC3442 destination descriptor is five bytes, soEd Maste
2007-02-09Implement RFC3442, the Classless Static Route option.Ed Maste
2006-01-26Fix rev 1.12.Brooks Davis
2006-01-24Give the TIMEOUT case a chance to work by using -t # instead of theBrooks Davis
2006-01-23Make dhclient-script more agreeable with read-only /etc.Wes Peters
2006-01-10When we give up on an interface, use the arp(8) command to remove allBrooks Davis
2005-09-08Avoid updating resolv.conf when no changes have actually occured.Brooks Davis
2005-09-08When we fail to aquire a lease, our lease expires without a sucessfulBrooks Davis
2005-08-26The $medium string often contains quoted values with spaces in them (ssids,Brooks Davis
2005-08-26Use a more robust, grep-free command to get the interface of the currentBrooks Davis
2005-08-26Don't and/remove a route to our assigned IP through 127.0.0.1. ItBrooks Davis
2005-07-26s/if_defaulroute/if_defaultroute/Brooks Davis
2005-06-10Add support for /etc/dhclient-enter-hooks to match /etc/dhclient-exit-hooks.Brooks Davis
2005-06-08Add support for /etc/dhclient-exit-hooks file.Brooks Davis
2005-06-07FreeBSDize the dhclient-script.Brooks Davis
2005-06-07Import the OpenBSD dhclient as shipped with OpenBSD-3.7 (the tagBrooks Davis