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)
commit46e5effea948931509283cb84b27007d34b521c8
treed77527412d92fb2f5511c0373e0605b2f84c5c64
parent5d47f8e5e59d0de7d7bac8a670f91423627b437e
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.
(This used to be commit 41dc7f7573c6d637e19a01e7ed0e716ac0f1fb15)
source3/auth/auth_util.c
source3/include/privileges.h
source3/include/smb.h
source3/lib/privileges.c
source3/printing/nt_printing.c
source3/rpc_server/srv_lsa_nt.c
source3/rpc_server/srv_samr_nt.c
source3/rpc_server/srv_spoolss_nt.c
source3/script/mkproto.awk