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_4_7_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.70   15 years  martynas   make it clean removing the ifdef SMALL maze. separate cmds and small stuff. ma...
[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.26   15 years  martynas   make it clean removing the ifdef SMALL maze. separate cmds and small stuff. ma...
[TXT] complete.c  1.23   15 years  martynas   make it clean removing the ifdef SMALL maze. separate cmds and small stuff. ma...
[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.39   15 years  martynas   make it clean removing the ifdef SMALL maze. separate cmds and small stuff. ma...
[TXT] fetch.c  1.97   14 years  martynas   factor psummary code of ftp.c to be generic, for all types of transfers. makes ...
[TXT] ftp.1  1.79   14 years  jmc   zap trailing whitespace;
[TXT] ftp.c  1.79   14 years  martynas   make it possible to abort transfers of broken ftp servers. first interrupt will...
[TXT] ftp_var.h  1.29   15 years  martynas   make it clean removing the ifdef SMALL maze. separate cmds and small stuff. ma...
[TXT] list.c  1.3   15 years  martynas   make it clean removing the ifdef SMALL maze. separate cmds and small stuff. ma...
[TXT] main.c  1.80   14 years  sobrado   document the "file:file" auto-fetching mode. based on a conversation with marty...
[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.3   15 years  martynas   make it clean removing the ifdef SMALL maze. separate cmds and small stuff. ma...
[TXT] util.c  1.64   14 years  deraadt   do not walk off the prefix array, off by one; found by parfait ok jsg millert