1 [COPY] --- T2-COPYRIGHT-NOTE-BEGIN ---
2 [COPY] T2 SDE: package/*/slidentd/slidentd.desc
3 [COPY] Copyright (C) 2004 - 2021 The T2 SDE Project
4 [COPY] Copyright (C) 1998 - 2003 ROCK Linux Project
6 [COPY] This Copyright note is generated by scripts/Create-CopyPatch,
7 [COPY] more information can be found in the files COPYING and README.
9 [COPY] This program is free software; you can redistribute it and/or modify
10 [COPY] it under the terms of the GNU General Public License version 2.
11 [COPY] --- T2-COPYRIGHT-NOTE-END ---
13 [I] A secure and lightweight ident (RFC1413) daemon for Linux
15 [T] slidentd is a minimal ident (RFC1413) daemon which runs from inetd,
16 [T] xinetd, or tcpserver. It is similar in purpose to pidentd, which is
17 [T] installed with most Linux systems. However its design goals are somewhat
18 [T] different. It was written because the author wanted a very small, simple
19 [T] daemon that would not give out any sensitive information (such as
20 [T] usernames). In this regard it is not RFC compliant (RFC 1413 requires
21 [T] the daemon to be insecure by default with secure settings as an option).
22 [T] Instead of returning the username it returns a random token, but
23 [T] logs both the token and the actual username.
25 [U] http://www.uncarved.com/slidentd/
28 [M] The T2 Project <t2@t2-project.org>
30 [C] extra/network extra/server
35 [P] X -----5---9 201.000
37 [O] var_append makeopt " " "INCLUDES=-I/usr/include/libowfat"
38 [O] makeinstopt="$makeopt install"
40 [D] e952b1b0d57ff68d3926afe69af9de7e04a43ae9efb6ec46620ef1fd slidentd-1.0.0.tar.gz http://www.uncarved.com/slidentd/
43 [O] makeopt="INCLUDES='-I/usr/include/libowfat' LIBDIRS='-L/usr/lib' DESTDIR='$prefix' install"