Home
last modified time | relevance | path

Searched refs:auth_debug_add (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/cmd/ssh/sshd/
H A Dauth-options.c81 auth_debug_add("Port forwarding disabled."); in auth_parse_options()
88 auth_debug_add("Agent forwarding disabled."); in auth_parse_options()
95 auth_debug_add("X11 forwarding disabled."); in auth_parse_options()
102 auth_debug_add("Pty allocation disabled."); in auth_parse_options()
125 auth_debug_add("%.100s, line %lu: missing end quote", in auth_parse_options()
132 auth_debug_add("Forced command: %.900s", forced_command); in auth_parse_options()
158 auth_debug_add("%.100s, line %lu: missing end quote", in auth_parse_options()
164 auth_debug_add("Adding to environment: %.900s", s); in auth_parse_options()
195 auth_debug_add("%.100s, line %lu: missing end quote", in auth_parse_options()
209 auth_debug_add("Your host '%.200s' is not " in auth_parse_options()
[all …]
H A Dauth-rhosts.c75 auth_debug_add("Found empty line in %.100s.", filename); in check_rhosts_file()
85 auth_debug_add("Found garbage in %.100s.", filename); in check_rhosts_file()
112 auth_debug_add("Ignoring wild host/user names in %.100s.", in check_rhosts_file()
136 auth_debug_add("Matched negative entry in %.100s.", in check_rhosts_file()
209 auth_debug_add("Accepted for %.100s [%.100s] by /etc/hosts.equiv.", in auth_rhosts2_raw()
215 auth_debug_add("Accepted for %.100s [%.100s] by %.100s.", in auth_rhosts2_raw()
227 auth_debug_add("Rhosts authentication refused for %.100s: " in auth_rhosts2_raw()
236 auth_debug_add("Rhosts authentication refused for %.100s: " in auth_rhosts2_raw()
263 auth_debug_add("Bad file modes for %.200s", buf); in auth_rhosts2_raw()
268 auth_debug_add("Server has been configured to ignore %.100s.", in auth_rhosts2_raw()
[all …]
H A Dauth.c757 auth_debug_add(const char *fmt,...) in auth_debug_add() function
/titanic_44/usr/src/cmd/ssh/include/
H A Dauth.h311 void auth_debug_add(const char *fmt,...) __attribute__((format(printf, 1, 2)));