Yang Tse
|
33a3753c3f
libcurl's memory.h renamed to curl_memory.h
|
15 gadi atpakaļ |
Yang Tse
|
9770899a4b
Moved potential inclusion of system's malloc.h and memory.h header files to
|
15 gadi atpakaļ |
Daniel Stenberg
|
0fc1782dd4
Andre Guibert de Bruet fixed a typo in the error message
|
15 gadi atpakaļ |
Daniel Stenberg
|
07416b61e3
- Using the libssh2 0.19 function libssh2_session_block_directions(), libcurl
|
16 gadi atpakaļ |
Daniel Stenberg
|
b701ea36a7
moved the Curl_raw_ functions into the new lib/rawstr.c file for easier curlx_
|
16 gadi atpakaļ |
Daniel Stenberg
|
9d16b4081e
Renamed Curl_ascii_equal to Curl_raw_equal and bugfixed the my_toupper function
|
16 gadi atpakaļ |
Daniel Stenberg
|
a579d67064
- Pascal Terjan filed bug #2154627
|
16 gadi atpakaļ |
Yang Tse
|
ac18b471d2
libcurl internal base64.h header file renamed to curl_base64.h
|
16 gadi atpakaļ |
Daniel Stenberg
|
162c039e9d
reqdata doesn't exist anymore and the path moved to the UrlState struct
|
17 gadi atpakaļ |
Daniel Stenberg
|
ad6e28073c
removed space after if and while before the parenthesis for better source code
|
17 gadi atpakaļ |
Yang Tse
|
92433e596b
We use this ZERO_NULL to avoid picky compiler warnings,
|
17 gadi atpakaļ |
Patrick Monnerat
|
07b6e7363d
Added per-protocol callback static tables, replacing callback ptr storage
|
17 gadi atpakaļ |
Yang Tse
|
43e8f00861
lber.h needs to be included since ldap.h might not include it
|
17 gadi atpakaļ |
Gunter Knauf
|
0cc9122093
added check for MSVC6 standard PSDK and bail out since insufficient for LDAP support with current code.
|
17 gadi atpakaļ |
Yang Tse
|
a137109a0c
<winber.h> needed for Windows LDAP client 32 API support
|
17 gadi atpakaļ |
Gunter Knauf
|
b41e65a8e3
fixed ldap support for winldap.
|
17 gadi atpakaļ |
Gunter Knauf
|
327c0d6b1c
bail out with error if someone tries to use another cert than PEM with OpenLDAP.
|
17 gadi atpakaļ |
Gunter Knauf
|
2d8dba388b
added support for CA cert verification;
|
17 gadi atpakaļ |
Gisle Vanem
|
d38891c950
Reversed the 'HAVE_LDAP_URL_PARSE' ifdef statement.
|
17 gadi atpakaļ |
Gunter Knauf
|
5b4f50857a
for now comment the tls_start section...
|
17 gadi atpakaļ |
Gunter Knauf
|
fa1c916943
fixed warning with unused var;
|
17 gadi atpakaļ |
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 gadi atpakaļ |
Gunter Knauf
|
29ac001aa6
fixed warning about uninitialized.
|
17 gadi atpakaļ |
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 gadi atpakaļ |
Gunter Knauf
|
e5d8693865
added ldap_msgfree() to fix memory leak.
|
17 gadi atpakaļ |
Dan Fandrich
|
8ee5e95ab1
Removed unused variable.
|
17 gadi atpakaļ |
Patrick Monnerat
|
22c61d8da6
Simplify and rename internal structure to avoid potential name clash with LDAP header file.
|
17 gadi atpakaļ |
Daniel Stenberg
|
1b88990cbb
Fixed the LDAP_DEPRECATED #define as suggested by Daniel Johnson, and
|
17 gadi atpakaļ |
Daniel Stenberg
|
d0edb47896
Patrick Monnerat modified the LDAP code and approach in curl. Starting now,
|
17 gadi atpakaļ |
Yang Tse
|
b66def2b4c
Emmanuel Dreyfus fixed not being able to find ber_free() in
|
17 gadi atpakaļ |