stefanf
03a2de3818
Fix most cases where the address of an int is passed to a function expecting a
...
socklen_t * argument.
2005-02-14 17:42:58 +00:00
ru
d95b3c4c8d
Sort sections.
2005-01-18 09:29:40 +00:00
ru
20fbd172b2
Mechanically kill hard sentence breaks.
2004-07-02 21:28:50 +00:00
pjd
b1d34c6743
Make fingerd(8) WARNS2 clean.
2004-03-29 09:29:51 +00:00
kris
2e6c3a2849
Mark the logerr() function __printflike().
...
MFC after: 3 days
2002-10-13 11:26:37 +00:00
ru
5727268ab3
mdoc(7) police: nits.
2002-08-13 11:11:32 +00:00
charnier
9174768035
Correct wrong grammar from previous commit. Note that fingerd is not limited
...
to being an interface to finger(1), see -p flag. Remove a reference to
name(?) program we don't have.
Submitted by: wollman
2002-07-21 13:02:13 +00:00
charnier
9639b20db6
The .Nm utility
2002-07-06 19:19:48 +00:00
wollman
4a461e9ee1
When the -p flag is specified, set an environment variable to the name
...
of the remote host (or rather, the name as mangled by realhostname_sa())
so that the process can use it to behave differently depending on the
origin on the request. We use this to implement rudimentary visibility
control on our user information.
Make sure that the child process's standard error goes through the same
NVT-ASCII filter as is applied to the standard output.
Don't attempt to call logerr() from the child since stdio is not safe in
a vforked process. Just write a message to fd 2 instead. (Ideally, the
parent would open two pipes, and siphon off our stderr to some place less
public, but I have not attempted to do so in this implementation.)
2002-06-26 21:46:56 +00:00
wollman
b2070d45e0
Add used include of <string.h>.
...
Delete unused include of <strings.h>.
2002-05-30 21:35:39 +00:00
mike
aa21bc21d2
Revert revision 1.11. FreeBSD/alpha has suppport for T/TCP.
...
MFC after: 1 week
2002-02-24 22:24:57 +00:00
kris
c60495e0de
Lock down with WFORMAT?=1, with overrides in the subdirectories which
...
are not yet warning-clean. Tested on i386 and alpha.
2002-02-04 02:33:51 +00:00
imp
f15fa6acaf
o Eliminate __P
...
o Use new-style function definitions
o remove some !__STDC__ code
o eliminate register
2002-02-03 15:53:02 +00:00
ru
3837a9604c
Terminate the array of execv(3) pointers by a NULL pointer in the edge case.
...
PR: bin/30913
Submitted by: Dimitri Lommers <dimitri@hinttech.com>
2001-10-04 09:02:10 +00:00
ru
80f060f0cf
mdoc(7) police: protect trailing full stops of abbreviations
...
with a trailing zero-width space: `e.g.\&'.
2001-08-10 13:45:36 +00:00
dd
a145482cf6
Remove whitespace at EOL.
2001-07-15 07:53:42 +00:00
ru
5e14a6862e
mdoc(7) police: removed HISTORY info from the .Os call.
2001-07-10 10:49:54 +00:00
ru
45d92a4319
- Backout botched attempt to intoduce MANSECT feature.
...
- MAN[1-9] -> MAN.
2001-03-26 14:22:12 +00:00
ru
a23a98f937
Set the default manual section for libexec/ to 8.
2001-03-20 18:10:13 +00:00
jedgar
f047799471
Check malloc() and strdup() return values
...
Reviewed by: kris
2001-01-20 00:29:31 +00:00
ru
fda4c0a990
mdoc(7) police: use the new features of the Nm macro.
2000-11-20 14:42:24 +00:00
shin
eb6cba145a
Support logging for IPv6 remote host.
...
Approved by: jkh
PR: bin/16789
Submitted by: Ben Smithurst <ben@scientia.demon.co.uk
2000-02-18 07:08:03 +00:00
mpp
02b18f847f
Add $FreeBSD$ lines to man pages that are missing them to make it
...
easier for translation teams.
PR: docs/13418
Submitted by: Alexey Zelkin <phantom@cris.net>
1999-08-28 23:10:20 +00:00
peter
76f0c923fe
$Id$ -> $FreeBSD$
1999-08-28 00:22:10 +00:00
peter
f2cbc8ce7a
Identify illegal switches, don't print them as '?' in the error..
1999-05-18 05:51:09 +00:00
brian
61dd45edb4
Fix the size of rhost, don't forget to NUL terminate
...
it and use brackets for sizeof.
Requested by: bde
1999-04-07 06:00:22 +00:00
brian
213baed96f
Link with libutil
1999-04-06 23:40:25 +00:00
brian
a77173a7cd
Use realhostname() rather than various combinations of
...
gethostbyaddr() & gethostbyname().
Remove brokeness in ftpd for hosts of MAXHOSTNAMELEN length.
1999-04-06 23:06:00 +00:00
jb
deddb75e12
NetBSD kernels don't support TCP_NOPUSH, so on alpha don't try setting
...
this socket option. This is temporary code while the alpha still uses
NetBSD socket code in the kernel.
1998-05-15 03:23:28 +00:00
charnier
7a938e0797
Add const to copyright string. Put sccsid under #if 0/#endif control.
1997-11-20 07:26:04 +00:00
sef
8f194113d3
Log the request from the remote side, in addition to it having happened.
...
Reviewed by: julian
1997-11-14 04:39:38 +00:00
imp
3125d931c2
compare return value from getopt against -1 rather than EOF, per the final
...
posix standard on the topic.
1997-03-28 15:48:21 +00:00
peter
090fb430f1
Revert $FreeBSD$ to $Id$
1997-02-22 14:22:49 +00:00
jkh
808a36ef65
Make the long-awaited change from $Id$ to $FreeBSD$
...
This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.
Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.
1997-01-14 07:20:47 +00:00
mpp
f3717d5a3e
Correct some misleading text.
...
Submitted by: Klaus Klein <kleink@layla.inka.de>
Obtained from: NetBSD-bugs PR#3089
1997-01-08 07:12:47 +00:00
wosch
361a15b8f4
add forgotten $Id$
1996-09-22 21:56:57 +00:00
wollman
20aa19ef2f
Implement server-side transaction TCP. (Has no effect on non-TTCP clients.)
1995-12-17 20:25:28 +00:00
peter
d8249966c8
Fix the bug which allowed people to avoid the "-s" (secure) bug.
...
Now, "finger" is invoked with "--" before the first network supplied
argument, so the "--" and "-l" hacks will be stopped.
1995-12-10 15:07:12 +00:00
rgrimes
f05428e4cd
Remove trailing whitespace.
1995-05-30 05:51:47 +00:00
phk
f1d31d40fa
fixed spelling error.
1995-02-04 19:11:14 +00:00
wollman
96c19e77ba
Update to new make macros and disable Kerberos because we haven't got it
...
set up right yet.
1994-08-05 21:24:58 +00:00
rgrimes
7d07d2de2f
BSD 4.4 Lite Libexec Sources
1994-05-27 12:39:25 +00:00