• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

admin/H19-Jan-2004-10,5538,447

AUTHORSH A D19-Jan-2004546 2616

COPYINGH A D19-Jan-2004674 1913

ChangeLogH A D11-Aug-20032.2 KiB

INSTALLH A D16-Dec-20039 KiB230175

Makefile.amH A D18-Jan-2004569 2318

Makefile.inH A D18-Jan-200426.6 KiB792690

NEWSH A D18-Jan-2004863 2819

READMEH A D19-Jan-20041.1 KiB3523

aclocal.m4H A D18-Jan-2004235.6 KiB6,8206,061

config.h.inH A D18-Jan-20042.9 KiB11375

configureH A D18-Jan-2004676 KiB21,59217,454

configure.acH A D18-Jan-20041.5 KiB5847

id_close.cH A D10-Aug-2003401 2816

id_open.cH A D18-Jan-20044.1 KiB211164

id_parse.cH A D10-Aug-20033.5 KiB207154

id_query.cH A D10-Aug-20031.1 KiB6748

ident-tester.cH A D11-Aug-20035.1 KiB229182

ident.3H A D11-Aug-20036.4 KiB293286

ident.cH A D11-Aug-20033.6 KiB180132

ident.hH A D11-Aug-20032.4 KiB10061

identtestd-xinetdH A D11-Aug-2003371 1614

in.identtestd.8H A D11-Aug-20031.4 KiB6353

lookup-tester.cH A D11-Aug-20031.2 KiB5936

sockaddr.m4H A D23-Nov-20032.4 KiB7769

support.cH A D10-Aug-20031.1 KiB8045

README

1Libident C library
2-------------------
3
4  This is a library which provides a simple interface to the Ident protocol
5on the client side. It is meant to be used by daemons to try to authenticate
6users using the Ident protocol. For this to work, users need to have an Ident
7server running on the system from which they are connected.
8
9See also:
10  COPYING for copyright issues,
11  AUTHORS for authoring informations,
12  NEWS for changes between releases,
13  INSTALL for general compilation and installation instructions.
14
15
16The official FTP site and location for libident was:
17
18	ftp://ftp.lysator.liu.se/pub/ident/libs
19
20However, it seems to be unmaintained and I couldn't reach Peter Eriksson,
21the original author, so far. Newer versions of the library may be found at:
22
23	http://rdenisc.free.fr/libident/
24
25
26  The ident-tester.c file is a small daemon (to be started from Inetd)
27that does an ident lookup on you if you telnet into it. Can be used
28to verify that your Ident server is working correctly.
29
30--
31R�mi Denis-Courmont <rdenis@simphalempin.com>, 19 Jan 2004
32based on original work by
33Peter Eriksson <pen@lysator.liu.se>, 1 Aug 1992.
34
35