Rev 25 | Rev 33 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 25 | Rev 27 | ||
|---|---|---|---|
| Line 1... | Line 1... | ||
| 1 | Source: oidentd |
1 | Source: oidentd |
| 2 | Section: net |
2 | Section: net |
| 3 | Priority: extra |
3 | Priority: optional |
| 4 | Build-Depends: debhelper (>= 9), autotools-dev |
4 | Build-Depends: debhelper (>= 11), |
| - | 5 | bison, flex, libcap-ng-dev, |
|
| - | 6 | libnetfilter-conntrack-dev |
|
| 5 | Maintainer: Magnus Holmgren <holmgren@debian.org> |
7 | Maintainer: Magnus Holmgren <holmgren@debian.org> |
| 6 | Standards-Version: 3.9.8 |
8 | Standards-Version: 4.1.4 |
| 7 | Homepage: http://ojnk.sourceforge.net/ |
9 | Homepage: https://oidentd.janikrabe.com/ |
| 8 | Vcs-Browser: http://svn.kibibyte.se/oidentd |
10 | Vcs-Browser: http://svn.kibibyte.se/oidentd |
| 9 | Vcs-Svn: svn://svn.kibibyte.se/oidentd/trunk |
11 | Vcs-Svn: svn://svn.kibibyte.se/oidentd/trunk |
| 10 | 12 | ||
| 11 | Package: oidentd |
13 | Package: oidentd |
| 12 | Architecture: any |
14 | Architecture: any |
| Line 17... | Line 19... | ||
| 17 | Conflicts: ident-server, logcheck-database (<= 1.3.3) |
19 | Conflicts: ident-server, logcheck-database (<= 1.3.3) |
| 18 | Description: replacement ident daemon |
20 | Description: replacement ident daemon |
| 19 | An ident (rfc1413) daemon for IPv4 and IPv6. |
21 | An ident (rfc1413) daemon for IPv4 and IPv6. |
| 20 | . |
22 | . |
| 21 | Oidentd allows users, given the proper permission, to specify the |
23 | Oidentd allows users, given the proper permission, to specify the |
| 22 | identd response that the server will output when a successful lookup |
24 | identd response that the server will output when a successful lookup |
| 23 | is completed. Oidentd also allows for pseudo-random strings |
25 | is completed. Oidentd also allows for pseudo-random strings |
| 24 | (either a prefix, such as "user," followed by a number between 0 and |
26 | (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 |
27 | 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 |
28 | returned upon the completion of a successful lookup instead of a |
| 27 | username or a UID. |
29 | username or a UID. |