summaryrefslogtreecommitdiff
path: root/sbin/dhclient
AgeCommit message (Expand)Author
2025-09-10dhclient: improve UDP checksum handlingMichael Tuexen
2025-07-26base: do a sweep of setgroups() that mean to clear the supplementariesKyle Evans
2025-04-12dhclient: Keep two clocksColin Percival
2024-09-28dhclient: Ignore vendor-identifying DHCP options defined in RFC 3925Michael Osipov
2024-08-09dhclient: Update dhclient man page for n flagIsaac Cilia Attard
2024-08-09dhclient: Make arp_timeout configurableIsaac Cilia Attard
2024-08-09dhclient: Use clock_gettime() instead of time()Isaac Cilia Attard
2024-08-09dhclient: Timeouts for entering state_selectingIsaac Cilia Attard
2024-08-09dhclient: Switch timeouts from time_t to timespecIsaac Cilia Attard
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2024-07-15dhclient: Ignore SIP servers DHCP option defined in RFC 3361Yuichiro NAITO
2024-07-04dhclient: correct struct ifreq allocationBrooks Davis
2024-05-24dhclient: remove unused primary_addressFranco Fichtner
2023-08-16Remove $FreeBSD$: two-line nroff patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16Remove $FreeBSD$: one-line .c comment patternWarner Losh
2023-08-16Remove $FreeBSD$: two-line .h patternWarner Losh
2023-07-31dhclient tests: Serialize pcp testsMark Johnston
2023-07-10dhclient: fix build on i386Eric van Gyzen
2023-07-10dhclient: fix time parsing for leases expiring after 2038Alex Bahm
2023-04-18Update/fix Makefile.depend for userlandSimon J. Gerraty
2023-04-10dhclient: add ability to ignore options in offersRob Norris
2023-03-06dhclient: do not add 0.0.0.0 interface alias.Alexander V. Chernikov
2022-11-14dhclient(8): Verify lease-, renewal- and rebinding-time option sizes.Hans Petter Selasky
2022-10-26pkgbase: Put dhclient in its own packageEmmanuel Vadot
2022-10-05dhclient-script: cope with /32 address leasesKristof Provost
2022-06-17dhclient: fix pcp:pcp cleanup failureKristof Provost
2022-05-25dhclient: test against a real (ISC) dhcp serverJohn-Mark Gurney
2022-04-09dhclient(8): Fix a typo in a source code commentGordon Bergling
2022-02-14dhclient: support VID 0 (no vlan) decapsulationFranco Fichtner
2021-08-19dhclient: skip_to_semi() consumes semicolon alreadyFranco Fichtner
2021-08-19dhclient: remove patching of static values in BPF programsFranco Fichtner
2021-08-18dhclient: support supersede statement for option 54Fabian Kurtz
2021-07-26bpf: Add an ioctl to set the VLAN Priority on packets sent by bpfLuiz Otavio O Souza
2020-10-03dhclient(8): Bugfixes for some issues reported by mandocGordon Bergling
2020-08-31dhclient: improve error handling parsing option 119Ed Maste
2020-06-04dhclient: Fix a logic bug remove_protocol().Mark Johnston
2019-12-11Update Makefile.depend filesSimon J. Gerraty
2019-12-11Add Makefile.depend.optionsSimon J. Gerraty
2019-11-29Fix braino in previous bugfix r300174Conrad Meyer
2019-11-22dhclient: support option 114, default-url asciiDave Cottlehuber
2019-06-26Free DHCP options with length zero.Mark Johnston
2019-06-26Avoid a divide-by-zero when bad checksum counters overflow.Mark Johnston
2019-02-23Further refine r336195: do not even attempt to verify/update interface'sMaxim Sobolev
2019-02-08dhclient: Return non-zero status when script exits due to a signalJilles Tjoelker
2019-02-08Correctly return exit status from the exited process.Konstantin Belousov
2018-11-04capsicum: use a new capsicum helpers in toolsMariusz Zaborski
2018-09-18Move dhclient.conf to sbin/dhclient/.Brad Davis
2018-09-18Remove dhclient.conf from here in prep for the move of it from etc/.Brad Davis