Rev 10 | Rev 15 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
3 | magnus | 1 | Source: oidentd |
2 | Section: net |
||
3 | Priority: extra |
||
11 | magnus | 4 | Build-Depends: debhelper (>= 9), autotools-dev |
4 | magnus | 5 | Maintainer: Magnus Holmgren <holmgren@debian.org> |
10 | magnus | 6 | Standards-Version: 3.9.6 |
3 | magnus | 7 | Homepage: http://ojnk.sourceforge.net/ |
4 | magnus | 8 | Vcs-Browser: http://svn.kibibyte.se/oidentd |
9 | Vcs-Svn: http://svn.kibibyte.se/oidentd/trunk |
||
3 | magnus | 10 | |
11 | Package: oidentd |
||
12 | Architecture: any |
||
13 | Depends: ${shlibs:Depends}, ${misc:Depends}, netbase, adduser, iproute2 | net-tools |
||
14 | Provides: ident-server |
||
15 | Replaces: ident-server |
||
16 | Conflicts: ident-server, logcheck-database (<= 1.3.3) |
||
17 | Description: replacement ident daemon |
||
18 | An ident (rfc1413) daemon for IPv4 and IPv6. |
||
19 | . |
||
20 | Oidentd allows users, given the proper permission, to specify the |
||
21 | identd response that the server will output when a successful lookup |
||
22 | is completed. Oidentd also allows for pseudo-random strings |
||
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 |
||
25 | returned upon the completion of a successful lookup instead of a |
||
26 | username or a UID. |
||
27 | . |
||
28 | Oidentd supports IPv4 masqueraded connections, including netfilter. |