summaryrefslogtreecommitdiff
path: root/source3/auth/auth_samba4.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-08s3:auth: Add missing newlines to logging messagesJoseph Sutton1-1/+1
2023-02-08s4:kdc: Add resource SID compressionJoseph Sutton1-1/+2
2023-02-08auth: Exclude resource groups from a TGTJoseph Sutton1-0/+1
2023-01-10lib: Remove idtree from samba_util.hVolker Lendecke1-0/+1
2022-10-13s3:auth_samba4: make use of imessaging_init_discard_incoming()Stefan Metzmacher1-4/+4
2021-11-09CVE-2020-25717: s3:auth: start with authoritative = 1Stefan Metzmacher1-1/+1
2021-04-19auth3: Simplify check_samba4_security()Volker Lendecke1-12/+17
2021-04-09s3:auth: Use cli_credentials_init_server()Andreas Schneider1-9/+1
2021-01-08lib: give global_contexts.c its own header fileVolker Lendecke1-0/+1
2020-01-06auth: Remove the "typedef auth_methods"Volker Lendecke1-2/+2
2018-09-07s3: Rename server_messaging_context() to global_messaging_context()Christof Schmitt1-1/+1
2017-04-22lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison1-2/+2
2017-03-24auth3: remove unused USER_INFO_LOCAL_SAM_ONLY/AUTH_METHOD_LOCAL_SAM handlingStefan Metzmacher1-1/+0
2017-03-24auth4: let auth_check_password* return pauthoritativeStefan Metzmacher1-2/+9
2016-07-23s4: messaging: Remove bool auto_remove parameter from imessaging_init().Jeremy Allison1-2/+2
2016-03-17s3-auth: check for return code of cli_credentials_set_machine_account().Günther Deschner1-2/+2
2015-10-19auth: Remove procid_self() from auth_samba4Volker Lendecke1-1/+8
2014-07-07auth: Fix an incompatible pointer assignmentVolker Lendecke1-1/+1
2014-06-11auth: Provide a way to use the auth stack for winbindd authenticationAndrew Bartlett1-8/+18
2014-05-16auth: Allow auth_samba4 to be forced to run a specific auth moduleAndrew Bartlett1-10/+25
2014-04-02s3-auth: Add prototype for plugin function to reduce warnings in auth_samba4Andrew Bartlett1-0/+1
2014-04-02s3-auth: Remember to always free the talloc_stackframe() in auth_samba4Andrew Bartlett1-0/+2
2014-04-02auth_samba4: Fix auth_samba4 to correctly provide a messaging context for itselfAndrew Bartlett1-16/+9
2014-03-05Remove all uses of the NT_STATUS_NOT_OK_RETURN_AND_FREE macro from the codebase.Garming Sam1-2/+8
2014-02-12auth: Make new_server_id_task() static to auth_samba4Volker Lendecke1-0/+42
2013-12-16auth_samba4: Describe the slightly unusual role of auth_samba4Andrew Bartlett1-4/+39
2012-10-19s3: Fix a typoVolker Lendecke1-1/+1
2012-07-13s3-auth_samba4: Explain that check_samba4_security is actually unusedAndrew Bartlett1-0/+10
2012-06-27s3-param: Rename loadparm_s3_context -> loadparm_s3_helpersAndrew Bartlett1-3/+3
2012-04-30s3-auth_samba4: use new_server_id_task() to allocate server id valuesAndrew Bartlett1-6/+27
2012-02-24s3-auth: Add a way to get an auth4_context from the auth stackAndrew Bartlett1-0/+54
2012-01-05s3-auth re-create the auth context in the s3 ntlmssp server moduleAndrew Bartlett1-2/+0
2011-12-28s3-auth Fix talloc parent for s4 event context in auth_samba4Andrew Bartlett1-1/+1
2011-10-13s4-messaging: Pass the loadparm context, not just the messaging pathAndrew Bartlett1-1/+1
2011-10-11auth: move credentials layer to the top levelAndrew Bartlett1-1/+1
2011-09-19s4:auth - remove unused variablesMatthias Dieter Wallnöfer1-1/+0
2011-08-03selftest: test plugin_s4_dc against all ncacn_np testsAndrew Bartlett1-0/+1
2011-08-03s3-ntlmssp Split calls to gensec plugin into prepare and startAndrew Bartlett1-11/+5
2011-08-03s3-auth Add hook to start a GENSEC mech to auth_samba4Andrew Bartlett1-0/+88
2011-06-09s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett1-1/+1
2011-06-09s3:auth/auth_samba4.c - remove unused variableMatthias Dieter Wallnöfer1-1/+0
2011-06-07s3-auth Use loadparm_init_s3() to get an lp_ctx for auth_samba4Andrew Bartlett1-15/+2
2011-05-08s3-auth Add auth_samba4 moduleAndrew Bartlett1-0/+132