Subversion Repositories

?revision_form?Rev ?revision_input??revision_submit??revision_endform?

Rev 25 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 25 Rev 26
1
Source: oidentd
1
Source: oidentd
2
Section: net
2
Section: net
3
Priority: extra
3
Priority: extra
4
Build-Depends: debhelper (>= 9), autotools-dev
4
Build-Depends: debhelper (>= 9), autotools-dev
5
Maintainer: Magnus Holmgren <holmgren@debian.org>
5
Maintainer: Magnus Holmgren <holmgren@debian.org>
6
Standards-Version: 3.9.8
6
Standards-Version: 3.9.8
7
Homepage: http://ojnk.sourceforge.net/
7
Homepage: http://ojnk.sourceforge.net/
8
Vcs-Browser: http://svn.kibibyte.se/oidentd
8
Vcs-Browser: http://svn.kibibyte.se/oidentd
9
Vcs-Svn: svn://svn.kibibyte.se/oidentd/trunk
9
Vcs-Svn: svn://svn.kibibyte.se/oidentd/trunk
10
10
11
Package: oidentd
11
Package: oidentd
12
Architecture: any
12
Architecture: any
13
Depends: ${shlibs:Depends}, ${misc:Depends}, netbase, adduser,
13
Depends: ${shlibs:Depends}, ${misc:Depends}, netbase, adduser,
14
 iproute2 | net-tools, lsb-base (>= 3.0-6)
14
 iproute2 | net-tools, lsb-base (>= 3.0-6)
15
Provides: ident-server
15
Provides: ident-server
16
Replaces: ident-server
16
Replaces: ident-server
17
Conflicts: ident-server, logcheck-database (<= 1.3.3)
17
Conflicts: ident-server, logcheck-database (<= 1.3.3)
18
Description: replacement ident daemon
18
Description: replacement ident daemon
19
 An ident (rfc1413) daemon for IPv4 and IPv6.
19
 An ident (rfc1413) daemon for IPv4 and IPv6.
20
 .
20
 .
21
 Oidentd allows users, given the proper permission, to specify the
21
 Oidentd allows users, given the proper permission, to specify the
22
 identd response that the server will output when a successful lookup 
22
 identd response that the server will output when a successful lookup 
23
 is completed.  Oidentd also allows for pseudo-random strings
23
 is completed.  Oidentd also allows for pseudo-random strings
24
 (either a prefix, such as "user," followed by a number between 0 and
24
 (either a prefix, such as "user," followed by a number between 0 and
25
 99999, or 10 pseudo-random characters of the  set 0-9A-Za-z) to be
25
 99999, or 10 pseudo-random characters of the  set 0-9A-Za-z) to be
26
 returned  upon the completion of a successful lookup instead of a
26
 returned  upon the completion of a successful lookup instead of a
27
 username or a UID.
27
 username or a UID.
28
 .
28
 .
29
 Oidentd supports IPv4 masqueraded connections, including netfilter.
29
 Oidentd supports IPv4 masqueraded connections, including netfilter.