summaryrefslogtreecommitdiff
path: root/source3/auth/proto.h
AgeCommit message (Expand)AuthorFilesLines
2017-05-10s3-auth: remove some dead prototypesGünther Deschner1-9/+0
2017-04-22lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison1-6/+6
2017-03-29rpc: Always supply both the remote and local address to the auth subsystemGary Lockyer1-0/+7
2017-03-29auth: Always supply both the remote and local address to the auth subsystemAndrew Bartlett1-1/+3
2017-03-29s3-auth: Split out get_user_sid_info3_and_extra() from create_local_nt_token_...Andrew Bartlett1-0/+3
2017-03-29auth: Fill in user_info->service_description from all callersAndrew Bartlett1-0/+5
2017-03-29s3-auth: Pass service_description into gensec via auth_generic_prepare()Andrew Bartlett1-0/+1
2017-03-24auth: let auth4_context->check_ntlm_password() return pauthoritativeStefan Metzmacher1-0/+1
2017-03-24auth3: let auth_check_ntlm_password() return pauthoritativeStefan Metzmacher1-3/+7
2017-03-24auth3: make make_auth_context_subsystem() staticStefan Metzmacher1-2/+0
2017-03-24auth3: add make_auth3_context_for_{ntlm,netlogon,winbind}Stefan Metzmacher1-0/+6
2017-03-24auth3: Remove unused make_auth_context_fixedVolker Lendecke1-3/+0
2017-03-24auth3: Introduce auth3_context_set_challengeVolker Lendecke1-0/+2
2015-05-13Convert all uses of uint32/16/8 to _t in source3/auth.Richard Sharpe1-4/+4
2015-01-14s3: auth: Plumb in the SamInfo3_handle_sids() utility function into passwd_to...Jeremy Allison1-1/+2
2014-11-14s3:auth: add some const to user_in_list()Stefan Metzmacher1-1/+1
2014-11-14s3:auth: add missing auth_samba4_init() prototypeStefan Metzmacher1-0/+3
2014-06-18s3: auth: Add create_info3_from_pac_logon_info() to create a new info3 and me...Jeremy Allison1-0/+3
2014-06-18s3: auth: Change make_server_info_info3() to take a const struct netr_SamInfo...Jeremy Allison1-1/+1
2014-06-18s3: auth: Add some const to the struct netr_SamInfo3 * arguments of copy_netr...Jeremy Allison1-2/+2
2014-04-18auth: Move wbcAuthUserInfo_to_netr_SamInfo3 to the top levelAndrew Bartlett1-2/+0
2014-04-02s3-auth: Finally change make_user_info_*() use a parent talloc contextAndrew Bartlett1-7/+14
2014-02-19s3-auth: Pass mem_ctx to do_map_to_guest_server_info().Andreas Schneider1-3/+5
2014-02-19s3-auth: Pass mem_ctx to auth_check_ntlm_password().Andreas Schneider1-3/+5
2014-02-19s3-auth: Pass mem_ctx to make_server_info_sam().Andreas Schneider1-2/+3
2014-02-05s3-auth: Pass talloc context to make_server_info_pw().Andreas Schneider1-3/+4
2014-02-05s3-auth: Add passwd_to_SamInfo3().Andreas Schneider1-0/+4
2012-12-09s3-auth: remove crypto from serverinfo_to_SamInfoX calls.Günther Deschner1-6/+0
2012-12-09s3-rpc_server: support AES for interactive netlogon samlogon password decrypt...Günther Deschner1-2/+1
2012-10-19s3:auth: use const in smb_pam_xxx_session()Gregor Beck1-2/+2
2012-10-19s3:auth: remove duplicate propotypes for smb_pam_claim_session and smb_pam_cl...Michael Adam1-2/+0
2012-08-10s3-smbd: Create a shortcut for building the token of a user by SID for posix_...Andrew Bartlett1-0/+1
2012-06-16s3-auth: Remove auth_netlogondAndrew Bartlett1-2/+0
2012-05-15s3-auth: Rename to init_system_session_info().Andreas Schneider1-1/+1
2012-05-15s3:auth: remove unused auth_server.cStefan Metzmacher1-4/+0
2012-05-04s3: remove some unused codeVolker Lendecke1-1/+0
2012-03-13s3-rpc: Decrypt with the proper session key in CreateTrustedDomainEx2.Alexander Bokovoy1-0/+1
2012-03-08s3-auth: Remove single-implementation plugin layerAndrew Bartlett1-0/+40
2012-03-04s3-auth: Remove security=share (depricated since 3.6).Andrew Bartlett1-12/+0
2012-02-24s3-auth: Provide helper routine to check password and return session_infoAndrew Bartlett1-0/+5
2012-02-24s3-auth: Add a way to get an auth4_context from the auth stackAndrew Bartlett1-0/+1
2012-02-18auth: Reorder arguments to generate_session_infoAndrew Bartlett1-2/+2
2012-02-17s3-auth Hook checking passwords and generating session_info via the auth4_con...Andrew Bartlett1-1/+24
2012-02-08s3-auth Add const to make_user_info_mapAndrew Bartlett1-2/+2
2012-01-05s3-auth use gensec directly rather than via auth_generic_stateAndrew Bartlett1-5/+1
2012-01-05s3-auth Add TALLOC_CTX * to auth_generic_prepare()Andrew Bartlett1-1/+1
2011-12-28s3-auth: Remove protype for already-removed auth_ntlmssp_startAndrew Bartlett1-1/+0
2011-12-22s3-auth rename auth_ntlmssp_prepare() -> auth_generic_prepare()Andrew Bartlett1-1/+1
2011-12-22s3-auth rename auth_ntlmssp_state -> auth_generic_stateAndrew Bartlett1-4/+4
2011-10-21s3-auth remove auth_ntlmssp_session_info()Andrew Bartlett1-3/+0