diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2003-11-11 14:30:43 +0000 |
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2003-11-11 14:30:43 +0000 |
| commit | ad77f760cf8223548cd214b361591dfde5443dea (patch) | |
| tree | 6efd99947655e198069938590638e538ca10886d /CHANGES | |
| parent | a50d2a45d72bc4c9178315e52c48072f0f9e3d72 (diff) | |
Added CURLOPT_NETRC_FILE.
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -7,6 +7,24 @@ Changelog +Daniel (11 November) +- Added CURLOPT_NETRC_FILE. Use this to tell libcurl which file to use instead + of trying to find a .netrc in the current user's home directory. The + existing .netrc file finder is somewhat naive and is far from perfect on + several platforms that aren't unix-style. If this option isn't set when + CURLOPT_NETRC is set, the previous approach will still be used. + + The current .netrc check code now also support longer than 256 bytes path + names. + +Daniel (10 November) +- Kang-Jin Lee pointed out that the generated ca-bundle.h file shouldn't be + written in the source dir if a different build dir is used. + +- After Sébastien Willemijns' bug report, we now check the separators properly + in the 229-reply servers respond on a EPSV command and bail out better if + the reply string is not RFC2428-compliant. + Daniel (7 November) - Based on Gisle Vanem's patch, I made curl try harder to get the home directory of the current user, in order to find the default .curlrc file. |
