summaryrefslogtreecommitdiff
path: root/lib/netrc.c
Commit message (Collapse)AuthorAgeFilesLines
* corrected copyright yearDaniel Stenberg2005-05-021-1/+1
|
* Fred New reported a bug where we used Basic auth and user name and password inDaniel Stenberg2005-04-251-4/+4
| | | | | .netrc, and when following a Location: the subsequent requests didn't properly use the auth as found in the netrc file. Added test case 257 to verify my fix.
* removed tabs and trailing whitespace from sourceDaniel Stenberg2004-10-061-49/+49
|
* curl_global_init_mem() allows the memory functions to be replaced.Daniel Stenberg2004-05-111-2/+1
| | | | memory.h is included everywhere for this.
* curl_strequal() returns int, keep return variables in an intDaniel Stenberg2004-03-231-2/+2
|
* Doug Porter's patch that changes the order of preferences on how to find theDaniel Stenberg2004-02-191-12/+14
| | | | | | default netrc file. We now read and uses HOME _before_ we use getpwuid() to better allow users to move around HOME to use different .netrc files without having to rely on even blacker magic.
* Dan Fandrich's cleanup patch to make pedantic compiler options cause lessDaniel Stenberg2004-01-291-0/+1
| | | | warnings. Minor edits by me.
* updated year in the copyright stringDaniel Stenberg2004-01-071-1/+1
|
* windows build fix based on a patch by Gisle VanemDaniel Stenberg2003-11-241-3/+4
|
* Added CURLOPT_NETRC_FILE.Daniel Stenberg2003-11-111-48/+45
|
* removed the goto and re-indented slightlyDaniel Stenberg2003-08-201-7/+11
|
* use CURLDEBUG instead of MALLOCDEBUG for preprocessor conditionsDaniel Stenberg2003-06-261-3/+3
|
* removed the local variables for emacs and vim, use the new sample.emacsDaniel Stenberg2003-01-291-8/+0
| | | | way for emacs, and vim users should provide a similar non-polluting style
* copyright year update in the source headerDaniel Stenberg2003-01-161-1/+1
|
* updated source code boilerplate/headerDaniel Stenberg2002-09-031-7/+7
|
* James Cone's efforts to add another netrc parsing "mode"Daniel Stenberg2002-05-211-6/+46
|
* copyright string (year) updateDaniel Stenberg2002-03-191-1/+1
|
* #if [undefined] => #ifdef [undefined]Daniel Stenberg2002-01-181-1/+1
|
* looks nicer and is better compatible with older vim versionsSterling Hughes2001-10-111-2/+2
|
* Added formatting sections for emacs and vimSterling Hughes2001-09-071-0/+8
|
* Nico's VMS fixesDaniel Stenberg2001-08-061-2/+9
|
* include strtok.h to get the prototypeDaniel Stenberg2001-05-301-0/+1
|
* strtok() replaced with strtok_r()Daniel Stenberg2001-05-291-2/+3
|
* added memdebug.h includeDaniel Stenberg2001-03-161-0/+5
|
* hm, don't free the home dir and append the .netrc part properlyDaniel Stenberg2001-03-141-7/+9
|
* uses getpwuid() to find user's home dirDaniel Stenberg2001-03-141-9/+33
|
* no longer #includes "getenv.h"Daniel Stenberg2001-02-071-1/+2
|
* Internal symbols that aren't static are now prefixed with 'Curl_'Daniel Stenberg2001-01-051-4/+4
|
* dual-license fixDaniel Stenberg2001-01-031-40/+11
|
* #include "setup.h" moved first of all includesDaniel Stenberg2000-08-241-1/+2
|
* haxx.nu => haxx.seDaniel Stenberg2000-06-201-4/+4
|
* made getenv() more threadsafe for win32Daniel Stenberg2000-05-291-1/+8
|
* moved here from the newlib branchDaniel Stenberg2000-05-221-0/+1
|
* Initial revisionDaniel Stenberg1999-12-291-0/+182