Ignore:
Timestamp:
Nov 29, 2012, 2:06:31 PM (13 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: updated trunk to 3.6.9 2nd part

Location:
trunk/server
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/server

  • trunk/server/librpc/idl/security.idl

    r745 r752  
    571571
    572572        /* This is not yet sent over the network, but is simply defined in IDL */
    573         typedef [public] struct {
     573        typedef [public,gensize] struct {
    574574                uint32 num_sids;
    575575                [size_is(num_sids)] dom_sid sids[*];
     
    579579
    580580        /* This is not yet sent over the network, but is simply defined in IDL */
    581         typedef [public] struct {
     581        typedef [public,gensize] struct {
    582582                uid_t uid;
    583583                uid_t gid;
     
    593593                SECINFO_DACL                 = 0x00000004,
    594594                SECINFO_SACL                 = 0x00000008,
     595                SECINFO_LABEL                = 0x00000010,
    595596                SECINFO_UNPROTECTED_SACL     = 0x10000000,
    596597                SECINFO_UNPROTECTED_DACL     = 0x20000000,
Note: See TracChangeset for help on using the changeset viewer.