blob: eeaa0b56d2989599417472d82fbf84d2be7cc086 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
This is Erik E. Fair's implementation of identd:
A proper identification protocol (RFC 1413) implementation,
providing all the utility, security, and authentication of
all other implementations of this protocol, without all the
expensive and pointless grovelling in /dev/kmem.
Careful design and software engineering makes this software
efficient, fast, compact, scalable, and completely maintenance
free.
Anyone who feels the need to use a daemon more complex than
this one should go read section 6 of RFC 1413 very carefully,
and think again.
Erik E. Fair <fair@clock.org>, February 1, 2000
|