summaryrefslogtreecommitdiffstats
path: root/source3/auth/proto.h
Commit message (Expand)AuthorAgeFilesLines
* s3: auth: Plumb in the SamInfo3_handle_sids() utility function into passwd_to...Jeremy Allison2015-01-141-1/+2
* s3:auth: add some const to user_in_list()Stefan Metzmacher2014-11-141-1/+1
* s3:auth: add missing auth_samba4_init() prototypeStefan Metzmacher2014-11-141-0/+3
* s3: auth: Add create_info3_from_pac_logon_info() to create a new info3 and me...Jeremy Allison2014-06-181-0/+3
* s3: auth: Change make_server_info_info3() to take a const struct netr_SamInfo...Jeremy Allison2014-06-181-1/+1
* s3: auth: Add some const to the struct netr_SamInfo3 * arguments of copy_netr...Jeremy Allison2014-06-181-2/+2
* auth: Move wbcAuthUserInfo_to_netr_SamInfo3 to the top levelAndrew Bartlett2014-04-181-2/+0
* s3-auth: Finally change make_user_info_*() use a parent talloc contextAndrew Bartlett2014-04-021-7/+14
* s3-auth: Pass mem_ctx to do_map_to_guest_server_info().Andreas Schneider2014-02-191-3/+5
* s3-auth: Pass mem_ctx to auth_check_ntlm_password().Andreas Schneider2014-02-191-3/+5
* s3-auth: Pass mem_ctx to make_server_info_sam().Andreas Schneider2014-02-191-2/+3
* s3-auth: Pass talloc context to make_server_info_pw().Andreas Schneider2014-02-051-3/+4
* s3-auth: Add passwd_to_SamInfo3().Andreas Schneider2014-02-051-0/+4
* s3-auth: remove crypto from serverinfo_to_SamInfoX calls.Günther Deschner2012-12-091-6/+0
* s3-rpc_server: support AES for interactive netlogon samlogon password decrypt...Günther Deschner2012-12-091-2/+1
* s3:auth: use const in smb_pam_xxx_session()Gregor Beck2012-10-191-2/+2
* s3:auth: remove duplicate propotypes for smb_pam_claim_session and smb_pam_cl...Michael Adam2012-10-191-2/+0
* s3-smbd: Create a shortcut for building the token of a user by SID for posix_...Andrew Bartlett2012-08-101-0/+1
* s3-auth: Remove auth_netlogondAndrew Bartlett2012-06-161-2/+0
* s3-auth: Rename to init_system_session_info().Andreas Schneider2012-05-151-1/+1
* s3:auth: remove unused auth_server.cStefan Metzmacher2012-05-151-4/+0
* s3: remove some unused codeVolker Lendecke2012-05-041-1/+0
* s3-rpc: Decrypt with the proper session key in CreateTrustedDomainEx2.Alexander Bokovoy2012-03-131-0/+1
* s3-auth: Remove single-implementation plugin layerAndrew Bartlett2012-03-081-0/+40
* s3-auth: Remove security=share (depricated since 3.6).Andrew Bartlett2012-03-041-12/+0
* s3-auth: Provide helper routine to check password and return session_infoAndrew Bartlett2012-02-241-0/+5
* s3-auth: Add a way to get an auth4_context from the auth stackAndrew Bartlett2012-02-241-0/+1
* auth: Reorder arguments to generate_session_infoAndrew Bartlett2012-02-181-2/+2
* s3-auth Hook checking passwords and generating session_info via the auth4_con...Andrew Bartlett2012-02-171-1/+24
* s3-auth Add const to make_user_info_mapAndrew Bartlett2012-02-081-2/+2
* s3-auth use gensec directly rather than via auth_generic_stateAndrew Bartlett2012-01-051-5/+1
* s3-auth Add TALLOC_CTX * to auth_generic_prepare()Andrew Bartlett2012-01-051-1/+1
* s3-auth: Remove protype for already-removed auth_ntlmssp_startAndrew Bartlett2011-12-281-1/+0
* s3-auth rename auth_ntlmssp_prepare() -> auth_generic_prepare()Andrew Bartlett2011-12-221-1/+1
* s3-auth rename auth_ntlmssp_state -> auth_generic_stateAndrew Bartlett2011-12-221-4/+4
* s3-auth remove auth_ntlmssp_session_info()Andrew Bartlett2011-10-211-3/+0
* s3-auth: remove dead prototype.Günther Deschner2011-10-171-1/+0
* selftest: test plugin_s4_dc against all ncacn_np testsAndrew Bartlett2011-08-031-0/+2
* 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-3/+4
* 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-1/+2
* s3-auth Move map to guest to directly after the check_password callsAndrew Bartlett2011-08-031-0/+4
* s3-auth inline make_auth_session_info into only callerAndrew Bartlett2011-07-201-1/+0
* s3-auth Use the common auth_session_infoAndrew Bartlett2011-07-201-11/+11
* s3-auth remove unused copy_serverinfoAndrew Bartlett2011-07-201-2/+0
* s3-auth Use struct auth3_session_info outside the auth subsystemAndrew Bartlett2011-07-201-7/+9
* s3-auth Add struct auth3_session_info to aid transition to auth_session infoAndrew Bartlett2011-07-201-0/+3
* s3-auth Add const to indicate input elementsAndrew Bartlett2011-07-201-2/+2
* s3-auth: Pass the remote_address down to user_info.Andreas Schneider2011-07-041-2/+14