Home
last modified time | relevance | path

Searched refs:packet_send_debug (Results 1 – 11 of 11) sorted by relevance

/titanic_50/usr/src/cmd/ssh/sshd/
H A Dauth-rh-rsa.c71 packet_send_debug("Your host key cannot be verified: unknown or invalid host key."); in auth_rhosts_rsa()
89 packet_send_debug("Rhosts with RSA host authentication accepted."); in auth_rhosts_rsa()
H A Dauth-rsa.c306 packet_send_debug("Wrong response to RSA authentication challenge."); in auth_rsa()
326 packet_send_debug("RSA authentication accepted."); in auth_rsa()
H A Dauth1.c186 packet_send_debug("Kerberos TGT passing disabled before authentication."); in do_authloop()
190 packet_send_debug("AFS token passing disabled before authentication."); in do_authloop()
H A Dsession.c194 packet_send_debug("Agent forwarding disabled: " in auth_input_request_forwarding()
299 packet_send_debug("Received illegal compression level %d.", in do_authenticated1()
1990 packet_send_debug(gettext("Missing locale support for %s=%s"), in session_env_req()
1995 packet_send_debug(gettext("Channel %d set: %s=%s"), c->remote_id, in session_env_req()
2392 packet_send_debug("X11 forwarding disabled in user configuration file."); in session_setup_x11fwd()
2401 packet_send_debug("No xauth program; cannot forward with spoofing."); in session_setup_x11fwd()
2438 packet_send_debug("Can't get IP address for X11 DISPLAY."); in session_setup_x11fwd()
H A Dauth.c780 packet_send_debug("%s", msg); in auth_debug_send()
H A Dserverloop.c1186 packet_send_debug("Server has disabled port forwarding."); in server_input_global_request()
/titanic_50/usr/src/cmd/ssh/include/
H A Dpacket.h83 void packet_send_debug(const char *fmt,...) __attribute__((format(printf, 1, 2)));
/titanic_50/usr/src/cmd/ssh/
H A DMakefile.msg.targ31 --keyword=packet_send_debug \
/titanic_50/usr/src/cmd/ssh/libssh/common/
H A Dkex.c584 packet_send_debug("Negotiated main locale: %s", locale); in kex_choose_conf()
593 packet_send_debug("Negotiated " in kex_choose_conf()
H A Dpacket.c1430 packet_send_debug(const char *fmt,...) in packet_send_debug() function
/titanic_50/usr/src/cmd/ssh/doc/
H A DChangeLog1982 check format string for packet_disconnect and packet_send_debug, too