s4:security Change struct security_token->sids from struct dom_sid * to struct dom_sid
authorAndrew Bartlett <abartlet@samba.org>
Fri, 20 Aug 2010 02:15:15 +0000 (12:15 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Sun, 22 Aug 2010 22:50:55 +0000 (08:50 +1000)
commit6cf29b3e4f3880882eb7df45dbcfaf7bd2b8d9f4
tree04d4e97f0505568e2ec333e27dcd9e26c3467af4
parentabcfc114978fd2d065f800bcfe53f63ab567c069
s4:security Change struct security_token->sids from struct dom_sid * to struct dom_sid

This makes the structure much more like NT_USER_TOKEN in the source3/
code.  (The remaining changes are that privilages still need to be merged)

Andrew Bartlett
17 files changed:
librpc/idl/security.idl
source4/auth/system_session.c
source4/dsdb/samdb/ldb_modules/acl.c
source4/dsdb/samdb/ldb_modules/operational.c
source4/dsdb/samdb/ldb_modules/rootdse.c
source4/dsdb/samdb/samdb.c
source4/dsdb/samdb/samdb_privilege.c
source4/kdc/kpasswdd.c
source4/lib/policy/gp_ldap.c
source4/libcli/security/create_descriptor.c
source4/libcli/security/security_token.c
source4/ntvfs/unixuid/vfs_unixuid.c
source4/rpc_server/drsuapi/getncchanges.c
source4/rpc_server/drsuapi/updaterefs.c
source4/rpc_server/handles.c
source4/rpc_server/lsa/dcesrv_lsa.c
source4/utils/ntlm_auth.c