Home
last modified time | relevance | path

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

/external/openssh/
Dsshconnect2.c231 packet_put_cstring("markus"); in ssh_kex2()
369 packet_put_cstring("ssh-userauth"); in ssh_userauth2()
655 packet_put_cstring(authctxt->server_user); in userauth_gssapi()
656 packet_put_cstring(authctxt->service); in userauth_gssapi()
657 packet_put_cstring(authctxt->method->name); in userauth_gssapi()
860 packet_put_cstring(authctxt->server_user); in userauth_none()
861 packet_put_cstring(authctxt->service); in userauth_none()
862 packet_put_cstring(authctxt->method->name); in userauth_none()
886 packet_put_cstring(authctxt->server_user); in userauth_passwd()
887 packet_put_cstring(authctxt->service); in userauth_passwd()
[all …]
Droaming_client.c78 packet_put_cstring(ROAMING_REQUEST); in request_roaming()
155 packet_put_cstring(KEX_RESUME); in roaming_resume()
158 packet_put_cstring(""); /* Not used when we resume */ in roaming_resume()
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.c695 packet_put_cstring(c->ctype); in channel_send_open()
714 packet_put_cstring(service); in channel_request_start()
1390 packet_put_cstring("x11"); in channel_post_x11_listener()
1395 packet_put_cstring(remote_ipaddr); in channel_post_x11_listener()
1407 packet_put_cstring(buf); in channel_post_x11_listener()
1441 packet_put_cstring(rtype); in port_open_helper()
1447 packet_put_cstring(c->path); in port_open_helper()
1451 packet_put_cstring(c->path); in port_open_helper()
1454 packet_put_cstring(c->path); in port_open_helper()
1457 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()
372 packet_put_cstring(methods); in userauth_finish()
Dclientloop.c582 packet_put_cstring("keepalive@openssh.com"); in server_alive_check()
1677 packet_put_cstring("disconnected by user"); in client_loop()
1678 packet_put_cstring(""); /* language tag */ in client_loop()
1992 packet_put_cstring("tun@openssh.com"); in client_request_tun_fwd()
2049 packet_put_cstring("open failed"); in client_input_channel_open()
2050 packet_put_cstring(""); in client_input_channel_open()
2526 packet_put_cstring(term != NULL ? term : ""); in client_session2_setup()
2569 packet_put_cstring(name); in client_session2_setup()
2570 packet_put_cstring(val); in client_session2_setup()
Dsshconnect1.c349 packet_put_cstring(local_user); in try_rhosts_rsa_authentication()
698 packet_put_cstring(server_user); in ssh_userauth1()
Dopacket.h79 #define packet_put_cstring(str) \ macro
Dserverloop.c264 packet_put_cstring("keepalive@openssh.com"); in client_alive_check()
1144 packet_put_cstring("open failed"); in server_input_channel_open()
1145 packet_put_cstring(""); in server_input_channel_open()
Dauth1.c209 packet_put_cstring(challenge); in auth1_process_tis_challenge()
Dnchan.c399 packet_put_cstring("eow@openssh.com"); in chan_send_eow2()
Dsession.c2473 packet_put_cstring(sig2name(WTERMSIG(status))); in session_exit_message()
2479 packet_put_cstring(""); in session_exit_message()
2480 packet_put_cstring(""); in session_exit_message()
Dssh.c1644 packet_put_cstring(cp); in ssh_session()
1912 packet_put_cstring("no-more-sessions@openssh.com"); in ssh_session2()
Dsshd.c957 packet_put_cstring("hostkeys-00@openssh.com");
2608 packet_put_cstring("markus");
Dsshconnect.c1375 packet_put_cstring(password); in ssh_put_password()