summaryrefslogtreecommitdiff
path: root/lib/ldap.c
Commit message (Expand)AuthorAgeFilesLines
...
* ldap: Fixed memory leak from commit efb64fdf80Steve Holme2015-01-041-4/+1
* ldap: Fix memory leak from commit 3a805c5cc1Steve Holme2015-01-041-0/+2
* ldap: Fixed attribute variable warnings when Unicode is enabledSteve Holme2015-01-041-0/+10
* ldap: Fixed DN variable warnings when Unicode is enabledSteve Holme2015-01-041-0/+6
* ldap: Remove the unescape_elements() functionSteve Holme2015-01-041-15/+3
* ldap.c: Fixed compilation warningSteve Holme2015-01-041-1/+1
* ldap: Fixed support for Unicode filter in Win32 search callSteve Holme2015-01-041-15/+43
* ldap.c: Fixed compilation warningSteve Holme2015-01-041-1/+1
* ldap: Fixed support for Unicode attributes in Win32 search callSteve Holme2015-01-041-28/+80
* ldap: Fixed memory leak from commit efb64fdf80Steve Holme2015-01-041-2/+6
* ldap.c: Fixed compilation errorSteve Holme2015-01-041-1/+1
* ldap.c: Fixed compilation warningSteve Holme2015-01-041-1/+1
* ldap: Fixed support for Unicode DN in Win32 search callSteve Holme2015-01-041-26/+66
* ldap: Fixed Unicode user and password in Win32 bind callsSteve Holme2015-01-041-6/+23
* ldap: Fixed Unicode host name in Win32 initialisation callsSteve Holme2015-01-041-4/+28
* ldap: Use host.dispname for infof() connection failure messagesSteve Holme2015-01-041-3/+3
* ldap: Prefer 'CURLcode result' for curl result codesSteve Holme2015-01-031-7/+7
* ldap: Pass write length in all Curl_client_write() callsSteve Holme2015-01-031-9/+9
* ldap: Fixed attribute memory leaks on failed client writeSteve Holme2015-01-031-7/+53
* ldap: Fixed DN memory leaks on failed client writeSteve Holme2015-01-031-14/+28
* ldap: check Curl_client_write() return codesDaniel Stenberg2014-12-101-11/+37
* ldap: rename variables to comply to curl standardsDaniel Stenberg2014-12-101-25/+25
* bits.close: Fixed compilation warningSteve Holme2014-05-221-0/+1
* bits.close: introduce connection close trackingDaniel Stenberg2014-05-221-1/+1
* handler: make 'protocol' always specified as a single bitDaniel Stenberg2014-04-231-2/+2
* ldap.c: Fix compilation warningSteve Holme2013-09-101-1/+1
* ldap.c: Corrected build error from commit 857f999353f333Steve Holme2013-09-101-3/+3
* ldap: fix the build for systems with ldap_url_parse()Daniel Stenberg2013-09-091-21/+12
* LDAP: fix bad free() when URL parsing failedGeoff Beier2013-09-061-38/+30
* 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