Ignore:
Timestamp:
May 26, 2009, 9:44:50 AM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update 3.2 branch to 3.2.6

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.2.x/source/librpc/idl/security.idl

    r133 r228  
    234234        } sec_privilege;
    235235
    236         typedef [bitmap8bit] bitmap {
     236        typedef [public,bitmap8bit] bitmap {
    237237                SEC_ACE_FLAG_OBJECT_INHERIT             = 0x01,
    238238                SEC_ACE_FLAG_CONTAINER_INHERIT          = 0x02,
     
    245245        } security_ace_flags;
    246246
    247         typedef [enum8bit] enum {
     247        typedef [public,enum8bit] enum {
    248248                SEC_ACE_TYPE_ACCESS_ALLOWED             = 0,
    249249                SEC_ACE_TYPE_ACCESS_DENIED              = 1,
     
    282282        } security_ace_object;
    283283
    284         typedef [nodiscriminant] union {
     284        typedef [public,nodiscriminant] union {
    285285                [case(SEC_ACE_TYPE_ACCESS_ALLOWED_OBJECT)] security_ace_object object;
    286286                [case(SEC_ACE_TYPE_ACCESS_DENIED_OBJECT)] security_ace_object object;
     
    290290        } security_ace_object_ctr;
    291291
    292         typedef [public,gensize,nosize] struct {
     292        typedef [public,nopull,gensize,nosize] struct {
    293293                security_ace_type type;  /* SEC_ACE_TYPE_* */
    294294                security_ace_flags flags; /* SEC_ACE_FLAG_* */
Note: See TracChangeset for help on using the changeset viewer.