diff options
author | Thorsten Kukuk <kukuk@thkukuk.de> | 2006-06-28 07:22:40 +0000 |
---|---|---|
committer | Thorsten Kukuk <kukuk@thkukuk.de> | 2006-06-28 07:22:40 +0000 |
commit | 62101bd49ce2f8b797d361c87762853c56d2481a (patch) | |
tree | 2a615da258847840fda55fb761714db4fd5ba83f /NEWS | |
parent | 421783d65ea2b7d80923378b8ef3c566ca63583c (diff) | |
download | pam-62101bd49ce2f8b797d361c87762853c56d2481a.tar.gz pam-62101bd49ce2f8b797d361c87762853c56d2481a.tar.bz2 pam-62101bd49ce2f8b797d361c87762853c56d2481a.zip |
Relevant BUGIDs:
Purpose of commit: new feature/big release cleanup
Commit summary:
---------------
Big cleanup to get 0.99.5.0 release done:
2006-06-28 Thorsten Kukuk <kukuk@thkukuk.de>
* bump version number to 0.99.5.0
* modules/pam_rhosts/pam_rhosts.c: New module, replaces
pam_rhosts_auth.so.
* modules/pam_rhosts/pam_rhosts.8.xml: New.
* modules/pam_rhosts/pam_rhosts.8: New, generated from XML source.
* modules/pam_rhosts/tst-pam_rhosts: New.
* modules/pam_rhosts/Makefile.am: Add pam_rhosts, generate
manual page and README.
* modules/pam_rhosts/README.xml: New.
* modules/pam_rhosts/reADME: Regenerated from XML source.
* doc/man/pam_sm_acct_mgmt.3.xml: Adjust syntax for module
writers guide.
* doc/man/pam_sm_authenticate.3.xml: Likewise.
* doc/man/pam_sm_chauthtok.3.xml: Likewise.
* doc/man/pam_sm_close_session.3.xml: Likewise.
* doc/man/pam_sm_open_session.3.xml: Likewise.
* doc/man/pam_sm_setcred.3.xml: Likewise.
* po/POTFILES.in: Add new source files.
* libpam/pam_static_modules.h: Add new modules.
* modules/pam_keyinit.c: Add _pam_keyinit_modstruct.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,6 +1,8 @@ Linux-PAM NEWS -- history of user-visible changes. +Release 0.99.5.0 + * pam_tally: Fix support for large UIDs * Fixed all problems found by Coverity * Add support for Intel C Compiler @@ -10,6 +12,11 @@ Linux-PAM NEWS -- history of user-visible changes. pam_rootok, pam_securetty, pam_shells, pam_userdb, pam_warn, pam_time, pam_limits, pam_debug, pam_tally * The libpam memory debug code was removed +* pam_keyinit: New module to initialise kernel session keyring. +* pam_namespace: New module to configure private namespace for a session. +* pam_rhosts: New module which replaces pam_rhosts_auth, now IPv6 capable. +* pam_rhosts_auth: This module is now deprecated. + Release 0.99.4.0 |