Searched refs:authmsg (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/OpenSSH-189/openssh/openbsd-compat/
H A Dport-aix.c176 char *authmsg = NULL, *msg = NULL, *name = ctxt->pw->pw_name; local
181 &authmsg);
182 aix_remove_embedded_newlines(authmsg);
183 debug3("AIX/authenticate result %d, authmsg %.100s", result,
184 authmsg);
226 if (authmsg != NULL)
227 xfree(authmsg);
/macosx-10.10/OpenSSH-189/openssh/
H A Dauth.c259 char *authmsg; local
272 authmsg = "Postponed";
274 authmsg = "Partial";
276 authmsg = authenticated ? "Accepted" : "Failed";
279 authmsg,
/macosx-10.10/emacs-93/emacs/lisp/erc/
H A Derc-backend.el1648 ;; authmsg == (aref parsed 5)
1652 (authmsg (erc-response.contents parsed)))
1654 ?n nick ?a authmsg ?i authaccount)))

Completed in 70 milliseconds