OpenBSD CVS

src/usr.bin/ftp/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / usr.bin / ftp

Current tag: OPENBSD_2_1_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.9   27 years  millert   Sync with NetBSD (lukem) * support $ftp_proxy for ftp:// transfers [bin/3245...
[TXT] cmds.c  1.20   27 years  deraadt   allow "ftp -aV ftp://host/foo.tar.gz | tar xvfpz -" to work
[TXT] cmdtab.c  1.9   27 years  millert   Sync with NetBSD (lukem) * support $ftp_proxy for ftp:// transfers [bin/3245...
[TXT] complete.c  1.7   27 years  deraadt   allow "ftp -aV ftp://host/foo.tar.gz | tar xvfpz -" to work
[TXT] domacro.c  1.6   27 years  deraadt   allow "ftp -aV ftp://host/foo.tar.gz | tar xvfpz -" to work
[TXT] extern.h  1.13   27 years  deraadt   allow "ftp -aV ftp://host/foo.tar.gz | tar xvfpz -" to work
[TXT] fetch.c  1.12   27 years  millert   Make ftp ftp://anonymous:root@your.dom.ain@ftp.our.place.foo/pub/OpenBSD/ work. ...
[TXT] ftp.1  1.12   27 years  deraadt   allow "ftp -aV ftp://host/foo.tar.gz | tar xvfpz -" to work
[TXT] ftp.c  1.18   27 years  deraadt   allow "ftp -aV ftp://host/foo.tar.gz | tar xvfpz -" to work
[TXT] ftp_var.h  1.12   27 years  deraadt   allow "ftp -aV ftp://host/foo.tar.gz | tar xvfpz -" to work
[TXT] main.c  1.31   27 years  millert   Deal with $TERM not being set (like in single user mode).
[TXT] pathnames.h  1.6   27 years  millert   Sync with NetBSD (lukem) * support $ftp_proxy for ftp:// transfers [bin/3245...
[TXT] ruserpass.c  1.8   27 years  deraadt   allow "ftp -aV ftp://host/foo.tar.gz | tar xvfpz -" to work
[TXT] stringlist.c  1.1   27 years  millert   Add back ``-r'' option and fix strncpy() usage and other nits because I'm anal. ...
[TXT] stringlist.h  1.1   27 years  millert   Add back ``-r'' option and fix strncpy() usage and other nits because I'm anal. ...
[TXT] util.c  1.9   27 years  millert   Only retry login as "anonymous" if we are doing anonftp. Found by grr@openbsd.or...