aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/lastlogin/lastlogin.c
Commit message (Expand)AuthorAgeFilesLines
* Allow custom files to be opened and allow sorting by timestamp.Ed Schouten2011-06-061-15/+43
* Don't forget to catch realloc() errors.Ed Schouten2010-04-111-1/+4
* Alphabetically sort the output of lastlogin(8).Ed Schouten2010-04-111-3/+21
* Chop off excessive long hostnames to keep the table structure intact.Ed Schouten2010-03-201-1/+1
* Remove unneeded setpassent() calls.Ed Schouten2010-01-241-4/+0
* Port lastlogin(8) to utmpx.Ed Schouten2010-01-131-14/+14
* ANSIfy almost all applications that use WARNS=6.Ed Schouten2009-12-291-4/+2
* Several refinements to libulog's API.Ed Schouten2009-12-261-1/+1
* Port lastlogin(1) to libulog.Ed Schouten2009-12-091-42/+17
* de-__P()Alfred Perlstein2002-07-111-3/+3
* Fixed some world breakage caused by not updating clients when <timeconv.h>Bruce Evans2002-07-081-0/+1
* Don't depend on <pwd.h> to bogusly include <sys/types.h>.Mike Barcroft2002-06-091-0/+1
* I've been meaning to do this for a while. Add an underscore to theMatthew Dillon2002-01-191-1/+1
* Fix ctime(&int) due to change to lastlog->ll_timeMatthew Dillon2001-10-291-1/+2
* Include stdlib.h for exit(3).Dima Dorfman2001-06-241-0/+1
* Remove unused #includes, duplicate $FreeBSD$ and $NetBSD$ definitions.Philippe Charnier2000-12-101-7/+1
* Added the lastlogin utility.Ruslan Ermilov2000-11-141-0/+136