summaryrefslogtreecommitdiff
path: root/auth/ntlmssp/ntlmssp_sign.c
Commit message (Expand)AuthorAgeFilesLines
* auth:ntlmssp: Use GnuTLS RC4 for ntlmssp signingAndreas Schneider2019-07-261-41/+171
* lib/crypto: move gnutls error wrapper to own subsystemAndrew Bartlett2019-06-271-1/+1
* auth:ntlmssp: Use gnutls_error_to_ntstatus() in ntlmssp_signAndreas Schneider2019-06-241-16/+8
* auth:ntlmssp: Use GnuTLS MD5 and HMAC MD5 in ntlmssp signAndreas Schneider2019-05-211-25/+92
* auth: Use the zlib version of crc32Volker Lendecke2018-10-091-3/+5
* define DBGC_AUTH classkkplein2018-01-081-0/+3
* Correct "intialise" typos.Chris Lamb2017-02-221-1/+1
* CVE-2016-2110: auth/ntlmssp: implement gensec_ntlmssp_may_reset_crypto()Stefan Metzmacher2016-04-121-12/+28
* auth/ntlmssp: remove ntlmssp_unwrap() fallback for LDAPStefan Metzmacher2016-03-101-44/+5
* auth/ntlmssp: implement GENSEC_FEATURE_LDAP_STYLEStefan Metzmacher2016-03-101-0/+16
* build: Build with system md5.h on OpenIndianaAndrew Bartlett2013-06-191-1/+1
* gensec: Add parinoia about integer wrappingAndrew Bartlett2011-10-281-0/+7
* ntlmssp: Refuse to seal if we did not negotiate to signAndrew Bartlett2011-10-181-0/+5
* ntlmssp: Move ntlmssp code to auth/ntlmsspAndrew Bartlett2011-10-181-0/+694