Age | Commit message (Expand) | Author |
2011-09-03 | fix a bunch of MSVC compiler warnings | Yang Tse |
2011-08-24 | base64: fix Curl_base64_encode and Curl_base64_decode interfaces | Yang Tse |
2011-07-26 | stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.h | Yang Tse |
2011-07-24 | errno.h inclusion conditionally done in setup_once.h | Yang Tse |
2011-05-06 | Fixed LDAP after RTSP readwrite change | Dan Fandrich |
2011-05-05 | SSL: check for SSL, not specific protocols | Daniel Stenberg |
2011-04-27 | source cleanup: unify look, style and indent levels | Daniel Stenberg |
2011-04-21 | Fix a couple of spelling errors in lib/ | Fabian Keil |
2011-03-15 | buildfix: spell define correctly | Daniel Stenberg |
2011-03-15 | ldap: use the new protocol handler setup | Daniel Stenberg |
2010-11-28 | atoi: remove atoi usage | Yang Tse |
2010-06-04 | Enable OpenLDAP support for cygwin builds. | Yang Tse |
2010-06-01 | fix ldap related compilation issues | Yang Tse |
2010-05-25 | LDAP: properly implemented as a curl_handler | Howard Chu |
2010-03-24 | remove the CVSish $Id$ lines | Daniel Stenberg |
2010-02-04 | fix printf-style format strings | Yang Tse |
2009-12-30 | Oops, should have removed 'not' in previous commit. | Yang Tse |
2009-12-30 | Replaced stricmp() usage with our portable strequal() | Yang Tse |
2009-12-17 | Fix compilation failure | Yang Tse |
2009-12-17 | Remove pointless storing of the protocol as a string within the connectdata | Daniel Stenberg |
2009-11-18 | Make usage of calloc()'s arguments consistent with rest of code base | Yang Tse |
2009-11-02 | include progress.h for Curl_pgrsSetDownloadCounter function prototype | Yang Tse |
2009-11-02 | - As reported independent by both Stan van de Burgt and Didier Brisebourg, | Daniel Stenberg |
2009-10-13 | Update LDAP URL format reference | Yang Tse |
2009-04-21 | libcurl's memory.h renamed to curl_memory.h | Yang Tse |
2009-04-21 | Moved potential inclusion of system's malloc.h and memory.h header files to | Yang Tse |
2009-03-08 | Andre Guibert de Bruet fixed a typo in the error message | Daniel Stenberg |
2008-12-19 | - Using the libssh2 0.19 function libssh2_session_block_directions(), libcurl | Daniel Stenberg |
2008-10-23 | moved the Curl_raw_ functions into the new lib/rawstr.c file for easier curlx_ | Daniel Stenberg |
2008-10-16 | Renamed Curl_ascii_equal to Curl_raw_equal and bugfixed the my_toupper function | Daniel Stenberg |
2008-10-15 | - Pascal Terjan filed bug #2154627 | Daniel Stenberg |
2008-08-17 | libcurl internal base64.h header file renamed to curl_base64.h | Yang Tse |
2007-11-24 | reqdata doesn't exist anymore and the path moved to the UrlState struct | Daniel Stenberg |
2007-11-05 | removed space after if and while before the parenthesis for better source code | Daniel Stenberg |
2007-10-17 | We use this ZERO_NULL to avoid picky compiler warnings, | Yang Tse |
2007-10-12 | Added per-protocol callback static tables, replacing callback ptr storage | Patrick Monnerat |
2007-10-09 | lber.h needs to be included since ldap.h might not include it | Yang Tse |
2007-10-09 | added 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 support | Yang Tse |
2007-09-15 | fixed ldap support for winldap. | Gunter Knauf |
2007-08-25 | bail out with error if someone tries to use another cert than PEM with OpenLDAP. | Gunter Knauf |
2007-08-23 | added support for CA cert verification; | Gunter Knauf |
2007-08-22 | Reversed the 'HAVE_LDAP_URL_PARSE' ifdef statement. | Gisle Vanem |
2007-08-22 | for now comment the tls_start section... | Gunter Knauf |
2007-08-20 | fixed warning with unused var; | Gunter Knauf |
2007-08-20 | fixed ldaps section for OpenLDAP. Still not working, but at least it compiles... | Gunter Knauf |
2007-08-16 | fixed warning about uninitialized. | Gunter Knauf |
2007-08-16 | added basic ldaps support; for now its ifdef'd with HAVE_LDAP_SSL unless we k... | Gunter Knauf |
2007-08-15 | added ldap_msgfree() to fix memory leak. | Gunter Knauf |
2007-08-13 | Removed unused variable. | Dan Fandrich |