]> granicus.if.org Git - linux-pam/blobdiff - ChangeLog
Relevant BUGIDs:
[linux-pam] / ChangeLog
index 143fb2e9c319bf053d4e4ca613250e4ae18c8c83..183055059c407cccaf8b757660ca324bd60b36df 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,105 @@
+2010-01-04  Elad <el.il@doom.co.il>
+
+       * po/he.po: New translation to Hebrew.
+       * po/LINGUAS: Add Hebrew to the list.
+
+2009-12-16  Thorsten Kukuk  <kukuk@suse.de>
+
+       * release version 1.1.1
+       
+       * NEWS: Adjust for 1.1.1
+       * configure.in: Likewise.
+       * doc/adg/Linux-PAM_ADG.xml: Likewise.
+       * doc/mwg/Linux-PAM_MWG.xml: Likewise.
+       * doc/sag/Linux-PAM_SAG.xml: Likewise.
+       * po/*.po: Regenerated.
+
+2009-12-08  Thorsten Kukuk  <kukuk@thkukuk.de>
+
+       * configure.in: Rename DEBUG to PAM_DEBUG.
+       * libpam/pam_env.c: Likewise
+       * libpam/pam_handlers.c: Likewise
+       * libpam/pam_miscc.c: Likewise
+       * libpam/pam_password.c: Likewise
+       * libpam/include/security/_pam_macros.h: Likewise
+       * libpamc/test/modules/pam_secret.c: Likewise
+       * modules/pam_group/pam_group.c: Likewise
+       * modules/pam_listfile/pam_listfile.c: Likewise
+       * modules/pam_unix/pam_unix_auth.c: Likewise
+       * modules/pam_unix/pam_unix_passwd.c: Likewise
+
+2009-12-08  Tomas Mraz  <t8m@centrum.cz>
+
+       * modules/pam_unix/passverify.c(unix_update_shadow): Create a shadow
+       entry if not present in the file.
+
+       * modules/pam_listfile/pam_listfile.c(pam_sm_authenticate): Remove
+       unused function and variable.
+
+2009-11-19  Tomas Mraz  <t8m@centrum.cz>
+
+       * modules/pam_sepermit/pam_sepermit.c(sepermit_match): Return
+       PAM_AUTH_ERR from the module if sepermit_lock() fails.
+
+2009-11-18  Tomas Mraz  <t8m@centrum.cz>
+
+       * modules/pam_access/pam_access.c(user_match): Revert the netgroup
+       match to the original behavior, add new syntax for adding the local
+       hostname.
+       * modules/pam_access/access.conf.5.xml: Document the new syntax
+       for adding the local hostname to the netgroup match.
+
+2009-11-10  Thorsten Kukuk  <kukuk@suse.de>
+
+       * doc/man/pam_get_authtok.3.xml: Document pam_get_authtok_noverify
+       and pam_get_authtok_verify.
+
+       * libpam/Makefile.am (libpam_la_LDFLAGS): Bump revesion of libpam.
+
+       * libpam/pam_get_authtok.c (pam_get_authtok_internal): Renamed
+       from pam_get_authtok, add flags argument, always check return
+       values.
+
+       * modules/pam_cracklib/pam_cracklib.c (pam_sm_chauthtok): Use
+       pam_get_authtok_noverify and pam_get_authtok_verify.
+
+       * libpam/include/security/pam_ext.h: Add prototypes for
+       pam_get_authtok_noverify and pam_get_authtok_verify.
+
+       * libpam/libpam.map: Add new pam_get_authtok_* functions.
+
+2009-11-02  Ani Peter <anipeter@fedoraproject.org>
+
+       * po/ml.po: Updated translations.
+
+2009-11-02  Tomas Mraz  <t8m@centrum.cz>
+
+       * modules/pam_sepermit/Makefile.am: Add sepermit.conf(5) manual page.
+       * modules/pam_sepermit/pam_sepermit.8.xml: Add reference to
+       sepermit.conf(5). Drop some redundant text.
+       * modules/pam_sepermit/sepermit.conf.5.xml: New file.
+
+       * modules/pam_sepermit/pam_sepermit.c(sepermit_match): Implement the ignore
+       option in sepermit.conf.
+
+2009-10-29  Tomas Mraz  <t8m@centrum.cz>
+
+       * modules/pam_xauth/Makefile.am: Link with libselinux.
+       * modules/pam_xauth/pam_xauth.c(pam_sm_open_session): Call
+       setfscreatecon() if selinux is enabled to create the .xauth file
+       with the right label. Original idea by Dan Walsh.
+
+2009-10-08  Tomas Mraz  <t8m@centrum.cz>
+
+       * modules/pam_tty_audit/pam_tty_audit.8.xml: Add notice about aureport
+       add SEE ALSO section.
+
+2009-10-06  Tomas Mraz  <t8m@centrum.cz>
+
+       * modules/pam_listfile/pam_listfile.c(pam_sm_authenticate): Just
+       call pam_modutil_user_in_group_nam_nam() instead of reimplementation
+       of group matching.
+
 2009-10-05  Kris Thomsen  <lakristho@gmail.com>
 
        * po/da.po: Updated translations.