s3-auth Change type of num_sids to uint32_t
authorAndrew Bartlett <abartlet@samba.org>
Thu, 26 Aug 2010 10:54:13 +0000 (20:54 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Sat, 11 Sep 2010 08:46:05 +0000 (18:46 +1000)
commit4bf783d4d6693f927f5e7ef7a9855766c91983f2
treef6cbe7bdc734997850ca85c6defd4c53a7bad148
parent6a0176b07da0b416bc9d750ddea92c612849597c
s3-auth Change type of num_sids to uint32_t

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>
16 files changed:
libgpo/gpo_ldap.c
source3/auth/token_util.c
source3/groupdb/mapping_tdb.c
source3/include/proto.h
source3/include/smb.h
source3/lib/netapi/localgroup.c
source3/lib/privileges.c
source3/lib/util_sid.c
source3/passdb/pdb_ldap.c
source3/rpcclient/cmd_samr.c
source3/winbindd/winbindd_ads.c
source3/winbindd/winbindd_async.c
source3/winbindd/winbindd_getsidaliases.c
source3/winbindd/winbindd_pam.c
source3/winbindd/winbindd_proto.h
source3/winbindd/winbindd_util.c