LDAP: properly implemented as a curl_handler
authorHoward Chu <hyc@highlandsun.com>
Mon, 24 May 2010 22:44:42 +0000 (00:44 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 24 May 2010 22:44:42 +0000 (00:44 +0200)
commit2e056353b00d0944bdb2f8e948cc40a4dc0f3dfb
tree65c8ce54b7aa6887a518b1faa9027c66cd3daade
parent606b933a4fc59128c913aa943252f4a1a821aa5b
LDAP: properly implemented as a curl_handler

makes the LDAP code much cleaner, nicer and in general being a
better libcurl citizen. If a new enough OpenLDAP version is
detect, the new and shiny lib/openldap.c code is then used
instead of the old cruft

Code by Howard, minor cleanups by Daniel.
CHANGES
RELEASE-NOTES
configure.ac
lib/Makefile.inc
lib/curl_ldap.h
lib/ldap.c
lib/openldap.c [new file with mode: 0644]
lib/url.c
lib/version.c