summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_getusersids.c
AgeCommit message (Collapse)AuthorFilesLines
2022-07-21s3:winbind: Change '%u' to '%PRIu32' for uint32_t in winbindd_getusersids.cPavel Filipenský1-2/+4
Signed-off-by: Pavel Filipenský <pfilipensky@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
2022-07-15s3:winbind: Change num_sids from int to uint32_t in wb_gettoken_recv()Pavel Filipenský1-1/+1
Signed-off-by: Pavel Filipenský <pfilipen@redhat.com> Reviewed-by: Andreas Schneider <asn@samba.org>
2022-07-15s3:winbind: Improve logging in winbindd_getusersids.cPavel Filipenský1-10/+16
Test scenario: $ bin/wbinfo --user-sids `bin/wbinfo -n ADDOMAIN/alice | awk '{print $1}'` S-1-5-21-2018381343-4210792308-1157936888-1107 S-1-5-21-2018381343-4210792308-1157936888-513 S-1-5-32-545 Signed-off-by: Pavel Filipenský <pfilipen@redhat.com> Reviewed-by: Andreas Schneider <asn@samba.org>
2022-07-15s3:winbind: Move up some code in winbindd_getusersids.cPavel Filipenský1-3/+3
Signed-off-by: Pavel Filipenský <pfilipen@redhat.com> Reviewed-by: Andreas Schneider <asn@samba.org>
2021-10-08winbind: Simplify winbindd_getusersids_recv()Volker Lendecke1-8/+6
Use talloc_asprintf_addbuf(), fix an realloc error path memleak Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
2018-12-20winbindd: Use dom_sid_str_bufVolker Lendecke1-2/+3
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>
2018-11-27winbind: Use dom_sid_str_bufVolker Lendecke1-7/+5
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
2018-11-12s3:winbind: Log client process nameAndreas Schneider1-1/+4
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
2017-01-04winbind: Add "expand_local_aliases" to wb_gettokenVolker Lendecke1-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>
2011-05-10s3: Use tevent_req_ntstatus properly in a few placesVolker Lendecke1-2/+1
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Tue May 10 13:11:10 CEST 2011 on sn-devel-104
2010-10-12libcli/security Provide a common, top level libcli/security/security.hAndrew Bartlett1-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
2009-08-27s3:winbind: Convert WINBINDD_GETUSERSIDS to the new APIVolker Lendecke1-0/+120