Age | Commit message (Expand) | Author |
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 |
2007-11-20 | white space changes only to clean up indent and source width | Daniel Stenberg |
2007-11-05 | removed space after if and while before the parenthesis for better source code | Daniel Stenberg |
2007-09-21 | Mark Davies fixed Negotiate authentication over proxy, and also introduced | Daniel Stenberg |
2007-08-27 | Fixed some minor type mismatches and missing consts mainly found by splint. | Dan Fandrich |
2007-04-04 | Fixes some more out of memory handling bugs. | Dan Fandrich |
2007-01-03 | - David McCreedy made changes to allow base64 encoding/decoding to work on | Daniel Stenberg |
2006-10-17 | Avoid typecasting a signed char to an int when using is*() functions, as that | Daniel Stenberg |
2006-05-04 | Roland Blom filed bug report #1481217 | Daniel Stenberg |
2006-02-18 | Ulf H�rnhammar fixed a format string (printf style) problem in the Negotiate | Daniel Stenberg |
2005-03-31 | Updated the copyright year since changes have been this year. | Daniel Stenberg |
2005-02-24 | Fixed some compiler warnings. Fixed a low incidence memory leak in the test ... | Dan Fandrich |
2005-02-22 | Curl_base64_decode() now returns an allocated buffer | Daniel Stenberg |
2004-08-05 | Enrico Scholz fixed the service name to be uppercase as reported in bug | Daniel Stenberg |
2004-06-24 | Replaced all uses of sprintf() with the safer snprintf(). It is just a | Daniel Stenberg |
2004-05-11 | curl_global_init_mem() allows the memory functions to be replaced. | Daniel Stenberg |
2004-04-27 | Made host name and proxy name get stored in a 'struct hostname' and set | Daniel Stenberg |
2004-01-07 | updated year in the copyright string | Daniel Stenberg |
2003-11-27 | Markus Moeller's change to check for HAVE_SPNEGO instead of the previous | Daniel Stenberg |
2003-09-19 | Markus Moeller's SPNEGO patch applied, with my edits, additions and minor | Daniel Stenberg |
2003-09-11 | Tim Bartley's patch that makes the GSSNEGOTIATE option work for Microsoft's | Daniel Stenberg |
2003-07-23 | Daniel Kouril's fix to make the GSS-Negotiate work fine. | Daniel Stenberg |
2003-06-26 | kill warnings | Daniel Stenberg |
2003-06-10 | Daniel Kouril's patch that adds HTTP negotiation support to libcurl was | Daniel Stenberg |