Gunter Knauf
|
327c0d6b1c
bail out with error if someone tries to use another cert than PEM with OpenLDAP.
|
17 years ago |
Gunter Knauf
|
2d8dba388b
added support for CA cert verification;
|
17 years ago |
Gisle Vanem
|
d38891c950
Reversed the 'HAVE_LDAP_URL_PARSE' ifdef statement.
|
17 years ago |
Gunter Knauf
|
5b4f50857a
for now comment the tls_start section...
|
17 years ago |
Gunter Knauf
|
fa1c916943
fixed warning with unused var;
|
17 years ago |
Gunter Knauf
|
acb905231d
fixed ldaps section for OpenLDAP. Still not working, but at least it compiles now, and should serve as base to get it finally working. Also seems that the ifdefs can be arranged some better because the Solaris and Netscape/iPlanet/Mozilla LDAP SDKs seem to be closer to the Novell section than the OpenLDAP one.
|
17 years ago |
Gunter Knauf
|
29ac001aa6
fixed warning about uninitialized.
|
17 years ago |
Gunter Knauf
|
ccba0d10b6
added basic ldaps support; for now its ifdef'd with HAVE_LDAP_SSL unless we know its fully working, and available with all LDAP SDKs.
|
17 years ago |
Gunter Knauf
|
e5d8693865
added ldap_msgfree() to fix memory leak.
|
17 years ago |
Dan Fandrich
|
8ee5e95ab1
Removed unused variable.
|
17 years ago |
Patrick Monnerat
|
22c61d8da6
Simplify and rename internal structure to avoid potential name clash with LDAP header file.
|
17 years ago |
Daniel Stenberg
|
1b88990cbb
Fixed the LDAP_DEPRECATED #define as suggested by Daniel Johnson, and
|
17 years ago |
Daniel Stenberg
|
d0edb47896
Patrick Monnerat modified the LDAP code and approach in curl. Starting now,
|
17 years ago |
Yang Tse
|
b66def2b4c
Emmanuel Dreyfus fixed not being able to find ber_free() in
|
17 years ago |
Gisle Vanem
|
c514a2a89a
Removed inclusion of <sys/types.h> and <sys/stat.h> in .c-files
|
17 years ago |
Daniel Stenberg
|
359d500908
- David McCreedy made changes to allow base64 encoding/decoding to work on
|
18 years ago |
Yang Tse
|
ba481718a4
Make more human readable and maintainable previous
|
18 years ago |
Yang Tse
|
a93695a70e
Compiler warning fix.
|
18 years ago |
Yang Tse
|
772a985dc3
Update copyright year, since the file has been modified
|
18 years ago |
Yang Tse
|
8a8d5c784c
Do an explicit typecast of data pointers to function pointers
|
18 years ago |
Gisle Vanem
|
be1306a6c2
Update comment reflecting structure change.
|
18 years ago |
Gisle Vanem
|
0a670c578f
Compilation fix; 'reqdata' is not a pointer. 'path' is part of SessionHandle.
|
18 years ago |
Yang Tse
|
dc7c915553
Compilation fix
|
18 years ago |
Daniel Stenberg
|
b7eeb6e67f
Major overhaul introducing http pipelining support and shared connection
|
18 years ago |
Daniel Stenberg
|
cfdcae4bc7
Based on a patch by Armel Asselin, the FTP code no longer re-issues the TYPE
|
18 years ago |
Yang Tse
|
13616f8f96
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>.
|
18 years ago |
Yang Tse
|
fe22872d14
include <malloc.h> only if HAVE_MALLOC_H and NEED_MALLOC_H are both defined.
|
18 years ago |
Gisle Vanem
|
3cbb1b2b64
Use the HAVE_MALLOC_H and HAVE_PROCESS_H defines
|
18 years ago |
Gisle Vanem
|
35b4a755f9
curl_easy_unescape() takes 4 arguments.
|
18 years ago |
Daniel Stenberg
|
5a4b43848a
First commit of David McCreedy's EBCDIC and TPF changes.
|
18 years ago |