summaryrefslogtreecommitdiff
path: root/source3/auth/auth_samba4.c
Commit message (Expand)AuthorAgeFilesLines
* s3: Rename server_messaging_context() to global_messaging_context()Christof Schmitt2018-09-071-1/+1
* lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison2017-04-221-2/+2
* auth3: remove unused USER_INFO_LOCAL_SAM_ONLY/AUTH_METHOD_LOCAL_SAM handlingStefan Metzmacher2017-03-241-1/+0
* auth4: let auth_check_password* return pauthoritativeStefan Metzmacher2017-03-241-2/+9
* s4: messaging: Remove bool auto_remove parameter from imessaging_init().Jeremy Allison2016-07-231-2/+2
* s3-auth: check for return code of cli_credentials_set_machine_account().Günther Deschner2016-03-171-2/+2
* auth: Remove procid_self() from auth_samba4Volker Lendecke2015-10-191-1/+8
* auth: Fix an incompatible pointer assignmentVolker Lendecke2014-07-071-1/+1
* auth: Provide a way to use the auth stack for winbindd authenticationAndrew Bartlett2014-06-111-8/+18
* auth: Allow auth_samba4 to be forced to run a specific auth moduleAndrew Bartlett2014-05-161-10/+25
* s3-auth: Add prototype for plugin function to reduce warnings in auth_samba4Andrew Bartlett2014-04-021-0/+1
* s3-auth: Remember to always free the talloc_stackframe() in auth_samba4Andrew Bartlett2014-04-021-0/+2
* auth_samba4: Fix auth_samba4 to correctly provide a messaging context for itselfAndrew Bartlett2014-04-021-16/+9
* Remove all uses of the NT_STATUS_NOT_OK_RETURN_AND_FREE macro from the codebase.Garming Sam2014-03-051-2/+8
* auth: Make new_server_id_task() static to auth_samba4Volker Lendecke2014-02-121-0/+42
* auth_samba4: Describe the slightly unusual role of auth_samba4Andrew Bartlett2013-12-161-4/+39
* s3: Fix a typoVolker Lendecke2012-10-191-1/+1
* s3-auth_samba4: Explain that check_samba4_security is actually unusedAndrew Bartlett2012-07-131-0/+10
* s3-param: Rename loadparm_s3_context -> loadparm_s3_helpersAndrew Bartlett2012-06-271-3/+3
* s3-auth_samba4: use new_server_id_task() to allocate server id valuesAndrew Bartlett2012-04-301-6/+27
* s3-auth: Add a way to get an auth4_context from the auth stackAndrew Bartlett2012-02-241-0/+54
* s3-auth re-create the auth context in the s3 ntlmssp server moduleAndrew Bartlett2012-01-051-2/+0
* s3-auth Fix talloc parent for s4 event context in auth_samba4Andrew Bartlett2011-12-281-1/+1
* s4-messaging: Pass the loadparm context, not just the messaging pathAndrew Bartlett2011-10-131-1/+1
* auth: move credentials layer to the top levelAndrew Bartlett2011-10-111-1/+1
* s4:auth - remove unused variablesMatthias Dieter Wallnöfer2011-09-191-1/+0
* selftest: test plugin_s4_dc against all ncacn_np testsAndrew Bartlett2011-08-031-0/+1
* s3-ntlmssp Split calls to gensec plugin into prepare and startAndrew Bartlett2011-08-031-11/+5
* s3-auth Add hook to start a GENSEC mech to auth_samba4Andrew Bartlett2011-08-031-0/+88
* s3-talloc Change TALLOC_ZERO_P() to talloc_zero()Andrew Bartlett2011-06-091-1/+1
* s3:auth/auth_samba4.c - remove unused variableMatthias Dieter Wallnöfer2011-06-091-1/+0
* s3-auth Use loadparm_init_s3() to get an lp_ctx for auth_samba4Andrew Bartlett2011-06-071-15/+2
* s3-auth Add auth_samba4 moduleAndrew Bartlett2011-05-081-0/+132