summaryrefslogtreecommitdiff
path: root/auth/ntlmssp
AgeCommit message (Expand)AuthorFilesLines
2013-08-10auth/gensec: introduce gensec_internal.hStefan Metzmacher5-0/+5
2013-06-19build: Build with system md5.h on OpenIndianaAndrew Bartlett2-2/+2
2013-03-27auth/ntlmssp: Avoid use-after-free of user_info after logon failure at log le...Andrew Bartlett1-1/+1
2012-08-04auth/ntlmssp: avoid talloc_tos() in ntlmssp_client_initial()Stefan Metzmacher1-1/+1
2012-07-03auth: Remove .get_challenge (only used for security=server)Andrew Bartlett1-7/+0
2012-03-09auth/ntlmssp: Remove reference to struct ntlmssp_stateAndrew Bartlett1-6/+1
2012-03-09auth/ntlmssp: Remove gensec_security element from gensec_ntlmssp_stateAndrew Bartlett4-8/+5
2012-02-24auth: Remove plugable password-check functions from gensec_ntlmsspAndrew Bartlett5-228/+105
2012-02-24auth: consolidate gensec_ntlmssp_server wrapper functionsAndrew Bartlett2-50/+18
2012-02-24s3-ntlm_auth: Convert ntlm_auth to use gensec_ntlmssp server-sideAndrew Bartlett2-0/+13
2012-02-24auth: Rename some elements of auth4_contextAndrew Bartlett1-10/+10
2012-02-18auth: Reorder arguments to generate_session_infoAndrew Bartlett1-1/+1
2012-02-17auth: Allow the netbios name and domain to be set from winbindd in ntlm_auth3Andrew Bartlett1-2/+11
2012-02-17auth: Make more of the ntlmssp code private or staticAndrew Bartlett3-96/+64
2012-02-17auth: Provide a way to specify the NTLMSSP server name to GENSECAndrew Bartlett1-17/+36
2012-02-17auth: Rearrange ntlmssp code for clarityAndrew Bartlett1-9/+8
2012-02-17auth: Set NTLMSSP_NEGOTIATE_SIGN when session key support is requiredAndrew Bartlett1-0/+3
2012-02-17s3-auth Use the common gensec_ntlmssp_update in gensec_ntlmssp3_serverAndrew Bartlett2-4/+11
2012-02-17s3-auth: Use common gensec_ntlmssp server functions for more of gensec_ntlmss...Andrew Bartlett2-7/+47
2012-02-17s3-auth: Add extra error messages on authentication or authorization failureAndrew Bartlett1-0/+4
2012-02-17auth: Cope with NO_USER_SESSION_KEY from security=serverAndrew Bartlett1-2/+8
2012-02-17auth: Move the rest of the source4 gensec_ntlmssp code to the top levelAndrew Bartlett6-2/+1099
2012-02-17s3-auth Hook checking passwords and generating session_info via the auth4_con...Andrew Bartlett1-3/+0
2012-02-08auth: rename ntlmssp.c to ntlmssp_util.cAndrew Bartlett2-1/+1
2012-01-30auth: Make check_password and generate_session_info hook genericAndrew Bartlett1-4/+1
2011-10-28gensec: Add parinoia about integer wrappingAndrew Bartlett1-0/+7
2011-10-18ntlmssp: Refuse to seal if we did not negotiate to signAndrew Bartlett1-0/+5
2011-10-18ntlmssp: Put members from auth_ntlmssp_state into gensec_ntlmssp_stateAndrew Bartlett1-1/+17
2011-10-18ntlmssp: Prepare gensec_ntlmssp_start() for broader useAndrew Bartlett1-11/+0
2011-10-18ntlmssp: Move ntlmssp code to auth/ntlmsspAndrew Bartlett9-0/+2123