Ignore:
Timestamp:
Nov 24, 2016, 1:14:11 PM (9 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: update vendor to version 4.4.3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/source3/utils/net.h

    r740 r988  
    8181        int opt_auto;
    8282        int opt_repair;
     83        int opt_reg_version;
     84        const char *opt_output;
     85        int opt_wipe;
     86        const char *opt_precheck;
     87        int opt_no_dns_updates;
    8388
    8489        int opt_have_ip;
     
    8792        struct libnetapi_ctx *netapi_ctx;
    8893        struct messaging_context *msg_ctx;
     94        struct netlogon_creds_cli_context *netlogon_creds;
    8995
    9096        bool display_usage;
     
    129135        struct cli_state *cli_share_dst;
    130136        char *cwd;
    131         uint16 attribute;
     137        uint16_t attribute;
    132138        struct net_context *c;
    133139}copy_clistate;
     
    150156                                  TALLOC_CTX *mem_ctx,
    151157                                  struct rpc_sh_ctx *ctx);
    152         const struct ndr_syntax_id *interface;
     158        const struct ndr_interface_table *table;
    153159        NTSTATUS (*fn)(struct net_context *c, TALLOC_CTX *mem_ctx,
    154160                       struct rpc_sh_ctx *ctx,
     
    179185#define NET_FLAGS_SEAL                          0x00000080      /* seal RPC connection */
    180186#define NET_FLAGS_TCP                           0x00000100      /* use ncacn_ip_tcp */
     187#define NET_FLAGS_EXPECT_FALLBACK               0x00000200      /* the caller will fallback */
    181188
    182189/* net share operation modes */
Note: See TracChangeset for help on using the changeset viewer.