summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_pam_chauthtok.c
Commit message (Collapse)AuthorAgeFilesLines
* 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: Fix UPN handling in canonicalize_username()Andreas Schneider2018-05-111-4/+8
| | | | | | | | | | BUG: https://bugzilla.samba.org/show_bug.cgi?id=13369 Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org> Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org> Autobuild-Date(master): Fri May 11 12:02:37 CEST 2018 on sn-devel-144
* 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: Move the in-memory ccache to the parentVolker Lendecke2010-04-191-1/+30
| | | | | None of this blocks, so there is no reason to keep this in a winbind child process
* s3: Convert WINBINDD_PAM_CHAUTHTOK to the new async APIVolker Lendecke2010-04-191-0/+121