masqmail
diff src/libident/README @ 0:08114f7dcc23
this is masqmail-0.2.21 from oliver kurth
author | meillo@marmaro.de |
---|---|
date | Fri, 26 Sep 2008 17:05:23 +0200 |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/src/libident/README Fri Sep 26 17:05:23 2008 +0200 1.3 @@ -0,0 +1,77 @@ 1.4 +COPYRIGHT ISSUES: 1.5 + 1.6 + This version of 'libident' is hereby released into the 1.7 + Public Domain. It may be distributed for a fee or without 1.8 + a fee. We only ask you not to pretend you wrote it. 1.9 + 1.10 +If you make any changes, please send sources or a diff of it to 1.11 +us (pen@lysator.liu.se or pell@lysator.liu.se), so we can keep 1.12 +_one_ unified version of libident available... 1.13 + 1.14 + 1.15 +FTP SITE: 1.16 + 1.17 +The official FTP site and location for libident is: 1.18 + 1.19 + ftp://ftp.lysator.liu.se/pub/ident/libs 1.20 + 1.21 + 1.22 +COMMENTS: 1.23 + 1.24 +This is the second stab at a small library to interface to the Ident 1.25 +protocol server. Maybe this will work correctly on some machines.. :-) 1.26 + 1.27 +The ident-tester.c file is a small daemon (to be started from Inetd) 1.28 +that does an ident lookup on you if you telnet into it. Can be used 1.29 +to verify that your Ident server is working correctly. 1.30 + 1.31 +I'm currently running this "ident-tester" on port 114 at lysator.liu.se 1.32 +(130.236.254.1) if you wish to test your server. 1.33 + 1.34 +/Peter Eriksson <pen@lysator.liu.se>, 1 Aug 1992 1.35 + 1.36 + 1.37 +This library now contains some higher-level routines, as well as a 1.38 +similar test program to test these (lookup-tester). 1.39 + 1.40 +/Pär Emanuelsson <pell@lysator.liu.se>, 4 April 1993 1.41 + 1.42 + 1.43 +Support for NextStep 3.1 added. 1.44 + 1.45 +/Michael Kuch <kuch@mailserv.zdv.uni-tuebingen.de>, 13 Aug 1993 1.46 + 1.47 + 1.48 +Updated the ident.h header file to work with Linux, and reorganized the 1.49 +Makefile for easier compilation... 1.50 + 1.51 +/Peter Eriksson, 18 Oct 1994 1.52 + 1.53 + 1.54 +Added the copyright notice at the top. 1.55 + 1.56 +/Peter Eriksson, 29 Nov 1994 1.57 + 1.58 + 1.59 +For release 0.18: 1.60 + 1.61 +Added some bug fixes and improvements from Jean-Philippe Martin-Flatin 1.62 +(syj@ecmwf.int). 1.63 + 1.64 +/Peter Eriksson, 5 Oct 1995 1.65 + 1.66 + 1.67 +For release 0.20: 1.68 + 1.69 +Some cleanup of the distribution, and some bug fixes in the 1.70 +ident-tester.c source. Perhaps it should be called 1.0? (Perhaps 1.71 +it should use GNU Autoconf...) 1.72 + 1.73 +/Peter Eriksson, 13 Nov 1996 1.74 + 1.75 + 1.76 +For release 0.21: 1.77 + 1.78 +A couple of minor fixes (mainly support for 2.11BSD). 1.79 + 1.80 +/Peter Eriksson, 17 Jan 1997