aboutsummaryrefslogtreecommitdiff
path: root/lib/ldap.c
AgeCommit message (Expand)Author
2010-06-04Enable OpenLDAP support for cygwin builds.Yang Tse
2010-06-01fix ldap related compilation issuesYang Tse
2010-05-25LDAP: properly implemented as a curl_handlerHoward Chu
2010-03-24remove the CVSish $Id$ linesDaniel Stenberg
2010-02-04fix printf-style format stringsYang Tse
2009-12-30Oops, should have removed 'not' in previous commit.Yang Tse
2009-12-30Replaced stricmp() usage with our portable strequal()Yang Tse
2009-12-17Fix compilation failureYang Tse
2009-12-17Remove pointless storing of the protocol as a string within the connectdataDaniel Stenberg
2009-11-18Make usage of calloc()'s arguments consistent with rest of code baseYang Tse
2009-11-02include progress.h for Curl_pgrsSetDownloadCounter function prototypeYang Tse
2009-11-02- As reported independent by both Stan van de Burgt and Didier Brisebourg,Daniel Stenberg
2009-10-13Update LDAP URL format referenceYang Tse
2009-04-21libcurl's memory.h renamed to curl_memory.hYang Tse
2009-04-21Moved potential inclusion of system's malloc.h and memory.h header files toYang Tse
2009-03-08Andre Guibert de Bruet fixed a typo in the error messageDaniel Stenberg
2008-12-19- Using the libssh2 0.19 function libssh2_session_block_directions(), libcurlDaniel Stenberg
2008-10-23moved the Curl_raw_ functions into the new lib/rawstr.c file for easier curlx_Daniel Stenberg
2008-10-16Renamed Curl_ascii_equal to Curl_raw_equal and bugfixed the my_toupper functionDaniel Stenberg
2008-10-15- Pascal Terjan filed bug #2154627Daniel Stenberg
2008-08-17libcurl internal base64.h header file renamed to curl_base64.hYang Tse
2007-11-24reqdata doesn't exist anymore and the path moved to the UrlState structDaniel Stenberg
2007-11-05removed space after if and while before the parenthesis for better source codeDaniel Stenberg
2007-10-17We use this ZERO_NULL to avoid picky compiler warnings,Yang Tse
2007-10-12Added per-protocol callback static tables, replacing callback ptr storagePatrick Monnerat
2007-10-09lber.h needs to be included since ldap.h might not include itYang Tse
2007-10-09added check for MSVC6 standard PSDK and bail out since insufficient for LDAP ...Gunter Knauf
2007-10-02<winber.h> needed for Windows LDAP client 32 API supportYang Tse
2007-09-15fixed ldap support for winldap.Gunter Knauf
2007-08-25bail out with error if someone tries to use another cert than PEM with OpenLDAP.Gunter Knauf
2007-08-23added support for CA cert verification;Gunter Knauf
2007-08-22Reversed the 'HAVE_LDAP_URL_PARSE' ifdef statement.Gisle Vanem
2007-08-22for now comment the tls_start section...Gunter Knauf
2007-08-20fixed warning with unused var;Gunter Knauf
2007-08-20fixed ldaps section for OpenLDAP. Still not working, but at least it compiles...Gunter Knauf
2007-08-16fixed warning about uninitialized.Gunter Knauf
2007-08-16added basic ldaps support; for now its ifdef'd with HAVE_LDAP_SSL unless we k...Gunter Knauf
2007-08-15added ldap_msgfree() to fix memory leak.Gunter Knauf
2007-08-13Removed unused variable.Dan Fandrich
2007-08-13Simplify and rename internal structure to avoid potential name clash with LDA...Patrick Monnerat
2007-08-12Fixed the LDAP_DEPRECATED #define as suggested by Daniel Johnson, andDaniel Stenberg
2007-08-11Patrick Monnerat modified the LDAP code and approach in curl. Starting now,Daniel Stenberg
2007-03-12Emmanuel Dreyfus fixed not being able to find ber_free() inYang Tse
2007-02-26Removed inclusion of <sys/types.h> and <sys/stat.h> in .c-filesGisle Vanem
2007-01-03- David McCreedy made changes to allow base64 encoding/decoding to work onDaniel Stenberg
2006-10-29Make more human readable and maintainable previousYang Tse
2006-10-27Compiler warning fix.Yang Tse
2006-10-27Update copyright year, since the file has been modifiedYang Tse
2006-10-27Do an explicit typecast of data pointers to function pointersYang Tse
2006-09-08Update comment reflecting structure change.Gisle Vanem