summaryrefslogtreecommitdiff
path: root/usr.sbin/dhcrelay/dhcrelay.c
AgeCommit message (Expand)Author
2011-06-21Convert SO_RTABLE's protocol level to the SOL_SOCKET; ok claudioMike Belopuhov
2010-07-03Fix the naming of interfaces and variables for rdomains and rtablesPhilip Guenthe
2009-11-03Pick up the rdomain from the specified interface and use that rdomain forClaudio Jeker
2009-09-03Add support for "DHCP-over-IPsec" by implementing RFC 3046 (DHCP RelayReyk Floeter
2008-07-09missing new-line character.Igor Sobrado
2008-07-09documentation tweaks.Igor Sobrado
2007-02-09return on ECONNREFUSED so we don't fall through to 'result <Kevin Steves
2006-12-18warn() -> warning() to not overload with libc function; this hasKevin Steves
2006-11-21no "\n" needed here; ok henning@Kevin Steves
2005-11-13pretty up print_hw_addr(), and even fix a teeny buffer overflow; ok ottoTheo de Raadt
2005-05-23-endpwentHenning Brauer
2005-05-02more setres[ug]id; ok deraadt@Damien Miller
2005-01-25Fixed a typo.Esben Norby
2004-10-12Use a udp socket to communicate with the dhcp servers. The bpf interfaceClaudio Jeker
2004-08-15-p and -q are no moreJared Yanovich
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-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-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-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-12initial cut at split out dhcrelay, whacked from usr.sbin/dhcp/ and sbin/dhclientHenning Brauer