Age | Commit message (Expand) | Author |
2005-11-13 | pretty up print_hw_addr(), and even fix a teeny buffer overflow; ok otto | Theo de Raadt |
2005-09-30 | deploy .An -nosplit; ok jmc | Jared Yanovich |
2005-07-29 | Fix erroneous use of '=' instead of '+' that caused infinite loops | Kenneth R Westerback |
2005-07-26 | Fix buffer overflows in dhcpd and dhclient. Closes PR#4306. | Kenneth R Westerback |
2005-05-23 | -endpwent | Henning Brauer |
2005-05-02 | more setres[ug]id; ok deraadt@ | Damien Miller |
2005-04-18 | snprintf() return value handling. ok cloder@ henning@ | Moritz Jodeit |
2005-04-11 | use STDERR_FILENO; ok cloder | Theo de Raadt |
2005-04-11 | use writev() here too; henning ok | Theo de Raadt |
2005-04-11 | when -d is used, log to stderr, not via syslog(3); fixed pr/4171. | Federico G. Schwindt |
2005-03-02 | oops - 2 copies of this file... | Jason McIntyre |
2005-01-31 | Be a bit more paranoid about leases that are currently acked. There is a | Claudio Jeker |
2005-01-31 | Simply use the ethernet source address of the request as new ethernet | Claudio Jeker |
2005-01-31 | Don't malloc fds each time, just realloc() as needed. | Todd C. Miller |
2005-01-29 | Fix memory leak when supersede_lease() fails and it is a DHCPACK | Todd C. Miller |
2004-12-06 | Bah, unbreak. from not form. Noticed by Dan Harnett. | Claudio Jeker |
2004-12-06 | Set correct source address for relayed packets. This affects only setups that | Claudio Jeker |
2004-10-31 | change the undocumented -t flag to -n used for configuration testing | Can Erkin Acar |
2004-09-21 | spelling fixes; ok jmc@ henning@ | David Krause |
2004-09-16 | Use inet_ntop() instead of inet_ntoa() in piaddr. This solves a problem | Claudio Jeker |
2004-09-16 | avoid aliasing with libc functions; ok henning | Theo de Raadt |
2004-09-16 | Remove the not initialized fallback_interface code and use the normal bpf | Claudio Jeker |
2004-09-15 | size_t vs ssize_t confusion | Theo de Raadt |
2004-09-15 | minor KNF, Moritz Jodeit <moritz@jodeit.org> | Henning Brauer |
2004-09-09 | Avoid following a NULL pointer if a hostname lookup fails and | Todd C. Miller |
2004-08-23 | update bootp example "filename" location to reflect tftp default of | Peter Valchev |
2004-07-29 | don't wipe lease file on startup, found & solution tested nick@ | Henning Brauer |
2004-07-09 | ansi | Theo de Raadt |
2004-06-20 | fix the "option dhcp-client-identifier" hex example | Henning Brauer |
2004-05-25 | handle interface removals gracefully. reported by Oliver J. Morais | Can Erkin Acar |
2004-05-24 | typo; From: Andrey Matveev <andrushock@korovino.net> | Henning Brauer |
2004-05-12 | like always I missed tzset(); Ben Lovett <ben@tilderoot.com> | Henning Brauer |
2004-05-11 | knf | Theo de Raadt |
2004-05-08 | remove hostname lookup stuff, done at parse time now, ok theo | Henning Brauer |
2004-05-08 | resolve hostnames at parse time, solves PR3771, ok theo | Henning Brauer |
2004-05-06 | spacing | Theo de Raadt |
2004-05-04 | remove DEBUG_PACKET stuff; henning ok | Theo de Raadt |
2004-05-04 | remove things not used, spotted by lint mostly; ok henning | Theo de Raadt |
2004-04-22 | instead of using some lower 16 bits of some address on the stack that | Henning Brauer |
2004-04-21 | cleaning; Ryan ok | Henning Brauer |
2004-04-21 | filter writes and lock bpf descriptor, ok henning@ | Can Erkin Acar |
2004-04-21 | missing comma; | Jason McIntyre |
2004-04-21 | sync AUTHORS w/ other dhcpd pages; | Jason McIntyre |
2004-04-21 | fix the error message in case the _dhcp user does not exist | Henning Brauer |
2004-04-20 | add back manpage that was forgotten during the switch, catched by and ok theo | Henning Brauer |
2004-04-20 | $OpenBSD$ | Henning Brauer |
2004-04-20 | there are lies, damn lies, and isc dhcpd manpages | Henning Brauer |
2004-04-20 | remove lies about the leases file and its handling | Henning Brauer |
2004-04-20 | don't allow the port to be changed here either | Henning Brauer |
2004-04-19 | Catch negative lease times. From openbsd@nerd-marrow.com in PR 2888, | Tom Cosgrove |