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
/
libexec
/
ftp-proxy
/
ftp-proxy.c
Age
Commit message (
Expand
)
Author
2004-11-19
options sort and sync usage();
Jason McIntyre
2004-07-11
addr -> address in usage() for consistency.
Brad Smith
2004-07-06
The 'reverse ftp-proxy' mode adds a command line option -R to
Daniel Hartmeier
2004-03-14
#include fixes, from Max Laier, ok beck@ henning@
Daniel Hartmeier
2004-01-22
Add a -a address option to set the address which the proxy will use
Bob Beck
2003-08-22
pf spelling police
David Krause
2003-07-29
correctly handle multiline responses with leading space followed by number
Henning Brauer
2003-06-28
missing protos
Theo de Raadt
2003-06-23
delinting from beck
Theo de Raadt
2003-03-20
cmdline options in alphabetical order in usage() and manpage
David Krause
2003-01-23
Honour TCP_WRAPPERS mk.conf setting; ok millert@
Damien Miller
2002-12-19
various tweaks. someone mailed in a huge diff that was so wrong in so
Theo de Raadt
2002-12-19
accidental commit
Theo de Raadt
2002-12-19
missing .Pp
Theo de Raadt
2002-07-07
typos/grammar/better words
Jan-Uwe Finck
2002-07-03
KNF
Theo de Raadt
2002-06-09
no newlines in syslog
Bob Beck
2002-05-23
KNF during an audit; found an improperly initialized sockaddr
Theo de Raadt
2002-03-12
Pass full length to strlcat(). From Brian Poole.
Daniel Hartmeier
2002-01-10
print proper host name for the proxy's peer; bob ok
Michael Shalayeff
2001-12-14
RFC 959 wasn't clear about what happens around a PASV reply, and in
Bob Beck
2001-10-10
fix multi-line contunuations - ok deraadt@
Bob Beck
2001-09-21
Drop privs to named group, not group with same name as user.
Bob Beck
2001-09-05
-Make ftp-proxy drop privs to user "proxy" by default.
Bob Beck
2001-08-28
remove unneeded code (this is done later)
Bob Beck
2001-08-28
oh, some cleanups etc etc
Theo de Raadt
2001-08-22
-Functionify some of the main loop, so it isn't so horrificly deep and is
Bob Beck
2001-08-19
unsmokecrack - thanks millert
Bob Beck
2001-08-19
decruftify with prejudice
Bob Beck
2001-08-19
decruftify
Bob Beck
2001-08-19
Argh. I must be wearing a stupid sign today
Bob Beck
2001-08-19
bye bye atoi.
Bob Beck
2001-08-19
oops
Bob Beck
2001-08-19
I'm a knuckle-dragging moron, the fd_set is overflowable - make it so
Bob Beck
2001-08-19
1564 lines of cleanup
Theo de Raadt
2001-08-19
KNF
Bob Beck
2001-08-19
gratuitous KNFism's, don't have it looking like it's your first day
Bob Beck
2001-08-19
transparent ftp proxy, based on Obtuse Systems juniper stuff with much
Bob Beck