| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fixed the LDAP_DEPRECATED #define as suggested by Daniel Johnson, and | Daniel Stenberg | 2007-08-12 | 1 | -19/+19 |
* | Patrick Monnerat modified the LDAP code and approach in curl. Starting now, | Daniel Stenberg | 2007-08-11 | 1 | -251/+64 |
* | Emmanuel Dreyfus fixed not being able to find ber_free() in | Yang Tse | 2007-03-12 | 1 | -0/+5 |
* | Removed inclusion of <sys/types.h> and <sys/stat.h> in .c-files | Gisle Vanem | 2007-02-26 | 1 | -7/+1 |
* | - David McCreedy made changes to allow base64 encoding/decoding to work on | Daniel Stenberg | 2007-01-03 | 1 | -2/+4 |
* | Make more human readable and maintainable previous | Yang Tse | 2006-10-29 | 1 | -2/+9 |
* | Compiler warning fix. | Yang Tse | 2006-10-27 | 1 | -1/+1 |
* | Update copyright year, since the file has been modified | Yang Tse | 2006-10-27 | 1 | -1/+1 |
* | Do an explicit typecast of data pointers to function pointers | Yang Tse | 2006-10-27 | 1 | -1/+1 |
* | Update comment reflecting structure change. | Gisle Vanem | 2006-09-08 | 1 | -2/+4 |
* | Compilation fix; 'reqdata' is not a pointer. 'path' is part of SessionHandle. | Gisle Vanem | 2006-09-08 | 1 | -5/+4 |
* | Compilation fix | Yang Tse | 2006-09-08 | 1 | -1/+4 |
* | Major overhaul introducing http pipelining support and shared connection | Daniel Stenberg | 2006-09-07 | 1 | -1/+1 |
* | Based on a patch by Armel Asselin, the FTP code no longer re-issues the TYPE | Daniel Stenberg | 2006-08-19 | 1 | -10/+10 |
* | Simplify check for NEED_MALLOC_H, and make more explicit that NEED_MALLOC_H s... | Yang Tse | 2006-07-25 | 1 | -1/+1 |
* | include <malloc.h> only if HAVE_MALLOC_H and NEED_MALLOC_H are both defined. | Yang Tse | 2006-07-11 | 1 | -1/+1 |
* | Use the HAVE_MALLOC_H and HAVE_PROCESS_H defines | Gisle Vanem | 2006-04-26 | 1 | -1/+3 |
* | curl_easy_unescape() takes 4 arguments. | Gisle Vanem | 2006-04-08 | 1 | -4/+4 |
* | First commit of David McCreedy's EBCDIC and TPF changes. | Daniel Stenberg | 2006-04-07 | 1 | -6/+6 |
* | Cleanup windows header includes. Where aplicable, inclusion of | Yang Tse | 2005-12-18 | 1 | -1/+0 |
* | Use an empty '*mod_name'. | Gisle Vanem | 2005-11-01 | 1 | -1/+1 |
* | Vilmos Nebehaj improved libcurl's LDAP abilities: | Daniel Stenberg | 2005-10-31 | 1 | -14/+61 |
* | Fixed LDAP library file name bug (KNOWN_BUGS #1). configure now auto-detects | Dan Fandrich | 2005-03-11 | 1 | -10/+14 |
* | Set 'bits.close' in case of malloc fail. | Gisle Vanem | 2005-02-09 | 1 | -1/+2 |
* | FTP code turned into state machine. Not completely yet, but a good start. | Daniel Stenberg | 2005-02-09 | 1 | -2/+3 |
* | Fix calling convention of wlap32.dll function. Watcom | Gisle Vanem | 2004-12-17 | 1 | -15/+16 |
* | Only declare static variables if they're needed. Fixed some compile warnings. | Dan Fandrich | 2004-12-14 | 1 | -0/+5 |
* | Paul Nolan fix to make libcurl build nicely on Windows CE | Daniel Stenberg | 2004-11-02 | 1 | -0/+4 |
* | removed tabs and trailing whitespace from source | Daniel Stenberg | 2004-10-06 | 1 | -4/+4 |
* | Ben Greear's minor fix to build (better) with cross-compiled(?) mingw | Daniel Stenberg | 2004-09-26 | 1 | -1/+1 |