r4805: Last planned change to the privileges infrastructure:
commit29cfdb008e8e3fa18b23e52f4a35fe5aa9944034
authorGerald Carter <jerry@samba.org>
Mon, 17 Jan 2005 15:23:11 +0000 (17 15:23 +0000)
committerGerald Carter <jerry@samba.org>
Mon, 17 Jan 2005 15:23:11 +0000 (17 15:23 +0000)
treec28c9d1a9003e72eb41d12f7029b1b7ac8823278
parentc5e61b0f9bbc28b8eec5673ae6db2bfd78bd4a3b
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