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_9


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.29   8 years  deraadt   ftp(1) was static for years, as a recovery seatbelt. These days reliability has...
[TXT] cmds.c  1.75   8 years  mmcc   A whole buncha unsigned char casts for ctype function arguments. ok guenther@
[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.29   8 years  mmcc   A whole buncha unsigned char casts for ctype function arguments. ok guenther@
[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.18   8 years  mmcc   A whole buncha unsigned char casts for ctype function arguments. ok guenther@
[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.145   8 years  martijn   Fix a crash when a server sends a non-standard newline ("\n" instead of "\r\n")....
[TXT] ftp.1  1.101   8 years  schwarze   Fix the example "ls . |more"; from Frederic Nowak <fnwk at mailbox dot org>. Whi...
[TXT] ftp.c  1.95   8 years  krw   Let special/ftp compile again. 'ares' is only used inside #ifndef SMALL, so decl...
[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.105   8 years  jca   Fix inverted pledge requests, from Frederic Nowak
[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.5   8 years  mmcc   A whole buncha unsigned char casts for ctype function arguments. ok guenther@
[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.76   8 years  mmcc   Remove NULL-checks before free(). ok tb@