curl/lib
Daniel Stenberg 346340808c URL-parser: for file://[host]/ URLs, the [host] must be localhost
Previously, the [host] part was just ignored which made libcurl accept
strange URLs misleading users. like "file://etc/passwd" which might've
looked like it refers to "/etc/passwd" but is just "/passwd" since the
"etc" is an ignored host name.

Reported-by: Mike Crowe
Assisted-by: Kamil Dudka
2016-11-11 17:14:45 +01:00
..
vauth digest_sspi: fix include 2016-10-31 12:51:27 +01:00
vtls openssl: make sure to fail in the unlikely event that PRNG seeding fails 2016-11-11 14:16:31 +01:00
.gitignore
amigaos.c
amigaos.h
arpa_telnet.h
asyn-ares.c
asyn-thread.c
asyn.h
base64.c base64: check for integer overflow on large input 2016-10-31 08:46:35 +01:00
checksrc.pl
CMakeLists.txt
config-amigaos.h
config-dos.h
config-mac.h
config-os400.h
config-riscos.h
config-symbian.h
config-tpf.h
config-vxworks.h
config-win32.h
config-win32ce.h
conncache.c strcasecompare: all case insensitive string compares ignore locale now 2016-10-31 08:46:35 +01:00
conncache.h
connect.c
connect.h
content_encoding.c realloc: use Curl_saferealloc to avoid common mistakes 2016-11-11 10:03:48 +01:00
content_encoding.h
cookie.c cookie: replace use of fgets() with custom version 2016-10-31 08:46:35 +01:00
cookie.h cookies: getlist() now holds deep copies of all cookies 2016-10-31 08:46:35 +01:00
curl_addrinfo.c
curl_addrinfo.h
curl_base64.h
curl_config.h.cmake
curl_des.c
curl_des.h
curl_endian.c
curl_endian.h
curl_fnmatch.c
curl_fnmatch.h
curl_gethostname.c
curl_gethostname.h
curl_gssapi.c
curl_gssapi.h
curl_hmac.h
curl_ldap.h
curl_md4.h
curl_md5.h
curl_memory.h
curl_memrchr.c
curl_memrchr.h
curl_multibyte.c
curl_multibyte.h
curl_ntlm_core.c strcasecompare: all case insensitive string compares ignore locale now 2016-10-31 08:46:35 +01:00
curl_ntlm_core.h
curl_ntlm_wb.c realloc: use Curl_saferealloc to avoid common mistakes 2016-11-11 10:03:48 +01:00
curl_ntlm_wb.h
curl_printf.h
curl_rtmp.c
curl_rtmp.h
curl_sasl.c strcasecompare: all case insensitive string compares ignore locale now 2016-10-31 08:46:35 +01:00
curl_sasl.h
curl_sec.h
curl_setup_once.h
curl_setup.h idn: switch to libidn2 use and IDNA2008 support 2016-10-31 08:46:35 +01:00
curl_sspi.c
curl_sspi.h
curl_threads.c
curl_threads.h
curlx.h strcase: make the tool use curl_str[n]equal instead 2016-10-31 21:51:19 +01:00
dict.c strcasecompare: all case insensitive string compares ignore locale now 2016-10-31 08:46:35 +01:00
dict.h
dotdot.c
dotdot.h
easy.c easy: Initialize info variables on easy init and duphandle 2016-11-05 23:06:28 -04:00
easyif.h
escape.c realloc: use Curl_saferealloc to avoid common mistakes 2016-11-11 10:03:48 +01:00
escape.h
file.c file: fix compiler warning 2016-11-01 20:40:26 +01:00
file.h
fileinfo.c
fileinfo.h
firefox-db2pem.sh
formdata.c strcasecompare: is the new name for strequal() 2016-10-31 08:46:35 +01:00
formdata.h
ftp.c ftp_done: don't clobber the passed in error code 2016-11-02 07:22:27 +01:00
ftp.h
ftplistparser.c strcasecompare: all case insensitive string compares ignore locale now 2016-10-31 08:46:35 +01:00
ftplistparser.h
getenv.c
getinfo.c easy: Initialize info variables on easy init and duphandle 2016-11-05 23:06:28 -04:00
getinfo.h
gopher.c strcasecompare: all case insensitive string compares ignore locale now 2016-10-31 08:46:35 +01:00
gopher.h
hash.c
hash.h
hmac.c
hostasyn.c
hostcheck.c strcasecompare: all case insensitive string compares ignore locale now 2016-10-31 08:46:35 +01:00
hostcheck.h
hostip4.c
hostip6.c
hostip.c
hostip.h
hostsyn.c
http2.c realloc: use Curl_saferealloc to avoid common mistakes 2016-11-11 10:03:48 +01:00
http2.h
http_chunks.c
http_chunks.h
http_digest.c strcasecompare: all case insensitive string compares ignore locale now 2016-10-31 08:46:35 +01:00
http_digest.h
http_negotiate.c SPNEGO: Fix memory leak when authentication fails 2016-11-09 15:02:02 +01:00
http_negotiate.h
http_ntlm.c strcasecompare: all case insensitive string compares ignore locale now 2016-10-31 08:46:35 +01:00
http_ntlm.h
http_proxy.c strcasecompare: all case insensitive string compares ignore locale now 2016-10-31 08:46:35 +01:00
http_proxy.h
http.c realloc: use Curl_saferealloc to avoid common mistakes 2016-11-11 10:03:48 +01:00
http.h
idn_win32.c
if2ip.c strcasecompare: is the new name for strequal() 2016-10-31 08:46:35 +01:00
if2ip.h
imap.c strcasecompare: all case insensitive string compares ignore locale now 2016-10-31 08:46:35 +01:00
imap.h
inet_ntop.c
inet_ntop.h
inet_pton.c
inet_pton.h
krb5.c
ldap.c ldap: fix include 2016-10-31 09:50:41 +01:00
libcurl.def
libcurl.plist
libcurl.rc
libcurl.vers.in
llist.c
llist.h
Makefile.am
makefile.amiga
Makefile.b32
makefile.dj
Makefile.inc strcasecompare: all case insensitive string compares ignore locale now 2016-10-31 08:46:35 +01:00
Makefile.m32
Makefile.netware s/cURL/curl 2016-11-07 10:36:23 +01:00
Makefile.vc6 msvc: removed a straggling reference to strequal.c 2016-11-02 09:15:02 +01:00
Makefile.vxworks
Makefile.Watcom
md4.c
md5.c
memdebug.c
memdebug.h
mk-ca-bundle.pl
mk-ca-bundle.vbs
mprintf.c printf: fix ".*f" handling 2016-11-08 15:30:33 +01:00
multi.c
multihandle.h
multiif.h
netrc.c strcasecompare: all case insensitive string compares ignore locale now 2016-10-31 08:46:35 +01:00
netrc.h
non-ascii.c
non-ascii.h
nonblock.c
nonblock.h
nwlib.c
nwos.c
objnames-test08.sh
objnames-test10.sh
objnames.inc
openldap.c
parsedate.c strcasecompare: all case insensitive string compares ignore locale now 2016-10-31 08:46:35 +01:00
parsedate.h
pingpong.c
pingpong.h
pipeline.c strcasecompare: all case insensitive string compares ignore locale now 2016-10-31 08:46:35 +01:00
pipeline.h
pop3.c strcasecompare: all case insensitive string compares ignore locale now 2016-10-31 08:46:35 +01:00
pop3.h
progress.c Curl_pgrsUpdate: use dedicated function for time passed 2016-11-11 11:02:02 +01:00
progress.h
rtsp.c realloc: use Curl_saferealloc to avoid common mistakes 2016-11-11 10:03:48 +01:00
rtsp.h
security.c realloc: use Curl_saferealloc to avoid common mistakes 2016-11-11 10:03:48 +01:00
select.c
select.h
sendf.c
sendf.h
setup-os400.h
setup-vms.h
share.c
share.h
sigpipe.h
slist.c
slist.h
smb.c
smb.h
smtp.c strcasecompare: all case insensitive string compares ignore locale now 2016-10-31 08:46:35 +01:00
smtp.h
sockaddr.h
socks_gssapi.c
socks_sspi.c
socks.c strcasecompare: is the new name for strequal() 2016-10-31 08:46:35 +01:00
socks.h
speedcheck.c
speedcheck.h
splay.c
splay.h
ssh.c realloc: use Curl_saferealloc to avoid common mistakes 2016-11-11 10:03:48 +01:00
ssh.h
strcase.c strcasecompare: include curl.h in strcase.c 2016-10-31 15:21:13 +01:00
strcase.h strcase: fixed Metalink builds by redefining checkprefix() 2016-11-01 11:44:11 +01:00
strdup.c realloc: use Curl_saferealloc to avoid common mistakes 2016-11-11 10:03:48 +01:00
strdup.h realloc: use Curl_saferealloc to avoid common mistakes 2016-11-11 10:03:48 +01:00
strerror.c idn: switch to libidn2 use and IDNA2008 support 2016-10-31 08:46:35 +01:00
strerror.h idn: switch to libidn2 use and IDNA2008 support 2016-10-31 08:46:35 +01:00
strtok.c
strtok.h
strtoofft.c
strtoofft.h
system_win32.c
system_win32.h
telnet.c strcasecompare: all case insensitive string compares ignore locale now 2016-10-31 08:46:35 +01:00
telnet.h
tftp.c strcasecompare: all case insensitive string compares ignore locale now 2016-10-31 08:46:35 +01:00
tftp.h
timeval.c
timeval.h
transfer.c strcasecompare: all case insensitive string compares ignore locale now 2016-10-31 08:46:35 +01:00
transfer.h
url.c URL-parser: for file://[host]/ URLs, the [host] must be localhost 2016-11-11 17:14:45 +01:00
url.h
urldata.h easy: Initialize info variables on easy init and duphandle 2016-11-05 23:06:28 -04:00
version.c idn: switch to libidn2 use and IDNA2008 support 2016-10-31 08:46:35 +01:00
warnless.c
warnless.h
wildcard.c
wildcard.h
x509asn1.c strcase: s/strequal/strcasecompare 2016-10-31 09:37:54 +01:00
x509asn1.h