Revert "Update to 7.44.0"
[platform/upstream/curl.git] / lib / http_negotiate.c
2016-04-07 seonah moonRevert "Update to 7.44.0" 72/65072/1
2016-04-07 Seonah MoonUpdate to 7.44.0 38/65038/2 submit/tizen/20160407.062150
2016-04-07 Seonah MoonImported Upstream version 7.44.0 35/65035/1
2016-04-07 seonah moonRevert "Imported Upstream version 7.44.0" 20/65020/1
2016-04-07 Seonah MoonImported Upstream version 7.44.0 13/65013/1
2015-11-16 taesub.kimImported Upstream version 7.40.0 07/51807/1
2015-11-16 taesub.kimBase code merged to SPIN 2.4 99/51799/1
2015-11-11 taesub kimRevert "Update to 7.40.1" 94/51594/1
2015-11-09 Seonah MoonUpdate to 7.40.1 63/51363/1 submit/tizen/20151109.080918 submit/tizen/20151109.080942 submit/tizen/20151109.082943
2013-11-03 Steve Holmehttp: Post base64 decoding tidy up
2013-09-04 Patrick McCartyImported Upstream version 7.32.0 upstream/7.32.0
2013-04-06 Marc Hoerskenhttp_negotiate.c: Fixed passing argument from incompati...
2013-04-04 Yang Tsehttp_negotiate.c: follow-up for commit 3dcc1a9c
2013-04-03 Yang Tsehttp_negotiate.c: fix several SPNEGO memory handling...
2013-01-08 Yang Tsebuild: fix circular header inclusion with other packages
2013-01-06 Yang TseRevert changes relative to lib/*.[ch] recent renaming
2013-01-03 Yang Tsebuild: rename 93 lib/*.c files
2012-12-28 Yang Tsebuild: make use of 76 lib/*.h renamed files
2012-10-30 Anas NashifImported Upstream version 7.21.3 upstream/7.21.3
2012-09-14 Marc Hoerskenhttp_negotiate.c: Fxied warning: unused variable 'rc'
2012-01-16 Yang Tseadd LF termination to infof() trace string
2011-10-24 Daniel StenbergMerge pull request #25 from trtom/master
2011-08-24 Daniel Stenbergsafefree use: fix compiler warning
2011-08-24 Yang Tsebase64: fix Curl_base64_encode and Curl_base64_decode...
2011-08-03 Adam TkacAdd new CURLOPT_GSSAPI_DELEGATION option.
2011-07-28 Dan FandrichAvoid a "shadows global declaration" warning on old...
2011-07-26 Yang Tsestdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclu...
2011-07-13 Daniel Stenberggssapi: rename our files to avoid conflicts
2011-07-12 Julien Chaffraixgssapi.c: Simplified the function.
2011-07-12 Julien ChaffraixAdded Curl_gss_init_sec_context.
2011-07-12 Julien Chaffraixhttp_negociate: Be consistent in gss_init_sec_context...
2011-06-22 Daniel StenbergCurl_input_negotiate: do not delegate GSSAPI credentials
2011-04-27 Daniel Stenbergwhitespace cleanup: no space first in conditionals
2011-04-27 Daniel Stenbergsource cleanup: unify look, style and indent levels
2011-04-21 Fabian KeilFix a couple of spelling errors in lib/
2010-08-16 Daniel Stenbergnegotiation: Wrong proxy authorization
2010-06-02 Yang Tsefix spnego memory leak
2010-05-25 Julien ChaffraixOOM fixes in http_negociate.c and lib/splay.c
2010-03-24 Daniel Stenbergremove the CVSish $Id$ lines
2009-04-21 Yang Tselibcurl's memory.h renamed to curl_memory.h
2009-04-13 Yang Tsefix compiler warning: implicit conversion shortens...
2008-10-23 Daniel Stenbergmoved the Curl_raw_ functions into the new lib/rawstr...
2008-09-02 Dan FandrichMade some variables const which eliminated some casts
2008-08-17 Yang Tselibcurl internal base64.h header file renamed to curl_b...
2008-08-16 Yang TseFix Use of conditional definition of USE_OPENSSL
2008-05-26 Yang TseDavid Rosenstrauch reported that header files spnegohel...
2008-04-14 Daniel Stenberg- Andre Guibert de Bruet fixed a second case of not...
2008-04-12 Daniel Stenberg- Andre Guibert de Bruet found and fixed a case where...
2008-04-07 Michal Marek- Fix the MIT / Heimdal check for good:
2008-03-01 Daniel Stenberg- Anatoli Tubman found and fixed a crash with Negotiate...
2007-11-20 Daniel StenbergWhile inspecting the Negotiate code, I noticed how...
2007-11-20 Daniel Stenbergwhite space changes only to clean up indent and source...
2007-11-05 Daniel Stenbergremoved space after if and while before the parenthesis...
2007-09-21 Daniel StenbergMark Davies fixed Negotiate authentication over proxy...
2007-08-27 Dan FandrichFixed some minor type mismatches and missing consts...
2007-04-04 Dan FandrichFixes some more out of memory handling bugs.
2007-01-03 Daniel Stenberg- David McCreedy made changes to allow base64 encoding...
2006-10-17 Daniel StenbergAvoid typecasting a signed char to an int when using...
2006-05-04 Daniel StenbergRoland Blom filed bug report #1481217
2006-02-18 Daniel StenbergUlf Härnhammar fixed a format string (printf style...
2005-03-31 Daniel StenbergUpdated the copyright year since changes have been...
2005-02-24 Dan FandrichFixed some compiler warnings. Fixed a low incidence...
2005-02-22 Daniel StenbergCurl_base64_decode() now returns an allocated buffer
2004-08-05 Daniel StenbergEnrico Scholz fixed the service name to be uppercase...
2004-06-24 Daniel StenbergReplaced all uses of sprintf() with the safer snprintf...
2004-05-11 Daniel Stenbergcurl_global_init_mem() allows the memory functions...
2004-04-27 Daniel StenbergMade host name and proxy name get stored in a 'struct...
2004-01-07 Daniel Stenbergupdated year in the copyright string
2003-11-27 Daniel StenbergMarkus Moeller's change to check for HAVE_SPNEGO instea...
2003-09-19 Daniel StenbergMarkus Moeller's SPNEGO patch applied, with my edits...
2003-09-11 Daniel StenbergTim Bartley's patch that makes the GSSNEGOTIATE option...
2003-07-23 Daniel StenbergDaniel Kouril's fix to make the GSS-Negotiate work...
2003-06-26 Daniel Stenbergkill warnings
2003-06-10 Daniel StenbergDaniel Kouril's patch that adds HTTP negotiation suppor...