ru
1ceb52b1a6
mdoc(7) police: bump document date, use the canonical option list width,
...
removed a bunch of extraneous .Pp and .Dq calls.
Approved by: re
2002-11-26 11:09:27 +00:00
sobomax
0845c70b3d
Back out previous commit - it was not well thought out.
...
Clue beaten in by: ume
Pointy hat to: sobomax
2002-10-31 13:05:56 +00:00
sobomax
e0948bce97
Fix POLA breakage in 1.29: IPv4 should be default. This makes `-4' option
...
a nop, but we'll probably want to keep it for compatibility with other
KAME-based systems.
Complained about by: Andrey Lakhno <land@dnepr.net>
MFC after: 3 days
2002-10-31 10:36:12 +00:00
dwmalone
b4339b74ad
ANSIify function definitions.
...
Add some constness to avoid some warnings.
Remove use register keyword.
Deal with missing/unneeded extern/prototypes.
Some minor type changes/casts to avoid warnings.
Reviewed by: md5
2002-09-04 23:29:10 +00:00
ume
a3550f2858
add -4 and -6 option to be able to specify an address family.
...
Requested by: matusita
MFC after: 1 week
2002-07-22 17:19:54 +00:00
mini
712f956e9e
Add -g option, which restricts printing of the gecos fields to just the user's
...
real name.
PR: bin/39462
Submitted by: Mike Makonnen <makonnen@pacbell.net>
Obtained from: NetBSD
MFC after: 1 week
2002-07-02 08:00:20 +00:00
jmallett
0109c30545
Clean up malloc(3)'s argument. Remove casts which do nothing when we're
...
using sizeof() anyway. Use slightly more consistent (per-file) error
reporting for malloc(3) returning NULL. If "malloc failed" was being printed,
don't use err(3). If a NULL format is being used, use err(3). In one case
errx(3) was being used with strerror(3), so just use err(3).
2002-05-17 05:11:07 +00:00
charnier
a07fb1cc07
Use `The .Nm utility'
2002-04-19 23:44:58 +00:00
imp
74d826c7a6
remove __P
2002-03-22 01:22:50 +00:00
bde
6449432456
Unremoved used includes. <sys/time.h> is needed if <sys/stat.h> isn't
...
polluted, and <sys/types.h> is strictly a prerequisite for <sys/stat.h>
untiil we drop support for pre-2001 versions of POSIX.
2002-02-25 05:09:12 +00:00
markm
ae2558974f
Remove leaf node WARNS?=2 (that mainly I added). This should
...
help the GCC3 transition and CURRENT in general.
2002-02-08 22:31:43 +00:00
peter
2a6db49cc9
GRR. Unbreak WARNS=2.
...
cc1: warnings being treated as errors
usr.bin/finger/lprint.c: In function `lprint':
usr.bin/finger/lprint.c:191: warning: precision is not type int (arg 2)
*** Error code 1
Pointy hat to: markm
2002-02-08 07:52:51 +00:00
dwmalone
d9613ea383
Style improvements recommended by Bruce as a follow up to some
...
of the recent WARNS commits. The idea is:
1) FreeBSD id tags should follow vendor tags.
2) Vendor tags should not be compiled (though copyrights probably should).
3) There should be no blank line between including cdefs and __FBSDIF.
2001-12-10 21:13:08 +00:00
markm
f8ba6799fd
WARNS=2 fix, remove 'register' and use __FBSDID().
2001-12-02 20:13:42 +00:00
yar
cf93cda491
Replace the condemned access(2) by stat(2),
...
as per the discussion in -audit.
2001-08-08 21:22:48 +00:00
yar
d4e647fdae
Don't use ".nofinger" as a string constant from within the code
...
since there is the ``pathnames.h'' file; use _PATH_NOFINGER instead.
2001-07-30 16:50:47 +00:00
ru
36f138439b
mdoc(7) police: removed HISTORY info from the .Os call.
2001-07-10 14:16:33 +00:00
ru
05e503d80a
mdoc(7) police: sort SEE ALSO xrefs (sort -b -f +2 -3 +1 -2).
2001-07-06 16:46:48 +00:00
dd
dc0185a459
Include missing header files which define functions for which gcc has
...
builtins (e.g., exit, strcmp).
2001-06-24 19:50:42 +00:00
ru
89596e4538
MAN[1-9] -> MAN.
2001-03-27 10:52:19 +00:00
ache
ba9451ee82
Don't attempt to parse %c
2001-03-21 18:43:49 +00:00
imp
83cfdca42c
MAXPATHLEN is enough.
...
Also, snprinf is guaranteed by the new ansi standard to NUL terminate the
string, so we don't need to do that ourselves.
2001-03-01 05:52:38 +00:00
charnier
3699f60e15
Spelling
...
Remove unused #includes
2001-02-06 20:13:48 +00:00
jedgar
73ff8fb47f
Check strdup() return values
...
Reviewed by: kris
2001-01-20 00:26:32 +00:00
des
a2912f74e1
.publickey -> .pubkey to match other finger daemons.
...
Suggested by: assar
2001-01-04 10:03:44 +00:00
des
7880bf45e4
Add support for a .publickey file.
...
Submitted by: Svein Skogen <tds@nsn.no>
Reviewed by: brian, ru
2000-12-29 11:39:25 +00:00
brian
b92a08961b
If the utmp login time is greater than the tty atime, use it to calculate
...
the idle time instead of the atime.
This makes entries for people that have logged in but done nothing
else show up correctly.
Reviewed by: markk@knigma.org
2000-12-21 01:30:47 +00:00
ru
e6cfc0711d
Prepare for mdoc(7)NG.
2000-12-19 16:00:12 +00:00
ru
4f93cb1f4a
Document what Idle=* means in a short format display.
2000-12-12 13:37:34 +00:00
ru
0d1334ca0c
mdoc(7) police: use the new features of the Nm macro.
2000-11-20 19:21:22 +00:00
ru
79719d2ea5
The -o is the default for "short" display, not the -h.
2000-10-24 08:47:07 +00:00
ru
7885ad0000
-Wall cleanup.
...
PR: 22187
2000-10-23 12:18:34 +00:00
ru
8f500e6616
Do not allow `finger -m /somefile' as well.
2000-10-05 15:56:13 +00:00
brian
387093d29e
Don't allow finger /somefile, only allow filname expansions from
...
inside /etc/finger.conf
PR: 21704
2000-10-02 22:27:34 +00:00
wollman
314abdc184
Don't assume ai0->ai_canonname will always be filled in. Print the
...
user-supplied host name if we can't get a canonical name.
Obtained from: contrib/tcp_wrappers/socket.c rev. 1.4 (in spirit)
2000-09-24 01:54:49 +00:00
wollman
9d63cb2085
Implement IPv6 support. Also restructure the way multi-homed hosts
...
are treated, regardless of protocol.
2000-09-22 01:06:40 +00:00
wollman
31737e2a38
Delete a bogus reference to T/TCP -- the problem still exists on Standard
...
TCP.
2000-09-22 01:04:59 +00:00
brian
573a7b70f3
Don't drop out when we've processed argc - 1 names.... arguments
...
may expand to more than one user.
PR: 21228
2000-09-12 21:58:31 +00:00
brian
d9362d8717
Finger.conf first appeared in 4.2 (now that it's been MFCd)
2000-08-25 22:22:04 +00:00
brian
7a9c69eba5
Fix the -m option - broken by the last commit.
...
Submitted by: Mark Knight <markk@knigma.org>
2000-08-25 18:28:43 +00:00
sheldonh
a183fa8458
Add a missing comma.
2000-08-25 08:29:28 +00:00
brian
4dcf00026a
Allow finger.conf to contain aliases for files that will be displayed
...
when fingered.
Submitted by: Mark Knight <markk@knigma.org>
2000-08-25 01:01:07 +00:00
sheldonh
baa789ba03
Remove extraneous arguments to the Os (operating system) and Nm
...
(name) macros.
Do not terminate the cross-reference list in the SEE ALSO section
with a period.
2000-08-17 16:57:31 +00:00
brian
395771585c
Allow a /etc/finger.conf file that contains finger aliases
...
This allows people who's email address differs from their account name
to be fingerable.
Submitted by: Mark Knight <markk@knigma.org>
2000-08-17 10:59:17 +00:00
asmodai
fba3508a15
Backout previous commit.
...
(Mental note: don't forget -rRELENG_4 next time.)
2000-07-12 09:50:20 +00:00
asmodai
56694a5546
MFC: fix some output cosmetics so that the finger -s output is properly
...
lined up
2000-07-12 08:50:09 +00:00
asmodai
0c292e5f74
Fix finger -s output on an user who never logged in.
...
This is purely a cosmetic patch.
PR: 9809
Submitted by: se
Nagged about: nrahlstr
2000-07-11 08:37:56 +00:00
kris
90a7a5a6ae
Don't call warn() with no format string.
2000-07-10 08:49:28 +00:00
sheldonh
49c4458c80
Remove single-space hard sentence breaks. These degrade the quality
...
of the typeset output, tend to make diffs harder to read and provide
bad examples for new-comers to mdoc.
2000-03-01 12:20:22 +00:00
peter
3b842d34e8
$Id$ -> $FreeBSD$
1999-08-28 01:08:13 +00:00
imp
b78c77d7be
Use the final version of the patch for the overflow, not the next to
...
final.
Noticed by: eivind
1999-08-22 17:24:25 +00:00
imp
a978a32098
Fix possible buffer overflow with finger and fingerd.
...
Submitted by: Lukasz Luzar <lluzar@noname.kki.krakow.pl> and
Eivind Eklund <eivind@yes.no>
This patch is actually a combination of those two patches.
1999-08-21 18:25:38 +00:00
billf
4822432874
Clean up some ambiguous nested if/elses.
1999-07-04 17:26:16 +00:00
obrien
228630557e
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)
1999-05-08 00:46:06 +00:00
ache
2d5e5a91b3
fix 8bit clean issue
...
PR: 7519
1998-08-07 16:21:09 +00:00
imp
8c96be00ef
Don't assume that hp->h_lenght == 4. Be conservative in its use.
...
Submitted by: J. Assange a long time ago.
1998-06-09 04:31:02 +00:00
wollman
b3575f9ae8
Document the bogus standard requirement of delaying the close.
...
Also include a reference to the FINGER RFC.
1997-08-01 20:26:47 +00:00
wollman
9233cdeb45
So somebody actually found language in the FINGER RFC which requires
...
implementations to leave the client side open until the server closes.
While this is totally idiotic, it seems as if some servers actually require
it (e.g., the one at mit.mit.edu). So, we bow to the weight of the bogus
standard and disable the initial close. Hopefully now fetch(1) can serve
the role of T/TCP demonstration application.
1997-08-01 20:10:44 +00:00
charnier
4f0a8d27ea
Add rcsid, usage(). Silent -Wall. Use warn(3).
1997-07-02 06:34:51 +00:00
imp
141381e1cb
compare return value from getopt against -1 rather than EOF, per the final
...
posix standard on the topic.
1997-03-29 04:34:07 +00:00
ache
e528107672
Skip \r character while printing Plan/etc. text files, it allows to
...
handle \r\n and \n\r files properly.
Previous variant put ^M for \r\n and ^M\n for \n\r
1997-03-17 17:07:39 +00:00
peter
deba7db48c
Merge from Lite2
1997-03-11 13:43:33 +00:00
peter
dc74a95b3c
This commit was generated by cvs2svn to compensate for changes in r23690,
...
which included commits to RCS files with non-trunk default branches.
1997-03-11 13:08:12 +00:00
peter
297505f8fa
Import some parts of CSRG 4.4BSD-Lite2 usr.bin sources to fix tree build.
1997-03-11 13:08:12 +00:00
ache
adcb17c3ed
Adjust line to not overflow 80 cols (result of recent utmp changes)
1996-12-05 17:33:46 +00:00
olah
4bc23fada7
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.
1996-03-15 16:41:49 +00:00
ache
602a9dfadd
Print 8bit chars from the net if current locale allows them
1996-03-10 23:33:48 +00:00
wollman
360eaa7e3c
Implement client-side transaction TCP. This has little effect
...
if the server doesn't support it. (This is intended mostly as
an example.)
1995-12-17 21:04:36 +00:00
ache
ed337c8386
Change locale to LC_ALL, there is no bitmask
1995-10-26 11:03:08 +00:00
ache
afeabfa143
Add setlocale LC_TIME|LC_CTYPE
1995-10-24 04:18:45 +00:00
peter
040dbb8899
Reverse out some of the previous commit I did, which shortened the
...
finger output from 80 to 79 characters to stop the syscons
every-second-line-is-blank problem.
Also, redo the TTY column mod so that it steals one of the (usually) two
blank spaces from the before the tty column rather than from the office
phone number.
This means the office phone field width in the short finger is back to 15
characters instead of 13.
1995-10-10 02:31:09 +00:00
peter
136c23f685
Increase the tty column width from 2 to 3 characters.
...
This gives us more room to breath with tty names, especially with drivers
that support large numbers of ports.. eg: specialix and digiboard.
This does not actually change the current tty names, it just allows room
for reporting more characters if the drivers use them.
1995-09-04 01:22:54 +00:00
ache
0e7b1c312a
Allow national printable chars in .plan
1995-08-08 00:45:21 +00:00
ache
6185a84ff1
Replace asctime/ctime by strftime %c to use national representation
1995-08-08 00:38:33 +00:00
wollman
fc1f6c1d76
Delete bogus referneces to timezone code internal header file `tzfile.h',
...
which is no longer bogusly installed in /usr/include.
1995-08-07 19:17:46 +00:00
ache
0f4b3165a0
Fix finger not check all users ~/.nofinger, only for actually
...
matched. Close PR 539
Submitted by: tom@haven.uniserve.com
1995-06-21 23:54:43 +00:00
rgrimes
a14d555c87
Remove trailing whitespace.
1995-05-30 06:41:30 +00:00
joerg
3376ef4ddb
Make finger(1) accept "cua" to be also a tty, and use the suffix instead
...
of the very meaningful string "cu" to describe the tty.
1995-03-25 18:15:40 +00:00
jkh
9bea03d7a2
Add Sean Eric Fagan's support for a ~/.nofinger file for user who prefer
...
their privacy.
Submitted by: sef
1995-01-04 01:02:43 +00:00
pst
dfd4f9e068
Remove extra newline introduced in 44lite (oops)
1994-12-05 10:01:39 +00:00
pst
228a2d3e7f
Remove extra newline introduced in Net/2
1994-12-05 10:01:23 +00:00
pst
93cbf671fa
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
1994-09-08 19:27:06 +00:00
pst
72c244e553
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
1994-09-07 07:22:41 +00:00
rgrimes
f9ab90d9d6
BSD 4.4 Lite Usr.bin Sources
1994-05-27 12:33:43 +00:00