Searched refs:negotiate_flags (Results 26 - 50 of 72) sorted by relevance

123

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/libcli/auth/
H A Dschannel_state_ldb.c87 f = talloc_asprintf(mem_ctx, "%u", (unsigned int)creds->negotiate_flags);
224 (*creds)->negotiate_flags = ldb_msg_find_attr_as_int(res->msgs[0], "negotiateFlags", 0);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/libcli/auth/
H A Dproto.h31 uint32_t negotiate_flags);
54 uint32_t negotiate_flags);
H A Dschannel_state_ldb.c87 f = talloc_asprintf(mem_ctx, "%u", (unsigned int)creds->negotiate_flags);
224 (*creds)->negotiate_flags = ldb_msg_find_attr_as_int(res->msgs[0], "negotiateFlags", 0);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/torture/ndr/
H A Dnetlogon.c48 torture_assert_int_equal(tctx, *r->in.negotiate_flags, 0x6007ffff, "negotiate flags");
63 torture_assert_int_equal(tctx, *r->out.negotiate_flags, 0x6007ffff, "negotiate flags");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/torture/ndr/
H A Dnetlogon.c48 torture_assert_int_equal(tctx, *r->in.negotiate_flags, 0x6007ffff, "negotiate flags");
63 torture_assert_int_equal(tctx, *r->out.negotiate_flags, 0x6007ffff, "negotiate flags");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/torture/ndr/
H A Dnetlogon.c48 torture_assert_int_equal(tctx, *r->in.negotiate_flags, 0x6007ffff, "negotiate flags");
63 torture_assert_int_equal(tctx, *r->out.negotiate_flags, 0x6007ffff, "negotiate flags");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/libcli/auth/
H A Dproto.h31 uint32_t negotiate_flags);
54 uint32_t negotiate_flags);
H A Dschannel_state_ldb.c87 f = talloc_asprintf(mem_ctx, "%u", (unsigned int)creds->negotiate_flags);
224 (*creds)->negotiate_flags = ldb_msg_find_attr_as_int(res->msgs[0], "negotiateFlags", 0);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/rpc_server/netlogon/
H A Ddcerpc_netlogon.c97 * Windows 7 looks at the negotiate_flags
101 *r->out.negotiate_flags = NETLOGON_NEG_ACCOUNT_LOCKOUT |
245 *r->in.negotiate_flags);
270 * negotiate_flags is used as an [in] parameter
283 a.in.negotiate_flags = &negotiate_flags_in;
287 a.out.negotiate_flags = &negotiate_flags_out;
304 r3.in.negotiate_flags = r->in.negotiate_flags;
305 r3.out.negotiate_flags = r->out.negotiate_flags;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/torture/rpc/
H A Dremote_pac.c151 torture_assert(tctx, (creds->negotiate_flags & NETLOGON_NEG_ARCFOUR), "not willing to even try a PACValidate without RC4 encryption");
254 torture_assert(tctx, (creds->negotiate_flags & NETLOGON_NEG_ARCFOUR), "not willing to even try a PACValidate without RC4 encryption");
301 torture_assert(tctx, (creds->negotiate_flags & NETLOGON_NEG_ARCFOUR), "not willing to even try a PACValidate without RC4 encryption");
H A Dnetlogon.c148 uint32_t negotiate_flags,
181 a.in.negotiate_flags = &negotiate_flags;
182 a.out.negotiate_flags = &negotiate_flags;
190 negotiate_flags);
202 torture_comment(tctx, "negotiate_flags=0x%08x\n", negotiate_flags);
210 uint32_t negotiate_flags,
245 a.in.negotiate_flags
147 test_SetupCredentials2(struct dcerpc_pipe *p, struct torture_context *tctx, uint32_t negotiate_flags, struct cli_credentials *machine_credentials, int sec_chan_type, struct netlogon_creds_CredentialState **creds_out) argument
209 test_SetupCredentials3(struct dcerpc_pipe *p, struct torture_context *tctx, uint32_t negotiate_flags, struct cli_credentials *machine_credentials, struct netlogon_creds_CredentialState **creds_out) argument
349 test_SetPassword_flags(struct torture_context *tctx, struct dcerpc_pipe *p, struct cli_credentials *machine_credentials, uint32_t negotiate_flags) argument
[all...]
H A Dsamba3rpc.c905 uint32_t negotiate_flags; local
958 negotiate_flags = NETLOGON_NEG_AUTH2_FLAGS;
967 a.in.negotiate_flags = &negotiate_flags;
968 a.out.negotiate_flags = &negotiate_flags;
977 &netr_cred, negotiate_flags);
2091 uint32_t negotiate_flags; local
2157 negotiate_flags = NETLOGON_NEG_AUTH2_FLAGS;
2166 a.in.negotiate_flags
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/rpc_server/netlogon/
H A Ddcerpc_netlogon.c97 * Windows 7 looks at the negotiate_flags
101 *r->out.negotiate_flags = NETLOGON_NEG_ACCOUNT_LOCKOUT |
245 *r->in.negotiate_flags);
270 * negotiate_flags is used as an [in] parameter
283 a.in.negotiate_flags = &negotiate_flags_in;
287 a.out.negotiate_flags = &negotiate_flags_out;
304 r3.in.negotiate_flags = r->in.negotiate_flags;
305 r3.out.negotiate_flags = r->out.negotiate_flags;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/torture/rpc/
H A Dremote_pac.c151 torture_assert(tctx, (creds->negotiate_flags & NETLOGON_NEG_ARCFOUR), "not willing to even try a PACValidate without RC4 encryption");
254 torture_assert(tctx, (creds->negotiate_flags & NETLOGON_NEG_ARCFOUR), "not willing to even try a PACValidate without RC4 encryption");
301 torture_assert(tctx, (creds->negotiate_flags & NETLOGON_NEG_ARCFOUR), "not willing to even try a PACValidate without RC4 encryption");
H A Dnetlogon.c148 uint32_t negotiate_flags,
181 a.in.negotiate_flags = &negotiate_flags;
182 a.out.negotiate_flags = &negotiate_flags;
190 negotiate_flags);
202 torture_comment(tctx, "negotiate_flags=0x%08x\n", negotiate_flags);
210 uint32_t negotiate_flags,
245 a.in.negotiate_flags
147 test_SetupCredentials2(struct dcerpc_pipe *p, struct torture_context *tctx, uint32_t negotiate_flags, struct cli_credentials *machine_credentials, int sec_chan_type, struct netlogon_creds_CredentialState **creds_out) argument
209 test_SetupCredentials3(struct dcerpc_pipe *p, struct torture_context *tctx, uint32_t negotiate_flags, struct cli_credentials *machine_credentials, struct netlogon_creds_CredentialState **creds_out) argument
349 test_SetPassword_flags(struct torture_context *tctx, struct dcerpc_pipe *p, struct cli_credentials *machine_credentials, uint32_t negotiate_flags) argument
[all...]
H A Dsamba3rpc.c905 uint32_t negotiate_flags; local
958 negotiate_flags = NETLOGON_NEG_AUTH2_FLAGS;
967 a.in.negotiate_flags = &negotiate_flags;
968 a.out.negotiate_flags = &negotiate_flags;
977 &netr_cred, negotiate_flags);
2091 uint32_t negotiate_flags; local
2157 negotiate_flags = NETLOGON_NEG_AUTH2_FLAGS;
2166 a.in.negotiate_flags
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/rpc_server/netlogon/
H A Ddcerpc_netlogon.c97 * Windows 7 looks at the negotiate_flags
101 *r->out.negotiate_flags = NETLOGON_NEG_ACCOUNT_LOCKOUT |
245 *r->in.negotiate_flags);
270 * negotiate_flags is used as an [in] parameter
283 a.in.negotiate_flags = &negotiate_flags_in;
287 a.out.negotiate_flags = &negotiate_flags_out;
304 r3.in.negotiate_flags = r->in.negotiate_flags;
305 r3.out.negotiate_flags = r->out.negotiate_flags;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/torture/rpc/
H A Dremote_pac.c151 torture_assert(tctx, (creds->negotiate_flags & NETLOGON_NEG_ARCFOUR), "not willing to even try a PACValidate without RC4 encryption");
254 torture_assert(tctx, (creds->negotiate_flags & NETLOGON_NEG_ARCFOUR), "not willing to even try a PACValidate without RC4 encryption");
301 torture_assert(tctx, (creds->negotiate_flags & NETLOGON_NEG_ARCFOUR), "not willing to even try a PACValidate without RC4 encryption");
H A Dnetlogon.c148 uint32_t negotiate_flags,
181 a.in.negotiate_flags = &negotiate_flags;
182 a.out.negotiate_flags = &negotiate_flags;
190 negotiate_flags);
202 torture_comment(tctx, "negotiate_flags=0x%08x\n", negotiate_flags);
210 uint32_t negotiate_flags,
245 a.in.negotiate_flags
147 test_SetupCredentials2(struct dcerpc_pipe *p, struct torture_context *tctx, uint32_t negotiate_flags, struct cli_credentials *machine_credentials, int sec_chan_type, struct netlogon_creds_CredentialState **creds_out) argument
209 test_SetupCredentials3(struct dcerpc_pipe *p, struct torture_context *tctx, uint32_t negotiate_flags, struct cli_credentials *machine_credentials, struct netlogon_creds_CredentialState **creds_out) argument
349 test_SetPassword_flags(struct torture_context *tctx, struct dcerpc_pipe *p, struct cli_credentials *machine_credentials, uint32_t negotiate_flags) argument
[all...]
H A Dsamba3rpc.c905 uint32_t negotiate_flags; local
958 negotiate_flags = NETLOGON_NEG_AUTH2_FLAGS;
967 a.in.negotiate_flags = &negotiate_flags;
968 a.out.negotiate_flags = &negotiate_flags;
977 &netr_cred, negotiate_flags);
2091 uint32_t negotiate_flags; local
2157 negotiate_flags = NETLOGON_NEG_AUTH2_FLAGS;
2166 a.in.negotiate_flags
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/rpc_client/
H A Dcli_netlogon.c136 cli->dc->negotiate_flags = neg_flags;
196 if (cli->dc->negotiate_flags & NETLOGON_NEG_ARCFOUR) {
637 if (cli->dc->negotiate_flags & NETLOGON_NEG_PASSWORD_SET2) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/rpc_client/
H A Dcli_netlogon.c136 cli->dc->negotiate_flags = neg_flags;
196 if (cli->dc->negotiate_flags & NETLOGON_NEG_ARCFOUR) {
637 if (cli->dc->negotiate_flags & NETLOGON_NEG_PASSWORD_SET2) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/rpc_client/
H A Dcli_netlogon.c136 cli->dc->negotiate_flags = neg_flags;
196 if (cli->dc->negotiate_flags & NETLOGON_NEG_ARCFOUR) {
637 if (cli->dc->negotiate_flags & NETLOGON_NEG_PASSWORD_SET2) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/librpc/gen_ndr/
H A Dnetlogon.h1395 uint32_t *negotiate_flags;/* [ref] */ member in struct:netr_ServerAuthenticate2::__anon8127
1400 uint32_t *negotiate_flags;/* [ref] */ member in struct:netr_ServerAuthenticate2::__anon8128
1557 uint32_t *negotiate_flags;/* [ref] */ member in struct:netr_ServerAuthenticate3::__anon8146
1563 uint32_t *negotiate_flags;/* [ref] */ member in struct:netr_ServerAuthenticate3::__anon8147
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/librpc/gen_ndr/
H A Dnetlogon.h1395 uint32_t *negotiate_flags;/* [ref] */ member in struct:netr_ServerAuthenticate2::__anon7222
1400 uint32_t *negotiate_flags;/* [ref] */ member in struct:netr_ServerAuthenticate2::__anon7223
1557 uint32_t *negotiate_flags;/* [ref] */ member in struct:netr_ServerAuthenticate3::__anon7241
1563 uint32_t *negotiate_flags;/* [ref] */ member in struct:netr_ServerAuthenticate3::__anon7242

Completed in 148 milliseconds

123