index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
ldap.c
Age
Commit message (
Expand
)
Author
2016-10-31
ldap: fix include
Daniel Stenberg
2016-10-31
strcase: s/strequal/strcasecompare
Daniel Stenberg
2016-10-31
ldap: fix strcase use
Daniel Stenberg
2016-10-31
strcasecompare: all case insensitive string compares ignore locale now
Daniel Stenberg
2016-10-31
escape: avoid using curl_easy_unescape() internally
Daniel Stenberg
2016-06-22
internals: rename the SessionHandle struct to Curl_easy
Daniel Stenberg
2016-04-29
lib: include curl_printf.h as one of the last headers
Daniel Stenberg
2016-04-03
code: style updates
Daniel Stenberg
2016-02-03
URLs: change all http:// URLs to https://
Daniel Stenberg
2015-03-24
curl_memory: make curl_memory.h the second-last header file loaded
Dan Fandrich
2015-03-17
checksrc: use space after comma
Daniel Stenberg
2015-03-16
free: instead of Curl_safefree()
Daniel Stenberg
2015-03-16
Bug #149: Deletion of unnecessary checks before calls of the function "free"
Markus Elfring
2015-03-03
mprintf.h: remove #ifdef CURLDEBUG
Daniel Stenberg
2015-01-28
ldap: build with BoringSSL
Gisle Vanem
2015-01-18
ldap: Renamed the CURL_LDAP_WIN definition to USE_WIN32_LDAP
Steve Holme
2015-01-07
ldap: Convert attribute output to UTF-8 when Unicode
Steve Holme
2015-01-07
ldap: Convert DN output to UTF-8 when Unicode
Steve Holme
2015-01-07
ldap/imap: Fixed spelling mistake in comments and variable names
Steve Holme
2015-01-04
ldap: Fixed Unicode usage for all Win32 builds
Steve Holme
2015-01-04
ldap: Fixed memory leak from commit efb64fdf80
Steve Holme
2015-01-04
ldap: Fix memory leak from commit 3a805c5cc1
Steve Holme
2015-01-04
ldap: Fixed attribute variable warnings when Unicode is enabled
Steve Holme
2015-01-04
ldap: Fixed DN variable warnings when Unicode is enabled
Steve Holme
2015-01-04
ldap: Remove the unescape_elements() function
Steve Holme
2015-01-04
ldap.c: Fixed compilation warning
Steve Holme
2015-01-04
ldap: Fixed support for Unicode filter in Win32 search call
Steve Holme
2015-01-04
ldap.c: Fixed compilation warning
Steve Holme
2015-01-04
ldap: Fixed support for Unicode attributes in Win32 search call
Steve Holme
2015-01-04
ldap: Fixed memory leak from commit efb64fdf80
Steve Holme
2015-01-04
ldap.c: Fixed compilation error
Steve Holme
2015-01-04
ldap.c: Fixed compilation warning
Steve Holme
2015-01-04
ldap: Fixed support for Unicode DN in Win32 search call
Steve Holme
2015-01-04
ldap: Fixed Unicode user and password in Win32 bind calls
Steve Holme
2015-01-04
ldap: Fixed Unicode host name in Win32 initialisation calls
Steve Holme
2015-01-04
ldap: Use host.dispname for infof() connection failure messages
Steve Holme
2015-01-03
ldap: Prefer 'CURLcode result' for curl result codes
Steve Holme
2015-01-03
ldap: Pass write length in all Curl_client_write() calls
Steve Holme
2015-01-03
ldap: Fixed attribute memory leaks on failed client write
Steve Holme
2015-01-03
ldap: Fixed DN memory leaks on failed client write
Steve Holme
2014-12-10
ldap: check Curl_client_write() return codes
Daniel Stenberg
2014-12-10
ldap: rename variables to comply to curl standards
Daniel Stenberg
2014-05-22
bits.close: Fixed compilation warning
Steve Holme
2014-05-22
bits.close: introduce connection close tracking
Daniel Stenberg
2014-04-23
handler: make 'protocol' always specified as a single bit
Daniel Stenberg
2013-09-10
ldap.c: Fix compilation warning
Steve Holme
2013-09-10
ldap.c: Corrected build error from commit 857f999353f333
Steve Holme
2013-09-09
ldap: fix the build for systems with ldap_url_parse()
Daniel Stenberg
2013-09-06
LDAP: fix bad free() when URL parsing failed
Geoff Beier
2013-07-24
string formatting: fix 15+ printf-style format strings
Yang Tse
[next]