r4147: converted from NT_USER_TOKEN to struct security_token
authorAndrew Tridgell <tridge@samba.org>
Sat, 11 Dec 2004 05:41:19 +0000 (05:41 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:06:31 +0000 (13:06 -0500)
commit6ca874f71ad77c82d6e161a3e4772100de2ad6c5
tree6379d5d502d779df1da563911d40249030268ac6
parent280bb1cf0fc84c61e20f6f557cecbeba726e2749
r4147: converted from NT_USER_TOKEN to struct security_token

this is mostly just a tidyup, but also adds the privilege_mask, which
I will be using shortly in ACL checking.

note that I had to move the definition of struct security_token out of
security.idl as pidl doesn't yet handle arrays of pointers, and the
usual workaround (to use a intermediate structure) would make things
too cumbersome for this structure, especially given we never encode it
to NDR.
(This used to be commit 7b446af09b8050746bfc2c50e9d56aa94397cc1a)
13 files changed:
source4/auth/auth.h
source4/auth/auth_util.c
source4/include/smb.h
source4/libcli/auth/gensec_krb5.c
source4/libcli/security/access_check.c
source4/libcli/security/config.mk
source4/libcli/security/privilege.c [new file with mode: 0644]
source4/libcli/security/security_token.c
source4/librpc/idl/security.idl
source4/ntvfs/posix/pvfs_acl.c
source4/ntvfs/unixuid/vfs_unixuid.c
source4/torture/raw/acls.c
source4/utils/ntlm_auth.c