summaryrefslogtreecommitdiffstats
path: root/usr.sbin/tftp-proxy/tftp-proxy.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Include stdarg.h explicitly instead of relying on event.h to bring it in.florian2017-07-041-1/+2
* Sync the severity of the syslog_* functions shared between identd, slowcgi,florian2017-05-261-5/+5
* Add format attribute to logger functions.florian2016-09-041-13/+43
* satisfy whiny compiler on m88k, noticed by aoyama, solution from gsoaresderaadt2016-02-241-2/+1
* Call daemon(3) later, to catch errors from getpwnam and others.jca2016-02-121-17/+11
* switch to new _tftp_proxy user; ok dlgderaadt2015-12-011-2/+2
* pledge "stdio inet sendfd" before entering main loop in network speakingderaadt2015-11-141-1/+4
* Remove repeat of getpwnam() that is not needed at all.deraadt2015-11-121-5/+1
* spacesderaadt2015-11-121-13/+13
* Convert FIONBIO to SOCK_NONBLOCKguenther2015-10-101-16/+7
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-3/+2
* When no address for the current AF was specified with -a generate passflorian2013-12-231-14/+13
* Make it possible to give -a multiple times on the command line.florian2013-12-231-5/+10
* Implement -a option in tftp-proxy to make it work on a NAT gateway.florian2013-12-231-11/+83
* fix IPv6 in proxy_dst6()benno2013-12-231-3/+8
* plug mem leak; Ok benno@florian2013-12-191-1/+2
* fix usage(); ok dlgjmc2012-10-061-3/+3
* decls before codederaadt2012-08-191-5/+2
* fix getopt to not eat tdlg2012-07-111-2/+2
* -t pftag doesnt do anything, trim the getopt side of it until i get to it.dlg2012-07-111-8/+3
* bring in a persistent event driven tftp-proxy to replace the libexecdlg2012-07-111-0/+956