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