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_8


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.28   9 years  tedu   various defines always exist, so delete the ifdef test. the socks support seems ...
[TXT] cmds.c  1.74   9 years  tedu   remove tenex transfer support. if you still have TOPS20 machines in service, you...
[TXT] cmds.h  1.2   9 years  tedu   remove tenex transfer support. if you still have TOPS20 machines in service, you...
[TXT] cmdtab.c  1.28   9 years  tedu   remove tenex transfer support. if you still have TOPS20 machines in service, you...
[TXT] complete.c  1.28   9 years  deraadt   Replace <sys/param.h> with <limits.h> and other less dirty headers where possibl...
[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.42   10 years  deraadt   Add -D shorttitle support, so that the progress meter can show some sort of reas...
[TXT] fetch.c  1.139.4.1   8 years  martijn   Backport fix for crash when non-standard newline is returned. OK sthen@ and bec...
[TXT] ftp.1  1.98   9 years  jmc   remove the first comma from constructs like ", and," and ", or,": you can use "a...
[TXT] ftp.c  1.91   9 years  tedu   various defines always exist, so delete the ifdef test. the socks support seems ...
[TXT] ftp_var.h  1.38   9 years  tedu   various defines always exist, so delete the ifdef test. the socks support seems ...
[TXT] list.c  1.7   10 years  deraadt   protos
[TXT] main.c  1.102   9 years  jsing   Rename tls_config_insecure_noverifyhost() to tls_config_insecure_noverifyname(),...
[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.30   9 years  deraadt   Replace <sys/param.h> with <limits.h> and other less dirty headers where possibl...
[TXT] small.c  1.4   9 years  tedu   remove tenex transfer support. if you still have TOPS20 machines in service, you...
[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.12   9 years  schwarze   Remove clauses 3 and 4 from Christos Zoulas' BSD license. This is safe because C...
[TXT] stringlist.h  1.5   9 years  schwarze   Remove clauses 3 and 4 from Christos Zoulas' BSD license. This is safe because C...
[TXT] util.c  1.72   9 years  millert   Eliminate use of TM_YEAR_BASE. OK guenther@ deraadt@ miod@