summaryrefslogtreecommitdiff
path: root/nsswitch/winbind_client.h
Commit message (Collapse)AuthorAgeFilesLines
* wbclient: Add wbcSetClientProcessName()Andreas Schneider2018-11-121-0/+2
| | | | | Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
* nsswitch: Make two functions staticVolker Lendecke2018-07-241-5/+0
| | | | | | | nss_irix was the only external user Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
* Make winbind client library thread-safe by adding contextMatthew Newton2015-03-101-6/+17
| | | | | | | | | | Rather than keep state in global variables, store the current context such as the winbind file descriptor in a struct that is passed in. This makes the winbind client library thread-safe. Signed-off-by: Matthew Newton <matthew-git@newtoncomputing.co.uk> Reviewed-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
* nsswitch/winbind_client.h: fix licence/copyrightGünther Deschner2011-06-101-0/+29
| | | | Guenther
* nsswitch: Move nss_err_str to its only callerVolker Lendecke2010-01-231-3/+0
|
* nsswitch: Make some functions staticVolker Lendecke2010-01-231-6/+0
|
* nsswitch: Move source3 files to top level dir.Kai Blin2008-12-161-0/+30
Don't move source4 files yet to not confuse git's rename tracking too much.