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
/
curl_sasl.c
Age
Commit message (
Expand
)
Author
2015-08-31
sasl: Updated SPN variables and comments for consistency
Steve Holme
2015-04-26
sasl_sspi: Populate domain from the realm in the challenge
Grant Pannell
2015-03-24
curl_memory: make curl_memory.h the second-last header file loaded
Dan Fandrich
2015-03-16
free: instead of Curl_safefree()
Daniel Stenberg
2015-03-03
mprintf.h: remove #ifdef CURLDEBUG
Daniel Stenberg
2015-02-02
curl_sasl.c: More code policing
Steve Holme
2015-01-29
curl_sasl.c: Fixed compilation warning when cryptography is disabled
Steve Holme
2015-01-28
curl_sasl.c: Fixed compilation warning when verbose debug output disabled
Steve Holme
2015-01-28
sasl: Minor code policing and grammar corrections
Steve Holme
2015-01-27
sasl: remove XOAUTH2 from default enabled authentication mechanism.
Patrick Monnerat
2015-01-27
sasl: implement EXTERNAL authentication mechanism.
Patrick Monnerat
2015-01-22
curl_sasl: Reinstate the sasl_ prefix for locally scoped functions
Steve Holme
2015-01-22
curl_sasl: Minor code policing following recent commits
Steve Holme
2015-01-20
curl_sasl.c: chlglen is not used when cryptography is disabled
Steve Holme
2015-01-20
curl_sasl.c: Fixed compilation warning when cyptography is disabled
Steve Holme
2015-01-20
curl_sasl.c: Fixed compilation error when USE_WINDOWS_SSPI defined
Steve Holme
2015-01-20
SASL: make some procedures local-scoped
Patrick Monnerat
2015-01-20
SASL: common state engine for imap/pop3/smtp
Patrick Monnerat
2015-01-20
SASL: common URL option and auth capabilities decoders for all protocols
Patrick Monnerat
2014-11-23
sasl: Tidied up some parameter comments
Steve Holme
2014-11-23
sasl: Reduced the need for two sets of NTLM functions
Steve Holme
2014-11-23
ntlm: Moved NSS initialisation to base decode function
Steve Holme
2014-11-16
kerberos: Use symbol qualified with _KERBEROS5
Michael Osipov
2014-11-15
sasl: Corrected Curl_sasl_build_spn() function description
Steve Holme
2014-11-14
sasl: Moved Curl_sasl_gssapi_cleanup() definition into header file
Steve Holme
2014-11-09
ntlm: Added separate SSPI based functions
Steve Holme
2014-11-09
ntlm: Moved the native Target Info clean-up from HTTP specific function
Steve Holme
2014-11-09
ntlm: Moved SSPI clean-up code into SASL module
Steve Holme
2014-11-07
http_digest: Fixed some memory leaks introduced in commit 6f8d8131b1
Steve Holme
2014-11-06
http_digest: Post SSPI support tidy up
Steve Holme
2014-11-06
sasl: Removed non-SSPI Digest functions and defines from SSPI based builds
Steve Holme
2014-11-06
http_digest: Added SSPI based authentication functions
Steve Holme
2014-11-05
sasl: Fixed HTTP digest challenges with spaces between auth parameters
Steve Holme
2014-11-05
http_digest: Moved response generation into SASL module
Steve Holme
2014-11-05
http_digest: Moved challenge decoding into SASL module
Steve Holme
2014-11-05
http_digest: Moved clean-up function into SASL module
Steve Holme
2014-11-02
sasl: Fixed Kerberos V5 inclusion when CURL_DISABLE_CRYPTO_AUTH is used
Steve Holme
2014-08-22
sasl: Fixed a memory leak on OOM
Dan Fandrich
2014-08-14
sasl_sspi: Added GSSAPI message functions
Steve Holme
2014-08-09
sasl: Tidy up to rename SPN variable from URI
Steve Holme
2014-08-09
sasl: Use a dynamic buffer for SPN generation
Steve Holme
2014-08-09
sasl: Introduced Curl_sasl_build_spn() for building a SPN
Steve Holme
2014-06-15
sasl: Added back qop argument mistakenly removed in e95ca7ce
Dan Fandrich
2014-06-11
curl_sasl: revert the goto for error bailout
Daniel Stenberg
2014-06-11
NTLM: set a fake entropy for debug builds with CURL_ENTROPY set
Daniel Stenberg
2014-06-03
random: use Curl_rand() for proper random data
Daniel Stenberg
2014-06-02
curl_sasl: Fixed copy/paste error of now.tv_sec in commit eefeb73af4
Steve Holme
2014-06-01
curl_sasl: Fixed compilation warning under DEBUGBUILD
Steve Holme
2014-06-01
curl_sasl: Extended native DIGEST-MD5 cnonce to be a 32-byte hex string
Steve Holme
2014-05-11
sasl: Fixed missing qop in the client's challenge-response message
Steve Holme
[next]