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