netrc: treat failure to find home dir same as missing netrc file
[platform/upstream/curl.git] / lib / netrc.c
2014-07-12 Dan Fandrichnetrc: treat failure to find home dir same as missing...
2014-04-19 Marc Hoerskennetrc.c: fix multiple possible dereferences of null...
2014-01-24 Dan Fandrichnetrc: Fixed a memory and file descriptor leak on OOM
2013-08-29 Daniel StenbergCurl_parsenetrc: document that the arguments must be...
2013-08-20 Jonathan Niedernetrc: handle longer username and password
2013-02-05 John E. MalmbergVMS: fix and generate the VMS build config
2013-01-08 Yang Tsebuild: fix circular header inclusion with other packages
2013-01-06 Yang TseRevert changes relative to lib/*.[ch] recent renaming
2013-01-03 Yang Tsebuild: rename 93 lib/*.c files
2012-12-28 Yang Tsebuild: make use of 76 lib/*.h renamed files
2012-12-14 Yang Tsesetup_once.h: refactor inclusion of <unistd.h> and...
2012-06-12 Daniel Stenbergnetrc: remove dead code
2011-10-24 Daniel StenbergMerge pull request #25 from trtom/master
2011-07-26 Yang Tsestdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclu...
2011-06-10 Daniel Stenbergunittest: mark all unit tested functions
2011-03-12 Daniel StenbergMerge branch 'imap' of https://github.com/bnoordhuis...
2011-02-21 Julien Chaffraixnetrc: Removed _NETRC_DEBUG code.
2011-02-21 Julien Chaffraixtests: Cleaned up netrc testing.
2011-02-10 Julien Chaffraixtest1304: Added some unit tests for Curl_parsenetrc.
2011-02-08 Julien Chaffraixnetrc: Removed dead code.
2011-02-08 Julien Chaffraixnetrc: Tightened up the type checks.
2010-03-24 Daniel Stenbergremove the CVSish $Id$ lines
2010-02-14 Yang Tseremoved trailing whitespace
2009-12-30 Yang TseVMS specific preprocessor symbol checking adjustments
2009-06-10 Yang TseAdjusted to take in account that...
2009-04-21 Yang Tselibcurl's memory.h renamed to curl_memory.h
2009-04-14 Yang Tsefix compiler warning: implicit conversion shortens...
2008-10-23 Daniel Stenbergmoved the Curl_raw_ functions into the new lib/rawstr...
2008-10-16 Daniel StenbergRenamed Curl_ascii_equal to Curl_raw_equal and bugfixed...
2008-10-15 Daniel Stenberg- Pascal Terjan filed bug #2154627
2008-09-12 Yang TseANSI C compatibility adjustment
2008-08-01 Dan FandrichMade a parameter const
2007-11-07 Daniel Stenbergif () => if()
2007-04-25 Yang TseSteve Little's fixes to allow compilation on VMS 64...
2007-02-26 Gisle VanemRemoved inclusion of <sys/types.h> and <sys/stat.h...
2005-05-02 Daniel Stenbergcorrected copyright year
2005-04-25 Daniel StenbergFred New reported a bug where we used Basic auth and...
2004-10-06 Daniel Stenbergremoved tabs and trailing whitespace from source
2004-05-11 Daniel Stenbergcurl_global_init_mem() allows the memory functions...
2004-03-23 Daniel Stenbergcurl_strequal() returns int, keep return variables...
2004-02-19 Daniel StenbergDoug Porter's patch that changes the order of preferenc...
2004-01-29 Daniel StenbergDan Fandrich's cleanup patch to make pedantic compiler...
2004-01-07 Daniel Stenbergupdated year in the copyright string
2003-11-24 Daniel Stenbergwindows build fix based on a patch by Gisle Vanem
2003-11-11 Daniel StenbergAdded CURLOPT_NETRC_FILE.
2003-08-20 Daniel Stenbergremoved the goto and re-indented slightly
2003-06-26 Daniel Stenberguse CURLDEBUG instead of MALLOCDEBUG for preprocessor...
2003-01-29 Daniel Stenbergremoved the local variables for emacs and vim, use...
2003-01-16 Daniel Stenbergcopyright year update in the source header
2002-09-03 Daniel Stenbergupdated source code boilerplate/header
2002-05-21 Daniel StenbergJames Cone's efforts to add another netrc parsing ...
2002-03-19 Daniel Stenbergcopyright string (year) update
2002-01-18 Daniel Stenberg#if [undefined] => #ifdef [undefined]
2001-10-11 Sterling Hugheslooks nicer and is better compatible with older vim...
2001-09-07 Sterling HughesAdded formatting sections for emacs and vim
2001-08-06 Daniel StenbergNico's VMS fixes
2001-05-30 Daniel Stenberginclude strtok.h to get the prototype
2001-05-29 Daniel Stenbergstrtok() replaced with strtok_r()
2001-03-16 Daniel Stenbergadded memdebug.h include
2001-03-14 Daniel Stenberghm, don't free the home dir and append the .netrc part...
2001-03-14 Daniel Stenberguses getpwuid() to find user's home dir
2001-02-07 Daniel Stenbergno longer #includes "getenv.h"
2001-01-05 Daniel StenbergInternal symbols that aren't static are now prefixed...
2001-01-03 Daniel Stenbergdual-license fix
2000-08-24 Daniel Stenberg#include "setup.h" moved first of all includes
2000-06-20 Daniel Stenberghaxx.nu => haxx.se
2000-05-29 Daniel Stenbergmade getenv() more threadsafe for win32
2000-05-22 Daniel Stenbergmoved here from the newlib branch
1999-12-29 Daniel StenbergInitial revision