mirror of
https://github.com/curl/curl.git
synced 2026-08-25 17:33:32 +03:00
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.
This commit is contained in:
parent
606b933a4f
commit
2e056353b0
9 changed files with 597 additions and 12 deletions
|
|
@ -15,6 +15,7 @@ This release includes the following changes:
|
|||
o added support for PolarSSL
|
||||
o added support for FTP wildcard matching and downloads
|
||||
o added support for RTMP
|
||||
o introducing new LDAP code for new enough OpenLDAP
|
||||
|
||||
This release includes the following bugfixes:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue