Home
last modified time | relevance | path

Searched refs:D_PUSH (Results 1 – 20 of 20) sorted by relevance

/dports/security/openvpn-devel/openvpn-0033811e0215af76f469d78912c95a2f59813454/src/openvpn/
H A Dpush.c208 msg(D_PUSH, "Info command was pushed by server ('%s')", m); in server_pushed_info()
230 msg(D_PUSH, "CR response was sent by client ('%s')", m); in receive_cr_response()
278 msg(D_PUSH, "ignoring AUTH_PENDING parameter: %s", line); in parse_auth_pending_keywords()
365 send_control_channel_string(c, BSTR(&buf), D_PUSH); in send_auth_failed()
404 send_control_channel_string_dowork(tls_multi, BSTR(&buf), D_PUSH); in send_auth_pending_messages()
417 send_control_channel_string_dowork(tls_multi, BSTR(&buf), D_PUSH); in send_auth_pending_messages()
432 send_control_channel_string(c, kill_msg ? kill_msg : "RESTART", D_PUSH); in send_restart()
497 return send_control_channel_string(c, "PUSH_REQUEST", D_PUSH); in send_push_request()
667 send_control_channel_string_dowork(multi, BSTR(&buf), D_PUSH); in send_push_reply_auth_token()
721 status = send_control_channel_string(c, BSTR(&buf), D_PUSH); in send_push_reply()
[all …]
H A Dinit.c326 bool status = send_control_channel_string(c, BSTR(&buf), D_PUSH); in management_callback_send_cc_message()
2277 msg(D_PUSH, "OPTIONS IMPORT: compression parms modified"); in do_deferred_options()
2285 msg(D_PUSH, "OPTIONS IMPORT: traffic shaper enabled"); in do_deferred_options()
2297 msg(D_PUSH, "OPTIONS IMPORT: --socket-flags option modified"); in do_deferred_options()
2303 msg(D_PUSH, "OPTIONS IMPORT: --persist options modified"); in do_deferred_options()
2307 msg(D_PUSH, "OPTIONS IMPORT: --ifconfig/up options modified"); in do_deferred_options()
2311 msg(D_PUSH, "OPTIONS IMPORT: route options modified"); in do_deferred_options()
2315 msg(D_PUSH, "OPTIONS IMPORT: route-related options modified"); in do_deferred_options()
2323 msg(D_PUSH, "OPTIONS IMPORT: environment modified"); in do_deferred_options()
2328 msg(D_PUSH, "OPTIONS IMPORT: peer-id set"); in do_deferred_options()
[all …]
H A Dssl_ncp.c288 msg(D_PUSH, "OPTIONS IMPORT: data channel crypto options modified"); in check_pull_client_ncp()
H A Derrlevel.h83 #define D_PUSH LOGLEV(3, 34, 0) /* show push/pull info */ macro
H A Doptions.c5025 msg(D_PUSH, "Pushed option removed by filter: '%s'", line); in apply_pull_filter()
5078 msg(D_PUSH, "OPTIONS IMPORT: reading client specific options from: %s", filename); in options_server_import()
6861 msg(D_PUSH, "PUSH_REMOVE '%s'", p[1]); in add_option()
H A Dmulti.c3731 … send_control_channel_string(&mi->context, next_server ? "RESTART,[N]" : "RESTART", D_PUSH); in multi_push_restart_schedule_exit()
/dports/security/openvpn/openvpn-2.5.6/src/openvpn/
H A Dpush.c209 msg(D_PUSH, "Info command was pushed by server ('%s')", m); in server_pushed_info()
231 msg(D_PUSH, "CR response was sent by client ('%s')", m); in receive_cr_response()
284 send_control_channel_string(c, BSTR(&buf), D_PUSH); in send_auth_failed()
293 send_control_channel_string(c, "AUTH_PENDING", D_PUSH); in send_auth_pending_messages()
308 send_control_channel_string(c, BSTR(&buf), D_PUSH); in send_auth_pending_messages()
321 send_control_channel_string(c, kill_msg ? kill_msg : "RESTART", D_PUSH); in send_restart()
375 return send_control_channel_string(c, "PUSH_REQUEST", D_PUSH); in send_push_request()
541 send_control_channel_string_dowork(multi, BSTR(&buf), D_PUSH); in send_push_reply_auth_token()
578 const bool status = send_control_channel_string(c, BSTR(&buf), D_PUSH); in send_push_reply()
595 status = send_control_channel_string(c, BSTR(&buf), D_PUSH); in send_push_reply()
[all …]
H A Dinit.c328 bool status = send_control_channel_string(c, BSTR(&buf), D_PUSH); in management_callback_send_cc_message()
2308 msg(D_PUSH, "OPTIONS IMPORT: compression parms modified"); in do_deferred_options()
2316 msg(D_PUSH, "OPTIONS IMPORT: traffic shaper enabled"); in do_deferred_options()
2328 msg(D_PUSH, "OPTIONS IMPORT: --socket-flags option modified"); in do_deferred_options()
2334 msg(D_PUSH, "OPTIONS IMPORT: --persist options modified"); in do_deferred_options()
2338 msg(D_PUSH, "OPTIONS IMPORT: --ifconfig/up options modified"); in do_deferred_options()
2342 msg(D_PUSH, "OPTIONS IMPORT: route options modified"); in do_deferred_options()
2346 msg(D_PUSH, "OPTIONS IMPORT: route-related options modified"); in do_deferred_options()
2354 msg(D_PUSH, "OPTIONS IMPORT: environment modified"); in do_deferred_options()
2359 msg(D_PUSH, "OPTIONS IMPORT: peer-id set"); in do_deferred_options()
[all …]
H A Dssl_ncp.c300 msg(D_PUSH, "OPTIONS IMPORT: data channel crypto options modified"); in check_pull_client_ncp()
H A Derrlevel.h83 #define D_PUSH LOGLEV(3, 34, 0) /* show push/pull info */ macro
H A Dmisc.c550 msg(D_PUSH, "Error decoding auth-token-username"); in set_auth_token_user()
H A Doptions.c4976 msg(D_PUSH, "Pushed option removed by filter: '%s'", line); in apply_pull_filter()
5029 msg(D_PUSH, "OPTIONS IMPORT: reading client specific options from: %s", filename); in options_server_import()
6899 msg(D_PUSH, "PUSH_REMOVE '%s'", p[1]); in add_option()
H A Dmulti.c3718 … send_control_channel_string(&mi->context, next_server ? "RESTART,[N]" : "RESTART", D_PUSH); in multi_push_restart_schedule_exit()
/dports/security/openvpn-mbedtls/openvpn-2.5.6/src/openvpn/
H A Dpush.c209 msg(D_PUSH, "Info command was pushed by server ('%s')", m); in server_pushed_info()
231 msg(D_PUSH, "CR response was sent by client ('%s')", m); in receive_cr_response()
284 send_control_channel_string(c, BSTR(&buf), D_PUSH); in send_auth_failed()
293 send_control_channel_string(c, "AUTH_PENDING", D_PUSH); in send_auth_pending_messages()
308 send_control_channel_string(c, BSTR(&buf), D_PUSH); in send_auth_pending_messages()
321 send_control_channel_string(c, kill_msg ? kill_msg : "RESTART", D_PUSH); in send_restart()
375 return send_control_channel_string(c, "PUSH_REQUEST", D_PUSH); in send_push_request()
541 send_control_channel_string_dowork(multi, BSTR(&buf), D_PUSH); in send_push_reply_auth_token()
578 const bool status = send_control_channel_string(c, BSTR(&buf), D_PUSH); in send_push_reply()
595 status = send_control_channel_string(c, BSTR(&buf), D_PUSH); in send_push_reply()
[all …]
H A Dinit.c328 bool status = send_control_channel_string(c, BSTR(&buf), D_PUSH); in management_callback_send_cc_message()
2308 msg(D_PUSH, "OPTIONS IMPORT: compression parms modified"); in do_deferred_options()
2316 msg(D_PUSH, "OPTIONS IMPORT: traffic shaper enabled"); in do_deferred_options()
2328 msg(D_PUSH, "OPTIONS IMPORT: --socket-flags option modified"); in do_deferred_options()
2334 msg(D_PUSH, "OPTIONS IMPORT: --persist options modified"); in do_deferred_options()
2338 msg(D_PUSH, "OPTIONS IMPORT: --ifconfig/up options modified"); in do_deferred_options()
2342 msg(D_PUSH, "OPTIONS IMPORT: route options modified"); in do_deferred_options()
2346 msg(D_PUSH, "OPTIONS IMPORT: route-related options modified"); in do_deferred_options()
2354 msg(D_PUSH, "OPTIONS IMPORT: environment modified"); in do_deferred_options()
2359 msg(D_PUSH, "OPTIONS IMPORT: peer-id set"); in do_deferred_options()
[all …]
H A Dssl_ncp.c300 msg(D_PUSH, "OPTIONS IMPORT: data channel crypto options modified"); in check_pull_client_ncp()
H A Derrlevel.h83 #define D_PUSH LOGLEV(3, 34, 0) /* show push/pull info */ macro
H A Dmisc.c550 msg(D_PUSH, "Error decoding auth-token-username"); in set_auth_token_user()
H A Doptions.c4976 msg(D_PUSH, "Pushed option removed by filter: '%s'", line); in apply_pull_filter()
5029 msg(D_PUSH, "OPTIONS IMPORT: reading client specific options from: %s", filename); in options_server_import()
6899 msg(D_PUSH, "PUSH_REMOVE '%s'", p[1]); in add_option()
H A Dmulti.c3718 … send_control_channel_string(&mi->context, next_server ? "RESTART,[N]" : "RESTART", D_PUSH); in multi_push_restart_schedule_exit()