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_5_3_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.25   15 years  martynas   make it clean removing the ifdef SMALL maze. separate cmds and small stuff. ma...
[TXT] cmds.c  1.71   11 years  bluhm   Add support for recursive ftp upload. The mput command of the ftp client got th...
[TXT] cmds.h  1.1   15 years  martynas   make it clean removing the ifdef SMALL maze. separate cmds and small stuff. ma...
[TXT] cmdtab.c  1.27   11 years  martynas   Remove empty[]. Unused after rev. 1.26.
[TXT] complete.c  1.26   14 years  stsp   Fix a bug in auto-completion accidentally introduced when support for auto-compl...
[TXT] cookie.c  1.5   15 years  martynas   make it clean removing the ifdef SMALL maze. separate cmds and small stuff. ma...
[TXT] domacro.c  1.17   15 years  martynas   make it clean removing the ifdef SMALL maze. separate cmds and small stuff. ma...
[TXT] extern.h  1.41   13 years  halex   fix output handling: - if a remote file by the name '-' is retrieved, that does ...
[TXT] fetch.c  1.107   11 years  haesbaert   Fix http resume without out auth, which I broke on the last commit, spotted by b...
[TXT] ftp.1  1.87   11 years  lteo   Add a STANDARDS section to list RFC's related to the FTP protocol (matches the S...
[TXT] ftp.c  1.82   12 years  haesbaert   Add a -s flag to ftp(1) to let the user specify the source IP address of the con...
[TXT] ftp_var.h  1.32   12 years  haesbaert   Add a -s flag to ftp(1) to let the user specify the source IP address of the con...
[TXT] list.c  1.5   13 years  halex   make lint happy ok phessler@
[TXT] main.c  1.85   11 years  lteo   Make a few ftp(1) usage/man page changes related to Basic authentication: - Com...
[TXT] pathnames.h  1.7   20 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] ruserpass.c  1.28   15 years  martynas   make it clean removing the ifdef SMALL maze. separate cmds and small stuff. ma...
[TXT] small.c  1.1   15 years  martynas   make it clean removing the ifdef SMALL maze. separate cmds and small stuff. ma...
[TXT] small.h  1.1   15 years  martynas   make it clean removing the ifdef SMALL maze. separate cmds and small stuff. ma...
[TXT] stringlist.c  1.10   15 years  martynas   make it clean removing the ifdef SMALL maze. separate cmds and small stuff. ma...
[TXT] stringlist.h  1.4   11 years  deraadt   Remove excessive sys/cdefs.h inclusion ok guenther millert kettenis
[TXT] util.c  1.64   14 years  deraadt   do not walk off the prefix array, off by one; found by parfait ok jsg millert