summaryrefslogtreecommitdiffstats
path: root/auth/ntlmssp
Commit message (Expand)AuthorAgeFilesLines
* auth/ntlmssp: GENSEC_FEATURE_SIGN_PKT_HEADER is always supportedStefan Metzmacher2014-01-071-0/+4
* auth/gensec: introduce gensec_internal.hStefan Metzmacher2013-08-105-0/+5
* build: Build with system md5.h on OpenIndianaAndrew Bartlett2013-06-192-2/+2
* auth/ntlmssp: Avoid use-after-free of user_info after logon failure at log le...Andrew Bartlett2013-03-271-1/+1
* auth/ntlmssp: avoid talloc_tos() in ntlmssp_client_initial()Stefan Metzmacher2012-08-041-1/+1
* auth: Remove .get_challenge (only used for security=server)Andrew Bartlett2012-07-031-7/+0
* auth/ntlmssp: Remove reference to struct ntlmssp_stateAndrew Bartlett2012-03-091-6/+1
* auth/ntlmssp: Remove gensec_security element from gensec_ntlmssp_stateAndrew Bartlett2012-03-094-8/+5
* auth: Remove plugable password-check functions from gensec_ntlmsspAndrew Bartlett2012-02-245-228/+105
* auth: consolidate gensec_ntlmssp_server wrapper functionsAndrew Bartlett2012-02-242-50/+18
* s3-ntlm_auth: Convert ntlm_auth to use gensec_ntlmssp server-sideAndrew Bartlett2012-02-242-0/+13
* auth: Rename some elements of auth4_contextAndrew Bartlett2012-02-241-10/+10
* auth: Reorder arguments to generate_session_infoAndrew Bartlett2012-02-181-1/+1
* auth: Allow the netbios name and domain to be set from winbindd in ntlm_auth3Andrew Bartlett2012-02-171-2/+11
* auth: Make more of the ntlmssp code private or staticAndrew Bartlett2012-02-173-96/+64
* auth: Provide a way to specify the NTLMSSP server name to GENSECAndrew Bartlett2012-02-171-17/+36
* auth: Rearrange ntlmssp code for clarityAndrew Bartlett2012-02-171-9/+8
* auth: Set NTLMSSP_NEGOTIATE_SIGN when session key support is requiredAndrew Bartlett2012-02-171-0/+3
* s3-auth Use the common gensec_ntlmssp_update in gensec_ntlmssp3_serverAndrew Bartlett2012-02-172-4/+11
* s3-auth: Use common gensec_ntlmssp server functions for more of gensec_ntlmss...Andrew Bartlett2012-02-172-7/+47
* s3-auth: Add extra error messages on authentication or authorization failureAndrew Bartlett2012-02-171-0/+4
* auth: Cope with NO_USER_SESSION_KEY from security=serverAndrew Bartlett2012-02-171-2/+8
* auth: Move the rest of the source4 gensec_ntlmssp code to the top levelAndrew Bartlett2012-02-176-2/+1099
* s3-auth Hook checking passwords and generating session_info via the auth4_con...Andrew Bartlett2012-02-171-3/+0
* auth: rename ntlmssp.c to ntlmssp_util.cAndrew Bartlett2012-02-082-1/+1
* auth: Make check_password and generate_session_info hook genericAndrew Bartlett2012-01-301-4/+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: Put members from auth_ntlmssp_state into gensec_ntlmssp_stateAndrew Bartlett2011-10-181-1/+17
* ntlmssp: Prepare gensec_ntlmssp_start() for broader useAndrew Bartlett2011-10-181-11/+0
* ntlmssp: Move ntlmssp code to auth/ntlmsspAndrew Bartlett2011-10-189-0/+2123