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
2019-11-08
copyrights: fix copyright year range
Daniel Stenberg
2019-07-06
lib: Use UTF-8 encoding in comments
Gergely Nagy
2019-06-13
krb5: fix compiler warning
Marcel Raad
2018-09-13
sendf: use failf() rather than Curl_failf()
Daniel Gustafsson
2018-09-13
krb5: fix memory leak in krb_auth
Daniel Gustafsson
2018-03-04
krb5: use nondeprecated functions
Marcel Raad
2017-12-13
krb5: fix a potential access of uninitialized memory
Daniel Stenberg
2017-05-01
krb5: use private buffer for temp string, not receive buffer
Daniel Stenberg
2016-11-24
checksrc: white space edits to comply to stricter checksrc
Daniel Stenberg
2016-10-08
ftp: fix Curl_ftpsendf()
Daniel Stenberg
2016-06-22
internals: rename the SessionHandle struct to Curl_easy
Daniel Stenberg
2016-04-29
lib: include curl_printf.h as one of the last headers
Daniel Stenberg
2016-04-08
ftp/imap/pop3/smtp: Allow the service name to be overridden
Steve Holme
2016-03-10
krb5: improved type handling to avoid clang compiler warnings
Daniel Stenberg
2015-03-24
curl_memory: make curl_memory.h the second-last header file loaded
Dan Fandrich
2015-03-17
checksrc: use space after comma
Daniel Stenberg
2015-03-03
mprintf.h: remove #ifdef CURLDEBUG
Daniel Stenberg
2015-01-09
gssapi: Remove need for duplicated GSS_C_NT_HOSTBASED_SERVICE definitions
Steve Holme
2014-12-04
sasl_gssapi: Fixed honouring of no mutual authentication
Steve Holme
2014-10-08
krb5_encode: remove unused argument
Daniel Stenberg
2014-07-23
GSSAPI: remove useless *_MECHANISM defines.
Patrick Monnerat
2014-07-23
curl_gssapi: Add macros for common mechs and pass them appropriately
Michael Osipov
2014-07-16
Use SPNEGO for HTTP Negotiate
David Woodhouse
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
[next]