s3:privileges Change SE_PRIV to be just a uint64_t
authorAndrew Bartlett <abartlet@samba.org>
Tue, 24 Aug 2010 04:47:26 +0000 (14:47 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 9 Sep 2010 04:45:56 +0000 (14:45 +1000)
commit3ba3aae42c706f5417c67275a52ea9b6a5e48fc7
tree5ac4d482cad65cf02c8c5a16c2a6268280102ef9
parenteedf476c248319efa2fcf552dc330b10423a1bb0
s3:privileges Change SE_PRIV to be just a uint64_t

We don't need 128 possible privileges here, as we only use 12.

This reverts some of 46e5effea948931509283cb84b27007d34b521c8
by Jerry back in 2005, where he introduced the SE_PRIV structure
to replace the uint32_t used at the time.

Andrew Bartlett

Signed-off-by: Andrew Tridgell <tridge@samba.org>
source3/include/privileges.h
source3/lib/privileges_basic.c