Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-03-15 | test EPSV and PASV response handling when they get well-formated data back | Daniel Stenberg | |
but using illegal values | |||
2005-03-15 | initial man page attempt for testcurl.pl | Daniel Stenberg | |
2005-03-15 | new options to testcurl.pl, fixed curl-config and removed compiler warnings | Daniel Stenberg | |
2005-03-15 | added missing features to curl-config | Daniel Stenberg | |
2005-03-15 | nonsense change for(;;) => while(1) just to prevent gcc from warning on | Daniel Stenberg | |
never executed code when -Wunreachable-code is used | |||
2005-03-15 | prevent compiler warning | Daniel Stenberg | |
2005-03-15 | Added lots of new command line options, made confsuffix get set based on | Daniel Stenberg | |
targetos only and not build os. Commented away the line that enables perl warnings. | |||
2005-03-15 | Finally fixed the LDAP library searching bug on libtool ver. 1.5 | Dan Fandrich | |
2005-03-15 | Make nonexistent host names absolute so tests will pass on machines | Dan Fandrich | |
with a wildcard DNS search domain. | |||
2005-03-14 | Use the libtool variables better to make LDAP library search work on | Dan Fandrich | |
more platforms. | |||
2005-03-14 | hushing up more warnings | Daniel Stenberg | |
2005-03-14 | silence compiler warnings for mingw win32 builds --enable-debug | Daniel Stenberg | |
2005-03-14 | show LDFLAGS too | Daniel Stenberg | |
2005-03-14 | if ws2_32 is used, append the lib last in the LIBS list (too) to make it | Daniel Stenberg | |
build and link fine with c-ares | |||
2005-03-14 | Avoid "unused variable" warnings. | Gisle Vanem | |
2005-03-14 | configure --enable-sspi | Daniel Stenberg | |
2005-03-14 | security.h is removed | Daniel Stenberg | |
2005-03-14 | two issues fixed | Daniel Stenberg | |
2005-03-14 | include security.h with lowercase s to work on cross-compiled mingw | Daniel Stenberg | |
2005-03-14 | Removed security.h since it shadows an include file mingw needs when building | Daniel Stenberg | |
for SSPI support. The contents of the file has been moved into the krb4.h file. | |||
2005-03-13 | Added --enable-sspi that now make libcurl build with SSPI support. This only | Daniel Stenberg | |
works when built for win32. | |||
2005-03-13 | Prevent gcc warning. | Gisle Vanem | |
2005-03-12 | found a common lisp binding | Daniel Stenberg | |
2005-03-12 | --form-string | Daniel Stenberg | |
2005-03-12 | David Houlder added --form-string | Daniel Stenberg | |
2005-03-12 | Swap <security.h> and <sspi.h> (needed for MingW). | Gisle Vanem | |
2005-03-11 | Work around a bug in libtool ver. 1.5 during LDAP library detection. | Dan Fandrich | |
2005-03-11 | added CURL_VERSION_SSPI | Daniel Stenberg | |
2005-03-11 | curl_version_info() returns the feature bit CURL_VERSION_SSPI | Daniel Stenberg | |
2005-03-11 | fixed two leftover from Christopher's patch | Daniel Stenberg | |
2005-03-11 | the ares_parse_aaaa_reply man page | Daniel Stenberg | |
2005-03-11 | Check for winsock.h to work with win32. Only include system headers we know | Daniel Stenberg | |
exist. | |||
2005-03-11 | Replace AC_TRY_RUN() with AC_EGREP_CPP() when checking for constants to | Daniel Stenberg | |
work fine with cross-compiled builds. | |||
2005-03-11 | oops, once is enough! ;-) | Daniel Stenberg | |
2005-03-11 | Define HAVE_AF_INET6_H for Netware too, as Guenter Knauf's builds indicate. | Daniel Stenberg | |
2005-03-11 | Added HAVE_AF_INET6 to Netware's config.h | Dan Fandrich | |
2005-03-11 | Fixed some compiler warnings. | Dan Fandrich | |
2005-03-11 | Added HAVE_STRUCT_IN6_ADDR to Netware's config.h | Dan Fandrich | |
2005-03-11 | Fixed LDAP library file name bug (KNOWN_BUGS #1). configure now auto-detects | Dan Fandrich | |
the correct dynamic library names by default, and provides override switches --with-ldap-lib, --with-lber-lib and --without-lber-lib. Added CURL_DISABLE_LDAP to platform-specific config files to disable LDAP support on those platforms that probably don't have dynamic OpenLDAP libraries available to avoid compile errors. | |||
2005-03-11 | Add an alert already here if 'make test' is attempted for a cross-compile | Daniel Stenberg | |
since there's no use building the whole test suite first and _then_ tell it doesn't work anyway... | |||
2005-03-11 | no more rewriting of the setup file | Daniel Stenberg | |
2005-03-10 | Dominick Meglio added ares_parse_aaaa_reply.c and did various adjustments. The | Daniel Stenberg | |
first little steps towards IPv6 support! | |||
2005-03-10 | Christopher R. Palmer made it possible to build libcurl with the | Daniel Stenberg | |
USE_WINDOWS_SSPI on Windows, and then libcurl will be built to use the native way to do NTLM. SSPI also allows libcurl to pass on the current user and its password in the request. | |||
2005-03-09 | configure, socks, debug, getdate | Daniel Stenberg | |
2005-03-09 | As reported by 'nodak sodak' we should check for a NULL pointer before | Daniel Stenberg | |
referencing the proxy name pointer. | |||
2005-03-09 | Stopped linking to the SSL libs if a full installation isn't found. | Dan Fandrich | |
Removed a redundant library check. | |||
2005-03-09 | skip the test of "2094 Nov 6" for now, since the 64bit time_t systems return | Daniel Stenberg | |
different values for it... | |||
2005-03-08 | remove old printf() debug leftover | Daniel Stenberg | |
2005-03-08 | mktime() returns a time_t. time_t is often 32 bits, even on many architectures | Daniel Stenberg | |
that feature 64 bit 'long'. Some systems have 64 bit time_t and deal with years beyond 2038. However, even some of the systems with 64 bit time_t returns -1 for dates beyond 03:14:07 UTC, January 19, 2038. (Such as AIX 5100-06) | |||
2005-03-08 | days are english | Daniel Stenberg | |