Age | Commit message (Expand) | Author |
2015-03-24 | curl_memory: make curl_memory.h the second-last header file loaded | Dan Fandrich |
2015-03-17 | checksrc: use space after comma | Daniel Stenberg |
2015-03-03 | mprintf.h: remove #ifdef CURLDEBUG | Daniel Stenberg |
2015-01-09 | gssapi: Remove need for duplicated GSS_C_NT_HOSTBASED_SERVICE definitions | Steve Holme |
2014-12-04 | sasl_gssapi: Fixed honouring of no mutual authentication | Steve Holme |
2014-10-08 | krb5_encode: remove unused argument | Daniel Stenberg |
2014-07-23 | GSSAPI: remove useless *_MECHANISM defines. | Patrick Monnerat |
2014-07-23 | curl_gssapi: Add macros for common mechs and pass them appropriately | Michael Osipov |
2014-07-16 | Use SPNEGO for HTTP Negotiate | David Woodhouse |
2013-08-26 | security.h: rename to curl_sec.h to avoid name collision | Daniel Stenberg |
2013-08-25 | FTP: remove krb4 support | Daniel Stenberg |
2013-01-09 | build: fix circular header inclusion with other packages | Yang Tse |
2013-01-06 | Revert changes relative to lib/*.[ch] recent renaming | Yang Tse |
2013-01-03 | build: rename 93 lib/*.c files | Yang Tse |
2013-01-03 | build: make use of 93 lib/*.c renamed files | Yang Tse |
2012-12-28 | build: make use of 76 lib/*.h renamed files | Yang Tse |
2012-10-04 | krb5/curl_rtmp.c: Hide size_t to int type conversion warning | Marc Hoersken |
2012-01-04 | krb5.c: fix compiler warning: variable set but not used | Yang Tse |
2011-09-03 | fix a bunch of MSVC compiler warnings | Yang Tse |
2011-08-24 | add missing semicolons | Daniel Stenberg |
2011-08-24 | base64: fix Curl_base64_encode and Curl_base64_decode interfaces | Yang Tse |
2011-08-03 | Add new CURLOPT_GSSAPI_DELEGATION option. | Adam Tkac |
2011-07-28 | Avoid a "shadows global declaration" warning on old MIT Kerberos | Dan Fandrich |
2011-07-26 | stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.h | Yang Tse |
2011-07-13 | gssapi: rename our files to avoid conflicts | Daniel Stenberg |
2011-07-12 | silence picky compilers: mark unused parameters | Daniel Stenberg |
2011-07-12 | gssapi.c: Simplified the function. | Julien Chaffraix |
2011-07-12 | Added Curl_gss_init_sec_context. | Julien Chaffraix |
2011-07-04 | code style: space between close paren and open brace | Daniel Stenberg |
2011-04-27 | source cleanup: unify look, style and indent levels | Daniel Stenberg |
2011-03-16 | compiler warnings fixed | Daniel Stenberg |
2010-11-13 | urldata: Capitalize enum protect_level values. | Julien Chaffraix |
2010-11-12 | krb5: Use GSS_ERROR to check for error. | Julien Chaffraix |
2010-10-02 | krb5-gssapi: Removed a memory leak in krb5_auth. | Julien Chaffraix |
2010-10-02 | krb5-gssapi: Made the function always return a value. | Julien Chaffraix |
2010-10-02 | krb5-gssapi: Delete the GSS-API context. | Julien Chaffraix |
2010-09-28 | krb5-gssapi: Remove several memory leaks. | Julien Chaffraix |
2010-04-16 | krb5_auth: fix my previous change to compile | Daniel Stenberg |
2010-04-16 | KRB5: use given host name instead of reverse lookup'ed name | Daniel Stenberg |
2009-11-11 | - Marco Maggi reported that compilation failed when configured --with-gssapi | Yang Tse |
2009-05-02 | Use build-time configured curl_socklen_t instead of socklen_t | Yang Tse |
2009-04-21 | libcurl's memory.h renamed to curl_memory.h | Yang Tse |
2009-02-27 | Indentation fixes, untabify and related whitespace-cleanup. No code changed. | Daniel Stenberg |
2008-08-17 | libcurl internal base64.h header file renamed to curl_base64.h | Yang Tse |
2008-05-22 | Fixed some include file problems on Windows reported by David Rosenstrauch | Dan Fandrich |
2008-05-09 | - Make Curl_write and it's callees accept a const pointer, in preparation | Michal Marek |
2008-04-07 | - Fix the MIT / Heimdal check for good: | Michal Marek |
2007-08-08 | Fix getsockname argument type | Patrick Monnerat |
2007-07-12 | Made the krb5 code build with Heimdal's GSSAPI lib | Daniel Stenberg |
2007-07-06 | Thomas J. Moore made it build with less warnings | Daniel Stenberg |