summaryrefslogtreecommitdiff
path: root/lib/netrc.c
Commit message (Expand)AuthorAgeFilesLines
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-031-1/+1
* netrc: replace fgets with Curl_get_lineDaniel Stenberg2022-10-241-2/+3
* netrc: remove the two 'changed' argumentsDaniel Stenberg2022-10-131-17/+4
* strcase: add and use Curl_timestrcmpDaniel Stenberg2022-10-081-3/+3
* netrc: compare user name case sensitivelyDaniel Stenberg2022-10-061-1/+1
* misc: ISSPACE() => ISBLANK()Daniel Stenberg2022-09-061-1/+1
* netrc: Use the password from lines without loginOrgad Shaneh2022-08-291-2/+2
* copyright: make repository REUSE compliantmax.mehl2022-06-131-0/+2
* netrc: check %USERPROFILE% as well on WindowsWolf Vollprecht2022-06-021-0/+7
* netrc: support quoted stringsDaniel Stenberg2022-05-311-9/+64
* Curl_parsenetrc: don't access local pwbuf outside of scopeHarry Sintonen2022-05-161-2/+4
* netrc: skip 'macdef' definitionsDaniel Stenberg2021-06-131-4/+21
* copyright: fix year rangesDaniel Stenberg2020-11-051-1/+1
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* 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