home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / SOURCE / N / TCPIP / NETKIT-B.05 / NETKIT-B / NetKit-B-0.05 / fingerd / fingerd.8,v next >
Encoding:
Text File  |  1994-06-08  |  3.8 KB  |  135 lines

  1. head    1.1;
  2. access;
  3. symbols;
  4. locks
  5.     rzsfl:1.1; strict;
  6. comment    @# @;
  7.  
  8.  
  9. 1.1
  10. date    94.06.08.15.12.24;    author rzsfl;    state Exp;
  11. branches;
  12. next    ;
  13.  
  14.  
  15. desc
  16. @@
  17.  
  18.  
  19. 1.1
  20. log
  21. @Initial revision
  22. @
  23. text
  24. @.\" Copyright (c) 1980, 1991 The Regents of the University of California.
  25. .\" All rights reserved.
  26. .\"
  27. .\" Redistribution and use in source and binary forms, with or without
  28. .\" modification, are permitted provided that the following conditions
  29. .\" are met:
  30. .\" 1. Redistributions of source code must retain the above copyright
  31. .\"    notice, this list of conditions and the following disclaimer.
  32. .\" 2. Redistributions in binary form must reproduce the above copyright
  33. .\"    notice, this list of conditions and the following disclaimer in the
  34. .\"    documentation and/or other materials provided with the distribution.
  35. .\" 3. All advertising materials mentioning features or use of this software
  36. .\"    must display the following acknowledgement:
  37. .\"    This product includes software developed by the University of
  38. .\"    California, Berkeley and its contributors.
  39. .\" 4. Neither the name of the University nor the names of its contributors
  40. .\"    may be used to endorse or promote products derived from this software
  41. .\"    without specific prior written permission.
  42. .\"
  43. .\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
  44. .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  45. .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  46. .\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
  47. .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  48. .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  49. .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  50. .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  51. .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  52. .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  53. .\" SUCH DAMAGE.
  54. .\"
  55. .\"     from: @@(#)fingerd.8    6.4 (Berkeley) 3/16/91
  56. .\"    $Id: fingerd.8,v 1.2 1993/08/01 07:40:24 mycroft Exp $
  57. .\"
  58. .Dd March 16, 1991
  59. .Dt FINGERD 8
  60. .Os BSD 4.3
  61. .Sh NAME
  62. .Nm fingerd
  63. .Nd remote user information server
  64. .Sh SYNOPSIS
  65. .Nm fingerd
  66. .Sh DESCRIPTION
  67. .Nm Fingerd
  68. is a simple protocol based on
  69. .%T RFC742
  70. that provides an interface to the
  71. Name and Finger programs at several network sites.
  72. The program is supposed to return a friendly,
  73. human-oriented status report on either the system at the moment
  74. or a particular person in depth.
  75. There is no required format and the
  76. protocol consists mostly of specifying a single
  77. .Dq command line .
  78. .Pp
  79. .Nm Fingerd
  80. listens for
  81. .Tn TCP
  82. requests at port 79.
  83. Once connected it reads a single command line
  84. terminated by a
  85. .Aq Tn CRLF
  86. which is passed to
  87. .Xr finger 1 .
  88. .Nm Fingerd
  89. closes its connections as soon as the output is finished.
  90. .Pp
  91. If the line is null (i.e. just a
  92. .Aq Tn CRLF
  93. is sent) then 
  94. .Xr finger
  95. returns a
  96. .Dq default
  97. report that lists all people logged into
  98. the system at that moment.
  99. .Pp
  100. If a user name is specified (e.g.
  101. .Pf eric Aq Tn CRLF )
  102. then the
  103. response lists more extended information for only that particular user,
  104. whether logged in or not.
  105. Allowable
  106. .Dq names
  107. in the command line include both
  108. .Dq login names
  109. and
  110. .Dq user names .
  111. If a name is ambiguous, all possible derivations are returned.
  112. .Sh SEE ALSO
  113. .Xr finger 1
  114. .Sh BUGS
  115. Connecting directly to the server from a
  116. .Tn TIP
  117. or an equally narrow-minded
  118. .Tn TELNET Ns \-protocol
  119. user program can result
  120. in meaningless attempts at option negotiation being sent to the
  121. server, which will foul up the command line interpretation.
  122. .Nm Fingerd
  123. should be taught to filter out
  124. .Tn IAC Ns \'s
  125. and perhaps even respond
  126. negatively
  127. .Pq Tn IAC WON'T
  128. to all option commands received.
  129. .Sh HISTORY
  130. The
  131. .Nm
  132. command appeared in
  133. .Bx 4.3 .
  134. @
  135.