Home
last modified time | relevance | path

Searched refs:lastlog (Results 1 – 18 of 18) sorted by relevance

/titanic_41/usr/src/lib/pam_modules/unix_session/
H A Dunix_session.c92 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 Dtrace.c139 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 Ddefs.h680 extern void lastlog(void);
H A Drdisc.c123 lastlog(); in trace_rdisc()
/titanic_41/usr/src/cmd/ssh/doc/
H A DINSTALL109 --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 DOVERVIEW115 Logging in (updating utmp, lastlog, etc.)
119 and lastlog files. Some of the code is in sshd.c.
H A DChangeLog839 - (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 Dlastlog.h48 struct lastlog { struct
H A DMakefile94 lastlog.h \
/titanic_41/usr/src/cmd/ssh/sshd/
H A Dloginrec.c1382 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 Dunix_acct.c92 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 Din.uucpd.c68 char lastlog[] = "/var/adm/lastlog";
/titanic_41/usr/src/lib/libzfs/common/
H A Dlibzfs_pool.c2809 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 Dlogin.c278 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 Dspa.c4900 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 Dfinger.c743 struct lastlog ll; in findwhen()
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dauth.c1376 struct lastlog ll;
/titanic_41/usr/src/pkg/manifests/
H A Dsystem-header.mf471 file path=usr/include/lastlog.h