Age | Commit message (Expand) | Author |
2004-04-20 | switch to new dhcrelay, theo ok | Henning Brauer |
2004-04-05 | move to our new dhclient | Theo de Raadt |
2004-04-03 | more .Pp removal; | Jason McIntyre |
2004-04-03 | correct option is `dhcp-lease-time', not `requested-lease-time'; | Jason McIntyre |
2004-04-03 | remove a scad of .Pp's before displays, making postscript | Jason McIntyre |
2004-04-03 | add pxeboot references to FILES and SEE ALSO; | Jason McIntyre |
2004-03-02 | avoid memleak if parse_string() fails, Patrick Latifi <pat@eyeo.org> | Henning Brauer |
2004-03-02 | here as well: when our interface vanishes, exit | Henning Brauer |
2004-02-24 | use calloc istead of malloc, setting sinaddr and bzero'ing it over later | Henning Brauer |
2004-02-24 | correctly check send_packet()s return val | Henning Brauer |
2004-02-24 | fix usage(); extracted from a mail by Ward Wouts <ward@wizeazz.nl> | Henning Brauer |
2004-02-05 | plug memory leak; PR3668 Emil Mikulic <emikulic@dmr.ath.cx> | Henning Brauer |
2004-01-26 | no more SIOCGIFCONF any more here either | Henning Brauer |
2004-01-11 | listen to the routing socket. if anyone messes with our interface by | Theo de Raadt |
2004-01-11 | save & restore resolv.conf when we can... krw ok | Theo de Raadt |
2004-01-09 | Delete default route before attempting to add the new one, or the old one | Theo de Raadt |
2003-12-22 | - document -q; from Edward Paul Wehrwein; | Jason McIntyre |
2003-11-20 | remove -Werror from userland builds, to give us a chance to | Anil Madhavapeddy |
2003-11-08 | seperate -> separate; from Jonathon Gray; | Jason McIntyre |
2003-10-01 | fix typo; jjy2+@pitt.edu | Theo de Raadt |
2003-09-26 | realloc fixes; ok deraadt millert | Peter Valchev |
2003-06-25 | mdoc version of the dhcp pages; | Jason McIntyre |
2003-06-22 | -mdoc version; | Jason McIntyre |
2003-06-22 | -mdoc version; | Jason McIntyre |
2003-06-16 | Add more paranoia and try to ensure created resolv.conf files have the | Kenneth R Westerback |
2003-06-15 | Add an OpenBSD style license/copyright. | Kenneth R Westerback |
2003-06-13 | Be more careful with resolv.conf. It may be a link (e.g. during | Kenneth R Westerback |
2003-06-10 | Rework script using advanced coding techniques like a case statement, | Kenneth R Westerback |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-05-29 | Don't reject non-DHCPNAK packets with a yiaddr of 0.0.0.0. There | Todd C. Miller |
2003-05-08 | AUTHOR -> AUTHORS in .Sh, as per mdoc template. | Jason McIntyre |
2003-04-08 | refer to dhclient.leases~ as the client backup file, not dhcpd.leases~ | David Krause |
2003-03-31 | 3com, 3COM -> 3Com | Jason McIntyre |
2003-03-19 | Fix parsing of the leases file. | Kenneth R Westerback |
2003-03-18 | missed a RUNDIR -> /var/run | Anil Madhavapeddy |
2003-03-18 | - expand DBDIR, ETCDIR, RUNDIR to the actual directories to make | Anil Madhavapeddy |
2003-03-18 | spelling typos/errors | David Krause |
2003-03-18 | ip address -> IP address; | Jason McIntyre |
2003-03-15 | recoginzed -> recognized; | Jason McIntyre |
2003-03-11 | spelling | David Krause |
2003-02-02 | We don't need to include bsd.man.mk explicitly, bsd.lib.mk pulls | Todd C. Miller |
2003-02-01 | typos; | Jason McIntyre |
2003-01-30 | when an interface is no longer valid, remove it from the protocol list | Ted Unangst |
2003-01-23 | typos; | Jason McIntyre |
2003-01-17 | seperate[d][ly] -> separate[d][ly]; alan@alanday.com | Theo de Raadt |
2002-09-06 | socklen_t use; pvalchev ok | Theo de Raadt |
2002-07-11 | incorrect header; jj.walker@auckland.ac.nz | Theo de Raadt |
2002-07-04 | support non-"objdir" build. From: David Krause <openbsd@davidkrause.com> | Jun-ichiro itojun Hagino |
2002-07-03 | missing or incorrect checks for malloc failure; cloder@acm.org | Theo de Raadt |
2002-06-21 | more strlcpy | Theo de Raadt |