Home | History | Annotate | Download | only in openssh

Lines Matching full:audit

1 /* $Id: audit-bsm.c,v 1.8 2012/02/23 23:40:43 dtucker Exp $ */
62 #include <bsm/audit.h>
146 error("BSM audit: getaddrinfo failed for %.100s: %.100s", host,
165 error("BSM audit: unknown address family for %.100s: %d",
176 In Solaris 11 the audit daemon has been moved to SMF. In the process
273 debug3("BSM audit: typ %d rc %d \"%s\"", typ, rc, string);
275 return; /* audit event does not match mask, do not write */
277 debug3("BSM audit: writing audit new record");
295 error("BSM audit: %s failed to write \"%s\" record: %s",
307 error("BSM audit: session setup internal error (NULL ctxt)");
328 error("BSM audit: %s: %s failed: %s", __func__,
350 /* Below is the sshd audit API code */
360 debug3("BSM audit: connection from %.100s port %d", host, port);
368 debug3("BSM audit: iptype %d machine ID %s", (int)tid->at_type, buf);
374 debug3("BSM audit: machine ID %s", buf);