/titanic_41/usr/src/lib/pam_modules/unix_session/ |
H A D | unix_session.c | 92 struct lastlog newll; in pam_sm_open_session() 137 (offset_t)sizeof (struct lastlog); in pam_sm_open_session() 152 bzero((char *)&newll, sizeof (struct lastlog)); in pam_sm_open_session()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/in.routed/ |
H A D | trace.c | 139 lastlog(void) in lastlog() function 155 lastlog(); in tmsg() 210 lastlog(); in trace_off() 815 lastlog(); in trace_if() 841 lastlog(); in trace_khash() 861 lastlog(); in trace_dr() 884 lastlog(); in trace_upslot() 936 lastlog(); in trace_misc() 953 lastlog(); in trace_act() 970 lastlog(); in trace_pkt() [all …]
|
H A D | defs.h | 680 extern void lastlog(void);
|
H A D | rdisc.c | 123 lastlog(); in trace_rdisc()
|
/titanic_41/usr/src/cmd/ssh/doc/ |
H A D | INSTALL | 109 --with-lastlog=FILE will specify the location of the lastlog file. 110 ./configure searches a few locations for lastlog, but may not find 111 it if lastlog is installed in a different place. 113 --without-lastlog will disable lastlog support entirely.
|
H A D | OVERVIEW | 115 Logging in (updating utmp, lastlog, etc.) 119 and lastlog files. Some of the code is in sshd.c.
|
H A D | ChangeLog | 839 - (djm) Fixes to lastlog code for Irix 964 - (andre) AIX, lastlog, configure fixes from Tom Bertelson <tbert@abac.com>: 965 - Don't try to retrieve lastlog from wtmp/wtmpx if DISABLE_LASTLOG is 1682 - Fix lastlog code for directory based lastlogs. Fix from Josh Durham 1700 - NeXT keeps it lastlog in /usr/adm. Report from 1710 - Reorder PAM initialisation so it does not mess up lastlog. Reported 1731 - Fix lastlog support, patch from Andre Lucas <andre.lucas@dial.pipex.com> 2033 - Ability to disable lastlog support at configure time
|
/titanic_41/usr/src/head/ |
H A D | lastlog.h | 48 struct lastlog { struct
|
H A D | Makefile | 94 lastlog.h \
|
/titanic_41/usr/src/cmd/ssh/sshd/ |
H A D | loginrec.c | 1382 lastlog_construct(struct logininfo *li, struct lastlog *last) in lastlog_construct() 1444 offset = (off_t) ((long)li->uid * sizeof(struct lastlog)); in lastlog_openseek() 1459 struct lastlog last; in lastlog_perform_login() 1493 lastlog_populate_entry(struct logininfo *li, struct lastlog *last) in lastlog_populate_entry() 1504 struct lastlog last; in lastlog_get_entry()
|
/titanic_41/usr/src/lib/pam_modules/unix_account/ |
H A D | unix_acct.c | 92 struct lastlog ll; in check_for_login_inactivity() 96 offset = (offset_t)pw_uid * (offset_t)sizeof (struct lastlog); in check_for_login_inactivity()
|
/titanic_41/usr/src/cmd/bnu/ |
H A D | in.uucpd.c | 68 char lastlog[] = "/var/adm/lastlog";
|
/titanic_41/usr/src/lib/libzfs/common/ |
H A D | libzfs_pool.c | 2809 uint_t c, children, newchildren, lastlog = 0, vcount, found = 0; in zpool_vdev_split() local 2882 if (lastlog == 0) in zpool_vdev_split() 2883 lastlog = vcount; in zpool_vdev_split() 2887 lastlog = 0; in zpool_vdev_split() 2938 lastlog == 0 ? vcount : lastlog) != 0) in zpool_vdev_split()
|
/titanic_41/usr/src/cmd/login/ |
H A D | login.c | 278 static struct lastlog ll; 1712 offset = (long long) pwd->pw_uid * (long long) sizeof (struct lastlog); in check_log()
|
/titanic_41/usr/src/uts/common/fs/zfs/ |
H A D | spa.c | 4900 uint_t c, children, lastlog; in spa_vdev_split_mirror() local 4937 lastlog = 0; in spa_vdev_split_mirror() 4943 if (lastlog == 0) in spa_vdev_split_mirror() 4944 lastlog = c; in spa_vdev_split_mirror() 4948 lastlog = 0; in spa_vdev_split_mirror() 4950 if (children != (lastlog != 0 ? lastlog : rvd->vdev_children)) in spa_vdev_split_mirror()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/ |
H A D | finger.c | 743 struct lastlog ll; in findwhen()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | auth.c | 1376 struct lastlog ll;
|
/titanic_41/usr/src/pkg/manifests/ |
H A D | system-header.mf | 471 file path=usr/include/lastlog.h
|