summaryrefslogtreecommitdiffstats
path: root/source3/auth
Commit message (Expand)AuthorAgeFilesLines
* s3:auth_server: make use of cli_state_security_mode()Stefan Metzmacher2011-09-131-3/+9
* Move the talloc_move call until *after* the check on status. Don't want to mo...Jeremy Allison2011-09-121-3/+3
* s3-auth: fix uninitialized server_infoSumit Bose2011-09-121-0/+4
* s3:libsmb: pass CLI_FULL_CONNECTION_* flags via cli_connect_nb()Stefan Metzmacher2011-09-081-4/+3
* 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-034-1/+41
* 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 directly return the result of make_server_info_guest()Andrew Bartlett2011-08-031-2/+2
* s3-auth rename auth_ntlmssp_steal_session_info()Andrew Bartlett2011-08-032-6/+6
* s3-auth Add function to start any GENSEC mech by OIDAndrew Bartlett2011-08-032-5/+22
* s3-auth remove sanitized_username from auth_serversupplied_infoAndrew Bartlett2011-08-032-23/+1
* s3-auth set session_info->sanitized_username in create_local_token()Andrew Bartlett2011-08-034-15/+15
* s3-ntlmssp Split auth_ntlmssp_start into two functionsAndrew Bartlett2011-08-032-13/+17
* s3-ntlmssp Split calls to gensec plugin into prepare and startAndrew Bartlett2011-08-033-17/+18
* s3-auth Add hook to start a GENSEC mech to auth_samba4Andrew Bartlett2011-08-032-1/+89
* s3-ntlmssp Add hooks to optionally call into GENSEC in auth_ntlmsspAndrew Bartlett2011-08-031-13/+36
* s3-auth Allow auth modules to provide an initialised GENSEC contextAndrew Bartlett2011-08-031-2/+9
* s3-auth Use else if in do_map_to_guest_server_infoAndrew Bartlett2011-08-031-3/+1
* s3-auth Move map to guest to directly after the check_password callsAndrew Bartlett2011-08-033-0/+40
* s3:auth_server: make use of cli_state_protocol()Stefan Metzmacher2011-08-021-1/+1
* Fix bug 8314] - smbd crash with unknown user.Jeremy Allison2011-07-231-4/+11
* s3:auth_server: make use of cli_state_remote_name()Stefan Metzmacher2011-07-221-6/+7
* s3:auth_domain: we already have the dc_name, it's the same as cli->desthostStefan Metzmacher2011-07-221-1/+1
* s3:auth_domain: add some const to sockaddr_storageStefan Metzmacher2011-07-221-2/+2
* Fix const warning.Jeremy Allison2011-07-221-2/+5
* s3-auth fix dummy function in the not-with-kerberos caseAndrew Bartlett2011-07-201-1/+1
* s3-auth Replace False with false in auth_util.cAndrew Bartlett2011-07-201-10/+10
* s3-auth Replace True with true in auth_util.cAndrew Bartlett2011-07-201-12/+12
* s3-auth Fix spellingAndrew Bartlett2011-07-201-7/+7
* s3-auth Remove pointless destructor in make_server_infoAndrew Bartlett2011-07-201-10/+0
* s3-auth inline make_auth_session_info into only callerAndrew Bartlett2011-07-203-25/+1
* s3-auth Remove seperate guest booleanAndrew Bartlett2011-07-201-3/+2
* auth: Set NETLOGON_GUEST and use it to determine guest statusAndrew Bartlett2011-07-201-0/+3
* auth: Split out make_user_info_SamBaseInfo and add authenticated argumentAndrew Bartlett2011-07-201-13/+5
* s3-auth Use the common auth_session_infoAndrew Bartlett2011-07-205-40/+40
* s3-auth use auth_user_info not netr_SamInfo3 in auth3_session_infoAndrew Bartlett2011-07-201-7/+20
* s3-auth reimplement copy_session_info via NDR pull/pushAndrew Bartlett2011-07-201-57/+23
* s3-auth Remove pointless destructorAndrew Bartlett2011-07-201-10/+0
* s3-auth Avoid redundant copies in create_local_token()Andrew Bartlett2011-07-201-20/+20
* s3-auth Add comments to copy_session_info_serverinfo_guest()Andrew Bartlett2011-07-201-2/+5
* s3-auth inline copy_serverinfo_session_info into only callerAndrew Bartlett2011-07-201-72/+56
* s3-auth use a cached auth_serversupplied_info in make_server_info_guest()Andrew Bartlett2011-07-201-11/+19
* s3-auth remove extra from auth3_session_infoAndrew Bartlett2011-07-201-4/+5
* s3-auth Clarify inputs and ouptuts by using elements from server_infoAndrew Bartlett2011-07-201-5/+5
* s3-auth assert that security_token is present in the copy, and explain why ns...Andrew Bartlett2011-07-201-7/+16
* s3-auth: Remove unused lm_session_key from auth3_session_infoAndrew Bartlett2011-07-201-10/+5
* s3-auth remove unused copy_serverinfoAndrew Bartlett2011-07-202-61/+0
* s3-auth Use system boolean in auth_user_info_unixAndrew Bartlett2011-07-201-6/+4
* s3-auth Use guest boolean in auth_user_info_unixAndrew Bartlett2011-07-201-7/+10