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_3


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] Makefile  1.22   16 years  pyr   Enable cookie support. This allows parsing of netscape-like cookie jars and send...
[TXT] cmds.c  1.57   16 years  gilles   use strcspn to properly overwrite '\n' in fgets returned buffer ok pyr@, ray@, ...
[TXT] cmdtab.c  1.20   18 years  tedu   two strtol calls that were begging to be converted to strtonum
[TXT] complete.c  1.19   17 years  steven   free and sl_free already check against NULL, remove a few unneeded ifs. ok otto...
[TXT] cookie.c  1.2   16 years  pyr   Simplify the code that strips out \r by using strcspn. ok millert@
[TXT] domacro.c  1.13   18 years  ray   Remove shadowing variables and properly use /* FALLTHROUGH */ comments. No bina...
[TXT] extern.h  1.31   16 years  espie   implement a `keep-alive' option that sends bytes over an inactive connection. Th...
[TXT] fetch.c  1.75   16 years  martynas   implement -C for continuing ftp, http(s), and file transfers ok millert@, pyr@
[TXT] ftp.1  1.65   16 years  jmc   - [-C] and [-c cookie] do not belong in the first synopsis/usage(); after some d...
[TXT] ftp.c  1.67   16 years  espie   implement a `keep-alive' option that sends bytes over an inactive connection. Th...
[TXT] ftp_var.h  1.25   16 years  martynas   implement -C for continuing ftp, http(s), and file transfers ok millert@, pyr@
[TXT] main.c  1.68   16 years  jmc   - [-C] and [-c cookie] do not belong in the first synopsis/usage(); after some d...
[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.25   16 years  moritz   Add missing return value checks for strdup() andd fgetc(). From Nicholas Marriot...
[TXT] stringlist.c  1.8   16 years  deraadt   use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg
[TXT] stringlist.h  1.2   22 years  millert   Part one of userland __P removal. Done with a simple regexp with some minor han...
[TXT] util.c  1.47   16 years  gilles   use strcspn to properly overwrite '\n' in fgets returned buffer ok pyr@, ray@, ...