Ignore:
Timestamp:
Nov 27, 2012, 4:56:06 PM (13 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: updated vendor to 3.6.9

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/librpc/idl/security.idl

    r740 r746  
    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.