Searched refs:audit (Results 1 - 25 of 48) sorted by relevance

12

/osnet-11/usr/src/lib/libadt_jni/com/sun/
H A DMakefile.com32 ROOTAUDITHOME = $(ROOT)/usr/lib/audit
H A DMakefile28 SUBDIRS = audit
/osnet-11/usr/src/lib/libadt_jni/com/sun/audit/
H A DMakefile27 # lib/libadt_jni/com/sun/audit/Makefile
31 ADT_PKG = com.sun.audit
34 CLASSPATH = $(TOP):com/sun/audit
84 $(JAR) -cvf $(TOP)/com/sun/audit/$(JAR_FILE) com/sun/audit/*.class
H A DAuditSession.java28 package com.sun.audit;
81 // Create an audit session.
114 // startSession() for a way to pass an audit thread from one
143 // auditing is on, but whether or not the current audit
167 // unable to generate an valid audit trail.
189 // ADT_UPDATE. If the process audit context is already set,
/osnet-11/usr/src/lib/libbsm/common/
H A Dadt_ucred.h32 #include <bsm/audit.h>
H A Dllib-lbsm27 #include <bsm/audit.h>
H A Daudit_policy.h32 #include <bsm/audit.h>
62 {"arge", AUDIT_ARGE, "include exec environment args in audit recs"},
63 {"argv", AUDIT_ARGV, "include exec command line args in audit recs"},
65 {"group", AUDIT_GROUP, "include supplementary groups in audit recs"},
70 {"public", AUDIT_PUBLIC, "audit public files"},
71 {"seq", AUDIT_SEQ, "include a sequence number in audit recs"},
72 {"trail", AUDIT_TRAIL, "include trailer token in audit recs"},
74 "information in audit recs"},
76 "information in audit recs"},
77 {"zonename", AUDIT_ZONENAME, "include zonename token in audit rec
[all...]
H A Dgetfaudflgs.c26 #include <bsm/audit.h>
33 * input: usremasks->as_success - always audit on success
34 * usremasks->as_failure - always audit on failure
35 * usrdmasks->as_success - never audit on success
36 * usrdmasks->as_failure - never audit on failure
38 * output: lastmasks->as_success - audit on success
39 * lastmasks->as_failure - audit on failure
49 /* get system audit mask and convert to bit mask */
H A Dbsm.c28 #include <bsm/audit.h>
42 audit(char *record, int length) function
H A Daudit_reboot.c28 #include <bsm/audit.h>
71 * wait for audit daemon
72 * to put reboot message onto audit trail
79 /* find out if audit daemon is running */
82 /* turn off audit daemon and try to flush audit queue */
83 if (cond == AUC_AUDITING && system("/usr/sbin/audit -T"))
H A Daudit_shutdown.c29 #include <bsm/audit.h>
H A Dadt.h32 #include <bsm/audit.h>
58 * operations where PAM has already set the audit context in the cred.
78 #define ADT_USE_PROC_DATA 0x1 /* copy audit char's from proc */
H A Daudit_halt.c29 #include <bsm/audit.h>
88 /* wait for audit daemon to put halt message onto audit trail */
94 /* find out if audit daemon is running */
97 /* turn off audit daemon and try to flush audit queue */
98 if (cond == AUC_AUDITING && system("/usr/sbin/audit -T"))
H A Dlibbsm.h34 #include <bsm/audit.h>
79 * Internal representation of audit user in libnsl
96 * Functions that manipulate bytes from an audit file
119 * Functions that manipulate bytes from an audit character stream.
136 * Functions that do I/O for audit files
144 * Functions than manipulate audit events
161 * Functions that manipulate audit classes
175 * Functions that manipulate audit masks
188 extern int audit(char *, int);
215 /* Flags for user-level audit routine
[all...]
H A Dadr.c32 #include <bsm/audit.h>
H A Daudit_at.c31 #include <bsm/audit.h>
61 * create an ancilary file if audit characteristics exist
H A Daudit_settid.c33 #include <bsm/audit.h>
80 /* get audit characteristics of process */
112 /* get audit characteristics of process */
H A Dadrf.c30 #include <bsm/audit.h>
H A Daudit_kadmind.c30 #include <bsm/audit.h>
94 au_event_t event, /* audit event */
H A Daudit_krb5kdc.c30 #include <bsm/audit.h>
58 au_event_t event, /* audit event */
H A Dau_open.c31 #include <bsm/audit.h>
39 * Open an audit record = find a free descriptor and pass it back.
110 * Write to an audit descriptor.
125 adt_write_syslog("au_write negative audit descriptor", EBADF);
135 adt_write_syslog("au_write bad audit descriptor", EBADF);
155 * Close an audit descriptor.
286 v = audit((caddr_t)buffer, byte_count);
/osnet-11/usr/src/lib/auditd_plugins/syslog/
H A Dsysplugin.h34 #include <bsm/audit.h>
/osnet-11/usr/src/lib/brand/solaris/zone/
H A Dboot.ksh47 # this is really gross. before we bother to audit the image we need to
55 # audit the image to make sure it's in sync with the global zone
56 set -A pkg_audit_args -- audit-linked -q -l zone:$ZONENAME
/osnet-11/usr/src/lib/libadt_jni/
H A DMakefile29 GENSRCS = common/adt_jni_event.c common/mapfile-vers com/sun/audit/AuditEvent.java
/osnet-11/usr/src/lib/libbsm/
H A Dmkhdr.sh64 * User level audit event numbers.

Completed in 91 milliseconds

12