Searched refs:ADT_NEW (Results 1 - 17 of 17) sorted by relevance

/illumos-gate/usr/src/lib/libnwam/common/
H A Dlibnwam_audit.c46 if (adt_set_from_ucred(ah, ucr, ADT_NEW) != 0) {
/illumos-gate/usr/src/lib/libbsm/common/
H A Dadt.h55 * for adt_set_user(): ADT_NEW if creating a session for a newly
64 enum adt_user_context {ADT_NEW, ADT_UPDATE, ADT_USER, ADT_SETTID}; enumerator in enum:adt_user_context
H A Dadt.c1487 * by adt_set_user() when the ADT_SETTID or ADT_NEW flag is passed in.
1621 case ADT_NEW:
1695 * A key difference is that for ADT_NEW, adt_set_from_ucred() does
1697 * ADT_NEW differs from ADT_UPDATE in that it does not OR together
1731 case ADT_NEW:
/illumos-gate/usr/src/lib/libadt_jni/com/sun/audit/
H A DAuditSession.java185 // ADT_NEW, ADT_UPDATE and ADT_USER are the only valid values
187 // completed initial authentication, use ADT_NEW; if the user
198 public static final int ADT_NEW = 0; field in class:AuditSession
/illumos-gate/usr/src/cmd/login/
H A Dlogin_audit.c236 if (adt_set_user(ah, uid, gid, uid, gid, p_tid, ADT_NEW)) {
/illumos-gate/usr/src/lib/pam_modules/unix_cred/
H A Dunix_cred.c333 apwd.pw_uid, apwd.pw_gid, termid, ADT_NEW) != 0) {
361 pwd.pw_uid, pwd.pw_gid, termid, ADT_NEW) != 0) {
/illumos-gate/usr/src/cmd/vscan/vscand/
H A Dvs_svc.c404 ADT_NO_ATTRIB, p_tid, ADT_NEW) != 0) {
/illumos-gate/usr/src/cmd/smbsrv/smbd/
H A Dsmbd_logon.c160 if (adt_set_user(ah, uid, gid, uid, gid, NULL, ADT_NEW)) {
/illumos-gate/usr/src/cmd/hotplugd/
H A Dhotplugd_door.c631 if (adt_set_from_ucred(session, ucred, ADT_NEW) != 0) {
/illumos-gate/usr/src/cmd/vt/
H A Dvtdaemon.c1322 if (adt_set_from_ucred(*ah, uc, ADT_NEW)) {
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_comm.c1596 ADT_NO_ATTRIB, ADT_NO_ATTRIB, termid, ADT_NEW) != 0) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ilbd/
H A Dilbd_rules.c532 if (adt_set_from_ucred(ah, ucredp, ADT_NEW) != 0) {
H A Dilbd_sg.c177 if (adt_set_from_ucred(ah, ucredp, ADT_NEW) != 0) {
H A Dilbd_hc.c133 if (adt_set_from_ucred(ah, ucredp, ADT_NEW) != 0) {
/illumos-gate/usr/src/cmd/zoneadmd/
H A Dzoneadmd.c1156 if (adt_set_from_ucred(ah, uc, ADT_NEW)) {
/illumos-gate/usr/src/cmd/svc/configd/
H A Dclient.c1996 if (adt_set_from_ucred(session, cred, ADT_NEW) != 0) {
/illumos-gate/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c7512 ADT_NO_AUDIT, ADT_NO_AUDIT, NULL, ADT_NEW)) {

Completed in 94 milliseconds