From eb6a0cc3268beabc09218b965d79083e80fb0464 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Sat, 4 Sep 2010 09:23:12 +1000 Subject: libcli/security Move 'private' privileges functions to another header These functions work on the bitmap, and are only exposed because the source3/ privileges storage uses the bitmap in account_policy.tdb Andrew Bartlett Signed-off-by: Andrew Tridgell --- libcli/security/privileges.h | 24 ------------------------ 1 file changed, 24 deletions(-) (limited to 'libcli/security/privileges.h') diff --git a/libcli/security/privileges.h b/libcli/security/privileges.h index 788125e163..6ba7836e8b 100644 --- a/libcli/security/privileges.h +++ b/libcli/security/privileges.h @@ -45,23 +45,6 @@ typedef struct { struct lsa_LUIDAttribute *set; } PRIVILEGE_SET; -/* - return a privilege mask given a privilege id -*/ -uint64_t sec_privilege_mask(enum sec_privilege privilege); - -/*************************************************************************** - put all privileges into a mask -****************************************************************************/ - -void se_priv_put_all_privileges(uint64_t *privilege_mask); - -/********************************************************************* - Lookup the uint64_t value for a privilege name -*********************************************************************/ - -bool se_priv_from_name( const char *name, uint64_t *privilege_mask ); - const char* get_privilege_dispname( const char *name ); /******************************************************************* @@ -70,13 +53,6 @@ const char* get_privilege_dispname( const char *name ); int num_privileges_in_short_list( void ); -/**************************************************************************** - Convert a LUID to a named string -****************************************************************************/ - -bool se_priv_to_privilege_set( PRIVILEGE_SET *set, uint64_t privilege_mask ); -bool privilege_set_to_se_priv( uint64_t *privilege_mask, struct lsa_PrivilegeSet *privset ); - /* map a privilege id to the wire string constant */ -- cgit