Age | Commit message (Expand) | Author |
2014-12-04 | sasl_gssapi: Fixed honouring of no mutual authentication | Steve Holme |
2014-12-02 | sasl_gssapi: Made log_gss_error() a common GSS-API function | Steve Holme |
2014-10-26 | http_negotiate: We prefer 'CURLcode result' | Steve Holme |
2014-10-26 | http_negotiate: Fixed missing check for USE_SPNEGO | Steve Holme |
2014-07-23 | GSSAPI: remove useless *_MECHANISM defines. | Patrick Monnerat |
2014-07-23 | http_negotiate: remove unused variable | Daniel Stenberg |
2014-07-23 | HTTP: Remove checkprefix("GSS-Negotiate") | Michael Osipov |
2014-07-23 | curl_gssapi: Add macros for common mechs and pass them appropriately | Michael Osipov |
2014-07-16 | Don't clear GSSAPI state between each exchange in the negotiation | David Woodhouse |
2014-07-16 | Use SPNEGO for HTTP Negotiate | David Woodhouse |
2014-07-16 | Remove all traces of FBOpenSSL SPNEGO support | David Woodhouse |
2013-11-03 | http: Post base64 decoding tidy up | Steve Holme |
2013-04-07 | http_negotiate.c: Fixed passing argument from incompatible pointer type | Marc Hoersken |
2013-04-04 | http_negotiate.c: follow-up for commit 3dcc1a9c | Yang Tse |
2013-04-04 | http_negotiate.c: fix several SPNEGO memory handling issues | Yang Tse |
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 |
2012-12-28 | build: make use of 76 lib/*.h renamed files | Yang Tse |
2012-09-14 | http_negotiate.c: Fxied warning: unused variable 'rc' | Marc Hoersken |
2012-01-16 | add LF termination to infof() trace string | Yang Tse |
2011-08-24 | safefree use: fix compiler warning | 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 | gssapi.c: Simplified the function. | Julien Chaffraix |
2011-07-12 | Added Curl_gss_init_sec_context. | Julien Chaffraix |
2011-07-12 | http_negociate: Be consistent in gss_init_sec_context attributes. | Julien Chaffraix |
2011-06-22 | Curl_input_negotiate: do not delegate GSSAPI credentials | Daniel Stenberg |
2011-04-27 | whitespace cleanup: no space first in conditionals | 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 |
2010-08-16 | negotiation: Wrong proxy authorization | Daniel Stenberg |
2010-06-02 | fix spnego memory leak | Yang Tse |
2010-05-26 | OOM fixes in http_negociate.c and lib/splay.c | Julien Chaffraix |
2010-03-24 | remove the CVSish $Id$ lines | Daniel Stenberg |
2009-04-21 | libcurl's memory.h renamed to curl_memory.h | Yang Tse |
2009-04-13 | fix compiler warning: implicit conversion shortens 64-bit value into a 32-bit... | Yang Tse |
2008-10-23 | moved the Curl_raw_ functions into the new lib/rawstr.c file for easier curlx_ | Daniel Stenberg |
2008-09-02 | Made some variables const which eliminated some casts | Dan Fandrich |
2008-08-17 | libcurl internal base64.h header file renamed to curl_base64.h | Yang Tse |
2008-08-16 | Fix Use of conditional definition of USE_OPENSSL | Yang Tse |
2008-05-26 | David Rosenstrauch reported that header files spnegohelp.h and | Yang Tse |
2008-04-14 | - Andre Guibert de Bruet fixed a second case of not checking the malloc() | Daniel Stenberg |
2008-04-12 | - Andre Guibert de Bruet found and fixed a case where malloc() was called but | Daniel Stenberg |
2008-04-07 | - Fix the MIT / Heimdal check for good: | Michal Marek |
2008-03-01 | - Anatoli Tubman found and fixed a crash with Negotiate authentication used on | Daniel Stenberg |
2007-11-20 | While inspecting the Negotiate code, I noticed how the proxy auth was using | Daniel Stenberg |