aboutsummaryrefslogtreecommitdiff
path: root/sbin/dhclient
Commit message (Expand)AuthorAgeFilesLines
* dhclient: improve UDP checksum handlingMichael Tuexen2025-09-101-18/+35
* base: do a sweep of setgroups() that mean to clear the supplementariesKyle Evans2025-07-261-1/+1
* dhclient: Keep two clocksColin Percival2025-04-133-35/+33
* dhclient: Ignore vendor-identifying DHCP options defined in RFC 3925Michael Osipov2024-09-282-0/+4
* dhclient: Update dhclient man page for n flagIsaac Cilia Attard2024-08-091-1/+5
* dhclient: Make arp_timeout configurableIsaac Cilia Attard2024-08-091-3/+6
* dhclient: Use clock_gettime() instead of time()Isaac Cilia Attard2024-08-092-8/+13
* dhclient: Timeouts for entering state_selectingIsaac Cilia Attard2024-08-093-11/+31
* dhclient: Switch timeouts from time_t to timespecIsaac Cilia Attard2024-08-092-10/+21
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
* dhclient: Ignore SIP servers DHCP option defined in RFC 3361Yuichiro NAITO2024-07-152-0/+2
* dhclient: correct struct ifreq allocationBrooks Davis2024-07-041-2/+1
* dhclient: remove unused primary_addressFranco Fichtner2024-05-251-1/+0
* 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