Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-26 | Rename ACTION_NONE to ACTION_USELEASE. TOK_NOACTION to TOK_USELEASE. | Kenneth R Westerback | |
More consistent, clearer. | |||
2019-01-26 | Add 'uselease' statement to allow the disabling of built-in or | Kenneth R Westerback | |
previously specified 'append', 'default', 'ignore', 'prepend', or 'supersede' actions on the values provided in leases. | |||
2017-11-06 | Add lease declaration 'epoch' to hold the time() when a lease is | Kenneth R Westerback | |
received. Set it in packet_to_lease() and preserve it in apply_defaults(). Otherwise not used, documented or printed in lease database yet. | |||
2017-10-05 | 'DENY' is a dhcpd-only thing. No need to parse it in | Kenneth R Westerback | |
dhclient.conf. | |||
2017-07-09 | Whitespace tweaks to assuage auto-indent. | Kenneth R Westerback | |
2017-06-29 | Nuke undocumented long-deprecated and/or unsupported lease | Kenneth R Westerback | |
fields 'hardware', 'alias', 'media', 'medium', 'ethernet'. Also remove now-unused parse_ethernet(). Making these parsing failures will smoke out anybody with leases or conf files from the last century. | |||
2016-08-16 | Track SSID in leases file and only consider leases from the current SSID when | Kenneth R Westerback | |
starting up dhclient on wifi interfaces. In theory will preserve leases from other SSID's and speed up obtaining a lease by not wasting time attempting to re-acquire a lease from a different SSID. Experimental feature from n2k16 needing some real world testing before g2k16. | |||
2013-12-05 | Stop pretending we still support FDDI or token ring hardware types. | Kenneth R Westerback | |
idea ok deraadt@ matthew@ | |||
2013-10-22 | Save 'next-server' (a.k.a. siaddr) info in leases file. Saving the | Kenneth R Westerback | |
file name without the server address seems silly. Tested & ok uwe@ | |||
2012-10-30 | Nuke dhclient-script and dhclient.conf 'script' directive. Do all | Kenneth R Westerback | |
interface and route configuration via ioctl's and routing sockets. This will break configurations using local enhancements of dhclient-script, which will now require alternate arrangements. Committing early to allow time to identify and develop required alternatives. Several proddings by deraadt@. | |||
2012-08-22 | add ignore keyword to conf file, allowing one to ignore unwanted info | Ted Unangst | |
from the server without necessarily speciyfing a supersede value | |||
2006-05-15 | whitespace cleanup | Felix Kronlage | |
ok claudio@, mbalmer@ | |||
2006-05-08 | add 'link-timeout n' seconds option to grammer, from fkr@hazardous.org | Theo de Raadt | |
default remains 10 seconds. | |||
2006-04-18 | cleanup keyword lookup for the lexer, and remove keywords not valid in | Theo de Raadt | |
either dhclient or dhcpd context; tested by many | |||
2004-02-04 | $OpenBSD$, tedu | Henning Brauer | |
2004-01-18 | this is where dhclient will start surgery | Theo de Raadt | |