diff options
author | Thorsten Kukuk <kukuk@thkukuk.de> | 2006-01-12 15:34:49 +0000 |
---|---|---|
committer | Thorsten Kukuk <kukuk@thkukuk.de> | 2006-01-12 15:34:49 +0000 |
commit | 15d1bd639b095fe63c164dcb5ba8977e8eecb73b (patch) | |
tree | c233e06b20af14146282a48a44846072ed3e756b /NEWS | |
parent | 94483545da687d9dba81175575d07ba9f77a3eb5 (diff) | |
download | pam-15d1bd639b095fe63c164dcb5ba8977e8eecb73b.tar.gz pam-15d1bd639b095fe63c164dcb5ba8977e8eecb73b.tar.bz2 pam-15d1bd639b095fe63c164dcb5ba8977e8eecb73b.zip |
Relevant BUGIDs: none
Purpose of commit: new feature
Commit summary:
---------------
2006-01-12 Thorsten Kukuk <kukuk@thkukuk.de>
* configure.in: Add check for -fpie/-pie
* modules/pam_filter/upperLOWER/Makefile.am: Compile/link
upperLOWER with -fpie/-pie if supported.
* modules/pam_unix/Makefile.am: Compile/link unix_chkpwd
with -fpie/-pie if supported.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,9 +1,10 @@ Linux-PAM NEWS -- history of user-visible changes. * Fix NULL pointer checks in libpam.so -* pam_succeed_if, pam_group, pam_time: Support netgroup matching. +* pam_succeed_if, pam_group, pam_time: Support netgroup matching * New translations for: nb, hu * Audit PAM calls if Linux Audit is available +* Compile upperLOWER and unix_chkpwd as PIE binaries Release 0.99.2.1 |