summaryrefslogtreecommitdiff
path: root/source3/auth/auth_ntlmssp.c
Commit message (Expand)AuthorAgeFilesLines
* s3:auth: make use of make_{server,session}_info_anonymous()Stefan Metzmacher2018-03-161-4/+1
* rpc: Always supply both the remote and local address to the auth subsystemGary Lockyer2017-03-291-0/+1
* auth: Fill in user_info->service_description from all callersAndrew Bartlett2017-03-291-0/+1
* auth: let auth4_context->check_ntlm_password() return pauthoritativeStefan Metzmacher2017-03-241-3/+9
* auth3: let auth_check_ntlm_password() return pauthoritativeStefan Metzmacher2017-03-241-3/+7
* s3-auth: Fix a possible null pointer dereferenceAndreas Schneider2015-07-171-1/+3
* s3:auth: use lp_load_with_shares() in auth3_check_password()Michael Adam2015-04-221-1/+1
* s3:auth: allow special SYSTEM and ANONYMOUS handling in auth3_generate_sessio...Stefan Metzmacher2014-04-241-2/+43
* s3-auth: Finally change make_user_info_*() use a parent talloc contextAndrew Bartlett2014-04-021-2/+3
* s3-auth: Pass mem_ctx to do_map_to_guest_server_info().Andreas Schneider2014-02-191-3/+4
* s3-auth: Pass mem_ctx to auth_check_ntlm_password().Andreas Schneider2014-02-191-2/+4
* auth: Remove .get_challenge (only used for security=server)Andrew Bartlett2012-07-031-12/+0
* s3-auth: Remove single-implementation plugin layerAndrew Bartlett2012-03-081-3/+3
* auth: Reorder arguments to generate_session_infoAndrew Bartlett2012-02-181-2/+2
* s3-auth: Use common gensec_ntlmsspAndrew Bartlett2012-02-171-36/+0
* s3-auth: Use common gensec_ntlmssp_server_startAndrew Bartlett2012-02-171-127/+1
* s3-auth: Use the gensec-supplied DNS domain name and hostname.Andrew Bartlett2012-02-171-28/+44
* s3-auth: Allow NTLMSSP features to be disabled with smb.conf options for testingAndrew Bartlett2012-02-171-9/+23
* s3-auth: Use the lpcfg_ wrapper calls to set some variablesAndrew Bartlett2012-02-171-31/+10
* s3-auth: Remove a layer of indirection and reorder to match gensec_ntlmssp_se...Andrew Bartlett2012-02-171-18/+15
* s3-auth: Only allow LM_KEY cryptography when extra options are setAndrew Bartlett2012-02-171-1/+6
* s3-auth: Inline ntlmssp_server_start() into gensec_ntlmssp3_server_start()Andrew Bartlett2012-02-171-9/+60
* s3-auth Use the common gensec_ntlmssp_update in gensec_ntlmssp3_serverAndrew Bartlett2012-02-171-21/+1
* s3-auth: Use common gensec_ntlmssp server functions for more of gensec_ntlmss...Andrew Bartlett2012-02-171-182/+2
* s3-auth: Add extra error messages on authentication or authorization failureAndrew Bartlett2012-02-171-0/+16
* s3-auth Hook checking passwords and generating session_info via the auth4_con...Andrew Bartlett2012-02-171-58/+229
* Rename obscure defined constants.Christopher R. Hertel (crh)2012-02-161-2/+2
* s3-auth: Remove duplicate check for NT_STATUS_IS_OK(nt_status)Andrew Bartlett2012-01-301-4/+0
* auth: Make check_password and generate_session_info hook genericAndrew Bartlett2012-01-301-14/+19
* s3-auth Remove ntlmssp_wrap.h which is no longer requiredAndrew Bartlett2012-01-051-1/+0
* s3-auth re-create the auth context in the s3 ntlmssp server moduleAndrew Bartlett2012-01-051-0/+5
* s3-auth split the auth_generic functions into a seperate fileAndrew Bartlett2011-12-221-157/+1
* s3-auth remove auth_ntlmssp_start(), call auth_generic_start() directlyAndrew Bartlett2011-12-221-5/+0
* s3-auth rename auth_ntlmssp_prepare() -> auth_generic_prepare()Andrew Bartlett2011-12-221-2/+2
* s3-auth rename auth_ntlmssp_state -> auth_generic_stateAndrew Bartlett2011-12-221-6/+6
* s3-auth remove auth_ntlmssp_session_info()Andrew Bartlett2011-10-211-11/+0
* s3-auth move the s3 auth context onto gensec_ntlmssp once we startAndrew Bartlett2011-10-181-2/+2
* gensec: move event context from gensec_*_init() to gensec_update()Andrew Bartlett2011-10-181-1/+2
* s3-ntlmssp Implement the server-side auth_ntlmssp code as a GENSEC moduleAndrew Bartlett2011-10-181-84/+227
* ntlmssp: Move ntlmssp code to auth/ntlmsspAndrew Bartlett2011-10-181-1/+1
* s3-auth Add my copyrightAndrew Bartlett2011-10-181-1/+1
* s3-ntlmssp Remove a level of nesting in if/else statementAndrew Bartlett2011-08-031-3/+2
* selftest: test plugin_s4_dc against all ncacn_np testsAndrew Bartlett2011-08-031-0/+36
* s3-ntlmssp clarify session key behaviour after create_local_token() changesAndrew Bartlett2011-08-031-2/+1
* s3-ntlmssp Remove auth_ntlmssp_state_destructor, use the talloc tree insteadAndrew Bartlett2011-08-031-16/+5
* s3-auth rename auth_ntlmssp_steal_session_info()Andrew Bartlett2011-08-031-3/+3
* s3-auth Add function to start any GENSEC mech by OIDAndrew Bartlett2011-08-031-2/+18
* s3-auth set session_info->sanitized_username in create_local_token()Andrew Bartlett2011-08-031-0/+1
* s3-ntlmssp Split auth_ntlmssp_start into two functionsAndrew Bartlett2011-08-031-12/+15
* s3-ntlmssp Split calls to gensec plugin into prepare and startAndrew Bartlett2011-08-031-4/+10