aboutsummaryrefslogtreecommitdiff
path: root/libexec/fingerd
Commit message (Collapse)AuthorAgeFilesLines
* Support logging for IPv6 remote host.Yoshinobu Inoue2000-02-181-4/+5
| | | | | | | | | | Approved by: jkh PR: bin/16789 Submitted by: Ben Smithurst <ben@scientia.demon.co.uk Notes: svn path=/head/; revision=57313
* 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
* $Id$ -> $FreeBSD$Peter Wemm1999-08-282-2/+2
| | | | Notes: svn path=/head/; revision=50476
* Identify illegal switches, don't print them as '?' in the error..Peter Wemm1999-05-181-2/+2
| | | | Notes: svn path=/head/; revision=47291
* Fix the size of rhost, don't forget to NUL terminateBrian Somers1999-04-071-2/+3
| | | | | | | | it and use brackets for sizeof. Requested by: bde Notes: svn path=/head/; revision=45418
* Link with libutilBrian Somers1999-04-061-1/+3
| | | | Notes: svn path=/head/; revision=45396
* Use realhostname() rather than various combinations ofBrian Somers1999-04-061-9/+5
| | | | | | | | | gethostbyaddr() & gethostbyname(). Remove brokeness in ftpd for hosts of MAXHOSTNAMELEN length. Notes: svn path=/head/; revision=45393
* NetBSD kernels don't support TCP_NOPUSH, so on alpha don't try settingJohn Birrell1998-05-151-1/+3
| | | | | | | | this socket option. This is temporary code while the alpha still uses NetBSD socket code in the kernel. Notes: svn path=/head/; revision=36045
* Add const to copyright string. Put sccsid under #if 0/#endif control.Philippe Charnier1997-11-202-7/+7
| | | | Notes: svn path=/head/; revision=31308
* Log the request from the remote side, in addition to it having happened.Sean Eric Fagan1997-11-141-13/+27
| | | | | | | Reviewed by: julian Notes: svn path=/head/; revision=31168
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-281-2/+2
| | | | | | | posix standard on the topic. Notes: svn path=/head/; revision=24349
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-222-2/+2
| | | | Notes: svn path=/head/; revision=22989
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-142-2/+2
| | | | | | | | | | | 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. Notes: svn path=/head/; revision=21673
* 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
* add forgotten $Id$Wolfram Schneider1996-09-221-0/+1
| | | | Notes: svn path=/head/; revision=18471
* Implement server-side transaction TCP. (Has no effect on non-TTCP clients.)Garrett Wollman1995-12-171-9/+25
| | | | Notes: svn path=/head/; revision=12908
* Fix the bug which allowed people to avoid the "-s" (secure) bug.Peter Wemm1995-12-101-2/+3
| | | | | | | | Now, "finger" is invoked with "--" before the first network supplied argument, so the "--" and "-l" hacks will be stopped. Notes: svn path=/head/; revision=12728
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-1/+1
| | | | Notes: svn path=/head/; revision=8870
* fixed spelling error.Poul-Henning Kamp1995-02-041-1/+1
| | | | Notes: svn path=/head/; revision=6180
* Update to new make macros and disable Kerberos because we haven't got itGarrett Wollman1994-08-051-1/+1
| | | | | | | set up right yet. Notes: svn path=/head/; revision=1875
* BSD 4.4 Lite Libexec SourcesRodney W. Grimes1994-05-274-0/+371
Notes: svn path=/vendor/CSRG/dist/; revision=1592