summaryrefslogtreecommitdiff
path: root/lib/ldap.c
Commit message (Expand)AuthorAgeFilesLines
* errno.h inclusion conditionally done in setup_once.hYang Tse2011-07-241-1/+0
* Fixed LDAP after RTSP readwrite changeDan Fandrich2011-05-061-0/+2
* SSL: check for SSL, not specific protocolsDaniel Stenberg2011-05-051-1/+1
* source cleanup: unify look, style and indent levelsDaniel Stenberg2011-04-271-37/+36
* Fix a couple of spelling errors in lib/Fabian Keil2011-04-211-1/+1
* buildfix: spell define correctlyDaniel Stenberg2011-03-151-1/+1
* ldap: use the new protocol handler setupDaniel Stenberg2011-03-151-4/+6
* atoi: remove atoi usageYang Tse2010-11-281-1/+1
* Enable OpenLDAP support for cygwin builds.Yang Tse2010-06-041-16/+8
* fix ldap related compilation issuesYang Tse2010-06-011-2/+14
* LDAP: properly implemented as a curl_handlerHoward Chu2010-05-251-1/+1
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
* fix printf-style format stringsYang Tse2010-02-041-3/+3
* Oops, should have removed 'not' in previous commit.Yang Tse2009-12-301-5/+5
* Replaced stricmp() usage with our portable strequal()Yang Tse2009-12-301-5/+5
* Fix compilation failureYang Tse2009-12-171-1/+1
* Remove pointless storing of the protocol as a string within the connectdataDaniel Stenberg2009-12-171-1/+1
* Make usage of calloc()'s arguments consistent with rest of code baseYang Tse2009-11-181-1/+1
* include progress.h for Curl_pgrsSetDownloadCounter function prototypeYang Tse2009-11-021-0/+1
* - As reported independent by both Stan van de Burgt and Didier Brisebourg,Daniel Stenberg2009-11-021-3/+14
* Update LDAP URL format referenceYang Tse2009-10-131-1/+1
* libcurl's memory.h renamed to curl_memory.hYang Tse2009-04-211-1/+1
* Moved potential inclusion of system's malloc.h and memory.h header files toYang Tse2009-04-211-3/+0
* Andre Guibert de Bruet fixed a typo in the error messageDaniel Stenberg2009-03-081-2/+2
* - Using the libssh2 0.19 function libssh2_session_block_directions(), libcurlDaniel Stenberg2008-12-191-0/+2
* moved the Curl_raw_ functions into the new lib/rawstr.c file for easier curlx_Daniel Stenberg2008-10-231-0/+1
* Renamed Curl_ascii_equal to Curl_raw_equal and bugfixed the my_toupper functionDaniel Stenberg2008-10-161-3/+3
* - Pascal Terjan filed bug #2154627Daniel Stenberg2008-10-151-3/+3
* libcurl internal base64.h header file renamed to curl_base64.hYang Tse2008-08-171-2/+2
* reqdata doesn't exist anymore and the path moved to the UrlState structDaniel Stenberg2007-11-241-4/+4
* removed space after if and while before the parenthesis for better source codeDaniel Stenberg2007-11-051-69/+69
* We use this ZERO_NULL to avoid picky compiler warnings,Yang Tse2007-10-171-18/+18
* Added per-protocol callback static tables, replacing callback ptr storagePatrick Monnerat2007-10-121-1/+46
* lber.h needs to be included since ldap.h might not include itYang Tse2007-10-091-0/+3
* added check for MSVC6 standard PSDK and bail out since insufficient for LDAP ...Gunter Knauf2007-10-091-1/+5
* <winber.h> needed for Windows LDAP client 32 API supportYang Tse2007-10-021-0/+1
* fixed ldap support for winldap.Gunter Knauf2007-09-151-2/+4
* bail out with error if someone tries to use another cert than PEM with OpenLDAP.Gunter Knauf2007-08-251-0/+6
* added support for CA cert verification;Gunter Knauf2007-08-231-10/+30
* Reversed the 'HAVE_LDAP_URL_PARSE' ifdef statement.Gisle Vanem2007-08-221-4/+4
* for now comment the tls_start section...Gunter Knauf2007-08-221-0/+2
* fixed warning with unused var;Gunter Knauf2007-08-201-15/+2
* fixed ldaps section for OpenLDAP. Still not working, but at least it compiles...Gunter Knauf2007-08-201-26/+94
* fixed warning about uninitialized.Gunter Knauf2007-08-161-1/+1
* added basic ldaps support; for now its ifdef'd with HAVE_LDAP_SSL unless we k...Gunter Knauf2007-08-161-24/+77
* added ldap_msgfree() to fix memory leak.Gunter Knauf2007-08-151-1/+3
* Removed unused variable.Dan Fandrich2007-08-131-1/+0
* Simplify and rename internal structure to avoid potential name clash with LDA...Patrick Monnerat2007-08-131-6/+7
* Fixed the LDAP_DEPRECATED #define as suggested by Daniel Johnson, andDaniel Stenberg2007-08-121-19/+19
* Patrick Monnerat modified the LDAP code and approach in curl. Starting now,Daniel Stenberg2007-08-111-251/+64