summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_pam_chng_pswd_auth_crap.c
Commit message (Collapse)AuthorAgeFilesLines
* lib: give global_contexts.c its own header fileVolker Lendecke2021-01-081-0/+1
| | | | | | | | | It's a bit shocking how many references we have to global contexts. Make this a bit more obvious. Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
* s3: Rename server_event_context() to global_event_context()Christof Schmitt2018-09-071-1/+1
| | | | | | | | | | | This reflects that the event context is also used outside of the server processes. The command used for the rename: find . -name '*.[hc]' -print0 | xargs -0 sed -i 's/server_event_context/global_event_context/' Signed-off-by: Christof Schmitt <cs@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org>
* winbind: Replace winbind_event_context with server_event_contextVolker Lendecke2017-11-181-1/+1
| | | | | | | | | There's no point in having two global event contexts BUG: https://bugzilla.samba.org/show_bug.cgi?id=13150 Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
* s3: Convert WINBINDD_PAM_CHNG_PSWD_AUTH_CRAP to the new async APIVolker Lendecke2010-04-231-0/+120