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