Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dauth-rhosts.c108 auth_debug_add("Found empty line in %.100s.", filename); in check_rhosts_file()
118 auth_debug_add("Found garbage in %.100s.", filename); in check_rhosts_file()
145 auth_debug_add("Ignoring wild host/user names " in check_rhosts_file()
170 auth_debug_add("Matched negative entry in %.100s.", in check_rhosts_file()
242 auth_debug_add("Accepted for %.100s [%.100s] by " in auth_rhosts2()
248 auth_debug_add("Accepted for %.100s [%.100s] by " in auth_rhosts2()
261 auth_debug_add("Rhosts authentication refused for %.100s: " in auth_rhosts2()
270 auth_debug_add("Rhosts authentication refused for %.100s: " in auth_rhosts2()
300 auth_debug_add("Bad file modes for %.200s", path); in auth_rhosts2()
311 auth_debug_add("Server has been configured to " in auth_rhosts2()
[all …]
H A Dauth2-pubkeyfile.c71 auth_debug_add("%s: entry expired at %s", loc, buf); in auth_authorise_keyopts()
77 auth_debug_add("%s: principals on non-CA key", loc); in auth_authorise_keyopts()
84 auth_debug_add("%s: cert-authority flag invalid here", loc); in auth_authorise_keyopts()
99 auth_debug_add("%s: invalid from criteria", loc); in auth_authorise_keyopts()
107 auth_debug_add("%s: Your host '%.200s' is not " in auth_authorise_keyopts()
130 auth_debug_add("%s: Your address '%.200s' is not " in auth_authorise_keyopts()
206 auth_debug_add("%s: bad principals options: %s", loc, reason); in auth_check_principals_line()
307 auth_debug_add("%s: bad key options: %s", loc, reason); in auth_check_authkey_line()
398 auth_debug_add("Refused Certificate ID \"%s\" serial=%llu: %s", in auth_check_authkey_line()
404 auth_debug_add("%s", reason); in auth_check_authkey_line()
[all …]
H A Dauth.c441 auth_debug_add("Ignored %.200s: bad ownership or modes", in check_key_in_hostfiles()
594 auth_debug_add(const char *fmt,...) in auth_debug_add() function
721 auth_debug_add("%s: %s", loc, msg); in auth_log_authopts()
727 auth_debug_add("%s: environment: %s", in auth_log_authopts()
H A Dauth.h220 void auth_debug_add(const char *fmt,...)
H A Dauth2-hostbased.c224 auth_debug_add("Refused Certificate ID \"%s\" serial=%llu: %s", in hostbased_key_allowed()
H A Dauth2-pubkey.c593 auth_debug_add("Refused Certificate ID \"%s\" " in user_cert_trusted_ca()
/freebsd/crypto/openssh/regress/misc/fuzz-harness/
H A Dauthkeys_fuzz.cc21 void auth_debug_add(const char *fmt,...) in auth_debug_add() function