Home | History | Annotate | Download | only in dropbear

Lines Matching refs:lastlog

29  ** loginrec.c:  platform-independent login recording and lastlog retrieval
32 /* For now lastlog code has been removed as it wasn't being used by Dropbear. */
70 Retrieving the time of last login ('lastlog') is in some ways even
107 Lastlog support proceeds similarly. Functions login_get_lastlog()
110 login time. It uses local system lastlog support if it can,
1275 ** Low-level lastlog functions
1284 lastlog_construct(struct logininfo *li, struct lastlog *last)
1345 /* find this uid's offset in the lastlog file */
1346 offset = (off_t) ((long)li->uid * sizeof(struct lastlog));
1361 struct lastlog last;
1364 /* create our struct lastlog */