summaryrefslogtreecommitdiff
path: root/source3/auth/proto.h
AgeCommit message (Expand)AuthorFilesLines
2025-06-20auth: Remove unused session_info_set_session_key()Volker Lendecke1-2/+0
2023-07-05s3:auth: Fix code spellingAndreas Schneider1-6/+6
2021-11-09CVE-2020-25717: s3:auth: simplify make_session_info_krb5() by removing unused...Stefan Metzmacher1-2/+0
2021-11-09CVE-2020-25717: s3:auth: simplify get_user_from_kerberos_info() by removing t...Stefan Metzmacher1-1/+0
2021-04-27auth3: Apply some const to auth3_context_set_challenge()Volker Lendecke1-2/+4
2021-04-19auth3: Make auth3_session_info_create() staticVolker Lendecke1-5/+0
2021-04-19auth3: Make load_auth_module() staticVolker Lendecke1-3/+0
2021-03-16auth3: Make it a bit easier to #include "source3/include/auth.h"Volker Lendecke1-5/+5
2020-01-06auth3: Replace auth3_check_password() by _send and _recvVolker Lendecke1-6/+11
2020-01-06auth: Remove the "typedef auth_methods"Volker Lendecke1-1/+2
2019-06-05s3:auth: add reinit_guest_session_info()Ralph Boehme1-0/+1
2019-04-02make some auth functions return an NTSTATUS like other similar functions for ...Kristján Valur1-3/+4
2018-10-11auth: move copy_session_info() from source3 into the global auth contextBjörn Baumbach1-2/+0
2018-03-15s3:auth: add make_{server,session}_info_anonymous()Stefan Metzmacher1-0/+4
2018-03-15s3:auth: add auth3_user_info_dc_add_hints() and auth3_session_info_create()Stefan Metzmacher1-0/+32
2018-03-15s3:auth: remove static from finalize_local_nt_token()Stefan Metzmacher1-0/+2
2018-02-21s3:auth: Pass mem_ctx to init_system_session_info()Andreas Schneider1-1/+1
2018-02-20s3:auth: Pass mem_ctx to init_guest_session_info()Andreas Schneider1-1/+1
2018-02-10s3/auth: add create_info6_from_pac()Stefan Metzmacher1-0/+4
2018-01-13s3/rpc_client: move copy_netr_SamInfo3() to util_netlogonRalph Boehme1-2/+0
2017-10-30s3-auth: remove leftover prototype from auth_domain.Günther Deschner1-4/+0
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