summaryrefslogtreecommitdiffstats
path: root/source3/winbindd/winbindd_getsidaliases.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
* s3: Make parse_sidlist publicVolker Lendecke2011-04-131-34/+0
| | | | Signed-off-by: Jeremy Allison <jra@samba.org>
* s3: Simplify parse_sidlistVolker Lendecke2011-04-131-17/+9
| | | | Signed-off-by: Jeremy Allison <jra@samba.org>
* s3: Move parse_sidlist to the only calling fileVolker Lendecke2010-11-171-0/+42
|
* 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-auth Change type of num_sids to uint32_tAndrew Bartlett2010-09-111-1/+1
| | | | | | | | | | | | | | size_t is overkill here, and in struct security_token in the num_sids is uint32_t. This includes a change to the prototype of add_sid_to_array() and add_sid_to_array_unique(), which has had a number of consequnetial changes as I try to sort out all the callers using a pointer to the number of sids. Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org>
* s3: Add some debug to GETSIDALIASESVolker Lendecke2010-04-191-0/+9
|
* s3: Check 0 termination in GETALIASESVolker Lendecke2010-04-101-7/+13
|
* s3:winbind: The get[gr|pw]end functions need access to the client stateVolker Lendecke2009-08-161-0/+1
|
* s3:winbind: Convert WINBINDD_GETSIDALIASES to the new APIVolker Lendecke2009-08-051-0/+137