summaryrefslogtreecommitdiff
path: root/lib/netrc.c
AgeCommit message (Expand)Author
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
2008-08-01Made a parameter constDan Fandrich
2007-11-07if () => if()Daniel Stenberg
2007-04-25Steve Little's fixes to allow compilation on VMS 64-bit modeYang Tse
2007-02-26Removed inclusion of <sys/types.h> and <sys/stat.h> in .c-filesGisle Vanem
2005-05-02corrected copyright yearDaniel Stenberg
2005-04-25Fred New reported a bug where we used Basic auth and user name and password inDaniel Stenberg
2004-10-06removed tabs and trailing whitespace from sourceDaniel Stenberg
2004-05-11curl_global_init_mem() allows the memory functions to be replaced.Daniel Stenberg
2004-03-23curl_strequal() returns int, keep return variables in an intDaniel Stenberg
2004-02-19Doug Porter's patch that changes the order of preferences on how to find theDaniel Stenberg
2004-01-29Dan Fandrich's cleanup patch to make pedantic compiler options cause lessDaniel Stenberg
2004-01-07updated year in the copyright stringDaniel Stenberg
2003-11-24windows build fix based on a patch by Gisle VanemDaniel Stenberg
2003-11-11Added CURLOPT_NETRC_FILE.Daniel Stenberg