diff options
-rw-r--r-- | INSTALL | 1 | ||||
-rw-r--r-- | README | 3 | ||||
-rw-r--r-- | changelog | 1 | ||||
-rw-r--r-- | contrib/README.txt | 2 | ||||
-rw-r--r-- | md5.c | 2 | ||||
-rw-r--r-- | md5_crypt.c | 2 | ||||
-rw-r--r-- | pam_pwdfile.c | 4 |
7 files changed, 0 insertions, 15 deletions
@@ -1,5 +1,4 @@ INSTALL for pam_pwdfile PAM module - Charl P. Botha <cpbotha@ieee.org> -$Id: INSTALL,v 1.4 2001-04-17 21:18:15 cpbotha Exp $ --------------------------------------------------------------------------- This file is the quick and dirty on how to get pam_pwdfile compiled on your @@ -1,9 +1,6 @@ README for pam_pwdfile PAM module - Charl P. Botha <cpbotha@ieee.org> -$Id: README,v 1.12 2003-12-20 19:21:19 cpbotha Exp $ --------------------------------------------------------------------------- -This is version 0.99 of pam_pwdfile. - This pam module can be used for the authentication service only, in cases where one wants to use a different set of passwords than those in the main system password database. E.g. in our case we have an imap server running, @@ -1,5 +1,4 @@ changelog for pam_pwdfile PAM module - Charl P. Botha <cpbotha@ieee.org> -$Id: changelog,v 1.20 2003-12-20 19:30:57 cpbotha Exp $ --------------------------------------------------------------------------- 0.99 : Sat Dec 20 20:30:37 CET 2003 diff --git a/contrib/README.txt b/contrib/README.txt index a8c8462..1c0f886 100644 --- a/contrib/README.txt +++ b/contrib/README.txt @@ -1,5 +1,3 @@ -$Id: README.txt,v 1.3 2003-07-07 15:09:41 cpbotha Exp $ - * Makefile.standalone-0.95 and pam-pwdfile.spec were contributed by Jason F. McBrayer <jason@xeran.com>. You can use these for building RPMs of pam_pwdfile; you should also be able to use the Makefile to build @@ -1,6 +1,4 @@ /* - * $Id: md5.c,v 1.1 2002-05-11 14:42:35 cpbotha Exp $ - * * This code implements the MD5 message-digest algorithm. * The algorithm is due to Ron Rivest. This code was * written by Colin Plumb in 1993, no copyright is claimed. diff --git a/md5_crypt.c b/md5_crypt.c index 7871b45..639b1d3 100644 --- a/md5_crypt.c +++ b/md5_crypt.c @@ -1,6 +1,4 @@ /* - * $Id: md5_crypt.c,v 1.1 2002-05-11 14:42:35 cpbotha Exp $ - * * ---------------------------------------------------------------------------- * "THE BEER-WARE LICENSE" (Revision 42): * <phk@login.dknet.dk> wrote this file. As long as you retain this notice you diff --git a/pam_pwdfile.c b/pam_pwdfile.c index 4e8805d..9b96fe3 100644 --- a/pam_pwdfile.c +++ b/pam_pwdfile.c @@ -1,13 +1,9 @@ /* pam_pwdfile.c copyright 1999-2003 by Charl P. Botha <cpbotha@ieee.org> * - * $Id: pam_pwdfile.c,v 1.18 2003-12-20 19:21:19 cpbotha Exp $ - * * pam authentication module that can be pointed at any username/crypted * text file so that pam using application can use an alternate set of * passwords than specified in system password database * - * version 0.99 - * * Copyright (c) Charl P. Botha, 1999-2003. All rights reserved * * Redistribution and use in source and binary forms, with or without |