CVS commit: src/usr.sbin/lastlogin

2020-05-07 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Thu May 7 12:52:40 UTC 2020 Modified Files: src/usr.sbin/lastlogin: lastlogin.c Log Message: Sync usage with man page. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/usr.sbin/lastlogin/lastlogin.c Please note t

CVS commit: src/usr.sbin/lastlogin

2020-05-07 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Thu May 7 12:52:26 UTC 2020 Modified Files: src/usr.sbin/lastlogin: lastlogin.8 Log Message: New sentence, new line. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/usr.sbin/lastlogin/lastlogin.8 Please note tha

CVS commit: src/usr.sbin/lastlogin

2020-05-06 Thread Kimmo Suominen
Module Name:src Committed By: kim Date: Wed May 6 19:45:39 UTC 2020 Modified Files: src/usr.sbin/lastlogin: lastlogin.c Log Message: Output records in original order Append to the list of output records instead of pushing on it, so we don't reverse the order of records (

CVS commit: src/usr.sbin/lastlogin

2020-05-06 Thread Kimmo Suominen
Module Name:src Committed By: kim Date: Wed May 6 19:31:32 UTC 2020 Modified Files: src/usr.sbin/lastlogin: lastlogin.c Log Message: Use memcpy for copying out lastlog and lastlogx text Lastlog and lastlogx text fields are not NUL-terminated when original data is truncat

CVS commit: src/usr.sbin/lastlogin

2020-05-06 Thread Kimmo Suominen
Module Name:src Committed By: kim Date: Wed May 6 13:47:40 UTC 2020 Modified Files: src/usr.sbin/lastlogin: lastlogin.c Log Message: If the passwd entry is not found for a lastlogx entry, cons up a fake struct passwd where pw_name is the numeric uid in parentheses. This w

CVS commit: src/usr.sbin/lastlogin

2020-05-06 Thread Kimmo Suominen
Module Name:src Committed By: kim Date: Wed May 6 11:58:33 UTC 2020 Modified Files: src/usr.sbin/lastlogin: lastlogin.8 lastlogin.c Log Message: Size output columns dynamically by default to fit contents. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src

CVS commit: src/usr.sbin/lastlogin

2011-08-31 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Wed Aug 31 13:31:29 UTC 2011 Modified Files: src/usr.sbin/lastlogin: lastlogin.c Log Message: __dead + ANSIfy To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/usr.sbin/lastlogin/lastlogin.c Please note that diff