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>
Thu, 9 Sep 2010 04:45:57 +0000 (14:45 +1000)
commit1c46c2176893c605decfc17915de92e77cb25275
tree9fb4f5ccf2a43b6a205fe3161b67cfc1e2384def
parent144d1ea693604edb98ff6e54b31586f1d321987d
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