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>
Sat, 11 Sep 2010 08:46:03 +0000 (18:46 +1000)
commit42a98a570b57c3b4625f56179c6697a45427e8a6
tree3f13de3cc137eb3f35e44593c14bb08bd60fef91
parentb8f28c2e70b3fa332313126ea6f1f2f42fb46a90
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