677ddd61 | 15-Mar-2005 |
Dan Fandrich |
Make nonexistent host names absolute so tests will pass on machines with a wildcard DNS search domain. |
228e6274 | 14-Mar-2005 |
Dan Fandrich |
Use the libtool variables better to make LDAP library search work on more platforms. |
ec4e653c | 14-Mar-2005 |
Daniel Stenberg |
hushing up more warnings |
3916d1e6 | 14-Mar-2005 |
Daniel Stenberg |
silence compiler warnings for mingw win32 builds --enable-debug |
387aaba8 | 14-Mar-2005 |
Daniel Stenberg |
show LDFLAGS too |
9f3d9da1 | 14-Mar-2005 |
Daniel Stenberg |
if ws2_32 is used, append the lib last in the LIBS list (too) to make it build and link fine with c-ares |
76c24a0d | 14-Mar-2005 |
Gisle Vanem |
Avoid "unused variable" warnings. |
ffd65a19 | 14-Mar-2005 |
Daniel Stenberg |
configure --enable-sspi |
de8947f9 | 14-Mar-2005 |
Daniel Stenberg |
security.h is removed |
d2b4dedb | 14-Mar-2005 |
Daniel Stenberg |
two issues fixed |
34865ffb | 14-Mar-2005 |
Daniel Stenberg |
include security.h with lowercase s to work on cross-compiled mingw |
62970da6 | 14-Mar-2005 |
Daniel Stenberg |
Removed security.h since it shadows an include file mingw needs when building for SSPI support. The contents of the file has been moved into the krb4.h file. |
8ed31c48 | 13-Mar-2005 |
Daniel Stenberg |
Added --enable-sspi that now make libcurl build with SSPI support. This only works when built for win32. |
13d40e33 | 13-Mar-2005 |
Gisle Vanem |
Prevent gcc warning. |
c765213a | 12-Mar-2005 |
Daniel Stenberg |
found a common lisp binding |
983bf93a | 12-Mar-2005 |
Daniel Stenberg |
--form-string |
2f8085af | 12-Mar-2005 |
Daniel Stenberg |
David Houlder added --form-string |
88a4dc27 | 12-Mar-2005 |
Gisle Vanem |
Swap <security.h> and <sspi.h> (needed for MingW). |
b5112096 | 11-Mar-2005 |
Dan Fandrich |
Work around a bug in libtool ver. 1.5 during LDAP library detection. |
fc80c714 | 11-Mar-2005 |
Daniel Stenberg |
added CURL_VERSION_SSPI |
84bc23b9 | 11-Mar-2005 |
Daniel Stenberg |
curl_version_info() returns the feature bit CURL_VERSION_SSPI |
d90472dd | 11-Mar-2005 |
Daniel Stenberg |
fixed two leftover from Christopher's patch |
3b63ed82 | 11-Mar-2005 |
Daniel Stenberg |
the ares_parse_aaaa_reply man page |
e75441e0 | 11-Mar-2005 |
Daniel Stenberg |
Check for winsock.h to work with win32. Only include system headers we know exist. |
0ae8b512 | 11-Mar-2005 |
Daniel Stenberg |
Replace AC_TRY_RUN() with AC_EGREP_CPP() when checking for constants to work fine with cross-compiled builds. |