aboutsummaryrefslogtreecommitdiff
path: root/lib/netrc.c
AgeCommit message (Expand)Author
2019-09-20netrc: part of conditional expression is always true: !doneDaniel Stenberg
2019-09-03netrc: free 'home' on errorDaniel Stenberg
2019-08-20netrc: make the code try ".netrc" on Windows as wellDaniel Stenberg
2019-06-18netrc: Return the correct error code when out of memorySteve Holme
2019-05-17netrc: CURL_DISABLE_NETRCDaniel Stenberg
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-06-23netrc: use a larger bufferDaniel Stenberg
2017-09-11code style: use spaces around equals signsDaniel 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
2011-02-20netrc: Removed _NETRC_DEBUG code.Julien Chaffraix
2011-02-20tests: Cleaned up netrc testing.Julien Chaffraix
2011-02-10test1304: Added some unit tests for Curl_parsenetrc.Julien Chaffraix
2011-02-07netrc: Removed dead code.Julien Chaffraix
2011-02-07netrc: Tightened up the type checks.Julien Chaffraix
2010-03-24remove the CVSish $Id$ linesDaniel Stenberg
2010-02-14removed trailing whitespaceYang Tse
2009-12-30VMS specific preprocessor symbol checking adjustmentsYang Tse
2009-06-10Adjusted to take in account that...Yang Tse
2009-04-21libcurl's memory.h renamed to curl_memory.hYang Tse
2009-04-14fix compiler warning: implicit conversion shortens 64-bit value into a 32-bit...Yang Tse
2008-10-23moved the Curl_raw_ functions into the new lib/rawstr.c file for easier curlx_Daniel Stenberg
2008-10-16Renamed Curl_ascii_equal to Curl_raw_equal and bugfixed the my_toupper functionDaniel Stenberg
2008-10-15- Pascal Terjan filed bug #2154627Daniel Stenberg
2008-09-12ANSI C compatibility adjustmentYang Tse