- Feb 18, 2008
-
-
Daniel Stenberg authored
get a fresh one downloaded and created with 'make ca-bundle' or you can get one from here => http://curl.haxx.se/docs/caextract.html if you want a fresh new one extracted from Mozilla's recent list of ca certs. The configure option --with-ca-bundle now lets you specify what file to use as default ca bundle for your build. If not specified, the configure script will check a few known standard places for a global ca cert to use.
-
- Oct 24, 2007
-
-
Yang Tse authored
-
- Oct 19, 2007
-
-
Yang Tse authored
In CURL_CHECK_LIBS_WINLDAP and CURL_CHECK_LIBS_LDAP, check first with no additional library even when the optional list of libraries has been given.
-
- Oct 17, 2007
- Oct 15, 2007
-
-
Yang Tse authored
-
Dan Fandrich authored
Fixed a typo in the LDAP configure code and made sure NULL is defined in a test programs that need it.
-
- Oct 14, 2007
- Oct 13, 2007
-
-
Yang Tse authored
-
- Sep 27, 2007
-
-
Dan Fandrich authored
variables to avoid shadowing global declarations.
-
- Aug 11, 2007
-
-
Daniel Stenberg authored
the configure script checks for openldap and friends and we link with those libs just like we link all other third party libraries, and we no longer dlopen() those libraries. Our private header file lib/ldap.h was renamed to lib/curl_ldap.h due to this. I set a tag in CVS (curl-7_17_0-preldapfix) just before this commit, just in case.
-
- Jul 30, 2007
-
-
Daniel Stenberg authored
configure made libcurl use blocking sockets on AIX 4 and 5, while that wasn't the intention.
-
- Apr 10, 2007
-
-
Yang Tse authored
-
- Apr 03, 2007
-
-
Yang Tse authored
are not icc 9.0 specific.
-
- Mar 27, 2007
-
-
Dan Fandrich authored
-
- Mar 22, 2007
- Feb 15, 2007
-
-
Yang Tse authored
FD_ISSET, and FD_ZERO macros emits warnings #1469 and #593. So for icc 9.0 we also ignore warnings #1469 and #593. * 593 warns on "variable __d0 was set but never used" * 1469 warns on "cc clobber ignored"
-
- Feb 13, 2007
-
-
Dan Fandrich authored
-
- Jan 31, 2007
-
-
Dan Fandrich authored
-
- Nov 22, 2006
-
-
Yang Tse authored
defining HAVE_SIGNAL_H if the header is available. Added a check in configure that tests if the sig_atomic_t type is available, defining HAVE_SIG_ATOMIC_T if it is available. Providing a suitable default in setup_once.h if not available. Added a check in configure that tests if the sig_atomic_t type is already defined as volatile, defining HAVE_SIG_ATOMIC_T_VOLATILE if it is available and already defined as volatile.
-
- Oct 16, 2006
-
-
Daniel Stenberg authored
cross-compiling) in order to detect problems with run-time libraries that otherwise would occur when the sizeof tests for curl_off_t would run and thus be much more confusing to users. The check of course should run after all lib-checks are done and before any other test is used that would run an executable built for testing-purposes.
-
- Oct 13, 2006
-
-
Yang Tse authored
-
- Aug 04, 2006
-
-
Yang Tse authored
-
- Jul 31, 2006
-
-
Yang Tse authored
-
- Jul 28, 2006
-
-
Yang Tse authored
Reintroduce checking for HAVE_MSG_NOSIGNAL in configure script, so that we don't depend on header inclusion order for a valid check.
-
- Jul 25, 2006
-
-
Yang Tse authored
Simplify check for NEED_MALLOC_H, and make more explicit that NEED_MALLOC_H shall be defined if <malloc.h> header file must be included even when including <stdlib.h>.
-
- Jul 11, 2006
-
-
Yang Tse authored
Define NEED_MALLOC_H if including <stdlib.h> is not enough for proper compilation and <malloc.h> must also be included.
-
- Jul 07, 2006
-
-
Yang Tse authored
Finally get rid of CURL_CHECK_HEADERS_ONCE since it adds very little value and has portability issues. Change some shell if...then...fi tests into case...esac tests which demand less resources.
-
Yang Tse authored
-
Yang Tse authored
Using backslashes and slashes in the strings of the sed 'y' command shall be avoided since its interpretation is not the same across platforms. Now we use the sed 's' command with a bracket expression.
-
Yang Tse authored
-
Yang Tse authored
-
- Jul 06, 2006
-
-
Yang Tse authored
-
- Jul 05, 2006
-
-
Yang Tse authored
Prevent definition of HAVE_WINxxx_H symbols and avoid inclusion of Windows headers when compiled with Cygwin in POSIX emulation mode.
-
- Jul 04, 2006