Searched refs:auth_level (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/rpc_client/
H A Dcli_pipe.c227 if (cli->auth.auth_level == PIPE_AUTH_LEVEL_NONE || cli->auth.auth_level == PIPE_AUTH_LEVEL_CONNECT) {
271 switch (cli->auth.auth_level) {
310 cli->auth.auth_level ));
349 if (cli->auth.auth_level == PIPE_AUTH_LEVEL_NONE || cli->auth.auth_level == PIPE_AUTH_LEVEL_CONNECT) {
396 cli->auth.auth_level,
911 enum pipe_auth_level auth_level,
922 init_rpc_hdr_auth(pauth_out, RPC_KRB5_AUTH_TYPE, (int)auth_level, 0, 1);
970 enum pipe_auth_level auth_level,
910 create_krb5_auth_bind_req( struct rpc_pipe_client *cli, enum pipe_auth_level auth_level, RPC_HDR_AUTH *pauth_out, prs_struct *auth_data) argument
969 create_spnego_ntlmssp_auth_rpc_bind_req( struct rpc_pipe_client *cli, enum pipe_auth_level auth_level, RPC_HDR_AUTH *pauth_out, prs_struct *auth_data) argument
1016 create_ntlmssp_auth_rpc_bind_req( struct rpc_pipe_client *cli, enum pipe_auth_level auth_level, RPC_HDR_AUTH *pauth_out, prs_struct *auth_data) argument
1057 create_schannel_auth_rpc_bind_req( struct rpc_pipe_client *cli, enum pipe_auth_level auth_level, RPC_HDR_AUTH *pauth_out, prs_struct *auth_data) argument
1175 create_rpc_bind_req(struct rpc_pipe_client *cli, prs_struct *rpc_out, uint32 rpc_call_id, RPC_IFACE *abstract, RPC_IFACE *transfer, enum pipe_auth_type auth_type, enum pipe_auth_level auth_level) argument
1712 create_rpc_bind_auth3(struct rpc_pipe_client *cli, uint32 rpc_call_id, enum pipe_auth_type auth_type, enum pipe_auth_level auth_level, DATA_BLOB *pauth_blob, prs_struct *rpc_out) argument
1771 rpc_finish_auth3_bind(struct rpc_pipe_client *cli, RPC_HDR *phdr, prs_struct *rbuf, uint32 rpc_call_id, enum pipe_auth_type auth_type, enum pipe_auth_level auth_level) argument
1854 create_rpc_alter_context(uint32 rpc_call_id, RPC_IFACE *abstract, RPC_IFACE *transfer, enum pipe_auth_level auth_level, const DATA_BLOB *pauth_blob, prs_struct *rpc_out) argument
1894 rpc_finish_spnego_ntlmssp_bind(struct rpc_pipe_client *cli, RPC_HDR *phdr, prs_struct *rbuf, uint32 rpc_call_id, RPC_IFACE *abstract, RPC_IFACE *transfer, enum pipe_auth_type auth_type, enum pipe_auth_level auth_level) argument
2027 rpc_pipe_bind(struct rpc_pipe_client *cli, enum pipe_auth_type auth_type, enum pipe_auth_level auth_level) argument
2298 cli_rpc_pipe_open_ntlmssp_internal(struct cli_state *cli, int pipe_idx, enum pipe_auth_type auth_type, enum pipe_auth_level auth_level, const char *domain, const char *username, const char *password, NTSTATUS *perr) argument
2384 cli_rpc_pipe_open_ntlmssp(struct cli_state *cli, int pipe_idx, enum pipe_auth_level auth_level, const char *domain, const char *username, const char *password, NTSTATUS *perr) argument
2407 cli_rpc_pipe_open_spnego_ntlmssp(struct cli_state *cli, int pipe_idx, enum pipe_auth_level auth_level, const char *domain, const char *username, const char *password, NTSTATUS *perr) argument
2503 cli_rpc_pipe_open_schannel_with_key(struct cli_state *cli, int pipe_idx, enum pipe_auth_level auth_level, const char *domain, const struct dcinfo *pdc, NTSTATUS *perr) argument
2629 cli_rpc_pipe_open_ntlmssp_auth_schannel(struct cli_state *cli, int pipe_idx, enum pipe_auth_level auth_level, const char *domain, const char *username, const char *password, NTSTATUS *perr) argument
2665 cli_rpc_pipe_open_schannel(struct cli_state *cli, int pipe_idx, enum pipe_auth_level auth_level, const char *domain, NTSTATUS *perr) argument
2712 cli_rpc_pipe_open_krb5(struct cli_state *cli, int pipe_idx, enum pipe_auth_level auth_level, const char *service_princ, const char *username, const char *password, NTSTATUS *perr) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/rpc_server/
H A Dsrv_pipe.c65 uint8 auth_type, auth_level; local
194 if (p->auth.auth_level == PIPE_AUTH_LEVEL_PRIVACY) {
195 auth_level = RPC_AUTH_LEVEL_PRIVACY;
197 auth_level = RPC_AUTH_LEVEL_INTEGRITY;
200 init_rpc_hdr_auth(&auth_info, auth_type, auth_level, ss_padding_len, 1 /* context id. */);
209 switch (p->auth.auth_level) {
408 p->auth.auth_level == PIPE_AUTH_LEVEL_PRIVACY ?
419 p->auth.auth_level,
572 switch(p->auth.auth_level) {
591 (unsigned int)p->auth.auth_level,
[all...]
H A Dsrv_samr_nt.c1972 if (p->auth.auth_level != PIPE_AUTH_LEVEL_PRIVACY) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/include/
H A Dclient.h49 enum pipe_auth_level auth_level; /* defined in ntdomain.h */ member in struct:cli_pipe_auth_data
H A Dntdomain.h198 enum pipe_auth_level auth_level; member in struct:pipe_auth_data
H A Drpc_dce.h211 uint8 auth_level; /* See RPC_PIPE_AUTH_XXX_LEVEL above. */ member in struct:rpc_hdr_auth_info
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/rpc_parse/
H A Dparse_rpc.c677 uint8 auth_type, uint8 auth_level,
682 rai->auth_level = auth_level;
705 if(!prs_uint8 ("auth_level ", ps, depth, &rai->auth_level))
676 init_rpc_hdr_auth(RPC_HDR_AUTH *rai, uint8 auth_type, uint8 auth_level, uint8 auth_pad_len, uint32 auth_context_id) argument
H A Dparse_prs.c1537 enum pipe_auth_level auth_level,
1552 if (auth_level == PIPE_AUTH_LEVEL_PRIVACY) {
1642 void schannel_encode(struct schannel_auth_struct *a, enum pipe_auth_level auth_level, argument
1658 if (auth_level == PIPE_AUTH_LEVEL_PRIVACY) {
1686 schannel_digest(a, auth_level, verf, data, data_len, digest_final);
1689 if (auth_level == PIPE_AUTH_LEVEL_PRIVACY) {
1721 BOOL schannel_decode(struct schannel_auth_struct *a, enum pipe_auth_level auth_level, argument
1735 if (auth_level == PIPE_AUTH_LEVEL_PRIVACY) {
1786 if (auth_level == PIPE_AUTH_LEVEL_PRIVACY) {
1807 schannel_digest(a, auth_level, ver
1536 schannel_digest(struct schannel_auth_struct *a, enum pipe_auth_level auth_level, RPC_AUTH_SCHANNEL_CHK * verf, char *data, size_t data_len, uchar digest_final[16]) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/rpcclient/
H A Dcmd_netlogon.c472 int auth_level = 2; local
494 sscanf(argv[5], "%i", &auth_level);
H A Drpcclient.c338 tmp_set->rpc_pipe->auth.auth_level != pipe_default_auth_level) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/ehea/
H A Dehea_phyp.h158 u32 auth_level; /* 04 */ member in struct:hcp_query_ehea

Completed in 89 milliseconds