summaryrefslogtreecommitdiff
path: root/source3/include/auth.h
Commit message (Expand)AuthorAgeFilesLines
* auth: For NTLM and KDC authentication, log the authentication durationAndrew Bartlett2018-06-251-0/+3
* s3:auth: pass the whole auth_session_info from copy_session_info_serverinfo_g...Stefan Metzmacher2018-03-151-3/+2
* s3:auth: remove unused auth_serversupplied_info->systemStefan Metzmacher2018-03-151-1/+0
* lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison2017-04-221-1/+2
* s3-auth: Clarify the role and purpose of the auth_serversupplied_info->securi...Andrew Bartlett2017-03-291-1/+8
* auth: Provide a way to use the auth stack for winbindd authenticationAndrew Bartlett2014-06-111-1/+4
* auth: Allow auth_samba4 to be forced to run a specific auth moduleAndrew Bartlett2014-05-161-2/+7
* auth: Remove .get_challenge (only used for security=server)Andrew Bartlett2012-07-031-11/+0
* s3-rpc: Decrypt with the proper session key in CreateTrustedDomainEx2.Alexander Bokovoy2012-03-131-0/+6
* s3-auth: Remove single-implementation plugin layerAndrew Bartlett2012-03-081-6/+0
* s3-auth: Add a way to get an auth4_context from the auth stackAndrew Bartlett2012-02-241-1/+6
* s3-auth Remove unused nt_status_squash from auth_contextAndrew Bartlett2012-02-011-1/+0
* s3-auth Remove ntlmssp_wrap.h which is no longer requiredAndrew Bartlett2012-01-051-1/+1
* s3-auth use gensec directly rather than via auth_generic_stateAndrew Bartlett2012-01-051-1/+1
* s3-auth re-create the auth context in the s3 ntlmssp server moduleAndrew Bartlett2012-01-051-9/+0
* s3-auth rename auth_ntlmssp_state -> auth_generic_stateAndrew Bartlett2011-12-221-1/+1
* s3-auth: use typedefs in auth.hAndrew Bartlett2011-10-181-8/+14
* selftest: test plugin_s4_dc against all ncacn_np testsAndrew Bartlett2011-08-031-0/+2
* s3-auth clarify the role of these session keysAndrew Bartlett2011-08-031-8/+6
* s3-auth remove sanitized_username from auth_serversupplied_infoAndrew Bartlett2011-08-031-9/+0
* s3-ntlmssp Split calls to gensec plugin into prepare and startAndrew Bartlett2011-08-031-4/+5
* s3-auth Allow auth modules to provide an initialised GENSEC contextAndrew Bartlett2011-08-031-0/+9
* s3-auth import auth3_session_info into IDLAndrew Bartlett2011-07-201-24/+0
* s3-auth remove extra from auth3_session_infoAndrew Bartlett2011-07-201-7/+0
* s3-auth Remove unused nss_token variableAndrew Bartlett2011-07-201-5/+0
* s3-auth: Remove unused lm_session_key from auth3_session_infoAndrew Bartlett2011-07-201-1/+0
* s3-auth Use system boolean in auth_user_info_unixAndrew Bartlett2011-07-201-2/+0
* s3-auth Use guest boolean in auth_user_info_unixAndrew Bartlett2011-07-201-1/+0
* s3-auth Use struct auth_user_info_unix for unix_name and sanitized_usernameAndrew Bartlett2011-07-201-10/+1
* s3-auth Use *unix_token rather than utok in struct auth3_session_infoAndrew Bartlett2011-07-201-1/+1
* s3-auth Add struct auth3_session_info to aid transition to auth_session infoAndrew Bartlett2011-07-201-0/+49
* s3-auth Rename user_session_key -> session_key to match auth_session_infoAndrew Bartlett2011-04-051-1/+1
* s3-auth: move auth prototypes to auth/proto.h.Günther Deschner2011-03-301-0/+2
* s3-auth struct security_unix_token replaces UNIX_USER_TOKENAndrew Bartlett2011-03-011-1/+1
* s3-auth Remove unused pam_handleAndrew Bartlett2011-02-101-2/+0
* s3-auth Rename cryptic 'ptok' to security_tokenAndrew Bartlett2011-02-101-1/+1
* s3-auth Fix typo in commentAndrew Bartlett2010-09-111-1/+1
* s3:auth Remove NT_USER_TOKENAndrew Bartlett2010-09-111-1/+1
* s3:auth Make Samba3 use the new common struct auth_usersupplied_infoAndrew Bartlett2010-08-141-22/+3
* s3-auth: Simplify how we free the auth_contextSimo Sorce2010-07-191-1/+0
* s3:auth Rename user_info->domain -> user_info->mapped.domain_nameAndrew Bartlett2010-06-071-1/+0
* s3:auth Rename user_info->client_domain -> user_info->client.domain_nameAndrew Bartlett2010-06-071-1/+1
* s3:auth fix header comment for internal_username -> mapped.account_nameAndrew Bartlett2010-06-071-1/+1
* s3:auth Rename user_info->internal_username -> user_info->mapped.account_nameAndrew Bartlett2010-06-071-1/+1
* s3:auth Rename user_info->smb_name -> user_info->client.account_nameAndrew Bartlett2010-06-071-1/+3
* s3:auth remove unused structure memberSimo Sorce2010-06-071-4/+0
* s3:auth handle unix domain sids in samuSimo Sorce2010-06-071-0/+12
* s3:auth Rename wksta_name -> workstation_name in auth_usersupplied_infoAndrew Bartlett2010-06-011-1/+1
* s3-auth: add "system" bool flag to auth_serversupplied_info.Günther Deschner2010-05-311-0/+1
* s3:auth Remove AUTH_NTLMSSP_STATE typedef.Andrew Bartlett2010-05-311-1/+1