OpenVPN
|
#include <misc.h>
Data Fields | |
bool | defined |
bool | token_defined |
bool | nocache |
char | username [USER_PASS_LEN] |
char | password [USER_PASS_LEN] |
int | verb |
char | common_name [128] |
char | response [128] |
char | remote [INET6_ADDRSTRLEN] |
const struct name_value_list * | name_value_list |
char user_pass::common_name[128] |
Definition at line 122 of file auth-pam.c.
Referenced by my_conv(), and pam_server().
bool user_pass::defined |
Definition at line 58 of file misc.h.
Referenced by auth_user_pass_setup(), get_user_pass_cr(), get_user_pass_http(), key_method_2_write(), man_password_needed(), man_up_finalize(), management_query_user_pass(), reset_user_pass(), set_auth_token(), set_auth_token_user(), socks_username_password_auth(), ssl_clean_auth_token(), test_get_user_pass_authfile_file(), test_get_user_pass_authfile_stdin(), test_get_user_pass_defined(), test_get_user_pass_dynamic_challenge(), test_get_user_pass_inline_creds(), test_get_user_pass_needok(), and test_get_user_pass_static_challenge().
const struct name_value_list* user_pass::name_value_list |
Definition at line 126 of file auth-pam.c.
Referenced by my_conv(), pam_auth(), and pam_server().
bool user_pass::nocache |
Definition at line 62 of file misc.h.
Referenced by establish_http_proxy_passthru(), get_user_pass_http(), management_query_user_pass(), purge_user_pass(), reset_user_pass(), ssl_get_auth_nocache(), and ssl_set_auth_nocache().
char user_pass::password |
Definition at line 72 of file misc.h.
Referenced by add_session_token_env(), auth_token_basic_test(), auth_token_fail_invalid_key(), auth_token_test_empty_user(), auth_token_test_env(), auth_token_test_key_load(), auth_token_test_known_keys(), auth_token_test_random_keys(), auth_token_test_session_mismatch(), auth_token_test_timeout(), context_init_1(), establish_http_proxy_passthru(), get_user_pass_cr(), is_auth_token(), key_method_2_read(), key_method_2_write(), man_check_password(), man_query_need_ok(), man_query_need_str(), man_query_password(), man_up_finalize(), management_query_user_pass(), my_conv(), ntlm_phase_3(), pam_server(), pem_password_callback(), pem_password_setup(), reset_user_pass(), set_auth_token(), setup(), socks_username_password_auth(), split_scrv1_password(), test_get_user_pass_authfile_file(), test_get_user_pass_authfile_stdin(), test_get_user_pass_dynamic_challenge(), test_get_user_pass_inline_creds(), test_get_user_pass_needok(), test_get_user_pass_static_challenge(), username_password_as_base64(), verify_auth_token(), verify_user_pass(), verify_user_pass_management(), verify_user_pass_plugin(), and verify_user_pass_script().
char user_pass::remote[INET6_ADDRSTRLEN] |
Definition at line 124 of file auth-pam.c.
Referenced by pam_auth(), and pam_server().
char user_pass::response[128] |
Definition at line 123 of file auth-pam.c.
Referenced by my_conv(), pam_server(), and split_scrv1_password().
bool user_pass::token_defined |
Definition at line 61 of file misc.h.
Referenced by key_method_2_write(), reset_user_pass(), and set_auth_token().
char user_pass::username |
Definition at line 71 of file misc.h.
Referenced by auth_token_test_empty_user(), check_send_auth_token(), context_init_1(), do_deferred_pam_auth(), establish_http_proxy_passthru(), generate_auth_token(), get_user_pass_cr(), key_method_2_read(), key_method_2_write(), man_query_username(), man_up_finalize(), management_query_user_pass(), my_conv(), ntlm_phase_3(), pam_auth(), pam_server(), reset_user_pass(), set_auth_token(), set_auth_token_user(), set_verify_user_pass_env(), setup(), socks_username_password_auth(), ssl_set_auth_token_user(), test_get_user_pass_authfile_file(), test_get_user_pass_authfile_stdin(), test_get_user_pass_dynamic_challenge(), test_get_user_pass_inline_creds(), test_get_user_pass_static_challenge(), username_password_as_base64(), verify_auth_token(), verify_user_pass(), and verify_user_pass_script().
int user_pass::verb |
Definition at line 118 of file auth-pam.c.
Referenced by my_conv(), pam_server(), and split_scrv1_password().