home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / identd.zip / readme < prev   
Text File  |  1997-10-31  |  1KB  |  31 lines

  1. Yet another identd server... provided both as a hopefully useful
  2. widget in itself and in the hopes that its source code will be useful
  3. to others writing tcp/ip applications for OS/2.
  4.  
  5. This is a small identd (RFC 1413) server; it returns the USER
  6. environment variable in response to any well-formed identd request.
  7. It has three options:
  8.  
  9.   -v n,   n=0,1,2:  how verbose it should be.  0 will produce no output;
  10.           1 will print requests and responses on stderr, and 2 will
  11.           also add a little debugging information.  (Default: 1)
  12.  
  13.   -t n,   where n is how many seconds to wait between a connection and
  14.           the completion of the transaction.  (Default: 30)
  15.  
  16.   -p n,   where n is the port to listen to.  (Default: 113)
  17.  
  18.  
  19. The program and code come with no warranty; it stands so absolutely
  20. bereft of quality assessment that if assurances were sunbeams the
  21. executable would be shivering in a cold, dark cave.  However, you have
  22. the source code, and you can do whatever you want with it... 
  23.  
  24. It's also free; the only cost is an extremely mild request that I'd
  25. like to know if either the program or the code is useful (or buggy)
  26. but I've certainly ignored my share of similar requests in the past and
  27. I'll understand if you ignore this one, too... :)
  28.  
  29. -Roddy
  30. collinsr@cs.rpi.edu
  31.