| Commit message (Expand) | Author | Age | Files | Lines |
* | build: fix circular header inclusion with other packages | Yang Tse | 2013-01-09 | 1 | -1/+1 |
* | Revert changes relative to lib/*.[ch] recent renaming | Yang Tse | 2013-01-06 | 1 | -0/+341 |
* | build: rename 93 lib/*.c files | Yang Tse | 2013-01-03 | 1 | -341/+0 |
* | build: make use of 93 lib/*.c renamed files | Yang Tse | 2013-01-03 | 1 | -2/+2 |
* | build: make use of 76 lib/*.h renamed files | Yang Tse | 2012-12-28 | 1 | -7/+7 |
* | krb5/curl_rtmp.c: Hide size_t to int type conversion warning | Marc Hoersken | 2012-10-04 | 1 | -2/+3 |
* | krb5.c: fix compiler warning: variable set but not used | Yang Tse | 2012-01-04 | 1 | -3/+6 |
* | fix a bunch of MSVC compiler warnings | Yang Tse | 2011-09-03 | 1 | -1/+1 |
* | add missing semicolons | Daniel Stenberg | 2011-08-24 | 1 | -1/+1 |
* | base64: fix Curl_base64_encode and Curl_base64_decode interfaces | Yang Tse | 2011-08-24 | 1 | -7/+10 |
* | Add new CURLOPT_GSSAPI_DELEGATION option. | Adam Tkac | 2011-08-03 | 1 | -1/+2 |
* | Avoid a "shadows global declaration" warning on old MIT Kerberos | Dan Fandrich | 2011-07-28 | 1 | -0/+1 |
* | stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.h | Yang Tse | 2011-07-26 | 1 | -2/+0 |
* | gssapi: rename our files to avoid conflicts | Daniel Stenberg | 2011-07-13 | 1 | -1/+1 |
* | silence picky compilers: mark unused parameters | Daniel Stenberg | 2011-07-12 | 1 | -6/+6 |
* | gssapi.c: Simplified the function. | Julien Chaffraix | 2011-07-12 | 1 | -6/+0 |
* | Added Curl_gss_init_sec_context. | Julien Chaffraix | 2011-07-12 | 1 | -25/+14 |
* | code style: space between close paren and open brace | Daniel Stenberg | 2011-07-04 | 1 | -1/+1 |
* | source cleanup: unify look, style and indent levels | Daniel Stenberg | 2011-04-27 | 1 | -3/+5 |
* | compiler warnings fixed | Daniel Stenberg | 2011-03-16 | 1 | -6/+6 |
* | urldata: Capitalize enum protect_level values. | Julien Chaffraix | 2010-11-13 | 1 | -2/+2 |
* | krb5: Use GSS_ERROR to check for error. | Julien Chaffraix | 2010-11-12 | 1 | -4/+4 |
* | krb5-gssapi: Removed a memory leak in krb5_auth. | Julien Chaffraix | 2010-10-02 | 1 | -15/+19 |
* | krb5-gssapi: Made the function always return a value. | Julien Chaffraix | 2010-10-02 | 1 | -1/+2 |
* | krb5-gssapi: Delete the GSS-API context. | Julien Chaffraix | 2010-10-02 | 1 | -3/+22 |
* | krb5-gssapi: Remove several memory leaks. | Julien Chaffraix | 2010-09-28 | 1 | -2/+2 |
* | krb5_auth: fix my previous change to compile | Daniel Stenberg | 2010-04-16 | 1 | -2/+2 |
* | KRB5: use given host name instead of reverse lookup'ed name | Daniel Stenberg | 2010-04-16 | 1 | -1/+1 |
* | - Marco Maggi reported that compilation failed when configured --with-gssapi | Yang Tse | 2009-11-11 | 1 | -7/+10 |
* | Use build-time configured curl_socklen_t instead of socklen_t | Yang Tse | 2009-05-02 | 1 | -1/+1 |
* | libcurl's memory.h renamed to curl_memory.h | Yang Tse | 2009-04-21 | 1 | -2/+2 |
* | Indentation fixes, untabify and related whitespace-cleanup. No code changed. | Daniel Stenberg | 2009-02-27 | 1 | -66/+70 |
* | libcurl internal base64.h header file renamed to curl_base64.h | Yang Tse | 2008-08-17 | 1 | -1/+2 |
* | Fixed some include file problems on Windows reported by David Rosenstrauch | Dan Fandrich | 2008-05-22 | 1 | -0/+3 |
* | - Make Curl_write and it's callees accept a const pointer, in preparation | Michal Marek | 2008-05-09 | 1 | -2/+5 |
* | - Fix the MIT / Heimdal check for good: | Michal Marek | 2008-04-07 | 1 | -1/+1 |
* | Fix getsockname argument type | Patrick Monnerat | 2007-08-08 | 1 | -1/+1 |
* | Made the krb5 code build with Heimdal's GSSAPI lib | Daniel Stenberg | 2007-07-12 | 1 | -1/+11 |
* | Thomas J. Moore made it build with less warnings | Daniel Stenberg | 2007-07-06 | 1 | -23/+8 |
* | Thomas J. Moore provided a patch that introduces Kerberos5 support in | Daniel Stenberg | 2007-07-01 | 1 | -0/+316 |