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_0_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.26   14 years  stsp   Fix a bug in auto-completion accidentally introduced when support for auto-compl...
[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.41   13 years  halex   fix output handling: - if a remote file by the name '-' is retrieved, that does ...
[TXT] fetch.c  1.103   13 years  martynas   don't free proxyurl and cookie twice in the location code; with halex@
[TXT] ftp.1  1.81   13 years  jmc   fix SYNOPSIS (yes, there are still some issues here);
[TXT] ftp.c  1.81   13 years  lum   Make second parameter of poll() the correct type. Removes compile warning. advi...
[TXT] ftp_var.h  1.31   13 years  deraadt   #ifndef SMALL a few more things to save space on the ramdisks
[TXT] list.c  1.5   13 years  halex   make lint happy ok phessler@
[TXT] main.c  1.81   13 years  halex   fix output handling: - if a remote file by the name '-' is retrieved, that does ...
[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