aboutsummaryrefslogtreecommitdiff
path: root/sbin/dhclient
Commit message (Expand)AuthorAgeFilesLines
...
* | | Change the cap_rights_t type from uint64_t to a structure that we can extendPawel Jakub Dawidek2013-09-052-16/+27
* | | Fix dhclient for interfaces that are down. The discover_interfaces() functionPawel Jakub Dawidek2013-07-041-5/+5
* | | MFp4 @229488:Pawel Jakub Dawidek2013-07-031-0/+3
* | | MFp4 @229487:Pawel Jakub Dawidek2013-07-031-0/+7
* | | MFp4 @229486:Pawel Jakub Dawidek2013-07-031-1/+6
* | | MFp4 @229485:Pawel Jakub Dawidek2013-07-031-0/+5
* | | MFp4 @229484:Pawel Jakub Dawidek2013-07-031-0/+4
* | | MFp4 @229483:Pawel Jakub Dawidek2013-07-031-0/+6
* | | MFp4 @229482:Pawel Jakub Dawidek2013-07-031-0/+12
* | | MFp4 @229481:Pawel Jakub Dawidek2013-07-034-18/+75
* | | MFp4 @229480:Pawel Jakub Dawidek2013-07-031-0/+2
* | | MFp4 @229479:Pawel Jakub Dawidek2013-07-031-1/+4
* | | MFp4 @229477:Pawel Jakub Dawidek2013-07-031-4/+11
* | | Remove redundant white-spaces.Pawel Jakub Dawidek2013-07-031-9/+9
* | | MFp4 @229476,229478:Pawel Jakub Dawidek2013-07-032-60/+70
* | | MFp4 @229474:Pawel Jakub Dawidek2013-07-031-2/+2
* | | MFp4 @229473:Pawel Jakub Dawidek2013-07-033-6/+5
* | | MFp4 @229472:Pawel Jakub Dawidek2013-07-033-34/+28
* | | MFp4 @229471:Pawel Jakub Dawidek2013-07-033-8/+4
* | | MFp4 @229470:Pawel Jakub Dawidek2013-07-033-7/+6
* | | MFp4: @229469:Pawel Jakub Dawidek2013-07-032-11/+0
* | | When acquiring a lease, record the value of the BOOTP siaddr fieldBruce M Simpson2013-07-023-0/+13
* | | Use a higher TTL (128) for DHCP packets. This matches the ISC DHCP client.John Baldwin2013-04-221-1/+1
| |/ |/|
* | Revert r239356 and use an alternate algorithm.John Baldwin2012-08-222-6/+11
* | Fix dhclient to properly exit and teardown the configured lease whenJohn Baldwin2012-08-171-0/+7
|/
* Spelling fixes for sbin/Ulrich Spörlein2012-01-072-3/+3
* Set svn:executable on dhclient-scriptJean-Sébastien Pédron2011-12-301-0/+0
* Invalid Domain Search option isn't considered as a fatal errorJean-Sébastien Pédron2011-12-301-9/+17
* In sbin/dhclient, since we know the size of the source strings anyway,Dimitry Andric2011-12-172-3/+3
* In sbin/dhclient, work around warnings about the size argument toDimitry Andric2011-12-172-6/+12
* dhclient-script relied on incorrect behavior of SIOCAIFADDR ioctl,Gleb Smirnoff2011-12-131-1/+1
* Support domain-search in dhclient(8)Jean-Sébastien Pédron2011-12-047-3/+180
* Make dhclient use a pid file. Modify the rc script accordingly; whileDag-Erling Smørgrav2011-10-135-3/+48
* Use resolvconf(8) to update /etc/resolv.conf.Hajimu UMEMOTO2011-03-181-25/+46
* Document dhclient-enter-hooks and dhclient-exit-hooks and mentionBrian Somers2010-09-061-1/+25
* When dhclient obtains a lease, it runs dhclient-script and expectsBrian Somers2010-07-071-16/+30
* Make dhclient use bootpc (68) as the source port for unicast DHCPREQUESTPhilip Paeps2009-10-213-18/+41
* Switch the default WARNS level for sbin/ to 6.Ruslan Ermilov2009-10-191-0/+2
* 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