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

Samba Server: updated trunk to 3.6.0

Location:
trunk/server
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/server

  • trunk/server/source3/librpc/idl/libnetapi.idl

    r414 r745  
    77cpp_quote("#define MAXSUBAUTHS 15 /* max sub authorities in a SID */")
    88cpp_quote("#endif")
     9
     10import "misc.idl";
    911
    1012[
     
    799801        /*******************************************/
    800802
     803        [public] typedef [v1_enum] enum {
     804                DS_PDC_FLAG                     = 0x00000001,
     805                DS_GC_FLAG                      = 0x00000004,
     806                DS_LDAP_FLAG                    = 0x00000008,
     807                DS_DS_FLAG                      = 0x00000010,
     808                DS_KDC_FLAG                     = 0x00000020,
     809                DS_TIMESERV_FLAG                = 0x00000040,
     810                DS_CLOSEST_FLAG                 = 0x00000080,
     811                DS_WRITABLE_FLAG                = 0x00000100,
     812                DS_GOOD_TIMESERV_FLAG           = 0x00000200,
     813                DS_NDNC_FLAG                    = 0x00000400,
     814                DS_SELECT_SECRET_DOMAIN_6_FLAG  = 0x00000800,
     815                DS_FULL_SECRET_DOMAIN_6_FLAG    = 0x00001000,
     816                DS_DNS_CONTROLLER_FLAG          = 0x20000000,
     817                DS_DNS_DOMAIN_FLAG              = 0x40000000,
     818                DS_DNS_FOREST_FLAG              = 0x80000000
     819        } DOMAIN_CONTROLLER_INFO_FLAGS;
     820
    801821        [public] typedef struct {
    802822                string domain_controller_name;
     
    806826                string domain_name;
    807827                string dns_forest_name;
    808                 uint32 flags;
     828                DOMAIN_CONTROLLER_INFO_FLAGS flags;
    809829                string dc_site_name;
    810830                string client_site_name;
     
    19171937                [in] uint32 function_code,
    19181938                [in] uint32 query_level,
    1919                 [in] uint8 *data,
     1939                [in,unique] uint8 *data,
    19201940                [out,ref] uint8 **buffer
    19211941        );
Note: See TracChangeset for help on using the changeset viewer.