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.h
Age
Commit message (
Expand
)
Author
2014-08-14
curl_sasl.h: Fixed compilation error from commit 4b491c675f
Steve Holme
2014-08-14
sasl_sspi: Added GSSAPI message functions
Steve Holme
2014-08-09
sasl: Introduced Curl_sasl_build_spn() for building a SPN
Steve Holme
2014-04-06
sasl: Added forward declaration of structures following recent changes
Steve Holme
2014-04-06
sasl: Corrected add of Curl_sasl_decode_digest_md5_message() from 2c49e96092
Steve Holme
2014-04-06
sasl: Corrected pre-processor inclusion of SSPI based DIGEST-MD5 code
Steve Holme
2014-04-05
sasl: Added initial stub functions for SSPI DIGEST-MD support
Steve Holme
2014-04-05
sasl: Combined DIGEST-MD5 message decoding and generation
Steve Holme
2013-10-27
email: Added support for cancelling NTLM authentication
Steve Holme
2013-10-27
email: Added support for cancelling DIGEST-MD5 authentication
Steve Holme
2013-10-27
email: Corrected a couple of typos from 1e39b95682781f
Steve Holme
2013-10-27
email: Added support for canceling CRAM-MD5 authentication
Steve Holme
2013-09-24
sasl: Centralised the authentication mechanism strings
Steve Holme
2013-09-04
SASL: fix compiler warnings
Daniel Stenberg
2013-08-25
sasl: added basic SASL XOAUTH2 support
Kyle L. Huff
2013-04-13
sasl: Reworked SASL mechanism constants
Steve Holme
2013-04-13
sasl: Added predefined preferred mechanism values
Steve Holme
2013-03-21
sasl: Corrected a few violations of the curl coding standards
Steve Holme
2013-01-06
Revert changes relative to lib/*.[ch] recent renaming
Yang Tse
2012-12-28
build: make use of 76 lib/*.h renamed files
Yang Tse
2012-06-08
sasl: Re-factored mechanism constants in preparation for APOP work
Steve Holme
2012-06-04
sasl: Renamed Curl_sasl_decode_ntlm_type2_message()
Steve Holme
2012-06-04
sasl: Added service parameter to Curl_sasl_create_digest_md5_message()
Steve Holme
2012-06-04
sasl: Moved digest-md5 authentication message creation from smtp.c
Steve Holme
2012-06-04
sasl: Small code tidy up before moving digest-md5 over
Steve Holme
2012-06-03
sasl: Moved cram-md5 authentication message creation from smtp.c
Steve Holme
2012-06-02
sasl: Corrected variable names in comments and parameters
Steve Holme
2012-06-02
sasl: Small comment style tidy up following ntlm commit
Steve Holme
2012-06-02
sasl: Moved ntlm authentication message handling from smtp.c
Steve Holme
2012-05-31
sasl: Moved login authentication message creation from smtp.c
Steve Holme
2012-05-30
sasl: Moved plain text authentication message creation from smtp.c
Steve Holme
2012-05-25
sasl: Re-factored auth-mechanism constants to be more generic
Steve Holme
2012-05-25
smtp: Moved auth-mechanism constants into a separate header file
Steve Holme