Daniel Stenberg
|
0b90ec9bbf
netrc: part of conditional expression is always true: !done
|
5 gadi atpakaļ |
Daniel Stenberg
|
158dcb9f86
netrc: free 'home' on error
|
5 gadi atpakaļ |
Daniel Stenberg
|
f9c7ba9096
netrc: make the code try ".netrc" on Windows as well
|
5 gadi atpakaļ |
Steve Holme
|
6c2f9bea70
netrc: Return the correct error code when out of memory
|
5 gadi atpakaļ |
Daniel Stenberg
|
1f8a584f6a
netrc: CURL_DISABLE_NETRC
|
5 gadi atpakaļ |
Michael Kaufmann
|
53db15ba55
netrc: don't ignore the login name specified with "--user"
|
6 gadi atpakaļ |
Michael Kaufmann
|
d48e6b7f95
netrc: free temporary strings if memory allocation fails
|
6 gadi atpakaļ |
Daniel Stenberg
|
a3b7cb7e84
netrc: use a larger buffer
|
6 gadi atpakaļ |
Daniel Stenberg
|
6b84438d9a
code style: use spaces around equals signs
|
7 gadi atpakaļ |
Gisle Vanem
|
a8e1c2e466
netrc: skip lines starting with '#'
|
7 gadi atpakaļ |
Daniel Stenberg
|
811a693b80
strcasecompare: all case insensitive string compares ignore locale now
|
8 gadi atpakaļ |
Daniel Stenberg
|
502acba2af
strcasecompare: is the new name for strequal()
|
8 gadi atpakaļ |
Daniel Stenberg
|
4f45240bc8
lib: include curl_printf.h as one of the last headers
|
8 gadi atpakaļ |
Daniel Stenberg
|
4af40b3646
URLs: change all http:// URLs to https://
|
8 gadi atpakaļ |
Jay Satiro
|
e8423f9ce1
curl_setup: Add macros for FOPEN_READTEXT, FOPEN_WRITETEXT
|
9 gadi atpakaļ |
Orgad Shaneh
|
33058a1dc3
netrc: Read in text mode when cygwin
|
9 gadi atpakaļ |
Viktor Szakats
|
48be87e5f0
netrc: support 'default' token
|
9 gadi atpakaļ |
Dan Fandrich
|
35648f2e79
curl_memory: make curl_memory.h the second-last header file loaded
|
9 gadi atpakaļ |
Daniel Stenberg
|
0f4a03cbb6
free: instead of Curl_safefree()
|
9 gadi atpakaļ |
Daniel Stenberg
|
df5578a7a3
mprintf.h: remove #ifdef CURLDEBUG
|
9 gadi atpakaļ |
Dan Fandrich
|
763c51780c
netrc: fixed thread safety problem by using getpwuid_r if available
|
10 gadi atpakaļ |
Dan Fandrich
|
135c2dc14f
netrc: treat failure to find home dir same as missing netrc file
|
10 gadi atpakaļ |
Marc Hoersken
|
549b4a659a
netrc.c: fix multiple possible dereferences of null pointers
|
10 gadi atpakaļ |
Dan Fandrich
|
b4b28c7001
netrc: Fixed a memory and file descriptor leak on OOM
|
10 gadi atpakaļ |
Daniel Stenberg
|
78e6683bb0
Curl_parsenetrc: document that the arguments must be allocated
|
11 gadi atpakaļ |
Jonathan Nieder
|
36585b5395
netrc: handle longer username and password
|
11 gadi atpakaļ |
John E. Malmberg
|
25f351424b
VMS: fix and generate the VMS build config
|
11 gadi atpakaļ |
Yang Tse
|
5a053ffe80
build: fix circular header inclusion with other packages
|
12 gadi atpakaļ |
Yang Tse
|
4a5aa6682d
Revert changes relative to lib/*.[ch] recent renaming
|
12 gadi atpakaļ |
Yang Tse
|
5b6e7927c6
build: rename 93 lib/*.c files
|
12 gadi atpakaļ |