aboutsummaryrefslogtreecommitdiff
path: root/lib/ldap.c
AgeCommit message (Expand)Author
2014-05-22bits.close: Fixed compilation warningSteve Holme
2014-05-22bits.close: introduce connection close trackingDaniel Stenberg
2014-04-23handler: make 'protocol' always specified as a single bitDaniel Stenberg
2013-09-10ldap.c: Fix compilation warningSteve Holme
2013-09-10ldap.c: Corrected build error from commit 857f999353f333Steve Holme
2013-09-09ldap: fix the build for systems with ldap_url_parse()Daniel Stenberg
2013-09-06LDAP: fix bad free() when URL parsing failedGeoff Beier
2013-07-24string formatting: fix 15+ printf-style format stringsYang Tse
2013-01-09build: fix circular header inclusion with other packagesYang Tse
2013-01-06Revert changes relative to lib/*.[ch] recent renamingYang Tse
2013-01-03build: rename 93 lib/*.c filesYang Tse
2013-01-03build: make use of 93 lib/*.c renamed filesYang Tse
2012-12-28build: make use of 76 lib/*.h renamed filesYang Tse
2012-12-14setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h>Yang Tse
2011-10-21curl_multi_fdset: correct fdset with FTP PORT useDaniel Stenberg
2011-09-03fix a bunch of MSVC compiler warningsYang Tse
2011-08-24base64: fix Curl_base64_encode and Curl_base64_decode interfacesYang Tse
2011-07-26stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.hYang Tse
2011-07-24errno.h inclusion conditionally done in setup_once.hYang Tse
2011-05-06Fixed LDAP after RTSP readwrite changeDan Fandrich
2011-05-05SSL: check for SSL, not specific protocolsDaniel Stenberg
2011-04-27source cleanup: unify look, style and indent levelsDaniel Stenberg
2011-04-21Fix a couple of spelling errors in lib/Fabian Keil
2011-03-15buildfix: spell define correctlyDaniel Stenberg
2011-03-15ldap: use the new protocol handler setupDaniel Stenberg
2010-11-28atoi: remove atoi usageYang Tse
2010-06-04Enable OpenLDAP support for cygwin builds.Yang Tse
2010-06-01fix ldap related compilation issuesYang Tse
2010-05-25LDAP: properly implemented as a curl_handlerHoward Chu
2010-03-24remove the CVSish $Id$ linesDaniel Stenberg
2010-02-04fix printf-style format stringsYang Tse
2009-12-30Oops, should have removed 'not' in previous commit.Yang Tse
2009-12-30Replaced stricmp() usage with our portable strequal()Yang Tse
2009-12-17Fix compilation failureYang Tse
2009-12-17Remove pointless storing of the protocol as a string within the connectdataDaniel Stenberg
2009-11-18Make usage of calloc()'s arguments consistent with rest of code baseYang Tse
2009-11-02include progress.h for Curl_pgrsSetDownloadCounter function prototypeYang Tse
2009-11-02- As reported independent by both Stan van de Burgt and Didier Brisebourg,Daniel Stenberg
2009-10-13Update LDAP URL format referenceYang Tse
2009-04-21libcurl's memory.h renamed to curl_memory.hYang Tse
2009-04-21Moved potential inclusion of system's malloc.h and memory.h header files toYang Tse
2009-03-08Andre Guibert de Bruet fixed a typo in the error messageDaniel Stenberg
2008-12-19- Using the libssh2 0.19 function libssh2_session_block_directions(), libcurlDaniel Stenberg
2008-10-23moved the Curl_raw_ functions into the new lib/rawstr.c file for easier curlx_Daniel Stenberg
2008-10-16Renamed Curl_ascii_equal to Curl_raw_equal and bugfixed the my_toupper functionDaniel Stenberg
2008-10-15- Pascal Terjan filed bug #2154627Daniel Stenberg
2008-08-17libcurl internal base64.h header file renamed to curl_base64.hYang Tse
2007-11-24reqdata doesn't exist anymore and the path moved to the UrlState structDaniel Stenberg
2007-11-05removed space after if and while before the parenthesis for better source codeDaniel Stenberg
2007-10-17We use this ZERO_NULL to avoid picky compiler warnings,Yang Tse