summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_getusersids.c
Commit message (Collapse)AuthorAgeFilesLines
* winbind: Add "expand_local_aliases" to wb_gettokenVolker Lendecke2017-01-041-1/+1
| | | | | | | | | | | I hate passing down booleans, but we have the "domain_groups_only" parameter in wbcLookupUserSids which we need to keep for API compatibility. To make sure we use as few code paths as possible, this basically passes down this flag. Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Uri Simchoni <uri@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
* s3: Use tevent_req_ntstatus properly in a few placesVolker Lendecke2011-05-101-2/+1
| | | | | Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Tue May 10 13:11:10 CEST 2011 on sn-devel-104
* libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett2010-10-121-0/+1
| | | | | | | | | | | | | | This will reduce the noise from merges of the rest of the libcli/security code, without this commit changing what code is actually used. This includes (along with other security headers) dom_sid.h and security_token.h Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Tue Oct 12 05:54:10 UTC 2010 on sn-devel-104
* s3:winbind: Convert WINBINDD_GETUSERSIDS to the new APIVolker Lendecke2009-08-271-0/+120