Changeset 228 for branches/samba-3.2.x/source/librpc/idl/security.idl
- Timestamp:
- May 26, 2009, 9:44:50 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.2.x/source/librpc/idl/security.idl
r133 r228 234 234 } sec_privilege; 235 235 236 typedef [ bitmap8bit] bitmap {236 typedef [public,bitmap8bit] bitmap { 237 237 SEC_ACE_FLAG_OBJECT_INHERIT = 0x01, 238 238 SEC_ACE_FLAG_CONTAINER_INHERIT = 0x02, … … 245 245 } security_ace_flags; 246 246 247 typedef [ enum8bit] enum {247 typedef [public,enum8bit] enum { 248 248 SEC_ACE_TYPE_ACCESS_ALLOWED = 0, 249 249 SEC_ACE_TYPE_ACCESS_DENIED = 1, … … 282 282 } security_ace_object; 283 283 284 typedef [ nodiscriminant] union {284 typedef [public,nodiscriminant] union { 285 285 [case(SEC_ACE_TYPE_ACCESS_ALLOWED_OBJECT)] security_ace_object object; 286 286 [case(SEC_ACE_TYPE_ACCESS_DENIED_OBJECT)] security_ace_object object; … … 290 290 } security_ace_object_ctr; 291 291 292 typedef [public, gensize,nosize] struct {292 typedef [public,nopull,gensize,nosize] struct { 293 293 security_ace_type type; /* SEC_ACE_TYPE_* */ 294 294 security_ace_flags flags; /* SEC_ACE_FLAG_* */
Note:
See TracChangeset
for help on using the changeset viewer.