aboutsummaryrefslogtreecommitdiff
path: root/libexec/fingerd/fingerd.8
Commit message (Collapse)AuthorAgeFilesLines
* I agree w/ tedu that this isn't a Bug.. it's like complaining thatJohn-Mark Gurney2014-11-201-18/+2
| | | | | | | | | you can't use an ssh client to fetch a web page... Submitted by: tedu (via -tech) Notes: svn path=/head/; revision=274736
* Remove the 3rd clause ("advertising clause") of the BSD license asChristian Brueffer2014-02-171-5/+1
| | | | | | | | | | permitted by the University of Berkeley on July 22, 1999. Reviewed by: imp MFC after: 1 week Notes: svn path=/head/; revision=262136
* Add a debugging option (-d)Dag-Erling Smørgrav2010-04-011-1/+22
| | | | | | | | | Add a -k option which fingerd(8) passes through to finger(1). MFC after: 2 weeks Notes: svn path=/head/; revision=206038
* Sort sections.Ruslan Ermilov2005-01-181-5/+5
| | | | Notes: svn path=/head/; revision=140414
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-1/+1
| | | | Notes: svn path=/head/; revision=131487
* mdoc(7) police: nits.Ruslan Ermilov2002-08-131-2/+3
| | | | Notes: svn path=/head/; revision=101785
* Correct wrong grammar from previous commit. Note that fingerd is not limitedPhilippe Charnier2002-07-211-5/+10
| | | | | | | | | | to being an interface to finger(1), see -p flag. Remove a reference to name(?) program we don't have. Submitted by: wollman Notes: svn path=/head/; revision=100442
* The .Nm utilityPhilippe Charnier2002-07-061-10/+14
| | | | Notes: svn path=/head/; revision=99500
* When the -p flag is specified, set an environment variable to the nameGarrett Wollman2002-06-261-0/+7
| | | | | | | | | | | | | | | | | | 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.) Notes: svn path=/head/; revision=98897
* mdoc(7) police: protect trailing full stops of abbreviationsRuslan Ermilov2001-08-101-1/+1
| | | | | | | with a trailing zero-width space: `e.g.\&'. Notes: svn path=/head/; revision=81449
* Remove whitespace at EOL.Dima Dorfman2001-07-151-2/+2
| | | | Notes: svn path=/head/; revision=79754
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
| | | | Notes: svn path=/head/; revision=79529
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-1/+1
| | | | Notes: svn path=/head/; revision=68949
* Add $FreeBSD$ lines to man pages that are missing them to make itMike Pritchard1999-08-281-0/+1
| | | | | | | | | | easier for translation teams. PR: docs/13418 Submitted by: Alexey Zelkin <phantom@cris.net> Notes: svn path=/head/; revision=50533
* Add const to copyright string. Put sccsid under #if 0/#endif control.Philippe Charnier1997-11-201-3/+3
| | | | Notes: svn path=/head/; revision=31308
* Correct some misleading text.Mike Pritchard1997-01-081-2/+5
| | | | | | | | Submitted by: Klaus Klein <kleink@layla.inka.de> Obtained from: NetBSD-bugs PR#3089 Notes: svn path=/head/; revision=21422
* BSD 4.4 Lite Libexec SourcesRodney W. Grimes1994-05-271-0/+139
Notes: svn path=/vendor/CSRG/dist/; revision=1592