Module Name:src
Committed By: abhinav
Date: Tue May 31 16:26:48 UTC 2016
Modified Files:
src/external/bsd/fetch/dist/libfetch: fetch.3
Log Message:
Add the missing parameter "const char *pattern" to the fetchList* functions.
>From Julian Fagir in PR lib/45579
To generat
Module Name:src
Committed By: joerg
Date: Tue Jan 7 02:13:00 UTC 2014
Modified Files:
src/external/bsd/fetch/dist/libfetch: common.h ftp.c http.c
Log Message:
Annotate format strings. Add a bunch of int casts for size limits.
To generate a diff of this commit:
cvs rdiff
Module Name:src
Committed By: mrg
Date: Sat Oct 19 22:58:40 UTC 2013
Modified Files:
src/external/bsd/fetch/dist/libfetch: ftp.c
Log Message:
avoid a strict aliasing problem copying the mapped v4 address out of
a ipv6 address.
To generate a diff of this commit:
cvs rdiff
Module Name:src
Committed By: christos
Date: Wed Aug 17 09:19:38 UTC 2011
Modified Files:
src/external/bsd/fetch/dist/libfetch: ftp.c
Log Message:
fix gcc array out of bounds confusion.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/bsd/fetch/di
Module Name:src
Committed By: christos
Date: Sat Jun 25 20:27:02 UTC 2011
Modified Files:
src/external/bsd/fetch/dist/libfetch: common.c file.c ftp.c http.c
Log Message:
delint
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.9 -r1.2 src/external/bsd/fetch/dist/li
Module Name:src
Committed By: christos
Date: Sat Jun 25 20:13:03 UTC 2011
Modified Files:
src/external/bsd/fetch/dist/libfetch: ftp.c
Log Message:
add missing paren
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/fetch/dist/libfetch/ftp.c
Pl
Module Name:src
Committed By: christos
Date: Sat Jun 25 17:13:35 UTC 2011
Modified Files:
src/external/bsd/fetch/dist/libfetch: ftp.c
Log Message:
It is a lot nicer to getenv() what you need once and makes the code a lot
more readable.
To generate a diff of this commit:
Module Name:src
Committed By: joerg
Date: Wed Mar 24 20:52:39 UTC 2010
Removed Files:
src/external/bsd/fetch/dist/libfetch: fetch.cat3
Log Message:
Merge
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.5 -r0 src/external/bsd/fetch/dist/libfetch/fetch.cat3
Please
Module Name:src
Committed By: joerg
Date: Wed Mar 24 20:51:46 UTC 2010
Update of /cvsroot/src/external/bsd/fetch/dist/libfetch
In directory ivanova.netbsd.org:/tmp/cvs-serv26424
Log Message:
libfetch-2.31:
PR 43013 by Brook Milligan: fetch(3) violates RFC 1738 for ftp:// URLs
if