aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/finger/lprint.c
Commit message (Expand)AuthorAgeFilesLines
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-1/+3
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Build finger(1) with WARNS=6.Ed Schouten2011-10-141-1/+1
* Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl2010-12-111-4/+0
* Migrate finger(1) towards utmpx.Ed Schouten2010-01-131-2/+1
* Migrate finger(1) away from <utmp.h>.Ed Schouten2009-12-281-1/+2
* Revert most part of 200420 as requested, as more review and polish isXin LI2009-12-131-1/+1
* Remove unneeded header includes from usr.bin/ except contributed code.Xin LI2009-12-111-1/+1
* Add multiple inclusion guards. Mostly this is for extern.h, which wasJuli Mallett2004-03-141-1/+0
* If stat() on the terminal specified in utmp fails due to ENOENT, don'tRobert Watson2003-04-021-1/+2
* ANSIify function definitions.David Malone2002-09-041-12/+6
* Add -g option, which restricts printing of the gecos fields to just the user'sJonathan Mini2002-07-021-0/+3
* remove __PWarner Losh2002-03-221-3/+3
* Unremoved used includes. <sys/time.h> is needed if <sys/stat.h> isn'tBruce Evans2002-02-251-0/+2
* GRR. Unbreak WARNS=2.Peter Wemm2002-02-081-1/+1
* Style improvements recommended by Bruce as a follow up to someDavid Malone2001-12-101-5/+6
* WARNS=2 fix, remove 'register' and use __FBSDID().Mark Murray2001-12-021-16/+16
* Don't attempt to parse %cAndrey A. Chernov2001-03-211-23/+34
* SpellingPhilippe Charnier2001-02-061-11/+6
* .publickey -> .pubkey to match other finger daemons.Dag-Erling Smørgrav2001-01-041-1/+1
* Add support for a .publickey file.Dag-Erling Smørgrav2000-12-291-0/+2
* -Wall cleanup.Ruslan Ermilov2000-10-231-10/+7
* Allow finger.conf to contain aliases for files that will be displayedBrian Somers2000-08-251-7/+7
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* fix 8bit clean issueAndrey A. Chernov1998-08-071-5/+5
* Add rcsid, usage(). Silent -Wall. Use warn(3).Philippe Charnier1997-07-021-0/+5
* Skip \r character while printing Plan/etc. text files, it allows toAndrey A. Chernov1997-03-171-2/+4
* Merge from Lite2Peter Wemm1997-03-111-3/+6
* Allow national printable chars in .planAndrey A. Chernov1995-08-081-1/+1
* Replace asctime/ctime by strftime %c to use national representationAndrey A. Chernov1995-08-081-6/+7
* Delete bogus referneces to timezone code internal header file `tzfile.h',Garrett Wollman1995-08-071-2/+1
* Install Luke's enhancements for finger.Paul Traina1994-09-071-1/+20
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+333