Changeset 919 for vendor/current/source3/include/ntdomain.h
- Timestamp:
- Jun 9, 2016, 2:17:22 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/source3/include/ntdomain.h
r917 r919 88 88 int n_cmds; 89 89 uint32 context_id; 90 90 struct ndr_syntax_id syntax; 91 92 /* 93 * shall we allow "connect" auth level for this interface ? 94 */ 95 bool allow_connect; 91 96 } PIPE_RPC_FNS; 92 97 … … 135 140 136 141 /* 137 * Set to true when we should return fault PDU's for everything. 138 */ 139 140 bool fault_state; 141 142 /* 143 * Set to true when we should return fault PDU's for a bad handle. 144 */ 145 146 bool bad_handle_fault_state; 147 148 /* 149 * Set to true when the backend does not support a call. 150 */ 151 152 bool rng_fault_state; 142 * States we can be in. 143 */ 144 bool allow_alter; 145 bool allow_bind; 146 bool allow_auth3; 147 148 /* 149 * Set the DCERPC_FAULT to return. 150 */ 151 152 int fault_state; 153 153 154 154 /*
Note:
See TracChangeset
for help on using the changeset viewer.