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