File: control

package info (click to toggle)
checkpw 1.02-1.1
  • links: PTS
  • area: main
  • in suites: bullseye, buster, jessie, jessie-kfreebsd, stretch
  • size: 552 kB
  • sloc: ansic: 2,169; makefile: 396; sh: 189
file content (19 lines) | stat: -rw-r--r-- 623 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: checkpw
Section: mail
Priority: optional
Maintainer: Gerrit Pape <pape@smarden.org>
Standards-Version: 3.7.2.2

Package: checkpw
Architecture: any
Depends: ${shlibs:Depends}
Description: checks password which is stored in ~/Maildir/.password
 checkpw is an implementation of the checkpassword interface that checks a
 password against a ``.password'' file in the user's Maildir. The password
 file has read and write permissions to the user only.
 .
 The code is in the public domain.
 .
 The original checkpassword program and interface specification is written
 by D. J. Bernstein:
 http://cr.yp.to/checkpwd.html