home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / INTERNET / VARIE / WFNGRD / WSFNGRD.TXT < prev   
Encoding:
Text File  |  1994-11-09  |  6.6 KB  |  196 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.                           Winsock Finger Daemon Version 1.3
  12.  
  13.                                           by
  14.  
  15.                          Tidewater Systems, Copyright (c) 1994
  16.  
  17.  
  18.  
  19.      wsfngrd  is  a shareware  winsock finger  daemon for  Microsoft Windows
  20.      v3.11.   It was developed in  C and is  based on my  interpretation of
  21.      RFC1288.   Some of the  code in  wsfngrd is based  on source  code
  22.      published in  'Unix Network  Programming' by  W. Richard Stevens,  and
  23.      'Programming Windows 3.1' by Charles Petzold.  
  24.  
  25.      Developers Ian Blenke  and John A.  Junod are also  to be thanked  for
  26.      making  their source code available,  as it is  an invaluable resource
  27.      when trying to figure how things work in Windows.
  28.  
  29.      This is a shareware product, and as such you are free to use and 
  30.      evaluate the program for 30 days.  At the end of the evaluation period,
  31.      you are requested to register the product or remove it from your system.
  32.      Please see register.frm or the register topic in the help file for 
  33.      more details.  This archive may not be distributed in any commercial 
  34.      product without the express permission of Tidewater Systems.
  35.  
  36.      
  37. File List:
  38.  
  39.      wfngrd13.zip should have the following:
  40.     
  41.     wsfngrd.exe
  42.     wsfngrd.hlp
  43.     idle.dll
  44.     fixini.exe
  45.     wsfngrd.txt
  46.     register.frm
  47.     license.txt
  48.  
  49. Installation:
  50.  
  51.      Copy wsfngrd.exe, wsfngrd.hlp and idle.dll to a sub directory of
  52.      your choice.  Using program manager, create a new program item in
  53.      a group of your choice.
  54.  
  55.      ** Note:  If you are upgrading from v1.1 or v1.0 you should
  56.     run fixini before running wsfngrd v1.3 the first time.
  57.     The ini files are not compatible.  Fixini will read your
  58.     old ini file and create a new one using the old information.
  59.  
  60. Usage:
  61.          
  62.      The first time you run wsfngrd,  an ini  file (wsfngrd.ini) will  be
  63.      created in your windows directory.  A dialog box will be presented for
  64.      you to fill in the information returned when your machine is fingered.
  65.  
  66.      Hiding the Icon:  to hide the WSFNGRD icon, and 'h' to the command
  67.                line field of the wsfngrd property.  When running
  68.                wsfngrd in the 'hidden' mode, it will not be
  69.                        listed in the windows task list.  It will be,
  70.                in effect, resident until you end the windows 
  71.                        session.    
  72.  
  73. Setup:
  74.  
  75.      Server Mode:  Single User or Multi-User.  In single user
  76.     mode, all finger requests are serviced with information
  77.     about the 'default user'.  In multi-user mode, each
  78.     finger request is parsed and if there is a username
  79.     match, then information about that user is returned.
  80.  
  81.      Plan File Directory:  Type in the full path for a directory
  82.     that ALL plan files will be kept.  This provides support
  83.     for multiple users and maintains security. (ie. c:\planfile)
  84.  
  85.      Log File:  Type in the full path and filename of the file
  86.     you want finger requests logged too. (ie. c:\temp\finger.log)
  87.     This file is made up of single line entries.  A entry is
  88.     added for every finger request received.  Eash entry has
  89.     the following information:  Date (in local format), Time,
  90.     the requesting machines Hostname or IP address and the user
  91.     that was fingered.
  92.  
  93.      Default Plan:  Type in the name of a 'default' plan file to
  94.     return in response to finger request with no data when 
  95.     in multi-user mode.  If left blank, the following message
  96.     will be returned:
  97.     
  98.     ** specify user+@<hostname>
  99.  
  100.      Default User:  This is a list of users defined by you.  The 
  101.     'user' selected here is used in single user mode.  It can
  102.     be ignored if operating in multi-user mode.  This list will
  103.     be empty until at least on user is defined.
  104.  
  105.      Log Finger Requests:  Toggle logging on/off.
  106.  
  107.      Return Idle Time:  Toggle Idle on/off.
  108.   
  109.  
  110.      Adding Users:
  111.  
  112.     Fill in the field under User Setup: Username (required),
  113.     Full Name, Email, Phone, Plan.  Click the Add button
  114.     to commit user information to Disk.
  115.  
  116.     All fields, with the exception of Username, can be left
  117.     blank.  If a field is left blank,  it will not be returned
  118.     when a finger query is serviced.
  119.  
  120.      Changing a User:
  121.  
  122.            Select the user from the Username list, update the users
  123.     information and click the Change button.  If you change the
  124.     user name, WSFNGRD will not be aware of it and actually
  125.     create another user with the new username.  You'll then
  126.     have to delete the 'old' username.
  127.  
  128.      Deleteing a User:
  129.  
  130.     Select the user from the Username list.  Click on the 
  131.     Delete button.        
  132.  
  133. Limitations:
  134.  
  135.      wsfngrd will service only one finger request at a time.
  136.      Idle time will reset if idle for more then 49 days.    
  137.      
  138. Version History:
  139.  
  140.      version 1.0 - March 8, 1994
  141.         First Public Release
  142.  
  143.      version 1.1 - May 17, 1994
  144.     Command Line parameter h will hide the desktop icon.
  145.     Optionally log all finger requests to a plan file.
  146.     Increased length of phone field to accomodate international users.
  147.         Tracks and reports idle time of workstation.
  148.     
  149.      version 1.2 - August 31, 1994
  150.     Mutli-User support.
  151.     Optionally return idle time.
  152.     Does not return blank fields.
  153.     Return 'login' time in single user mode.
  154.     Return 'default' plan in multi-user mode.
  155.     Parse finger request in multi-user mode.
  156.     Accepts non-compliant requests.
  157.     Moved code for Idle time to idle.dll.    
  158.     Fixed Hook problem in idle.dll.
  159.     Fixed problem with plan files in root directory.
  160.     Windows Help file included.
  161.     Is now shareware.
  162.  
  163.      version 1.3 - November 9, 1994
  164.     Add username to log output.
  165.     Presents 'About' dialog every 10 uses while unregistered.
  166.     Fixed a few small bugs that could have caused wsfngrd to crash.
  167.     Shareware.
  168.  
  169.  
  170. Bug Reports and Enhancement Requests:
  171.  
  172.      Send  bug reports  and enhancement  requests to  one of  the addresses
  173.      listed under Contacting the Author.
  174.  
  175. License Information: 
  176.  
  177.      See license.txt included in this archive.
  178.  
  179. Registration:
  180.  
  181.      A 30 day evaluation period is granted for testing/evaluation
  182.      of this product.  If after that time, you wish to continue
  183.      using this product, it must be registered.  There are 2 ways
  184.      to register,  print and fill out register.frm.  Send the completed
  185.      form with check or money order to the address listed on the
  186.      form.  This product can also be registered through the 
  187.      Shareware Register Forum on CIS (GO SWREG), #3421
  188.  
  189. Contacting the Author:
  190.  
  191. Jim O'Brien              Internet:      72713.1426@compuserve.com
  192. Tidewater Systems        Compuserve:    72713,1426
  193. 207 Glen Avenue          
  194. Salisbury, MD 21801
  195. (410) 860-0593
  196.