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_6


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.26   9 years  jsing   Convert ftp(1) to libressl, rather than rolling in^W^Whand rolling libssl. ok b...
[TXT] cmds.c  1.71   11 years  bluhm   Add support for recursive ftp upload. The mput command of the ftp client got th...
[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.27   11 years  martynas   Remove empty[]. Unused after rev. 1.26.
[TXT] complete.c  1.27   10 years  jca   Kill useless assignement, matchlen is initialized two lines below. From Fritjof ...
[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.42   10 years  deraadt   Add -D shorttitle support, so that the progress meter can show some sort of reas...
[TXT] fetch.c  1.126   9 years  jsing   Convert ftp(1) to libressl, rather than rolling in^W^Whand rolling libssl. ok b...
[TXT] ftp.1  1.93   9 years  lteo   Allow ftp(1) to change its User-Agent for HTTP(S) URL requests using a -U comman...
[TXT] ftp.c  1.86   10 years  guenther   Use errc/warnc to simplify code. Also, in 'ftp', always put the error message la...
[TXT] ftp_var.h  1.35   9 years  jsing   Convert ftp(1) to libressl, rather than rolling in^W^Whand rolling libssl. ok b...
[TXT] list.c  1.7   10 years  deraadt   protos
[TXT] main.c  1.92   9 years  lteo   Clean up the ifdef maze in usage() by reformatting it to have distinct !SMALL an...
[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.29   10 years  guenther   Use errc/warnc to simplify code. Also, in 'ftp', always put the error message la...
[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.4   11 years  deraadt   Remove excessive sys/cdefs.h inclusion ok guenther millert kettenis
[TXT] util.c  1.66   10 years  dcoppa   Unbreak ftp progress meter after the introduction of the '-D' flag ok tedu@