summaryrefslogtreecommitdiffstats
path: root/usr.sbin/dhcrelay (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* use the right capitalization in the Nd strings.sobrado2010-10-081-3/+3
* Fix the naming of interfaces and variables for rdomains and rtablesguenther2010-07-031-4/+4
* Pick up the rdomain from the specified interface and use that rdomain forclaudio2009-11-031-3/+31
* Add support for "DHCP-over-IPsec" by implementing RFC 3046 (DHCP Relayreyk2009-09-037-23/+261
* Sync with dhcpd. Do not use < 0 to check for failed syscalls use == -1claudio2008-09-152-14/+14
* missing new-line character.sobrado2008-07-091-2/+2
* documentation tweaks.sobrado2008-07-091-3/+3
* use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsgderaadt2007-09-021-2/+2
* convert to new .Dd format;jmc2007-05-311-2/+2
* spaces and comment to sync to dhclient dhcp.h; no binary changestevesk2007-03-021-3/+3
* return on ECONNREFUSED so we don't fall through to 'result <stevesk2007-02-091-1/+4
* sync dhcp.h to krw's correction to not count 14 bytes of ethernetstevesk2007-02-071-3/+2
* remove unused #define DHCP_MIN_LENstevesk2007-01-111-2/+1
* <sys/un.h> not neededstevesk2007-01-041-2/+1
* warn() -> warning() to not overload with libc function; this hasstevesk2006-12-185-12/+12
* remove incorrect commentstevesk2006-11-291-2/+1
* remove unused #defines, no binary change; ok henning@stevesk2006-11-211-4/+1
* no "\n" needed here; ok henning@stevesk2006-11-211-2/+2
* remove duplicate #include <unistd.h> (same change as dhclient)stevesk2006-11-211-3/+1
* pretty up print_hw_addr(), and even fix a teeny buffer overflow; ok ottoderaadt2005-11-131-24/+19
* deploy .An -nosplit; ok jmcjaredy2005-09-301-1/+2
* -endpwenthenning2005-05-231-2/+1
* more setres[ug]id; ok deraadt@djm2005-05-021-3/+3
* handle snprintf() returning -1. ok henning@moritz2005-04-191-1/+3
* use STDERR_FILENO; ok cloderderaadt2005-04-111-9/+9
* Fixed a typo.norby2005-01-251-2/+2
* Use a udp socket to communicate with the dhcp servers. The bpf interfaceclaudio2004-10-121-5/+73
* spelling fixes; ok jmc@ henning@david2004-09-211-2/+2
* sync synopsis with usagejaredy2004-08-161-2/+2
* -p and -q are no morejaredy2004-08-152-22/+3
* handle interface removals in the poll loop. ok henning@canacar2004-06-221-2/+2
* tzsethenning2004-05-121-1/+3
* remove unused stuff; henning okderaadt2004-05-044-129/+4
* fix _dhcp use nonexistant error message here toohenning2004-04-211-2/+2
* set write filter and lock the bpf descriptor after configuration.canacar2004-04-201-2/+50
* get rid of the -p switch, use fixed values for server and client ports,canacar2004-04-204-49/+24
* more shrinking; ok henningderaadt2004-04-204-124/+16
* tree.h is not used at allderaadt2004-04-203-111/+2
* use the shiny new _PATH_VAREMPTYhenning2004-04-151-2/+2
* $OpenBSD$henning2004-04-131-0/+2
* use standard options list, and slightly rearrange the page;jmc2004-04-131-31/+28
* remove the quiet option, we're being quiet by defaulthenning2004-04-132-16/+4
* chroot to /var/empty and drop privileges, theo okhenning2004-04-132-1/+15
* closer to realityhenning2004-04-131-41/+19
* relaying back bootp answers should work againhenning2004-04-121-20/+3
* remove those overly helpfull comments like explaining that time(3) gets thehenning2004-04-121-8/+0
* KNFhenning2004-04-121-16/+13
* one big sweep of KNF, ansi and suchhenning2004-04-121-105/+67
* se daemon(3)henning2004-04-121-15/+2
* spacingderaadt2004-04-121-4/+3