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_7_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.16   24 years  itojun   ftp(1) from KAME, should be good for testing.
[TXT] cmds.c  1.32   24 years  itojun   ftp(1) from KAME, should be good for testing.
[TXT] cmdtab.c  1.13   24 years  itojun   ftp(1) from KAME, should be good for testing.
[TXT] complete.c  1.9   26 years  millert   Updtaes from NetBSD (lukem) bugs fixed: * don't interpret '-' or '|' w...
[TXT] domacro.c  1.7   26 years  millert   Updates from NetBSD (lukem) include -Wall cleanup. More -W* cleanup and in_port_...
[TXT] extern.h  1.19   24 years  itojun   ftp(1) from KAME, should be good for testing.
[TXT] fetch.c  1.30   24 years  deraadt   branches: 1.30.2; if no /etc/services file, use defaults. found by millert, fix...
[TXT] ftp.1  1.29   24 years  aaron   Various cleanup.
[TXT] ftp.c  1.35   24 years  deraadt   branches: 1.35.2; if no /etc/services file, use defaults. found by millert, fix...
[TXT] ftp_var.h  1.18   24 years  itojun   ftp(1) from KAME, should be good for testing.
[TXT] main.c  1.45   24 years  markus   fix overflows, ok aaron@
[TXT] pathnames.h  1.6   27 years  millert   Sync with NetBSD (lukem) * support $ftp_proxy for ftp:// transfers [bin/3245...
[TXT] ruserpass.c  1.11   26 years  deraadt   Y2K fixes from Andreas.Gunnarsson@emw.ericsson.se; culled from various places
[TXT] stringlist.c  1.2   26 years  millert   Updates from NetBSD (lukem) include -Wall cleanup. More -W* cleanup and in_port_...
[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.23   24 years  espie   Work-around for lame servers that return `19100' for a date. Based on NetBSD pa...