index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
krb5.c
Age
Commit message (
Expand
)
Author
2013-08-26
security.h: rename to curl_sec.h to avoid name collision
Daniel Stenberg
2013-08-25
FTP: remove krb4 support
Daniel Stenberg
2013-01-09
build: fix circular header inclusion with other packages
Yang Tse
2013-01-06
Revert changes relative to lib/*.[ch] recent renaming
Yang Tse
2013-01-03
build: rename 93 lib/*.c files
Yang Tse
2013-01-03
build: make use of 93 lib/*.c renamed files
Yang Tse
2012-12-28
build: make use of 76 lib/*.h renamed files
Yang Tse
2012-10-04
krb5/curl_rtmp.c: Hide size_t to int type conversion warning
Marc Hoersken
2012-01-04
krb5.c: fix compiler warning: variable set but not used
Yang Tse
2011-09-03
fix a bunch of MSVC compiler warnings
Yang Tse
2011-08-24
add missing semicolons
Daniel Stenberg
2011-08-24
base64: fix Curl_base64_encode and Curl_base64_decode interfaces
Yang Tse
2011-08-03
Add new CURLOPT_GSSAPI_DELEGATION option.
Adam Tkac
2011-07-28
Avoid a "shadows global declaration" warning on old MIT Kerberos
Dan Fandrich
2011-07-26
stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.h
Yang Tse
2011-07-13
gssapi: rename our files to avoid conflicts
Daniel Stenberg
2011-07-12
silence picky compilers: mark unused parameters
Daniel Stenberg
2011-07-12
gssapi.c: Simplified the function.
Julien Chaffraix
2011-07-12
Added Curl_gss_init_sec_context.
Julien Chaffraix
2011-07-04
code style: space between close paren and open brace
Daniel Stenberg
2011-04-27
source cleanup: unify look, style and indent levels
Daniel Stenberg
2011-03-16
compiler warnings fixed
Daniel Stenberg
2010-11-13
urldata: Capitalize enum protect_level values.
Julien Chaffraix
2010-11-12
krb5: Use GSS_ERROR to check for error.
Julien Chaffraix
2010-10-02
krb5-gssapi: Removed a memory leak in krb5_auth.
Julien Chaffraix
2010-10-02
krb5-gssapi: Made the function always return a value.
Julien Chaffraix
2010-10-02
krb5-gssapi: Delete the GSS-API context.
Julien Chaffraix
2010-09-28
krb5-gssapi: Remove several memory leaks.
Julien Chaffraix
2010-04-16
krb5_auth: fix my previous change to compile
Daniel Stenberg
2010-04-16
KRB5: use given host name instead of reverse lookup'ed name
Daniel Stenberg
2009-11-11
- Marco Maggi reported that compilation failed when configured --with-gssapi
Yang Tse
2009-05-02
Use build-time configured curl_socklen_t instead of socklen_t
Yang Tse
2009-04-21
libcurl's memory.h renamed to curl_memory.h
Yang Tse
2009-02-27
Indentation fixes, untabify and related whitespace-cleanup. No code changed.
Daniel Stenberg
2008-08-17
libcurl internal base64.h header file renamed to curl_base64.h
Yang Tse
2008-05-22
Fixed some include file problems on Windows reported by David Rosenstrauch
Dan Fandrich
2008-05-09
- Make Curl_write and it's callees accept a const pointer, in preparation
Michal Marek
2008-04-07
- Fix the MIT / Heimdal check for good:
Michal Marek
2007-08-08
Fix getsockname argument type
Patrick Monnerat
2007-07-12
Made the krb5 code build with Heimdal's GSSAPI lib
Daniel Stenberg
2007-07-06
Thomas J. Moore made it build with less warnings
Daniel Stenberg
2007-07-01
Thomas J. Moore provided a patch that introduces Kerberos5 support in
Daniel Stenberg