summaryrefslogtreecommitdiff
path: root/lib/krb5.c
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | | | | | | This code would previously use dns_entry->addr->ai_canonname instead of the given host name, which caused us grief and problems since not all our resolver options do the reverse lookup and I would also guess that it caused problems with KRB5/GSS with virtual name-based hosts. Now the host name from the URL is used.
* - Marco Maggi reported that compilation failed when configured --with-gssapiYang Tse2009-11-111-7/+10
| | | | | and GNU GSS installed due to a missing mutual exclusion of header files in the Kerberos 5 code path. He also verified that my patch worked for him.
* 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
| | | | of tetetest's patch for curl_easy_send()
* - Fix the MIT / Heimdal check for good:Michal Marek2008-04-071-1/+1
| | | | | | | | | Define HAVE_GSSMIT if <gssapi/{gssapi.h,gssapi_generic.h,gssapi_krb5.h}> are available, otherwise define HAVE_GSSHEIMDAL if <gssapi.h> is available. Only define GSS_C_NT_HOSTBASED_SERVICE to gss_nt_service_name if GSS_C_NT_HOSTBASED_SERVICE isn't declared by the gssapi headers. This should avoid breakage in case we wrongly recognize Heimdal as MIT again.
* Fix getsockname argument typePatrick Monnerat2007-08-081-1/+1
| | | | Improve "universal" alignment type in struct memdebug
* 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
libcurl. This also makes the options change name to --krb (from --krb4) and CURLOPT_KRBLEVEL (from CURLOPT_KRB4LEVEL) but the old names are still