summaryrefslogtreecommitdiff
path: root/source3/auth
Commit message (Expand)AuthorAgeFilesLines
* idl: Improve MS-PAC IDLSimo Sorce2011-10-243-15/+15
* s3-auth remove auth_ntlmssp_session_info()Andrew Bartlett2011-10-212-14/+0
* s3-auth move the s3 auth context onto gensec_ntlmssp once we startAndrew Bartlett2011-10-181-2/+2
* s3:auth_util: add the uid with WBC_ID_TYPE_BOTH also to the group arrayStefan Metzmacher2011-10-181-2/+4
* 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-182-85/+228
* ntlmssp: Move ntlmssp code to auth/ntlmsspAndrew Bartlett2011-10-181-1/+1
* s3-auth Add my copyrightAndrew Bartlett2011-10-181-1/+1
* Fix uninitialized memory problem in group_sids_to_info3 (fixes bug #8455).Wilco Baan Hofman2011-10-171-2/+2
* s3-auth: remove dead prototype.Günther Deschner2011-10-171-1/+0
* s3-auth: token_util needs system/passwd.h.Günther Deschner2011-10-141-0/+1
* s4-messaging: Pass the loadparm context, not just the messaging pathAndrew Bartlett2011-10-131-1/+1
* auth: move credentials layer to the top levelAndrew Bartlett2011-10-111-1/+1
* s3-winbindd: add support for idmap type WBC_ID_TYPE_BOTHAndrew Tridgell2011-09-231-1/+2
* s4:auth - remove unused variablesMatthias Dieter Wallnöfer2011-09-191-1/+0
* s3: Fix bug 8455 -- Samba PDC is looking up only primary user groupVolker Lendecke2011-09-171-7/+7
* s3:auth_server: make use of cli_state_server_challenge()Stefan Metzmacher2011-09-151-7/+5
* s3:libsmb: pass max_protocol to cli_negprot()Stefan Metzmacher2011-09-151-1/+1
* 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