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_8


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.33   5 years  florian   Revert suni'ls ftp rewrite for now. We are juggling too many things at the momen...
[TXT] cmds.c  1.84   4 years  deraadt   various knf and whitespace; ok jca
[TXT] cmds.h  1.4   5 years  florian   Revert suni'ls ftp rewrite for now. We are juggling too many things at the momen...
[TXT] cmdtab.c  1.31   5 years  florian   Revert suni'ls ftp rewrite for now. We are juggling too many things at the momen...
[TXT] complete.c  1.33   5 years  florian   Revert suni'ls ftp rewrite for now. We are juggling too many things at the momen...
[TXT] cookie.c  1.9   5 years  florian   Revert suni'ls ftp rewrite for now. We are juggling too many things at the momen...
[TXT] domacro.c  1.22   4 years  deraadt   various knf and whitespace; ok jca
[TXT] extern.h  1.51   5 years  florian   Revert suni'ls ftp rewrite for now. We are juggling too many things at the momen...
[TXT] fetch.c  1.197   3 years  kn   Avoid malloc(3) calls in signal handler Fetch aborts through SIGINT (^C) print ...
[TXT] ftp.1  1.121   3 years  tb   Wording tweak from jsing
[TXT] ftp.c  1.107   4 years  deraadt   various knf and whitespace; ok jca
[TXT] ftp_var.h  1.45   3 years  jca   Fix build with -fno-common (default in clang 11) Input and ok mortimer@
[TXT] list.c  1.9   5 years  florian   Revert suni'ls ftp rewrite for now. We are juggling too many things at the momen...
[TXT] main.c  1.135   3 years  tb   On tls_config_set_protocols() failure, include the output of tls_config_error() ...
[TXT] pathnames.h  1.9   5 years  florian   Revert suni'ls ftp rewrite for now. We are juggling too many things at the momen...
[TXT] ruserpass.c  1.33   4 years  deraadt   When system calls indicate an error they return -1, not some arbitrary value < 0...
[TXT] small.c  1.12   4 years  deraadt   various knf and whitespace; ok jca
[TXT] small.h  1.3   5 years  florian   Revert suni'ls ftp rewrite for now. We are juggling too many things at the momen...
[TXT] stringlist.c  1.14   5 years  florian   Revert suni'ls ftp rewrite for now. We are juggling too many things at the momen...
[TXT] stringlist.h  1.8   5 years  florian   Revert suni'ls ftp rewrite for now. We are juggling too many things at the momen...
[TXT] util.c  1.93   3 years  deraadt   in 2014 I added this annotation: /* XXX floating point printf in signal handler ...