aboutsummaryrefslogtreecommitdiff
path: root/sbin/dhclient
Commit message (Expand)AuthorAgeFilesLines
* dhclient(8): Bugfixes for some issues reported by mandocGordon Bergling2020-10-032-4/+4
* dhclient: improve error handling parsing option 119Ed Maste2020-08-311-0/+2
* dhclient: Fix a logic bug remove_protocol().Mark Johnston2020-06-041-4/+7
* Update Makefile.depend filesSimon J. Gerraty2019-12-111-1/+2
* Add Makefile.depend.optionsSimon J. Gerraty2019-12-111-0/+8
* Fix braino in previous bugfix r300174Conrad Meyer2019-11-291-1/+1
* dhclient: support option 114, default-url asciiDave Cottlehuber2019-11-224-3/+9
* Free DHCP options with length zero.Mark Johnston2019-06-261-2/+1
* Avoid a divide-by-zero when bad checksum counters overflow.Mark Johnston2019-06-261-2/+2
* 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-042-13/+17
* Move dhclient.conf to sbin/dhclient/.Brad Davis2018-09-182-0/+9
* Remove dhclient.conf from here in prep for the move of it from etc/.Brad Davis2018-09-181-39/+0
* Allow dhclient and ping to build WITHOUT_DYNAMICROOTEd Maste2018-09-091-1/+3
* 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-062-14/+31
* Make dhclient(8) verify if new MTU (option 26) differs from current one and s...Eugene Grosbein2018-07-111-3/+15
* dhclient: recorrect __progname to getprogname()Eitan Adler2018-06-251-5/+2
* dhclient: build with WARNS=6Eitan Adler2018-06-2410-38/+37
* 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-312-4/+24
* dhclient violates RFC2131 when sending early DHCPREQUEST message to re-obtain...David Bright2018-02-271-1/+2
* dhclient: raise WARNS to 4Alan Somers2018-02-2114-78/+97
* Use daemonfd(3) in the dhclient(8).Mariusz Zaborski2018-02-021-5/+1
* dhclient(8): add missing includeAlan Somers2018-01-121-0/+2
* dhclient(8): raise WARNS to 3Alan Somers2017-12-1411-57/+70
* 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-2019-19/+61
* 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-125-17/+46
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-312-2/+0
* Add HAS_TESTS to all Makefiles that are currently using theEnji Cooper2017-08-021-0/+1
* Convert traditional ${MK_TESTS} conditional idiom for including testEnji Cooper2017-08-021-3/+1
* parse.c parse_stringStephen J. Kiernan2017-05-311-2/+8
* Fix the output of very large rebind, renew and lease time options inNick Hibma2017-05-071-2/+2
* 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
* sbin/dhclient: fix `vendor` storage leak in parse_option_decl(..)Enji Cooper2017-03-131-0/+3
* Fix -Wunused-but-set-warning with `ret`Enji Cooper2017-03-131-3/+2
* sbin/dhclient: fix a memory leak in parse_client_lease_statement(..)Enji Cooper2017-03-131-0/+1
* sbin: normalize paths using SRCTOP-relative paths or :H when possibleEnji Cooper2017-03-041-1/+1
* Remove dead code in dhclient(8)Alan Somers2017-01-041-6/+2
* Allocate a struct ifreq rather than using a (wrong) computed size forBrooks Davis2016-11-221-2/+2
* dhclient(8): Enable numbered user class ID optionConrad Meyer2016-09-201-0/+1
* dhclient: add support for interface-mtu (26)Conrad Meyer2016-09-026-1/+73
* dhclient(1): correct obvious mismatch in get_char().Pedro F. Giffuni2016-06-031-2/+2
* dhclient: Fix the trivial buffer overruns correctlyConrad Meyer2016-05-181-1/+1