OpenVPN
|
Variables | |
string | f = '/tmp/openvpn_sso_user' |
session_key = myfile.read().replace('\n', '') | |
conn = httplib.HTTPConnection("10.8.0.1:8080") | |
r1 = conn.getresponse() | |
body = r1.read().rstrip() | |
http-client.body = r1.read().rstrip() |
Definition at line 15 of file http-client.py.
http-client.conn = httplib.HTTPConnection("10.8.0.1:8080") |
Definition at line 10 of file http-client.py.
string http-client.f = '/tmp/openvpn_sso_user' |
Definition at line 6 of file http-client.py.
Referenced by add_option(), alloc_pull_filter(), apply_pull_filter(), argv_prep_format(), argv_printf_arglist(), buffer_list_aggregate_separator(), file_store(), fragment_frame_init(), fragment_free(), fragment_housekeeping(), fragment_incoming(), fragment_outgoing(), fragment_ready_to_send(), fragment_ttl_reap(), fragment_wakeup(), frequency_limit_event_allowed(), frequency_limit_free(), frequency_limit_init(), platform_fopen(), show_pull_filter_list(), test_mssfix_mtu_calculation(), and test_occ_mtu_calculation().
http-client.r1 = conn.getresponse() |
Definition at line 12 of file http-client.py.
Referenced by add_block_local_item().
http-client.session_key = myfile.read().replace('\n', '') |
Definition at line 8 of file http-client.py.
Referenced by establish_http_proxy_passthru().