r4805: Last planned change to the privileges infrastructure:
authorGerald Carter <jerry@samba.org>
Mon, 17 Jan 2005 15:23:11 +0000 (15:23 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 15:53:55 +0000 (10:53 -0500)
commit41dc7f7573c6d637e19a01e7ed0e716ac0f1fb15
tree9ea64cdf976d1e6ae5ea17e4eebb765c44669f5b
parented38e6026494a2b58c70cc175c6e210bea454e5c
r4805: Last planned change to the privileges infrastructure:

* rewrote the tdb layout of privilege records in account_pol.tdb
  (allow for 128 bits instead of 32 bit flags)
* migrated to using SE_PRIV structure instead of the PRIVILEGE_SET
  structure.  The latter is now used for parsing routines mainly.

Still need to incorporate some client support into 'net' so
for setting privileges.  And make use of the SeAddUserPrivilege
right.
source/auth/auth_util.c
source/include/privileges.h
source/include/smb.h
source/lib/privileges.c
source/printing/nt_printing.c
source/rpc_server/srv_lsa_nt.c
source/rpc_server/srv_samr_nt.c
source/rpc_server/srv_spoolss_nt.c
source/script/mkproto.awk