Age | Commit message (Expand) | Author |
2002-05-30 | typo; moritz@jodeit.org | Theo de Raadt |
2002-05-07 | spelling; svs@ropnet.ru | Theo de Raadt |
2002-05-06 | syslog() paranoia; never pass in a non-const buffer w/o using "%s" | Todd C. Miller |
2002-03-25 | make docs match reality - we don't support hooks in dhclient-script | Bob Beck |
2002-03-05 | 2nd part to make dhcpd work on sparc64: | Jason Wright |
2002-02-28 | no, that error message was bad. | Bob Beck |
2002-02-28 | Some new servers return the hostname as type X | Bob Beck |
2002-02-17 | fix LP64 bug; ura@hiru.aoba.yokohama.jp | Theo de Raadt |
2002-02-06 | Don't pass long*'s to ioctl's expecting int*'s (part 1 of a 2 part fix for | Jason Wright |
2001-10-08 | force alignment, makes dhcp work on alpha's | Eric Jackson |
2001-10-08 | Link order tweak so vax crunches happily. | Hugh Graham |
2001-10-01 | change broken url | Jakob Schlyter |
2001-09-11 | sparc64 has 64 bit pointers, too | Jason Wright |
2001-08-28 | fix a segfault occuring in dhclient when the server specifies his name. | Matthieu Herrb |
2001-08-26 | Fix typo: 'On after defining ...' -> 'After defining ...' | Kenneth R Westerback |
2001-08-26 | Fix two typos that had the effect that ethernet addresses where always logged | Matthieu Herrb |
2001-08-18 | be careful with snprintf/strlcpy - account for cases where they | Bob Beck |
2001-07-04 | check for nul bytes on the end of an option buffer, since windows 2000 | Bob Beck |
2001-07-03 | ENODEV -> EOPNOTSUPP to make this work. beck@ ok. | Tobias Weingartner |
2001-06-27 | don't die if IPV6 isn't there, so that this will work even with | Bob Beck |
2001-06-25 | fix nasty little bug in the identifaction of dead interfaces - make sure | Bob Beck |
2001-06-24 | Old M of mine, uncovered by the recent dhcpd update: Bypass IPsec in all | Niklas Hallqvist |
2001-06-24 | bye bye | Bob Beck |
2001-06-24 | bye bye | Bob Beck |
2001-06-24 | dhcp 2.0pl5 merge/cleanup/deadcode slashing. still needs more eyes on this | Bob Beck |
2001-06-04 | Chop off remainder of string, so we don't get mangled options. | Angelos D. Keromytis |
2001-04-25 | After tree lock, undo a bullshit change that was obviously NOT tested. | Theo de Raadt |
2001-04-10 | Allow unnatural behavior. | Chris Cappuccio |
2001-02-23 | cleanup after vacationing hippies and make dhclient create the | Bob Beck |
2001-01-14 | Compute UDP checksum, PR 1621 (matthieu.herrb@wanadoo.fr) | Angelos D. Keromytis |
2001-01-06 | Commit 1.6 was just plain wrong on two counts; as a result, it caused | Angelos D. Keromytis |
2001-01-06 | Also protect write_client_lease() in bind_lease() | Angelos D. Keromytis |
2001-01-06 | Lock the leases file, to protect against multiple instances of | Angelos D. Keromytis |
2001-01-03 | -Wall cleanup. | Eric Jackson |
2000-12-30 | setockopt(SO_REUSEPORT), so multiple dhclients work, PR 1391 | Angelos D. Keromytis |
2000-12-29 | If no LEASE_TIME was received from the server, use the | Angelos D. Keromytis |
2000-11-10 | seperate -> separate, okay aaron@ | Niels Provos |
2000-10-30 | accept unknown options in leases by default; beck | Theo de Raadt |
2000-10-26 | Close pr1295 - Only a DHCPNAK bootreply should have a yiaddr of 0.0.0.0, | Bob Beck |
2000-10-20 | Fix various typos; spotted by gluk@ptci.ru. | Aaron Campbell |
2000-10-18 | this was overlooked in the last commit. ok beck@. | Todd T. Fries |
2000-10-18 | due to over agressive quoting, various space separated variables were failing. | Todd T. Fries |
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 |
2000-08-18 | Fix obviously bad Xref | Niklas Hallqvist |
2000-07-21 | Deal with a bunch of dhcp issues, ok fries@: | Bob Beck |
2000-07-03 | arp(8) invocations fixed | Niklas Hallqvist |
2000-06-29 | use %s with syslog; millert wrote an identical patch | Theo de Raadt |
2000-06-25 | safe shell quoting | Dug Song |
2000-06-25 | pass variables to dhclient-script via a constructed environment, instead of a... | Dug Song |