summaryrefslogtreecommitdiff
path: root/usr.bin/finger
AgeCommit message (Expand)Author
2006-05-11no need to cast setlocale()'s return value.mrg
2006-04-28Coverity CID 1780, 1779: Fix memory leak.christos
2006-03-17Ensure that malloc does not return NULL before copying the buffer.rumble
2006-03-17Fix two off-by-ones found by Coverity.elad
2006-01-04de-__P, ANSIfy prototypes, and kill registerperry
2005-01-10Only compile in IPv6 support if ${USE_INET6} != "no"lukem
2004-11-16Print the full pty name; reported by atatatchristos
2004-11-12PR/28264: Miles Nordin: finger does not consult utmp if a username is specifiedchristos
2004-10-30Add (unsigned char) cast to ctype functionsdsl
2004-06-03Remove duplicate header inclusions; from Jeff Ito in PR bin/25797.kleink
2004-06-03Remove a trailing blank line; from Jeff Ito in PR bin/25797.kleink
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-07-26netbsd.org->NetBSD.orgsalo
2003-07-12strlcpyitojun
2003-01-20The Double-Semi-Colon Police.simonb
2003-01-06writable, not writeable.wiz
2002-09-30New sentence, new line.grant
2002-09-18makefile delint. use NETBSDSRCDIR as appropriatelukem
2002-09-12Sort options. Bump date for -8 addition.wiz
2002-09-12Implement 8-bit pass-through.kim
2002-09-10Add back locale support for data display.kim
2002-08-20don't limit username printing to UT_NAMESIZEchristos
2002-08-20revert attempt to make finger locale-dependent. (1) locale dependentitojun
2002-08-11Obey the locale settings of the user when deciding what characters arekim
2002-08-10Obey the locale settings of the user when deciding what characters arekim
2002-08-05Undo accidental change.tron
2002-08-05Avoid segmentation fault if "finger @somehost" is used.tron
2002-08-02support utmpx; no lastlogx support yet.christos
2002-05-02Note -g in usage. bin/16592 by Ryan Younce.wiz
2001-02-05fix nested externchristos
2001-02-05don't include extern.h here; every other file includes it.christos
2000-07-07errx?/warnx? audit. do not pass variable alone, use %s. idea from openbsditojun
1999-11-09Since our gcc doesn't warn about NULL format strings anymore, we candrochner
1999-07-02dual-stack finger.itojun
1999-03-22More and more .Os cleanups. .Os is defined in the tmac.doc-common file,garbled
1998-12-19char -> unsigned charchristos
1998-12-19gcc-2.8.1 printf format and brace warnings.christos
1998-12-19SVR4 timezone portabilitychristos
1998-12-19index -> strchrchristos
1998-09-18Remove duplicate paragraph, mention .forward file, fixes pr 6177 byfrueauf
1998-09-09Print login time left justified as suggested by Wolfgang Helbig intron
1998-08-25Add { and } to shut up egcs. Reformat the more questionable code.ross
1998-08-10bzero->memset, bcopy->memcpy, bcmp->memcmpperry
1998-07-26const poisoning.mycroft
1998-07-26const poisoning.mycroft
1998-01-09RCS Id Police.perry
1997-11-24remove extraneous newline in remote finger output. (found by chuck cranor)lukem
1997-10-19fix compile warnings on the alpha.mrg
1997-10-19merge lite-2. WARNSify. clean up .Nm.mrg
1997-10-18getopt returns -1 not EOFlukem