summaryrefslogtreecommitdiff
path: root/lib/krb5.c
Commit message (Expand)AuthorAgeFilesLines
* krb5.c: fix compiler warning: variable set but not usedYang Tse2012-01-041-3/+6
* fix a bunch of MSVC compiler warningsYang Tse2011-09-031-1/+1
* add missing semicolonsDaniel Stenberg2011-08-241-1/+1
* base64: fix Curl_base64_encode and Curl_base64_decode interfacesYang Tse2011-08-241-7/+10
* Add new CURLOPT_GSSAPI_DELEGATION option.Adam Tkac2011-08-031-1/+2
* Avoid a "shadows global declaration" warning on old MIT KerberosDan Fandrich2011-07-281-0/+1
* stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.hYang Tse2011-07-261-2/+0
* gssapi: rename our files to avoid conflictsDaniel Stenberg2011-07-131-1/+1
* silence picky compilers: mark unused parametersDaniel Stenberg2011-07-121-6/+6
* gssapi.c: Simplified the function.Julien Chaffraix2011-07-121-6/+0
* Added Curl_gss_init_sec_context.Julien Chaffraix2011-07-121-25/+14
* code style: space between close paren and open braceDaniel Stenberg2011-07-041-1/+1
* source cleanup: unify look, style and indent levelsDaniel Stenberg2011-04-271-3/+5
* compiler warnings fixedDaniel Stenberg2011-03-161-6/+6
* urldata: Capitalize enum protect_level values.Julien Chaffraix2010-11-131-2/+2
* krb5: Use GSS_ERROR to check for error.Julien Chaffraix2010-11-121-4/+4
* krb5-gssapi: Removed a memory leak in krb5_auth.Julien Chaffraix2010-10-021-15/+19
* krb5-gssapi: Made the function always return a value.Julien Chaffraix2010-10-021-1/+2
* krb5-gssapi: Delete the GSS-API context.Julien Chaffraix2010-10-021-3/+22
* krb5-gssapi: Remove several memory leaks.Julien Chaffraix2010-09-281-2/+2
* krb5_auth: fix my previous change to compileDaniel Stenberg2010-04-161-2/+2
* KRB5: use given host name instead of reverse lookup'ed nameDaniel Stenberg2010-04-161-1/+1
* - Marco Maggi reported that compilation failed when configured --with-gssapiYang Tse2009-11-111-7/+10
* Use build-time configured curl_socklen_t instead of socklen_tYang Tse2009-05-021-1/+1
* libcurl's memory.h renamed to curl_memory.hYang Tse2009-04-211-2/+2
* Indentation fixes, untabify and related whitespace-cleanup. No code changed.Daniel Stenberg2009-02-271-66/+70
* libcurl internal base64.h header file renamed to curl_base64.hYang Tse2008-08-171-1/+2
* Fixed some include file problems on Windows reported by David RosenstrauchDan Fandrich2008-05-221-0/+3
* - Make Curl_write and it's callees accept a const pointer, in preparationMichal Marek2008-05-091-2/+5
* - Fix the MIT / Heimdal check for good:Michal Marek2008-04-071-1/+1
* Fix getsockname argument typePatrick Monnerat2007-08-081-1/+1
* Made the krb5 code build with Heimdal's GSSAPI libDaniel Stenberg2007-07-121-1/+11
* Thomas J. Moore made it build with less warningsDaniel Stenberg2007-07-061-23/+8
* Thomas J. Moore provided a patch that introduces Kerberos5 support inDaniel Stenberg2007-07-011-0/+316