configure --enable-sspi
This commit is contained in:
parent
de8947f92f
commit
ffd65a1956
11
CHANGES
11
CHANGES
@ -7,6 +7,14 @@
|
|||||||
Changelog
|
Changelog
|
||||||
|
|
||||||
|
|
||||||
|
Daniel (14 March 2005)
|
||||||
|
- Removed the lib/security.h file since it shadowed the mingw/win32 header
|
||||||
|
with the same name which is needed for SSPI builds. The contents of the
|
||||||
|
former security.h is now i krb4.h
|
||||||
|
|
||||||
|
- configure --enable-sspi now enables SSPI in the build. It only works for
|
||||||
|
windows builds (including cross-compiles for windows).
|
||||||
|
|
||||||
Daniel (12 March 2005)
|
Daniel (12 March 2005)
|
||||||
- David Houlder added --form-string that adds that string to a multipart
|
- David Houlder added --form-string that adds that string to a multipart
|
||||||
formpost part, without special characters having special meanings etc like
|
formpost part, without special characters having special meanings etc like
|
||||||
@ -33,7 +41,8 @@ Daniel (9 March 2005)
|
|||||||
year 2038. For 32 bit time_t it returns 0x7fffffff but for 64bit time_t it
|
year 2038. For 32 bit time_t it returns 0x7fffffff but for 64bit time_t it
|
||||||
returns either the correct value or even -1 on some systems that still seem
|
returns either the correct value or even -1 on some systems that still seem
|
||||||
to not deal with this properly. Tor Arntsen found a 64bit AIX system for us
|
to not deal with this properly. Tor Arntsen found a 64bit AIX system for us
|
||||||
that did the latter.
|
that did the latter. Gwenole Beauchesne's Mandrake patch put the lights on
|
||||||
|
this problem in the first place.
|
||||||
|
|
||||||
Daniel (8 March 2005)
|
Daniel (8 March 2005)
|
||||||
- Dominick Meglio reported that using CURLOPT_FILETIME when transferring a FTP
|
- Dominick Meglio reported that using CURLOPT_FILETIME when transferring a FTP
|
||||||
|
@ -12,7 +12,7 @@ This release includes the following changes:
|
|||||||
|
|
||||||
o Added --form-string
|
o Added --form-string
|
||||||
o libcurl can be built with SSPI support. curl_version_info() then returns
|
o libcurl can be built with SSPI support. curl_version_info() then returns
|
||||||
a new feature bit: CURL_VERSION_SSPI
|
a new feature bit: CURL_VERSION_SSPI. configure --enable-sspi added
|
||||||
|
|
||||||
This release includes the following bugfixes:
|
This release includes the following bugfixes:
|
||||||
|
|
||||||
@ -32,6 +32,6 @@ advice from friends like these:
|
|||||||
|
|
||||||
Dan Fandrich, Ignacio Vazquez-Abrams, Randy McMurchy, Dominick Meglio,
|
Dan Fandrich, Ignacio Vazquez-Abrams, Randy McMurchy, Dominick Meglio,
|
||||||
Jean-Marc Ranger, Tor Arntsen, Nodak Sodak, David Houlder, Gisle Vanem,
|
Jean-Marc Ranger, Tor Arntsen, Nodak Sodak, David Houlder, Gisle Vanem,
|
||||||
Christopher R. Palmer
|
Christopher R. Palmer, Gwenole Beauchesne
|
||||||
|
|
||||||
Thanks! (and sorry if I forgot to mention someone)
|
Thanks! (and sorry if I forgot to mention someone)
|
||||||
|
Loading…
Reference in New Issue
Block a user