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)
commit7b446af09b8050746bfc2c50e9d56aa94397cc1a
treec995ebb95ef896df1f275693a4faf4423ffc0c7f
parentc232e21218e81ac9189b651478415e9fbd67bf78
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.
13 files changed:
source/auth/auth.h
source/auth/auth_util.c
source/include/smb.h
source/libcli/auth/gensec_krb5.c
source/libcli/security/access_check.c
source/libcli/security/config.mk
source/libcli/security/privilege.c [new file with mode: 0644]
source/libcli/security/security_token.c
source/librpc/idl/security.idl
source/ntvfs/posix/pvfs_acl.c
source/ntvfs/unixuid/vfs_unixuid.c
source/torture/raw/acls.c
source/utils/ntlm_auth.c