summaryrefslogtreecommitdiff
path: root/lib/netrc.c
AgeCommit message (Expand)Author
2021-01-13Merge tag 'curl-7_74_0'nikita
2020-11-05copyright: fix year rangesDaniel Stenberg
2020-11-04curl.se: new homeDaniel Stenberg
2019-11-06Merge tag 'curl-7_67_0'ng0
2019-09-20netrc: part of conditional expression is always true: !doneDaniel Stenberg
2019-09-12Merge tag 'curl-7_66_0'ng0
2019-09-03netrc: free 'home' on errorDaniel Stenberg
2019-08-20netrc: make the code try ".netrc" on Windows as wellDaniel Stenberg
2019-08-15Merge tag 'curl-7_65_3'ng0
2019-06-18netrc: Return the correct error code when out of memorySteve Holme
2019-05-22Merge tag 'curl-7_65_0' of https://github.com/curl/curlng0
2019-05-17netrc: CURL_DISABLE_NETRCDaniel Stenberg
2019-01-12Merge tag 'curl-7_63_0'ng0
2018-11-10Merge tag 'curl-7_62_0'Nils Gillmann
2018-11-05netrc: don't ignore the login name specified with "--user"Michael Kaufmann
2018-10-25netrc: free temporary strings if memory allocation failsMichael Kaufmann
2018-08-05Merge tag 'curl-7_61_0'Nils Gillmann
2018-06-23netrc: use a larger bufferDaniel Stenberg
2017-10-06Merge tag 'curl-7_56_0'ng0
2017-09-11code style: use spaces around equals signsDaniel Stenberg
2017-08-22Patchset for gnURL microfork:gnurl-7_55_1-1Christian Grothoff
2017-08-22netrc: skip lines starting with '#'Gisle Vanem
2017-08-22strcasecompare: all case insensitive string compares ignore locale nowDaniel Stenberg
2017-08-22strcasecompare: is the new name for strequal()Daniel Stenberg
2017-08-03netrc: skip lines starting with '#'Gisle Vanem
2016-10-31strcasecompare: all case insensitive string compares ignore locale nowDaniel Stenberg
2016-10-31strcasecompare: is the new name for strequal()Daniel Stenberg
2016-04-29lib: include curl_printf.h as one of the last headersDaniel Stenberg
2016-02-03URLs: change all http:// URLs to https://Daniel Stenberg
2015-06-01curl_setup: Add macros for FOPEN_READTEXT, FOPEN_WRITETEXTJay Satiro
2015-05-06netrc: Read in text mode when cygwinOrgad Shaneh
2015-04-24netrc: support 'default' tokenViktor Szakats
2015-03-24curl_memory: make curl_memory.h the second-last header file loadedDan Fandrich
2015-03-16free: instead of Curl_safefree()Daniel Stenberg
2015-03-03mprintf.h: remove #ifdef CURLDEBUGDaniel Stenberg
2014-07-13netrc: fixed thread safety problem by using getpwuid_r if availableDan Fandrich
2014-07-12netrc: treat failure to find home dir same as missing netrc fileDan Fandrich
2014-04-19netrc.c: fix multiple possible dereferences of null pointersMarc Hoersken
2014-01-24netrc: Fixed a memory and file descriptor leak on OOMDan Fandrich
2013-08-29Curl_parsenetrc: document that the arguments must be allocatedDaniel Stenberg
2013-08-20netrc: handle longer username and passwordJonathan Nieder
2013-02-05VMS: fix and generate the VMS build configJohn E. Malmberg
2013-01-09build: fix circular header inclusion with other packagesYang Tse
2013-01-06Revert changes relative to lib/*.[ch] recent renamingYang Tse
2013-01-03build: rename 93 lib/*.c filesYang Tse
2012-12-28build: make use of 76 lib/*.h renamed filesYang Tse
2012-12-14setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h>Yang Tse
2012-06-12netrc: remove dead codeDaniel Stenberg
2011-07-26stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.hYang Tse
2011-06-10unittest: mark all unit tested functionsDaniel Stenberg