History log of /freebsd/usr.bin/finger/finger.c (Results 51 – 75 of 109)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: release/4.1.0, release/3.5.0_cvs, release/4.0.0_cvs, release/3.4.0_cvs, release/3.3.0_cvs
# c3aac50f 28-Aug-1999 Peter Wemm <peter@FreeBSD.org>

$Id$ -> $FreeBSD$


# 9ef5c48b 04-Jul-1999 Bill Fumerola <billf@FreeBSD.org>

Clean up some ambiguous nested if/elses.


Revision tags: release/3.2.0
# dd5288f3 08-May-1999 David E. O'Brien <obrien@FreeBSD.org>

Impliment elements of TCP Wrappers's `safe_finger'.
* if run by root (or root process) drop privs
* ensure output size is not infinate (net finger only)
* ensure output lines are not infinate in leng

Impliment elements of TCP Wrappers's `safe_finger'.
* if run by root (or root process) drop privs
* ensure output size is not infinate (net finger only)
* ensure output lines are not infinate in length (net finger only)
* do not allow finger client to run longer than 3 minutes (net finger only)

show more ...


Revision tags: release/3.1.0, release/3.0.0, release/2.2.8, release/2.2.7, release/2.2.6, release/2.2.5_cvs
# b14d8277 02-Jul-1997 Philippe Charnier <charnier@FreeBSD.org>

Add rcsid, usage(). Silent -Wall. Use warn(3).


Revision tags: release/2.2.2_cvs
# 1c8af878 29-Mar-1997 Warner Losh <imp@FreeBSD.org>

compare return value from getopt against -1 rather than EOF, per the final
posix standard on the topic.


Revision tags: release/2.2.1_cvs, release/2.2.0
# df3f5d9d 11-Mar-1997 Peter Wemm <peter@FreeBSD.org>

Merge from Lite2


# 0da30e9a 11-Mar-1997 Peter Wemm <peter@FreeBSD.org>

Import some parts of CSRG 4.4BSD-Lite2 usr.bin sources to fix tree build.


Revision tags: release/2.1.7_cvs, release/2.1.6_cvs, release/2.1.6.1, release/2.1.5_cvs
# 03801815 15-Mar-1996 Andras Olah <olah@FreeBSD.org>

Allow the user to disable the use of T/TCP by setting the -T option.
This option becomes useless when all TCP stacks are fixed out there.


Revision tags: release/2.1.0_cvs
# d1b2ad1a 26-Oct-1995 Andrey A. Chernov <ache@FreeBSD.org>

Change locale to LC_ALL, there is no bitmask


# dc675fc2 24-Oct-1995 Andrey A. Chernov <ache@FreeBSD.org>

Add setlocale LC_TIME|LC_CTYPE


# c2ac9540 22-Jun-1995 Andrey A. Chernov <ache@FreeBSD.org>

Fix finger not check all users ~/.nofinger, only for actually
matched. Close PR 539
Submitted by: tom@haven.uniserve.com


Revision tags: release/2.0.5_cvs
# 8829c73e 04-Jan-1995 Jordan K. Hubbard <jkh@FreeBSD.org>

Add Sean Eric Fagan's support for a ~/.nofinger file for user who prefer
their privacy.
Submitted by: sef


# a5af661e 05-Dec-1994 Paul Traina <pst@FreeBSD.org>

Remove extra newline introduced in 44lite (oops)


Revision tags: release/2.0
# 59be6088 08-Sep-1994 Paul Traina <pst@FreeBSD.org>

Add code to pull options out of FINGER environment variable if present.
Yes, has same stupid bug as more(1), options must be specified as one
argument.

Submitted by: pst


# 86641d8f 07-Sep-1994 Paul Traina <pst@FreeBSD.org>

Install Luke's enhancements for finger.

By default, behave like the old ugly 4.4bsd finger and print office
information instead of remote login information.

It's an easy one line fix to make it beh

Install Luke's enhancements for finger.

By default, behave like the old ugly 4.4bsd finger and print office
information instead of remote login information.

It's an easy one line fix to make it behave like most other vendor's
fingers if we decide to change the default.

Reviewed by: pst

show more ...


Revision tags: release/1.1.5.1_cvs
# 9b50d902 27-May-1994 Rodney W. Grimes <rgrimes@FreeBSD.org>

BSD 4.4 Lite Usr.bin Sources


# 550dcc59 13-Jan-2010 Ed Schouten <ed@FreeBSD.org>

Migrate finger(1) towards utmpx.

It was already ported to use libulog, which makes it simpler now. Be
sure to catch the error returned by setutxdb(). Otherwise it may perform
a lookup on the utx.act

Migrate finger(1) towards utmpx.

It was already ported to use libulog, which makes it simpler now. Be
sure to catch the error returned by setutxdb(). Otherwise it may perform
a lookup on the utx.active database.

show more ...


# 9199c09a 06-Jan-2010 Warner Losh <imp@FreeBSD.org>

Merge from head at r201628.

# This hasn't been tested, and there are at least three bad commits
# that need to be backed out before the branch will be stable again.


# 70ad88f3 28-Dec-2009 Ed Schouten <ed@FreeBSD.org>

Migrate finger(1) away from <utmp.h>.

Unfortunately it also uses lastlog, which means we must resort to local
extensions of the utmpx-interface. Because the user name and TTY name
are now nul-termin

Migrate finger(1) away from <utmp.h>.

Unfortunately it also uses lastlog, which means we must resort to local
extensions of the utmpx-interface. Because the user name and TTY name
are now nul-terminated, there is no need to copy around strings as
often.

show more ...


# 13cf266e 21-Dec-2009 Xin LI <delphij@FreeBSD.org>

Plug a memory leak.

PR: bin/141836
Submitted by: Henning Petersen <henning.petersen at t-online.de>
MFC after: 2 weeks


Revision tags: release/8.0.0_cvs, release/8.0.0, release/7.2.0_cvs, release/7.2.0, release/7.1.0_cvs, release/7.1.0, release/6.4.0_cvs, release/6.4.0, release/7.0.0_cvs, release/7.0.0, release/6.3.0_cvs, release/6.3.0
# b49339d7 11-Apr-2007 Dag-Erling Smørgrav <des@FreeBSD.org>

Remove -T from getopt() spec and usage string.

Submitted by: ru@


# f8871cc8 11-Apr-2007 Dag-Erling Smørgrav <des@FreeBSD.org>

Remove T/TCP support, and the -T option which was needed to disable it.

MFC after: 3 weeks


Revision tags: release/6.2.0_cvs, release/6.2.0, release/5.5.0_cvs, release/5.5.0, release/6.1.0_cvs, release/6.1.0, release/6.0.0_cvs, release/6.0.0
# d2e4ea2a 19-Sep-2005 Diomidis Spinellis <dds@FreeBSD.org>

Setting .nofinger will not hide you from root.


# f682f10c 21-May-2005 Ruslan Ermilov <ru@FreeBSD.org>

Sync program's usage() with manpage's SYNOPSIS.


Revision tags: release/5.4.0_cvs, release/5.4.0, release/4.11.0_cvs, release/4.11.0, release/5.3.0_cvs, release/5.3.0, release/4.10.0_cvs, release/4.10.0
# f342fec6 14-Mar-2004 Bruce Evans <bde@FreeBSD.org>

Fixed a misspelling of 0 as NULL.


12345