From 55b38f5e11e9f11fe6ea9692722d4b86b9ae0be9 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Fri, 28 Mar 2014 00:21:04 +0200 Subject: [PATCH] Fix docs, raise version number to get in synch with the ftp. --- NEWS | 24 +++++++++++++++++++++--- README | 27 ++++----------------------- configure.ac | 2 +- 3 files changed, 26 insertions(+), 27 deletions(-) diff --git a/NEWS b/NEWS index d4995cc..e88a8e2 100644 --- a/NEWS +++ b/NEWS @@ -1,15 +1,33 @@ -pam-modules -- history of user-visible changes. 2014-02-11 +pam-modules -- history of user-visible changes. 2014-03-28 Copyright (C) 2001, 2004-2005, 2007-2012, 2014 Sergey Poznyakoff See the end of file for copying conditions. -Please send radius bug reports to +Please send pam-modules bug reports to -Version 1.7.92, Git +Version 1.8.92, (Git) + +Bugfixes + + +Version 1.8, 2013-07-29 * pam_ldaphome + +This module creates the user home directory, if it does not +already exist, and updates his `.ssh/authorized_keys' file with the +keys from the LDAP database. + * pam_umotd +Pam_umotd displays a user-specific message of the day. The text can +be taken either from a disk file, or read from the standard output of +a program launched for that purpose. This module is Linux-specific. + +* Bugfixes +** pam_fshadow made reentrant + + Version 1.7, 2011-04-08 diff --git a/README b/README index 16c82ff..7d1ad1e 100644 --- a/README +++ b/README @@ -52,29 +52,10 @@ The applications-specific options are: e.g.: ./configure --without-crypt-lib LDFLAGS=... - - --disable-fshadow - Disable pam_fshadow module. - - --disable-log - Disable pam_log module. - - --disable-regex - Disable pam_regex module. - - --without-mysql - Do not build pam_mysql - --without-pgsql - --without-postgres - Do not build pam_pgsql - - --without-sql - Do not build SQL-dependent modules (i.e. pam_mysql and - pam_pgsql) - - --with-pamdir=DIR - Install PAM modiles in DIR (default is PREFIX/lib/security) +Building of each particular MODULE can be disabled using the +--disable-MODULE command line option. See the documentation for +the list of available modules. ** Run make @@ -92,7 +73,7 @@ Send bug reports to . Read the chapter * Copyright information: -Copyright (C) 2001, 2004-2005, 2007, 2009-2012 Sergey Poznyakoff +Copyright (C) 2001, 2004-2005, 2007, 2009-2014 Sergey Poznyakoff Permission is granted to anyone to make or distribute verbatim copies of this document as received, in any medium, provided that the diff --git a/configure.ac b/configure.ac index 87e35c1..77b9dcb 100644 --- a/configure.ac +++ b/configure.ac @@ -16,7 +16,7 @@ AC_PREREQ(2.63) -AC_INIT(pam-modules, 1.7.92, bug-pam-modules@gnu.org.ua) +AC_INIT(pam-modules, 1.8.92, bug-pam-modules@gnu.org.ua) AC_CONFIG_SRCDIR(pam_fshadow/pam_fshadow.c) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4])