aboutsummaryrefslogtreecommitdiff
path: root/sbin/dhclient/dhclient.c
Commit message (Expand)AuthorAgeFilesLines
* dhclient: Ignore vendor-identifying DHCP options defined in RFC 3925Michael Osipov13 days1-0/+2
* dhclient: Make arp_timeout configurableIsaac Cilia Attard2024-08-091-3/+6
* dhclient: Use clock_gettime() instead of time()Isaac Cilia Attard2024-08-091-1/+2
* dhclient: Timeouts for entering state_selectingIsaac Cilia Attard2024-08-091-10/+28
* dhclient: Ignore SIP servers DHCP option defined in RFC 3361Yuichiro NAITO2024-07-151-0/+1
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* dhclient: add ability to ignore options in offersRob Norris2023-04-101-2/+11
* dhclient(8): Verify lease-, renewal- and rebinding-time option sizes.Hans Petter Selasky2022-11-141-3/+3
* dhclient: support supersede statement for option 54Fabian Kurtz2021-08-181-4/+13
* Fix braino in previous bugfix r300174Conrad Meyer2019-11-291-1/+1
* dhclient: support option 114, default-url asciiDave Cottlehuber2019-11-221-0/+1
* Further refine r336195: do not even attempt to verify/update interface'sMaxim Sobolev2019-02-231-1/+9
* dhclient: Return non-zero status when script exits due to a signalJilles Tjoelker2019-02-081-1/+2
* Correctly return exit status from the exited process.Konstantin Belousov2019-02-081-1/+1
* capsicum: use a new capsicum helpers in toolsMariusz Zaborski2018-11-041-10/+12
* dhclient: Enter capability mode before dropping privileges.Mark Johnston2018-08-071-9/+11
* dhclient: Don't chroot if we are in capability mode.Mark Johnston2018-08-061-12/+16
* dhclient: recorrect __progname to getprogname()Eitan Adler2018-06-251-5/+2
* dhclient: build with WARNS=6Eitan Adler2018-06-241-15/+18
* Convert `cap_enter() < 0 && errno != ENOSYS` to `caph_enter() < 0`.Mariusz Zaborski2018-06-191-1/+3
* dhclient(8): allow to supersede interface-mtu optionConrad Meyer2018-05-311-3/+15
* dhclient violates RFC2131 when sending early DHCPREQUEST message to re-obtain...David Bright2018-02-271-1/+2
* dhclient: raise WARNS to 4Alan Somers2018-02-211-25/+24
* Use daemonfd(3) in the dhclient(8).Mariusz Zaborski2018-02-021-5/+1
* dhclient(8): raise WARNS to 3Alan Somers2017-12-141-11/+16
* dhclient(8): Don't shift through the sign bit of a signed intAlan Somers2017-12-131-2/+2
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-1/+3
* dhclient(8) should not close stdio using daemon(3) function.Mariusz Zaborski2017-11-121-1/+1
* Use syslog service in dhclient(8).Mariusz Zaborski2017-11-121-3/+22
* Fix handling of large DHCP expiry values.Nick Hibma2017-05-071-20/+22
* Make dhcp-lease-time option supersedable as well.Nick Hibma2017-03-301-1/+5
* Allow superseding the lease renewal and rebind times.Nick Hibma2017-03-301-6/+19
* dhclient: add support for interface-mtu (26)Conrad Meyer2016-09-021-0/+15
* dhclient: Fix the trivial buffer overruns correctlyConrad Meyer2016-05-181-1/+1
* Revert r299512Conrad Meyer2016-05-181-14/+10
* dhclient: Fix some trivial buffer overrunsConrad Meyer2016-05-121-10/+14
* dhclient: Log a warning instead of bailing upon "illegal" optionsSepherosa Ziehau2016-04-201-10/+11
* Add CAP_FCNTL to the lease file capsicum rights, and limit toPatrick Kelsey2015-05-281-2/+6
* Remove duplicated includes.Pawel Jakub Dawidek2014-06-261-2/+0
* Update most userspace consumers of capability.h to use capsicum.h instead.Robert Watson2014-03-161-2/+2
* Use CAP_EVENT instead of the deprecated CAP_POLL_EVENT.Christian Brueffer2014-02-061-1/+1
* dhclient: change the pidfile's permissions to 644Eitan Adler2014-02-031-1/+1
* Change the cap_rights_t type from uint64_t to a structure that we can extendPawel Jakub Dawidek2013-09-051-12/+19
* 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