Subversion Repositories

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

Rev 18 | Rev 25 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 18 Rev 19
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.6
6
Standards-Version: 3.9.7
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, iproute2 | net-tools
13
Depends: ${shlibs:Depends}, ${misc:Depends}, netbase, adduser, iproute2 | net-tools
14
Provides: ident-server
14
Provides: ident-server
15
Replaces: ident-server
15
Replaces: ident-server
16
Conflicts: ident-server, logcheck-database (<= 1.3.3)
16
Conflicts: ident-server, logcheck-database (<= 1.3.3)
17
Description: replacement ident daemon
17
Description: replacement ident daemon
18
 An ident (rfc1413) daemon for IPv4 and IPv6.
18
 An ident (rfc1413) daemon for IPv4 and IPv6.
19
 .
19
 .
20
 Oidentd allows users, given the proper permission, to specify the
20
 Oidentd allows users, given the proper permission, to specify the
21
 identd response that the server will output when a successful lookup 
21
 identd response that the server will output when a successful lookup 
22
 is completed.  Oidentd also allows for pseudo-random strings
22
 is completed.  Oidentd also allows for pseudo-random strings
23
 (either a prefix, such as "user," followed by a number between 0 and
23
 (either a prefix, such as "user," followed by a number between 0 and
24
 99999, or 10 pseudo-random characters of the  set 0-9A-Za-z) to be
24
 99999, or 10 pseudo-random characters of the  set 0-9A-Za-z) to be
25
 returned  upon the completion of a successful lookup instead of a
25
 returned  upon the completion of a successful lookup instead of a
26
 username or a UID.
26
 username or a UID.
27
 .
27
 .
28
 Oidentd supports IPv4 masqueraded connections, including netfilter.
28
 Oidentd supports IPv4 masqueraded connections, including netfilter.