summaryrefslogtreecommitdiff
path: root/lib/netrc.c
Commit message (Expand)AuthorAgeFilesLines
* netrc: part of conditional expression is always true: !doneDaniel Stenberg2019-09-201-1/+1
* netrc: free 'home' on errorDaniel Stenberg2019-09-031-7/+12
* netrc: make the code try ".netrc" on Windows as wellDaniel Stenberg2019-08-201-59/+87
* netrc: Return the correct error code when out of memorySteve Holme2019-06-181-1/+1
* netrc: CURL_DISABLE_NETRCDaniel Stenberg2019-05-171-1/+4
* netrc: don't ignore the login name specified with "--user"Michael Kaufmann2018-11-051-2/+9
* netrc: free temporary strings if memory allocation failsMichael Kaufmann2018-10-251-9/+39
* netrc: use a larger bufferDaniel Stenberg2018-06-231-2/+2
* code style: use spaces around equals signsDaniel Stenberg2017-09-111-19/+20
* netrc: skip lines starting with '#'Gisle Vanem2017-08-031-1/+4
* strcasecompare: all case insensitive string compares ignore locale nowDaniel Stenberg2016-10-311-8/+8
* strcasecompare: is the new name for strequal()Daniel Stenberg2016-10-311-2/+0
* lib: include curl_printf.h as one of the last headersDaniel Stenberg2016-04-291-3/+3
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* curl_setup: Add macros for FOPEN_READTEXT, FOPEN_WRITETEXTJay Satiro2015-06-011-5/+1
* netrc: Read in text mode when cygwinOrgad Shaneh2015-05-061-0/+4
* netrc: support 'default' tokenViktor Szakats2015-04-241-0/+4
* curl_memory: make curl_memory.h the second-last header file loadedDan Fandrich2015-03-241-2/+2
* free: instead of Curl_safefree()Daniel Stenberg2015-03-161-2/+2
* mprintf.h: remove #ifdef CURLDEBUGDaniel Stenberg2015-03-031-4/+2
* netrc: fixed thread safety problem by using getpwuid_r if availableDan Fandrich2014-07-131-1/+13
* netrc: treat failure to find home dir same as missing netrc fileDan Fandrich2014-07-121-1/+1
* netrc.c: fix multiple possible dereferences of null pointersMarc Hoersken2014-04-191-3/+3
* netrc: Fixed a memory and file descriptor leak on OOMDan Fandrich2014-01-241-14/+15
* Curl_parsenetrc: document that the arguments must be allocatedDaniel Stenberg2013-08-291-1/+4
* netrc: handle longer username and passwordJonathan Nieder2013-08-201-7/+13
* VMS: fix and generate the VMS build configJohn E. Malmberg2013-02-051-7/+0
* build: fix circular header inclusion with other packagesYang Tse2013-01-091-1/+1
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-0/+186
* build: rename 93 lib/*.c filesYang Tse2013-01-031-186/+0
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-6/+6
* setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h>Yang Tse2012-12-141-3/+0
* netrc: remove dead codeDaniel Stenberg2012-06-121-9/+2
* stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.hYang Tse2011-07-261-4/+0
* unittest: mark all unit tested functionsDaniel Stenberg2011-06-101-1/+4
* netrc: Removed _NETRC_DEBUG code.Julien Chaffraix2011-02-201-9/+0
* tests: Cleaned up netrc testing.Julien Chaffraix2011-02-201-15/+0
* test1304: Added some unit tests for Curl_parsenetrc.Julien Chaffraix2011-02-101-5/+0
* netrc: Removed dead code.Julien Chaffraix2011-02-071-23/+0
* netrc: Tightened up the type checks.Julien Chaffraix2011-02-071-2/+6
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
* removed trailing whitespaceYang Tse2010-02-141-2/+2
* VMS specific preprocessor symbol checking adjustmentsYang Tse2009-12-301-2/+2
* Adjusted to take in account that...Yang Tse2009-06-101-2/+2
* libcurl's memory.h renamed to curl_memory.hYang Tse2009-04-211-1/+1
* fix compiler warning: implicit conversion shortens 64-bit value into a 32-bit...Yang Tse2009-04-141-3/+4
* moved the Curl_raw_ functions into the new lib/rawstr.c file for easier curlx_Daniel Stenberg2008-10-231-0/+1
* Renamed Curl_ascii_equal to Curl_raw_equal and bugfixed the my_toupper functionDaniel Stenberg2008-10-161-6/+6
* - Pascal Terjan filed bug #2154627Daniel Stenberg2008-10-151-7/+7
* ANSI C compatibility adjustmentYang Tse2008-09-121-1/+1