summaryrefslogtreecommitdiffstats
path: root/usr.sbin/tftp-proxy (follow)
Commit message (Expand)AuthorAgeFilesLines
* mark up AUTHORS; from raf czlonkajmc2018-11-051-3/+3
* add missing HISTORY; based on CVS logs and release announcementsschwarze2017-10-171-2/+7
* 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
* Different compilers and versions of compilers have different warnings.jsg2017-04-161-2/+2
* the pf.conf sample should refer to group _tftp_proxy, not proxy;jmc2016-09-191-3/+3
* 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-012-11/+4
* 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
* Include <netinet/in.h> before <net/pfvar.h>. In a future change whenderaadt2015-01-211-3/+3
* 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-232-6/+14
* Implement -a option in tftp-proxy to make it work on a NAT gateway.florian2013-12-232-14/+97
* fix IPv6 in proxy_dst6()benno2013-12-231-3/+8
* By default, tftp-proxy listens on localhost addresses.florian2013-12-191-3/+3
* plug mem leak; Ok benno@florian2013-12-191-1/+2
* fix usage(); ok dlgjmc2012-10-061-3/+3
* inetd Xr no longer relevant; ok dlgjmc2012-10-061-3/+2
* Define empty CDIAGFLAGS for programs that use Werror.haesbaert2012-09-121-1/+2
* decls before codederaadt2012-08-191-5/+2
* first go at a manpagedlg2012-07-112-2/+134
* 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
* manpage is comingdlg2012-07-111-2/+2
* bring in a persistent event driven tftp-proxy to replace the libexecdlg2012-07-114-0/+1223