summaryrefslogtreecommitdiff
path: root/lib/ldap.c
Commit message (Expand)AuthorAgeFilesLines
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
* fix printf-style format stringsYang Tse2010-02-041-3/+3
* Oops, should have removed 'not' in previous commit.Yang Tse2009-12-301-5/+5
* Replaced stricmp() usage with our portable strequal()Yang Tse2009-12-301-5/+5
* Fix compilation failureYang Tse2009-12-171-1/+1
* Remove pointless storing of the protocol as a string within the connectdataDaniel Stenberg2009-12-171-1/+1
* Make usage of calloc()'s arguments consistent with rest of code baseYang Tse2009-11-181-1/+1
* include progress.h for Curl_pgrsSetDownloadCounter function prototypeYang Tse2009-11-021-0/+1
* - As reported independent by both Stan van de Burgt and Didier Brisebourg,Daniel Stenberg2009-11-021-3/+14
* Update LDAP URL format referenceYang Tse2009-10-131-1/+1
* libcurl's memory.h renamed to curl_memory.hYang Tse2009-04-211-1/+1
* Moved potential inclusion of system's malloc.h and memory.h header files toYang Tse2009-04-211-3/+0
* Andre Guibert de Bruet fixed a typo in the error messageDaniel Stenberg2009-03-081-2/+2
* - Using the libssh2 0.19 function libssh2_session_block_directions(), libcurlDaniel Stenberg2008-12-191-0/+2
* moved the Curl_raw_ functions into the new lib/rawstr.c file for easier curlx_Daniel Stenberg2008-10-231-0/+1
* Renamed Curl_ascii_equal to Curl_raw_equal and bugfixed the my_toupper functionDaniel Stenberg2008-10-161-3/+3
* - Pascal Terjan filed bug #2154627Daniel Stenberg2008-10-151-3/+3
* libcurl internal base64.h header file renamed to curl_base64.hYang Tse2008-08-171-2/+2
* reqdata doesn't exist anymore and the path moved to the UrlState structDaniel Stenberg2007-11-241-4/+4
* removed space after if and while before the parenthesis for better source codeDaniel Stenberg2007-11-051-69/+69
* We use this ZERO_NULL to avoid picky compiler warnings,Yang Tse2007-10-171-18/+18
* Added per-protocol callback static tables, replacing callback ptr storagePatrick Monnerat2007-10-121-1/+46
* lber.h needs to be included since ldap.h might not include itYang Tse2007-10-091-0/+3
* added check for MSVC6 standard PSDK and bail out since insufficient for LDAP ...Gunter Knauf2007-10-091-1/+5
* <winber.h> needed for Windows LDAP client 32 API supportYang Tse2007-10-021-0/+1
* fixed ldap support for winldap.Gunter Knauf2007-09-151-2/+4
* bail out with error if someone tries to use another cert than PEM with OpenLDAP.Gunter Knauf2007-08-251-0/+6
* added support for CA cert verification;Gunter Knauf2007-08-231-10/+30
* Reversed the 'HAVE_LDAP_URL_PARSE' ifdef statement.Gisle Vanem2007-08-221-4/+4
* for now comment the tls_start section...Gunter Knauf2007-08-221-0/+2
* fixed warning with unused var;Gunter Knauf2007-08-201-15/+2
* fixed ldaps section for OpenLDAP. Still not working, but at least it compiles...Gunter Knauf2007-08-201-26/+94
* fixed warning about uninitialized.Gunter Knauf2007-08-161-1/+1
* added basic ldaps support; for now its ifdef'd with HAVE_LDAP_SSL unless we k...Gunter Knauf2007-08-161-24/+77
* added ldap_msgfree() to fix memory leak.Gunter Knauf2007-08-151-1/+3
* Removed unused variable.Dan Fandrich2007-08-131-1/+0
* Simplify and rename internal structure to avoid potential name clash with LDA...Patrick Monnerat2007-08-131-6/+7
* Fixed the LDAP_DEPRECATED #define as suggested by Daniel Johnson, andDaniel Stenberg2007-08-121-19/+19
* Patrick Monnerat modified the LDAP code and approach in curl. Starting now,Daniel Stenberg2007-08-111-251/+64
* Emmanuel Dreyfus fixed not being able to find ber_free() inYang Tse2007-03-121-0/+5
* Removed inclusion of <sys/types.h> and <sys/stat.h> in .c-filesGisle Vanem2007-02-261-7/+1
* - David McCreedy made changes to allow base64 encoding/decoding to work onDaniel Stenberg2007-01-031-2/+4
* Make more human readable and maintainable previousYang Tse2006-10-291-2/+9
* Compiler warning fix.Yang Tse2006-10-271-1/+1
* Update copyright year, since the file has been modifiedYang Tse2006-10-271-1/+1
* Do an explicit typecast of data pointers to function pointersYang Tse2006-10-271-1/+1
* Update comment reflecting structure change.Gisle Vanem2006-09-081-2/+4
* Compilation fix; 'reqdata' is not a pointer. 'path' is part of SessionHandle.Gisle Vanem2006-09-081-5/+4
* Compilation fixYang Tse2006-09-081-1/+4
* Major overhaul introducing http pipelining support and shared connectionDaniel Stenberg2006-09-071-1/+1