summaryrefslogtreecommitdiff
path: root/usr.sbin/dhcrelay
AgeCommit message (Expand)Author
2006-12-18warn() -> warning() to not overload with libc function; this hasKevin Steves
2006-11-29remove incorrect commentKevin Steves
2006-11-21remove unused #defines, no binary change; ok henning@Kevin Steves
2006-11-21no "\n" needed here; ok henning@Kevin Steves
2006-11-21remove duplicate #include <unistd.h> (same change as dhclient)Kevin Steves
2005-11-13pretty up print_hw_addr(), and even fix a teeny buffer overflow; ok ottoTheo de Raadt
2005-09-30deploy .An -nosplit; ok jmcJared Yanovich
2005-05-23-endpwentHenning Brauer
2005-05-02more setres[ug]id; ok deraadt@Damien Miller
2005-04-19handle snprintf() returning -1. ok henning@Moritz Jodeit
2005-04-11use STDERR_FILENO; ok cloderTheo de Raadt
2005-01-25Fixed a typo.Esben Norby
2004-10-12Use a udp socket to communicate with the dhcp servers. The bpf interfaceClaudio Jeker
2004-09-21spelling fixes; ok jmc@ henning@David Krause
2004-08-16sync synopsis with usageJared Yanovich
2004-08-15-p and -q are no moreJared Yanovich
2004-06-22handle interface removals in the poll loop. ok henning@Can Erkin Acar
2004-05-12tzsetHenning Brauer
2004-05-04remove unused stuff; henning okTheo de Raadt
2004-04-21fix _dhcp use nonexistant error message here tooHenning Brauer
2004-04-20set write filter and lock the bpf descriptor after configuration.Can Erkin Acar
2004-04-20get rid of the -p switch, use fixed values for server and client ports,Can Erkin Acar
2004-04-20more shrinking; ok henningTheo de Raadt
2004-04-20tree.h is not used at allTheo de Raadt
2004-04-15use the shiny new _PATH_VAREMPTYHenning Brauer
2004-04-13$OpenBSD$Henning Brauer
2004-04-13use standard options list, and slightly rearrange the page;Jason McIntyre
2004-04-13remove the quiet option, we're being quiet by defaultHenning Brauer
2004-04-13chroot to /var/empty and drop privileges, theo okHenning Brauer
2004-04-13closer to realityHenning Brauer
2004-04-12relaying back bootp answers should work againHenning Brauer
2004-04-12remove those overly helpfull comments like explaining that time(3) gets theHenning Brauer
2004-04-12KNFHenning Brauer
2004-04-12one big sweep of KNF, ansi and suchHenning Brauer
2004-04-12se daemon(3)Henning Brauer
2004-04-12spacingTheo de Raadt
2004-04-12the rocket science department suggests: getoptHenning Brauer
2004-04-12kill pidfile gunkHenning Brauer
2004-04-12less pathetic usage()Henning Brauer
2004-04-12oupsHenning Brauer
2004-04-12initial cut at split out dhcrelay, whacked from usr.sbin/dhcp/ and sbin/dhclientHenning Brauer