Changeset 752 for trunk/server/librpc/idl/security.idl
- Timestamp:
- Nov 29, 2012, 2:06:31 PM (13 years ago)
- Location:
- trunk/server
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server
- Property svn:mergeinfo changed
/vendor/current merged: 746,748
- Property svn:mergeinfo changed
-
trunk/server/librpc/idl/security.idl
r745 r752 571 571 572 572 /* This is not yet sent over the network, but is simply defined in IDL */ 573 typedef [public ] struct {573 typedef [public,gensize] struct { 574 574 uint32 num_sids; 575 575 [size_is(num_sids)] dom_sid sids[*]; … … 579 579 580 580 /* This is not yet sent over the network, but is simply defined in IDL */ 581 typedef [public ] struct {581 typedef [public,gensize] struct { 582 582 uid_t uid; 583 583 uid_t gid; … … 593 593 SECINFO_DACL = 0x00000004, 594 594 SECINFO_SACL = 0x00000008, 595 SECINFO_LABEL = 0x00000010, 595 596 SECINFO_UNPROTECTED_SACL = 0x10000000, 596 597 SECINFO_UNPROTECTED_DACL = 0x20000000,
Note:
See TracChangeset
for help on using the changeset viewer.