aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimo Weingärtner <timo@tiwe.de>2024-06-17 13:35:39 +0200
committerTimo Weingärtner <timo@tiwe.de>2024-06-17 13:56:44 +0200
commit79feccdedaddc55e05ef547132e13bfc383c5733 (patch)
tree7f9609e97098b12f2447e1275e9984636bb2193a
parent23197987c2d4e610e6ff1f5e60e453ff871772c4 (diff)
downloadlibpam-pwdfile-79feccdedaddc55e05ef547132e13bfc383c5733.tar.gz
adapt descriptions to upstream changes
removed legacy crypt types and corresponding files
-rw-r--r--debian/control3
-rw-r--r--debian/copyright18
2 files changed, 1 insertions, 20 deletions
diff --git a/debian/control b/debian/control
index ae45a82..61bdaa0 100644
--- a/debian/control
+++ b/debian/control
@@ -15,5 +15,4 @@ Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: PAM module allowing authentication via an /etc/passwd-like file
This PAM module lets you use an arbitrarily-named text file similar in
- structure to /etc/passwd to authenticate users. It supports libc's crypt
- plus md5crypt with a broken md5 and Digital UNIX's bigcrypt.
+ structure to /etc/passwd to authenticate users.
diff --git a/debian/copyright b/debian/copyright
index abaf8f9..7823e6e 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -8,24 +8,6 @@ Copyright:
2012-2013 Timo Weingärtner <timo@tiwe.de>
License: PAM
-Files: bigcrypt.c
-Copyright: Andy Phillips <atp@mssl.ucl.ac.uk>
-License: PAM
-Comment: The file does not have an explicit License but was meant as a
- contribution to Linux-PAM
-
-Files: md5.c
-Copyright: 1993 Colin Plumb
-License: Public Domain
- Public Domain
-
-Files: md5_crypt.c
-Copyright: Poul-Henning Kamp <phk@login.dknet.dk>
-License: "THE BEER-WARE LICENSE" (Revision 42):
- <phk@login.dknet.dk> wrote this file. As long as you retain this notice you
- can do whatever you want with this stuff. If we meet some day, and you think
- this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
-
Files: debian/*
Copyright:
1999-2000 Michael-John Turner <mj@debian.org>