1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158
|
Source: oath-toolkit
Section: devel
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Uploaders:
Simon Josefsson <simon@josefsson.org>,
Build-Depends:
debhelper-compat (= 13),
dpkg-dev (>= 1.22.5),
faketime <!nocheck>,
gengetopt,
help2man,
libpam0g-dev,
libxml2-utils,
libxmlsec1-dev,
pkgconf,
Standards-Version: 4.7.3
Homepage: https://www.nongnu.org/oath-toolkit/
Vcs-Browser: https://salsa.debian.org/debian/oath-toolkit
Vcs-Git: https://salsa.debian.org/debian/oath-toolkit.git
Package: liboath-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
liboath0t64 (= ${binary:Version}),
${misc:Depends},
Description: Development files for the OATH Toolkit Liboath library
OATH Toolkit provide components to build one-time password
authentication systems. It contains shared C libraries, command line
tools and a PAM module. Supported technologies include the
event-based HOTP algorithm (RFC 4226), the time-based TOTP algorithm
(RFC 6238), and Portable Symmetric Key Container (PSKC, RFC 6030) to
manage secret key data. OATH stands for Open AuTHentication, which is
the organization that specify the algorithms.
.
This package contain all files necessary for developing programs that
use Liboath.
Package: liboath0t64
Provides:
${t64:Provides},
Replaces:
liboath0,
Breaks:
liboath0 (<< ${source:Version}),
Section: libs
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
${shlibs:Depends},
Description: OATH Toolkit Liboath library
OATH Toolkit provide components to build one-time password
authentication systems. It contains shared C libraries, command line
tools and a PAM module. Supported technologies include the
event-based HOTP algorithm (RFC 4226), the time-based TOTP algorithm
(RFC 6238), and Portable Symmetric Key Container (PSKC, RFC 6030) to
manage secret key data. OATH stands for Open AuTHentication, which is
the organization that specify the algorithms.
.
This package includes the Liboath shared library that is used by
applications. You normally don't need to install it manually.
Package: libpam-oath
Section: admin
Architecture: any
Depends:
libpam-runtime,
${misc:Depends},
${shlibs:Depends},
Description: OATH Toolkit libpam_oath PAM module
OATH Toolkit provide components to build one-time password
authentication systems. It contains shared C libraries, command line
tools and a PAM module. Supported technologies include the
event-based HOTP algorithm (RFC 4226), the time-based TOTP algorithm
(RFC 6238), and Portable Symmetric Key Container (PSKC, RFC 6030) to
manage secret key data. OATH stands for Open AuTHentication, which is
the organization that specify the algorithms.
.
This package contain a PAM module to authenticate users against
a local file-based OATH database.
Package: libpskc-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
libpskc0t64 (= ${binary:Version}),
${misc:Depends},
Description: Development files for the OATH Toolkit Libpskc library
OATH Toolkit provide components to build one-time password
authentication systems. It contains shared C libraries, command line
tools and a PAM module. Supported technologies include the
event-based HOTP algorithm (RFC 4226), the time-based TOTP algorithm
(RFC 6238), and Portable Symmetric Key Container (PSKC, RFC 6030) to
manage secret key data. OATH stands for Open AuTHentication, which is
the organization that specify the algorithms.
.
This package contain all files necessary for developing programs that
use Libpskc.
Package: libpskc0t64
Provides:
${t64:Provides},
Replaces:
libpskc0,
Breaks:
libpskc0 (<< ${source:Version}),
Section: libs
Architecture: any
Multi-Arch: same
Depends:
${misc:Depends},
${shlibs:Depends},
Description: OATH Toolkit Libpskc library
OATH Toolkit provide components to build one-time password
authentication systems. It contains shared C libraries, command line
tools and a PAM module. Supported technologies include the
event-based HOTP algorithm (RFC 4226), the time-based TOTP algorithm
(RFC 6238), and Portable Symmetric Key Container (PSKC, RFC 6030) to
manage secret key data. OATH stands for Open AuTHentication, which is
the organization that specify the algorithms.
.
This package includes the Libpskc shared library that is used by
applications. You normally don't need to install it manually.
Package: oathtool
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends},
Description: OATH Toolkit oathtool command line tool
OATH Toolkit provide components to build one-time password
authentication systems. It contains shared C libraries, command line
tools and a PAM module. Supported technologies include the
event-based HOTP algorithm (RFC 4226), the time-based TOTP algorithm
(RFC 6238), and Portable Symmetric Key Container (PSKC, RFC 6030) to
manage secret key data. OATH stands for Open AuTHentication, which is
the organization that specify the algorithms.
.
This package contains the OATH Toolkit "oathtool" command line tool.
Package: pskctool
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends},
Description: OATH Toolkit pskctool command line tool
OATH Toolkit provide components to build one-time password
authentication systems. It contains shared C libraries, command line
tools and a PAM module. Supported technologies include the
event-based HOTP algorithm (RFC 4226), the time-based TOTP algorithm
(RFC 6238), and Portable Symmetric Key Container (PSKC, RFC 6030) to
manage secret key data. OATH stands for Open AuTHentication, which is
the organization that specify the algorithms.
.
This package contains the OATH Toolkit "pskctool" command line tool.
|