Changeset 988 for vendor/current/source3/utils/net.h
- Timestamp:
- Nov 24, 2016, 1:14:11 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/source3/utils/net.h
r740 r988 81 81 int opt_auto; 82 82 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; 83 88 84 89 int opt_have_ip; … … 87 92 struct libnetapi_ctx *netapi_ctx; 88 93 struct messaging_context *msg_ctx; 94 struct netlogon_creds_cli_context *netlogon_creds; 89 95 90 96 bool display_usage; … … 129 135 struct cli_state *cli_share_dst; 130 136 char *cwd; 131 uint16 attribute;137 uint16_t attribute; 132 138 struct net_context *c; 133 139 }copy_clistate; … … 150 156 TALLOC_CTX *mem_ctx, 151 157 struct rpc_sh_ctx *ctx); 152 const struct ndr_ syntax_id *interface;158 const struct ndr_interface_table *table; 153 159 NTSTATUS (*fn)(struct net_context *c, TALLOC_CTX *mem_ctx, 154 160 struct rpc_sh_ctx *ctx, … … 179 185 #define NET_FLAGS_SEAL 0x00000080 /* seal RPC connection */ 180 186 #define NET_FLAGS_TCP 0x00000100 /* use ncacn_ip_tcp */ 187 #define NET_FLAGS_EXPECT_FALLBACK 0x00000200 /* the caller will fallback */ 181 188 182 189 /* net share operation modes */
Note:
See TracChangeset
for help on using the changeset viewer.