Home
last modified time | relevance | path

Searched refs:packet_put_cstring (Results 1 – 13 of 13) sorted by relevance

/external/openssh/
Dsshconnect2.c234 packet_put_cstring("markus"); in ssh_kex2()
680 packet_put_cstring(authctxt->server_user); in userauth_gssapi()
681 packet_put_cstring(authctxt->service); in userauth_gssapi()
682 packet_put_cstring(authctxt->method->name); in userauth_gssapi()
885 packet_put_cstring(authctxt->server_user); in userauth_none()
886 packet_put_cstring(authctxt->service); in userauth_none()
887 packet_put_cstring(authctxt->method->name); in userauth_none()
911 packet_put_cstring(authctxt->server_user); in userauth_passwd()
912 packet_put_cstring(authctxt->service); in userauth_passwd()
913 packet_put_cstring(authctxt->method->name); in userauth_passwd()
[all …]
Dauth2-chall.c267 packet_put_cstring(name); in send_userauth_info_request()
268 packet_put_cstring(instr); in send_userauth_info_request()
269 packet_put_cstring(""); /* language not used */ in send_userauth_info_request()
272 packet_put_cstring(prompts[i]); in send_userauth_info_request()
Dchannels.c463 packet_put_cstring("cancel-tcpip-forward"); in channel_free()
465 packet_put_cstring(channel_rfwd_bind_host( in channel_free()
759 packet_put_cstring(c->ctype); in channel_send_open()
778 packet_put_cstring(service); in channel_request_start()
1454 packet_put_cstring("x11"); in channel_post_x11_listener()
1459 packet_put_cstring(remote_ipaddr); in channel_post_x11_listener()
1471 packet_put_cstring(buf); in channel_post_x11_listener()
1505 packet_put_cstring(rtype); in port_open_helper()
1511 packet_put_cstring(c->path); in port_open_helper()
1515 packet_put_cstring(c->path); in port_open_helper()
[all …]
Dauth2.c143 packet_put_cstring(msg); in userauth_send_banner()
144 packet_put_cstring(""); /* language, unused */ in userauth_send_banner()
200 packet_put_cstring(service); in input_service_request()
378 packet_put_cstring(methods); in userauth_finish()
Dclientloop.c602 packet_put_cstring("keepalive@openssh.com"); in server_alive_check()
1716 packet_put_cstring("disconnected by user"); in client_loop()
1717 packet_put_cstring(""); /* language tag */ in client_loop()
2059 packet_put_cstring("tun@openssh.com"); in client_request_tun_fwd()
2118 packet_put_cstring("open failed"); in client_input_channel_open()
2119 packet_put_cstring(""); in client_input_channel_open()
2615 packet_put_cstring(term != NULL ? term : ""); in client_session2_setup()
2658 packet_put_cstring(name); in client_session2_setup()
2659 packet_put_cstring(val); in client_session2_setup()
Dserverloop.c184 packet_put_cstring("keepalive@openssh.com"); in client_alive_check()
626 packet_put_cstring(errmsg ? errmsg : "open failed"); in server_input_channel_open()
627 packet_put_cstring(""); in server_input_channel_open()
Dsshconnect1.c356 packet_put_cstring(local_user); in try_rhosts_rsa_authentication()
701 packet_put_cstring(server_user); in ssh_userauth1()
Dopacket.h77 #define packet_put_cstring(str) \ macro
Dnchan.c399 packet_put_cstring("eow@openssh.com"); in chan_send_eow2()
Dsession.c2272 packet_put_cstring(sig2name(WTERMSIG(status))); in session_exit_message()
2278 packet_put_cstring(""); in session_exit_message()
2279 packet_put_cstring(""); in session_exit_message()
Dsshd.c871 packet_put_cstring("hostkeys-00@openssh.com");
2269 packet_put_cstring("markus");
Dssh.c1746 packet_put_cstring(cp); in ssh_session()
2009 packet_put_cstring("no-more-sessions@openssh.com"); in ssh_session2()
Dsshconnect.c1402 packet_put_cstring(password); in ssh_put_password()