Revert "Update to 7.44.0"
[platform/upstream/curl.git] / lib / krb5.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-09-04 Patrick McCartyImported Upstream version 7.32.0 upstream/7.32.0
2013-08-26 Daniel Stenbergsecurity.h: rename to curl_sec.h to avoid name collision
2013-08-25 Daniel StenbergFTP: remove krb4 support
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
2013-01-03 Yang Tsebuild: make use of 93 lib/*.c renamed 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-10-04 Marc Hoerskenkrb5/curl_rtmp.c: Hide size_t to int type conversion...
2012-01-04 Yang Tsekrb5.c: fix compiler warning: variable set but not...
2011-10-24 Daniel StenbergMerge pull request #25 from trtom/master
2011-09-03 Yang Tsefix a bunch of MSVC compiler warnings
2011-08-24 Daniel Stenbergadd missing semicolons
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 Daniel Stenbergsilence picky compilers: mark unused parameters
2011-07-12 Julien Chaffraixgssapi.c: Simplified the function.
2011-07-12 Julien ChaffraixAdded Curl_gss_init_sec_context.
2011-07-04 Daniel Stenbergcode style: space between close paren and open brace
2011-04-27 Daniel Stenbergsource cleanup: unify look, style and indent levels
2011-03-15 Daniel Stenbergcompiler warnings fixed
2010-11-13 Julien Chaffraixurldata: Capitalize enum protect_level values.
2010-11-12 Julien Chaffraixkrb5: Use GSS_ERROR to check for error.
2010-10-02 Julien Chaffraixkrb5-gssapi: Removed a memory leak in krb5_auth.
2010-10-02 Julien Chaffraixkrb5-gssapi: Made the function always return a value.
2010-10-02 Julien Chaffraixkrb5-gssapi: Delete the GSS-API context.
2010-09-29 Julien Chaffraixkrb5-gssapi: Remove several memory leaks.
2010-04-19 monneratMerge branch 'master' of github.com:bagder/curl
2010-04-16 Daniel Stenbergkrb5_auth: fix my previous change to compile
2010-04-16 Daniel StenbergKRB5: use given host name instead of reverse lookup...
2009-11-11 Yang Tse- Marco Maggi reported that compilation failed when...
2009-05-02 Yang TseUse build-time configured curl_socklen_t instead of...
2009-04-21 Yang Tselibcurl's memory.h renamed to curl_memory.h
2009-02-27 Daniel StenbergIndentation fixes, untabify and related whitespace...
2008-08-17 Yang Tselibcurl internal base64.h header file renamed to curl_b...
2008-05-22 Dan FandrichFixed some include file problems on Windows reported...
2008-05-09 Michal Marek- Make Curl_write and it's callees accept a const point...
2008-04-07 Michal Marek- Fix the MIT / Heimdal check for good:
2007-08-08 Patrick MonneratFix getsockname argument type
2007-07-12 Daniel StenbergMade the krb5 code build with Heimdal's GSSAPI lib
2007-07-06 Daniel StenbergThomas J. Moore made it build with less warnings
2007-07-01 Daniel StenbergThomas J. Moore provided a patch that introduces Kerber...