Ignore:
Timestamp:
Nov 14, 2012, 12:59:34 PM (13 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: update vendor to 3.6.0

File:
1 edited

Legend:

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

    r414 r740  
    2222        typedef [public] struct {
    2323                GUID uuid;
     24                /* The major version is encoded in the 16 least significant bits,
     25                   the minor in the 16 most significant bits. 
     26                   http://www.opengroup.org/onlinepubs/9629399/chap12.htm */
    2427                uint32 if_version;
    2528        } ndr_syntax_id;
     
    3538        typedef [public] enum {
    3639                SEC_CHAN_NULL        = 0,
     40                SEC_CHAN_LOCAL       = 1,
    3741                SEC_CHAN_WKSTA       = 2,
    3842                SEC_CHAN_DNS_DOMAIN  = 3,
    3943                SEC_CHAN_DOMAIN      = 4,
    40                 SEC_CHAN_BDC         = 6
     44                SEC_CHAN_LANMAN      = 5,
     45                SEC_CHAN_BDC         = 6,
     46                SEC_CHAN_RODC        = 7
    4147        } netr_SchannelType;
    4248
Note: See TracChangeset for help on using the changeset viewer.