summaryrefslogtreecommitdiff
path: root/usr.sbin/tftp-proxy
AgeCommit message (Expand)Author
2022-03-31man pages: add missing commas between subordinate and main clausesChristian Weisgerber
2021-01-17Remove a __KAME__ block for extracting the scope_id from IPV6_PKTINFO.Claudio Jeker
2018-11-05mark up AUTHORS; from raf czlonkaJason McIntyre
2017-10-17add missing HISTORY; based on CVS logs and release announcementsIngo Schwarze
2017-07-04Include stdarg.h explicitly instead of relying on event.h to bring it in.Florian Obser
2017-05-26Sync the severity of the syslog_* functions shared between identd, slowcgi,Florian Obser
2017-04-16Different compilers and versions of compilers have different warnings.Jonathan Gray
2016-09-19the pf.conf sample should refer to group _tftp_proxy, not proxy;Jason McIntyre
2016-09-04Add format attribute to logger functions.Florian Obser
2016-02-24satisfy whiny compiler on m88k, noticed by aoyama, solution from gsoaresTheo de Raadt
2016-02-12Call daemon(3) later, to catch errors from getpwnam and others.Jeremie Courreges-Anglas
2015-12-01switch to new _tftp_proxy user; ok dlgTheo de Raadt
2015-11-14pledge "stdio inet sendfd" before entering main loop in network speakingTheo de Raadt
2015-11-12Remove repeat of getpwnam() that is not needed at all.Theo de Raadt
2015-11-12spacesTheo de Raadt
2015-10-10Convert FIONBIO to SOCK_NONBLOCKPhilip Guenther
2015-01-21Include <netinet/in.h> before <net/pfvar.h>. In a future change whenTheo de Raadt
2012-07-11bring in a persistent event driven tftp-proxy to replace the libexecDavid Gwynne
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2013-12-23When no address for the current AF was specified with -a generate passFlorian Obser
2013-12-23Make it possible to give -a multiple times on the command line.Florian Obser
2013-12-23Implement -a option in tftp-proxy to make it work on a NAT gateway.Florian Obser
2013-12-23fix IPv6 in proxy_dst6()Sebastian Benoit
2013-12-19By default, tftp-proxy listens on localhost addresses.Florian Obser
2013-12-19plug mem leak; Ok benno@Florian Obser
2012-10-06fix usage(); ok dlgJason McIntyre
2012-10-06inetd Xr no longer relevant; ok dlgJason McIntyre
2012-09-12Define empty CDIAGFLAGS for programs that use Werror.Christiano F. Haesbaert
2012-08-19decls before codeTheo de Raadt
2012-07-11first go at a manpageDavid Gwynne
2012-07-11fix getopt to not eat tDavid Gwynne
2012-07-11-t pftag doesnt do anything, trim the getopt side of it until i get to it.David Gwynne
2012-07-11manpage is comingDavid Gwynne
2012-07-11bring in a persistent event driven tftp-proxy to replace the libexecDavid Gwynne