diff options
author | Thorsten Kukuk <kukuk@thkukuk.de> | 2010-06-22 16:26:28 +0000 |
---|---|---|
committer | Thorsten Kukuk <kukuk@thkukuk.de> | 2010-06-22 16:26:28 +0000 |
commit | 53d8f564d1de7188d6bab82f51015ea4e9b78db2 (patch) | |
tree | 9e215a2f5c0cc7758653665bc444066a08c173a2 /ChangeLog | |
parent | 40b7b3f621fe56a03dd21cab49507b41312d16fa (diff) | |
download | pam-53d8f564d1de7188d6bab82f51015ea4e9b78db2.tar.gz pam-53d8f564d1de7188d6bab82f51015ea4e9b78db2.tar.bz2 pam-53d8f564d1de7188d6bab82f51015ea4e9b78db2.zip |
Relevant BUGIDs: 3004656
Purpose of commit: bugfix
Commit summary:
---------------
2010-06-22 Thorsten Kukuk <kukuk@thkukuk.de>
* modules/pam_umask/pam_umask.8.xml: Remove comparisation of
gid and uid for usergroups.
* modules/pam_umask/pam_umask.c (setup_limits_from_gecos): Likewise.
Bug #3004656
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2010-06-22 Thorsten Kukuk <kukuk@thkukuk.de> + * modules/pam_umask/pam_umask.8.xml: Remove comparisation of + gid and uid for usergroups. + * modules/pam_umask/pam_umask.c (setup_limits_from_gecos): Likewise. + Bug #3004656 + * configure.in: Don't check for libxcrypt if no xcrypt.h exists, fix typo introduced with 1.1.1. Reported by Diego Elio “Flameeyes” Pettenò. |