0
+ − 1 COPYRIGHT ISSUES:
+ − 2
+ − 3 This version of 'libident' is hereby released into the
+ − 4 Public Domain. It may be distributed for a fee or without
+ − 5 a fee. We only ask you not to pretend you wrote it.
+ − 6
+ − 7 If you make any changes, please send sources or a diff of it to
+ − 8 us (pen@lysator.liu.se or pell@lysator.liu.se), so we can keep
+ − 9 _one_ unified version of libident available...
+ − 10
+ − 11
+ − 12 FTP SITE:
+ − 13
+ − 14 The official FTP site and location for libident is:
+ − 15
+ − 16 ftp://ftp.lysator.liu.se/pub/ident/libs
+ − 17
+ − 18
+ − 19 COMMENTS:
+ − 20
+ − 21 This is the second stab at a small library to interface to the Ident
+ − 22 protocol server. Maybe this will work correctly on some machines.. :-)
+ − 23
+ − 24 The ident-tester.c file is a small daemon (to be started from Inetd)
+ − 25 that does an ident lookup on you if you telnet into it. Can be used
+ − 26 to verify that your Ident server is working correctly.
+ − 27
+ − 28 I'm currently running this "ident-tester" on port 114 at lysator.liu.se
+ − 29 (130.236.254.1) if you wish to test your server.
+ − 30
+ − 31 /Peter Eriksson <pen@lysator.liu.se>, 1 Aug 1992
+ − 32
+ − 33
+ − 34 This library now contains some higher-level routines, as well as a
+ − 35 similar test program to test these (lookup-tester).
+ − 36
+ − 37 /P�r Emanuelsson <pell@lysator.liu.se>, 4 April 1993
+ − 38
+ − 39
+ − 40 Support for NextStep 3.1 added.
+ − 41
+ − 42 /Michael Kuch <kuch@mailserv.zdv.uni-tuebingen.de>, 13 Aug 1993
+ − 43
+ − 44
+ − 45 Updated the ident.h header file to work with Linux, and reorganized the
+ − 46 Makefile for easier compilation...
+ − 47
+ − 48 /Peter Eriksson, 18 Oct 1994
+ − 49
+ − 50
+ − 51 Added the copyright notice at the top.
+ − 52
+ − 53 /Peter Eriksson, 29 Nov 1994
+ − 54
+ − 55
+ − 56 For release 0.18:
+ − 57
+ − 58 Added some bug fixes and improvements from Jean-Philippe Martin-Flatin
+ − 59 (syj@ecmwf.int).
+ − 60
+ − 61 /Peter Eriksson, 5 Oct 1995
+ − 62
+ − 63
+ − 64 For release 0.20:
+ − 65
+ − 66 Some cleanup of the distribution, and some bug fixes in the
+ − 67 ident-tester.c source. Perhaps it should be called 1.0? (Perhaps
+ − 68 it should use GNU Autoconf...)
+ − 69
+ − 70 /Peter Eriksson, 13 Nov 1996
+ − 71
+ − 72
+ − 73 For release 0.21:
+ − 74
+ − 75 A couple of minor fixes (mainly support for 2.11BSD).
+ − 76
+ − 77 /Peter Eriksson, 17 Jan 1997