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_6_0_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.30   8 years  jca   Remove #ifdef INET6 bits, missed in a commit earlier this week This probably br...
[TXT] cmds.c  1.77   7 years  krw   Avoid a use-after-free. Diff from Vladimir Sotirov via tech@. Thanks! ok mille...
[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.147   7 years  jsing   Per the libtls man page, tls_init() must be called prior to any other tls_* func...
[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.96   8 years  krw   More "(<blah> *)0" -> NULL, avoiding any stdarg functions. Feedback millert@ ke...
[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.109   7 years  jsing   Adjust existing tls_config_set_cipher() callers for TLS cipher group changes - m...
[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.6   7 years  krw   Avoid a use-after-free. Diff from Vladimir Sotirov via tech@. Thanks! ok mille...
[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.77   8 years  krw   More "(<blah> *)0" -> NULL, avoiding any stdarg functions. Feedback millert@ ke...