Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-06-02 | openldap header inclusions fix | Yang Tse | |
2010-06-01 | fix ldap related compilation issues | Yang Tse | |
2010-05-28 | LDAP: make it build without SSL if no such support is available | Howard Chu | |
of course it also goes for the case where SSL is explicitly disabled | |||
2010-05-27 | openldap: fix compiler warnings | Howard Chu | |
2010-05-25 | LDAP: properly implemented as a curl_handler | Howard Chu | |
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. |