1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89
|
Source: sident
Section: net
Priority: extra
Maintainer: Russ Allbery <rra@debian.org>
Build-Depends: debhelper (>= 4.0.0), perl (>= 5.6.0-16), libkrb5-dev
Standards-Version: 3.7.2
Package: sidentd
Architecture: any
Depends: ${shlibs:Depends}, update-inetd, tcpd
Recommends: krb5-user | heimdal-clients | kerberos4kth-clients
Description: Authenticate to network services via S/Ident
A daemon run from inetd or an equivalent which responds to network
authentication requests in the S/Ident protocol. S/Ident is a modified
version of the standard ident protocol that adds SASL-based
authentication. Currently, only Kerberos v4 and Kerberos v5 GSS-API
authentication are supported. sidentd can also optionally serve as a
conventional ident responder.
.
WARNING: The S/Ident protocol is inherently vulnerable to an active
man-in-the-middle attack. Make sure that this is acceptable for your
application before using it for authentication.
.
Homepage: http://www.eyrie.org/~eagle/software/sident/
Package: libsident0
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Description: Shared libraries to do S/Ident authentication
S/Ident is a modified version of the standard ident protocol that adds
SASL-based authentication. libsident is a requester implementation, used
to send S/Ident queries to a remote system that has connected to a local
service. Currently, only Kerberos v4 and Kerberos v5 GSS-API
authentication are supported, and the user of this library must have
access to an appropriate srvtab or keytab. In a pinch, this library can
also be used to send normal ident queries, but there are better libraries
for that.
.
This package contains the shared library.
.
WARNING: The S/Ident protocol is inherently vulnerable to an active
man-in-the-middle attack. Make sure that this is acceptable for your
application before using it for authentication.
.
Homepage: http://www.eyrie.org/~eagle/software/sident/
Package: libsident0-dev
Section: libdevel
Architecture: any
Depends: libsident0 (= ${Source-Version})
Description: Development files to do S/Ident authentication
S/Ident is a modified version of the standard ident protocol that adds
SASL-based authentication. libsident is a requester implementation, used
to send S/Ident queries to a remote system that has connected to a local
service. Currently, only Kerberos v4 and Kerberos v5 GSS-API
authentication are supported, and the user of this library must have
access to an appropriate srvtab or keytab. In a pinch, this library can
also be used to send normal ident queries, but there are better libraries
for that.
.
This package contains the symlinks, headers, and static library needed to
compile and link programs that use libsident.
.
WARNING: The S/Ident protocol is inherently vulnerable to an active
man-in-the-middle attack. Make sure that this is acceptable for your
application before using it for authentication.
.
Homepage: http://www.eyrie.org/~eagle/software/sident/
Package: libnet-sident-perl
Section: perl
Architecture: any
Depends: ${shlibs:Depends}, ${perl:Depends}
Description: Perl library to do S/Ident authentication
S/Ident is a modified version of the standard ident protocol that adds
SASL-based authentication. These are Perl bindings to the libsident C
library to send S/Ident queries to a remote system that has connected to
a local service. Currently, only Kerberos v4 and Kerberos v5 GSS-API
authentication are supported, and the user of this library must have
access to an appropriate srvtab or keytab. In a pinch, this library can
also be used to send normal ident queries, but there are better libraries
for that.
.
WARNING: The S/Ident protocol is inherently vulnerable to an active
man-in-the-middle attack. Make sure that this is acceptable for your
application before using it for authentication.
.
Homepage: http://www.eyrie.org/~eagle/software/sident/
|