HomeSort by relevance Sort by last modified time
    Searched refs:auth_debug_add (Results 1 - 6 of 6) sorted by null

  /external/openssh/
auth-rhosts.c 106 auth_debug_add("Found empty line in %.100s.", filename);
116 auth_debug_add("Found garbage in %.100s.", filename);
143 auth_debug_add("Ignoring wild host/user names in %.100s.",
167 auth_debug_add("Matched negative entry in %.100s.",
236 auth_debug_add("Accepted for %.100s [%.100s] by /etc/hosts.equiv.",
242 auth_debug_add("Accepted for %.100s [%.100s] by %.100s.",
254 auth_debug_add("Rhosts authentication refused for %.100s: "
263 auth_debug_add("Rhosts authentication refused for %.100s: "
290 auth_debug_add("Bad file modes for %.200s", buf);
295 auth_debug_add("Server has been configured to ignore %.100s."
    [all...]
auth-options.c 115 auth_debug_add("Port forwarding disabled.");
122 auth_debug_add("Agent forwarding disabled.");
129 auth_debug_add("X11 forwarding disabled.");
136 auth_debug_add("Pty allocation disabled.");
143 auth_debug_add("User rc file execution disabled.");
168 auth_debug_add("%.100s, line %lu: missing end quote",
175 auth_debug_add("Forced command.");
199 auth_debug_add("%.100s, line %lu: missing end quote",
206 auth_debug_add("principals: %.900s",
233 auth_debug_add("%.100s, line %lu: missing end quote"
    [all...]
auth.c 387 auth_debug_add("Ignored %.200s: bad ownership or modes",
524 auth_debug_add("Ignored %s: %s", file_type, line);
645 auth_debug_add(const char *fmt,...) function
auth.h 190 void auth_debug_add(const char *fmt,...) __attribute__((format(printf, 1, 2)));
auth2-hostbased.c 181 auth_debug_add("%s", reason);
auth2-pubkey.c 339 auth_debug_add("%s", reason);
412 auth_debug_add("%s", reason);

Completed in 72 milliseconds