aboutsummaryrefslogtreecommitdiff
path: root/sbin/dhclient
Commit message (Expand)AuthorAgeFilesLines
* dhclient-script: cope with /32 address leasesKristof Provost2022-10-131-0/+4
* dhclient(8): Fix a typo in a source code commentGordon Bergling2022-04-141-1/+1
* dhclient: support supersede statement for option 54Fabian Kurtz2021-08-261-4/+13
* bpf: Add an ioctl to set the VLAN Priority on packets sent by bpfLuiz Otavio O Souza2021-08-026-1/+26
* MFC r366407, r366403Gordon Bergling2020-10-102-4/+4
* MFC r364994: dhclient: improve error handling parsing option 119Ed Maste2020-08-311-0/+2
* MFC r361793:Mark Johnston2020-06-081-4/+7
* Add Makefile.depend.optionsSimon J. Gerraty2019-12-192-1/+10
* MFC r238022 (cem): dhclient: fix braino in previous bugfix r300174Ed Maste2019-12-071-1/+1
* MFC r340138 (by oshogbo):Mark Johnston2019-12-062-13/+17
* MFC r349439:Mark Johnston2019-07-031-2/+1
* MFC r349438:Mark Johnston2019-07-031-2/+2
* MFC r343896,r343922: dhclient: Pass through exit status from scriptJilles Tjoelker2019-02-171-1/+2
* 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-19/+21
* 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