aboutsummaryrefslogtreecommitdiff
path: root/sbin/dhclient
Commit message (Expand)AuthorAgeFilesLines
* Remove $FreeBSD$: two-line nroff patternWarner Losh2023-08-165-10/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-167-7/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-1616-32/+0
* Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-163-3/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-164-8/+0
* dhclient tests: Serialize pcp testsMark Johnston2023-07-311-0/+3
* dhclient: fix build on i386Eric van Gyzen2023-07-101-0/+2
* dhclient: fix time parsing for leases expiring after 2038Alex Bahm2023-07-104-27/+64
* Update/fix Makefile.depend for userlandSimon J. Gerraty2023-04-191-1/+0
* dhclient: add ability to ignore options in offersRob Norris2023-04-106-3/+25
* dhclient: do not add 0.0.0.0 interface alias.Alexander V. Chernikov2023-03-062-21/+9
* dhclient(8): Verify lease-, renewal- and rebinding-time option sizes.Hans Petter Selasky2022-11-141-3/+3
* pkgbase: Put dhclient in its own packageEmmanuel Vadot2022-10-261-1/+1
* dhclient-script: cope with /32 address leasesKristof Provost2022-10-051-0/+4
* dhclient: fix pcp:pcp cleanup failureKristof Provost2022-06-171-1/+1
* dhclient: test against a real (ISC) dhcp serverJohn-Mark Gurney2022-05-262-0/+198
* dhclient(8): Fix a typo in a source code commentGordon Bergling2022-04-091-1/+1
* dhclient: support VID 0 (no vlan) decapsulationFranco Fichtner2022-02-142-8/+48
* dhclient: skip_to_semi() consumes semicolon alreadyFranco Fichtner2021-08-191-10/+5
* dhclient: remove patching of static values in BPF programsFranco Fichtner2021-08-191-28/+11
* dhclient: support supersede statement for option 54Fabian Kurtz2021-08-181-4/+13
* bpf: Add an ioctl to set the VLAN Priority on packets sent by bpfLuiz Otavio O Souza2021-07-266-1/+26
* 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