Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-09-05 | undo security hole peter just commited | Theo de Raadt | |
2000-09-05 | Remove quotes from arguement lists to for loops. | Peter Galbavy | |
This applied to two type of dhcp option, "domain_name_servers" and "routers". This fixes the problem of seeing mutliple nameservers on one nameserver line in resolv.conf. If anyone used multiple routers, then it would fix this too. | |||
2000-08-18 | Fix obviously bad Xref | Niklas Hallqvist | |
2000-07-21 | Deal with a bunch of dhcp issues, ok fries@: | Bob Beck | |
- some minor cleanup (syscall return codes, dead code, use strlcpy, etc) - sanity check dhcp option values recieved by dhclient so that things that should look like a hostname look like a hostname, and things that should look like an ip address look like an ip address, if they don't ignore the lease offer because it's bogus. - Make the dhcp server attempt to ping an address when it recieves a RELEASE from it. If the address answers a ping, ignore the release offer. This helps make spoofing releases to liberate addresses more difficult. | |||
2000-07-03 | arp(8) invocations fixed | Niklas Hallqvist | |
2000-06-25 | safe shell quoting | Dug Song | |
2000-06-25 | pass variables to dhclient-script via a constructed environment, instead of ↵ | Dug Song | |
a temporary shell script | |||
2000-04-29 | fix spec. PR1217 | Eric Jackson | |
2000-04-20 | Document /etc/resolv.conf.tail | Angelos D. Keromytis | |
2000-04-20 | If /etc/resolv.conf.tail exists, append to newly-constructed | Angelos D. Keromytis | |
/etc/resolv.conf | |||
2000-04-12 | Trailing whitespace begone! | Aaron Campbell | |
2000-03-19 | Remove hard sentence breaks. Add $OpenBSD$ tags where appropriate. Some other | Aaron Campbell | |
cleanup along the way. | |||
2000-02-11 | Fix from jonathon.fletcher@pobox.com | Chris Cappuccio | |
Check $new_domain_name_servers not $nameserver | |||
2000-01-31 | Don't update /etc/resolv.conf if no data is returned for DNS servers | Chris Cappuccio | |
or if user removes request domain-name-servers from /etc/dhclient.conf | |||
1999-12-19 | Fix the TIMEOUT case not to dump the shell environment. | Angelos D. Keromytis | |
1999-12-04 | Careful with long, command-line provided interface names. | Angelos D. Keromytis | |
1999-11-30 | Fix the "append" keyword to work as it should (looks like it was a | Angelos D. Keromytis | |
cut-n-paste of "prepend") | |||
1999-10-05 | New mdoc'd dhclient(8) man page; form@ | Aaron Campbell | |
1999-09-23 | Typo fixes. | Alex Feldman | |
1999-06-06 | permit non-broadcast reply; map@infinitum.ch | Theo de Raadt | |
1999-06-05 | remove trailing whitespace, some Nm cleanup | Aaron Campbell | |
1999-05-30 | check mkstemp() failure | Theo de Raadt | |
1999-05-30 | It's spelled "occurrence". Also a few other minor mods while I'm at it. | Paul Janzen | |
1999-04-21 | seperate -> separate, people really need to learn how to spell this word | Aaron Campbell | |
1999-02-11 | ship lease time in network order; cas@trans-nt.com | Theo de Raadt | |
1999-02-11 | tweak | Theo de Raadt | |
1998-09-20 | add -1 option: Try once, if we fail, EXIT | Theo de Raadt | |
1998-09-17 | dhclient-script should be in sbin | Theo de Raadt | |
1998-09-17 | move dhclient-script to /usr/bin by default; executables do not belong in /etc | Theo de Raadt | |
1998-09-15 | fix install location | Theo de Raadt | |
1998-09-12 | move dhclient so that crunch can find it if needed | Theo de Raadt | |