Stefan Farfeleder
78e3eed071
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
Ruslan Ermilov
a3ac07a54e
Sort sections.
2005-01-18 09:29:40 +00:00
Ruslan Ermilov
c481aa05e8
Mechanically kill hard sentence breaks.
2004-07-02 21:28:50 +00:00
Pawel Jakub Dawidek
ece20938e5
Make fingerd(8) WARNS2 clean.
2004-03-29 09:29:51 +00:00
Kris Kennaway
85fe8d4124
Mark the logerr() function __printflike().
...
MFC after: 3 days
2002-10-13 11:26:37 +00:00
Ruslan Ermilov
f0134e3330
mdoc(7) police: nits.
2002-08-13 11:11:32 +00:00
Philippe Charnier
0c9dd24bbb
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
Philippe Charnier
3f162cb85d
The .Nm utility
2002-07-06 19:19:48 +00:00
Garrett Wollman
80536ead7f
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
Garrett Wollman
f24b479854
Add used include of <string.h>.
...
Delete unused include of <strings.h>.
2002-05-30 21:35:39 +00:00
Mike Barcroft
c4eda42c68
Revert revision 1.11. FreeBSD/alpha has suppport for T/TCP.
...
MFC after: 1 week
2002-02-24 22:24:57 +00:00
Kris Kennaway
9357f4121d
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
Warner Losh
e4bc453cc2
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
Ruslan Ermilov
9f619f7956
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
Ruslan Ermilov
57e4378bf6
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
Dima Dorfman
7ebcc426ef
Remove whitespace at EOL.
2001-07-15 07:53:42 +00:00
Ruslan Ermilov
0efe23d669
mdoc(7) police: removed HISTORY info from the .Os call.
2001-07-10 10:49:54 +00:00
Ruslan Ermilov
e5b5c66bca
- Backout botched attempt to intoduce MANSECT feature.
...
- MAN[1-9] -> MAN.
2001-03-26 14:22:12 +00:00
Ruslan Ermilov
020ee2dc9f
Set the default manual section for libexec/ to 8.
2001-03-20 18:10:13 +00:00
Chris D. Faulhaber
b27e228ca9
Check malloc() and strdup() return values
...
Reviewed by: kris
2001-01-20 00:29:31 +00:00
Ruslan Ermilov
760819894e
mdoc(7) police: use the new features of the Nm macro.
2000-11-20 14:42:24 +00:00
Yoshinobu Inoue
7395b85a9e
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
Mike Pritchard
229494cb51
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 Wemm
7f3dea244c
$Id$ -> $FreeBSD$
1999-08-28 00:22:10 +00:00
Peter Wemm
d050fd4212
Identify illegal switches, don't print them as '?' in the error..
1999-05-18 05:51:09 +00:00
Brian Somers
d9dc7d5c7e
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 Somers
143b4dcdc7
Link with libutil
1999-04-06 23:40:25 +00:00
Brian Somers
32af26a501
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
John Birrell
63e7e54aa4
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
Philippe Charnier
74b634ac40
Add const to copyright string. Put sccsid under #if 0/#endif control.
1997-11-20 07:26:04 +00:00
Sean Eric Fagan
c6633e1b9f
Log the request from the remote side, in addition to it having happened.
...
Reviewed by: julian
1997-11-14 04:39:38 +00:00
Warner Losh
91477cc4d7
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 Wemm
9e522f7a18
Revert $FreeBSD$ to $Id$
1997-02-22 14:22:49 +00:00
Jordan K. Hubbard
1130b656e5
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
Mike Pritchard
0fd3140e80
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
Wolfram Schneider
148531ef1e
add forgotten $Id$
1996-09-22 21:56:57 +00:00
Garrett Wollman
dd07a8677b
Implement server-side transaction TCP. (Has no effect on non-TTCP clients.)
1995-12-17 20:25:28 +00:00
Peter Wemm
279884182f
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
Rodney W. Grimes
6c06b4e2aa
Remove trailing whitespace.
1995-05-30 05:51:47 +00:00
Poul-Henning Kamp
1adb7b0dca
fixed spelling error.
1995-02-04 19:11:14 +00:00
Garrett Wollman
2a3c26c889
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
Rodney W. Grimes
ea022d1687
BSD 4.4 Lite Libexec Sources
1994-05-27 12:39:25 +00:00