summaryrefslogtreecommitdiff
path: root/lib/ldap.c
Commit message (Expand)AuthorAgeFilesLines
* string formatting: fix 15+ printf-style format stringsYang Tse2013-07-241-4/+4
* build: fix circular header inclusion with other packagesYang Tse2013-01-091-1/+1
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-0/+725
* build: rename 93 lib/*.c filesYang Tse2013-01-031-725/+0
* build: make use of 93 lib/*.c renamed filesYang Tse2013-01-031-8/+8
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-10/+10
* setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h>Yang Tse2012-12-141-5/+1
* curl_multi_fdset: correct fdset with FTP PORT useDaniel Stenberg2011-10-211-0/+2
* fix a bunch of MSVC compiler warningsYang Tse2011-09-031-2/+2
* base64: fix Curl_base64_encode and Curl_base64_decode interfacesYang Tse2011-08-241-7/+17
* stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.hYang Tse2011-07-261-7/+0
* 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