Tomas Mraz [Thu, 3 Aug 2006 12:51:30 +0000 (12:51 +0000)]
Relevant BUGIDs: rh bugzilla 201048
Purpose of commit: bugfix
Commit summary:
---------------
* modules/pam_keyinit/pam_keyinit.c: Debug should be off by default.
(init_keyrings): Properly handle multiple invocations of the module.
(kill_keyrings, pam_sm_open_session, pam_sm_close_session): Likewise.
Tomas Mraz [Thu, 3 Aug 2006 12:42:08 +0000 (12:42 +0000)]
Relevant BUGIDs:
Purpose of commit: new feature
Commit summary:
---------------
* modules/pam_succeed_if/pam_succeed_if.c (evaluate_inlist):
New function for list matching.
(evaluate_notinlist): Likewise.
(evaluate): Add service value match, list matching.
* modules/pam_succeed_if/pam_succeed_if.8.xml: Document the
features.
Thorsten Kukuk [Tue, 1 Aug 2006 08:54:57 +0000 (08:54 +0000)]
Relevant BUGIDs: BRC#196859
Purpose of commit: bugfix
Commit summary:
---------------
2006-08-01 Thorsten Kukuk <kukuk@thkukuk.de>
* libpam/Makefile.am: Bump patchlevel of libpam.
* libpam/pam_dispatch.c (_pam_dispatch_aux): If [return=die]
or [return=bad] is used, don't return PAM_IGNORE. Based on
patch by Tomas Mraz <t8m@centrum.cz>, [BRC#196859].
* ABOUT-NLS: Upgrade to gettext-0.15.
* config.rpath: Likewise.
* m4/gettext.m4: Upgrade to gettext-0.15.
* m4/inttypes-h.m4: New file, from gettext-0.15.
* m4/inttypes-pri.m4: Upgrade to gettext-0.15.
* m4/lib-link.m4: Upgrade to gettext-0.15.
* m4/lib-prefix.m4: Upgrade to gettext-0.15.
* m4/lock.m4: New file, from gettext-0.15.
* m4/longdouble.m4: Upgrade to gettext-0.15.
* m4/nls.m4: Upgrade to gettext-0.15.
* m4/po.m4: Upgrade to gettext-0.15.
* m4/size_max.m4: Upgrade to gettext-0.15.
* m4/visibility.m4: New file, from gettext-0.15.
* po/Makefile.in.in: Upgrade to gettext-0.15.
* modules/pam_namespace/Makefile.am: Add pam_namespace.h.
* modules/pam_namespace/pam_namespace.c: Move includes and
data structure definitions from here ...
* modules/pam_namespace/pam_namespace.h: ... here. New file.
* modules/pam_namespace/pam_namespace.c: Move large sections
of code into new functions.
Thorsten Kukuk [Wed, 28 Jun 2006 14:23:00 +0000 (14:23 +0000)]
Relevant BUGIDs:
Purpose of commit: new feature
Commit summary:
---------------
2006-06-28 Thorsten Kukuk <kukuk@thkukuk.de>
* doc/mwg: Application Developers Guide as XML source.
* doc/mwg/Makefile.am: New.
* doc/mwg/Linux-PAM_MWG.xml: New, main XML document.
* doc/mwg/pam_*.xml: New, wrappers to include manual pages.
Thorsten Kukuk [Wed, 28 Jun 2006 13:40:44 +0000 (13:40 +0000)]
Relevant BUGIDs:
Purpose of commit: new feature
Commit summary:
---------------
2006-06-28 Thorsten Kukuk <kukuk@thkukuk.de>
* doc/adg: Application Developers Guide as XML source.
* doc/adg/Makefile.am: New.
* doc/adg/Linux-PAM_ADG.xml: New, main XML document.
* doc/adg/pam_*.xml: New, wrappers to include manual pages.
Thorsten Kukuk [Wed, 28 Jun 2006 12:01:12 +0000 (12:01 +0000)]
Relevant BUGIDs:
Purpose of commit: new feature
Commit summary:
---------------
2006-06-28 Thorsten Kukuk <kukuk@thkukuk.de>
* configure.in: Remove checks for sgml* tools.
* doc/sag: System Administrator Guide as XML source.
* doc/sag/Makefile.am: New.
* doc/sag/Linux-PAM_SAG.xml: New, main XML document.
* doc/sag/pam_*.xml: New, wrapper to include module documentation.
Thorsten Kukuk [Sun, 18 Jun 2006 16:08:02 +0000 (16:08 +0000)]
Relevant BUGIDs:
Purpose of commit: new feature
Commit summary:
---------------
2006-06-18 Thorsten Kukuk <kukuk@thkukuk.de>
* modules/pam_tally/Makefile.am: Include Make.xml.rules.
* modules/pam_tally/pam_tally.8.xml: New.
* modules/pam_tally/pam_tally.8: New, generated from xml file.
* modules/pam_tally/README.xml: New.
* modules/pam_tally/README: Regenerated from xml file.
Thorsten Kukuk [Sun, 18 Jun 2006 08:26:58 +0000 (08:26 +0000)]
Relevant BUGIDs:
Purpose of commit: cleanup
Commit summary:
---------------
2006-06-18 Thorsten Kukuk <kukuk@thkukuk.de>
* modules/pam_selinux/Makefile.am: Include Make.xml.rules.
* modules/pam_selinux/pam_selinux.8.xml: New.
* modules/pam_selinux/pam_selinux.8: Regenerated from xml file.
* modules/pam_selinux/README.xml: New.
* modules/pam_selinux/README: Regenerated from xml file.
Thorsten Kukuk [Sat, 17 Jun 2006 17:20:39 +0000 (17:20 +0000)]
Relevant BUGIDs:
Purpose of commit: new feature
Commit summary:
---------------
2006-06-17 Thorsten Kukuk <kukuk@thkukuk.de>
* modules/pam_debug/Makefile.am: Include Make.xml.rules.
* modules/pam_debug/pam_debug.8.xml: New.
* modules/pam_debug/pam_debug.8: New, generated from xml file.
* modules/pam_debug/README.xml: New.
* modules/pam_debug/README: Regenerated from xml file.
Thorsten Kukuk [Fri, 16 Jun 2006 16:16:03 +0000 (16:16 +0000)]
Relevant BUGIDs:
Purpose of commit: bugfix
Commit summary:
---------------
2006-06-16 Thorsten Kukuk <kukuk@thkukuk.de>
* modules/pam_unix/pam_unix_passwd.c (save_old_password): UIDs
are unsigned on Linux, don't truncate them.
(_do_setpass): err is of type clnt_stat, not int.
Thorsten Kukuk [Thu, 15 Jun 2006 21:09:49 +0000 (21:09 +0000)]
Relevant BUGIDs:
Purpose of commit: cleanup
Commit summary:
---------------
Put bigcrypt prototype in own header instead of an external declaration
in every single file calling bigcrypt:
2006-06-15 Thorsten Kukuk <kukuk@thkukuk.de>
* modules/pam_unix/bigcrypt.h: New.
* modules/pam_unix/Makefile.am: Add bigcrypt.h.
* modules/pam_unix/bigcrypt.c: Include bigcrypt.h.
* modules/pam_unix/support.c: Include bigcrypt.h, remove
own prototype.
* modules/pam_unix/bigcrypt_main.c: Include bigcrypt.h, remove
own prototype.
* modules/pam_unix/pam_unix_passwd.c: Include bigcrypt.h, remove
own prototype.
Thorsten Kukuk [Fri, 9 Jun 2006 16:44:06 +0000 (16:44 +0000)]
Relevant BUGIDs:
Purpose of commit: new feature
Commit summary:
---------------
2006-06-09 Thorsten Kukuk <kukuk@thkukuk.de>
* modules/pam_wheel/Makefile.am: Include Make.xml.rules.
* modules/pam_wheel/pam_wheel.8.xml: New.
* modules/pam_wheel/pam_wheel.8: New, generated from xml file.
* modules/pam_wheel/README.xml: New.
* modules/pam_wheel/README: Regenerated from xml file.
* modules/pam_xauth/Makefile.am: Include Make.xml.rules.
* modules/pam_xauth/pam_xauth.8.xml: New.
* modules/pam_xauth/pam_xauth.8: Regenerated from xml file.
* modules/pam_xauth/README.xml: New.
* modules/pam_xauth/README: Regenerated from xml file.
* modules/pam_deny/pam_deny.8.xml: Fix syntax errors.
* modules/pam_deny/pam_deny.8: Regenerate from xml file.
* modules/pam_deny/README: Likewise.
* modules/pam_warn/Makefile.am: Include Make.xml.rules.
* modules/pam_warn/pam_warn.8.xml: New.
* modules/pam_warn/pam_warn.8: New, generated from xml file.
* modules/pam_warn/README.xml: New.
* modules/pam_warn/README: Regenerated from xml file.
* modules/pam_userdb/Makefile.am: Include Make.xml.rules.
* modules/pam_userdb/pam_userdb.8.xml: New.
* modules/pam_userdb/pam_userdb.8: New, generated from xml file.
* modules/pam_userdb/README.xml: New.
* modules/pam_userdb/README: Regenerated from xml file.
Thorsten Kukuk [Tue, 6 Jun 2006 16:03:10 +0000 (16:03 +0000)]
Relevant BUGIDs:
Purpose of commit: new feature
Commit summary:
---------------
2006-06-06 Thorsten Kukuk <kukuk@thkukuk.de>
* modules/pam_shells/Makefile.am: Include Make.xml.rules.
* modules/pam_shells/pam_shells.8.xml: New.
* modules/pam_shells/pam_shells.8: New, generated from xml file.
* modules/pam_shells/README.xml: New.
* modules/pam_shells/README: Regenerated from xml file.
Thorsten Kukuk [Sun, 4 Jun 2006 15:29:21 +0000 (15:29 +0000)]
Relevant BUGIDs:
Purpose of commit: new feature
Commit summary:
---------------
2006-06-04 Thorsten Kukuk <kukuk@thkukuk.de>
* modules/pam_securetty/Makefile.am: Include Make.xml.rules.
* modules/pam_securetty/pam_securetty.8.xml: New.
* modules/pam_securetty/pam_securetty.8: Regenerated from xml file.
* modules/pam_securetty/README.xml: New.
* modules/pam_securetty/README: Regenerated from xml file.
Thorsten Kukuk [Sun, 4 Jun 2006 12:11:15 +0000 (12:11 +0000)]
Relevant BUGIDs:
Purpose of commit: new feature
Commit summary:
---------------
2006-06-04 Thorsten Kukuk <kukuk@thkukuk.de>
* modules/pam_rootok/Makefile.am: Include Make.xml.rules.
* modules/pam_rootok/pam_rootok.8.xml: New.
* modules/pam_rootok/pam_rootok.8: New, generated from xml file.
* modules/pam_rootok/README.xml: New.
* modules/pam_rootok/README: Regenerated from xml file.
Thorsten Kukuk [Sun, 4 Jun 2006 02:02:21 +0000 (02:02 +0000)]
Relevant BUGIDs:
Purpose of commit: new feature
Commit summary:
---------------
2006-06-04 Thorsten Kukuk <kukuk@thkukuk.de>
* modules/pam_permit/Makefile.am: Include Make.xml.rules.
* modules/pam_permit/pam_permit.8.xml: New.
* modules/pam_permit/pam_permit.8: New, generated from xml file.
* modules/pam_permit/README.xml: New.
* modules/pam_permit/README: Regenerated from xml file.
Thorsten Kukuk [Sun, 4 Jun 2006 01:48:33 +0000 (01:48 +0000)]
Relevant BUGIDs:
Purpose of commit: new feature
Commit summary:
---------------
2006-06-04 Thorsten Kukuk <kukuk@thkukuk.de>
* modules/pam_nologin/Makefile.am: Include Make.xml.rules.
* modules/pam_nologin/pam_nologin.8.xml: New.
* modules/pam_nologin/pam_nologin.8: Regenerated from xml file.
* modules/pam_nologin/README.xml: New.
* modules/pam_nologin/README: Regenerated from xml file.
Thorsten Kukuk [Sat, 3 Jun 2006 19:57:16 +0000 (19:57 +0000)]
Relevant BUGIDs:
Purpose of commit: new feature
Commit summary:
---------------
2006-06-03 Thorsten Kukuk <kukuk@thkukuk.de>
* modules/pam_motd/Makefile.am: Include Make.xml.rules.
* modules/pam_motd/pam_motd.8.xml: New.
* modules/pam_motd/pam_motd.8: New, generated from xml file.
* modules/pam_motd/README.xml: New.
* modules/pam_motd/README: New, generated from xml file.
Thorsten Kukuk [Fri, 2 Jun 2006 19:52:54 +0000 (19:52 +0000)]
Relevant BUGIDs:
Purpose of commit:
Commit summary:
---------------
2006-06-02 Thorsten Kukuk <kukuk@thkukuk.de>
* modules/pam_mail/Makefile.am: Include Make.xml.rules.
* modules/pam_mail/pam_mail.8.xml: New.
* modules/pam_mail/pam_mail.8: New, generated from xml file.
* modules/pam_mail/README.xml: New.
* modules/pam_mail/README: Regenerated from xml file.
* modules/pam_unix/pam_unix_acct.c (pam_sm_acct_mgmt): Use
dngettext if available [#1427738].
* configure.in: Check for dngettext [#1427738].
* po/*.po: Update to dngettext usage.
* modules/pam_listfile/Makefile.am: Include Make.xml.rules.
* modules/pam_listfile/pam_listfile.8.xml: New.
* modules/pam_listfile/pam_listfile.8: New, generated from xml file.
* modules/pam_listfile/README.xml: New.
* modules/pam_listfile/README: Regenerated from xml file.
Thorsten Kukuk [Thu, 1 Jun 2006 19:56:22 +0000 (19:56 +0000)]
Relevant BUGIDs:
Purpose of commit: new feature
Commit summary:
---------------
2006-06-01 Thorsten Kukuk <kukuk@thkukuk.de>
* modules/pam_lastlog/Makefile.am: Include Make.xml.rules.
* modules/pam_lastlog/pam_lastlog.8.xml: New.
* modules/pam_lastlog/pam_lastlog.8: New, generated from xml file.
* modules/pam_lastlog/README.xml: New.
* modules/pam_lastlog/README: Regenerated from xml file.
Thorsten Kukuk [Thu, 1 Jun 2006 18:51:15 +0000 (18:51 +0000)]
Relevant BUGIDs:
Purpose of commit: new feature
Commit summary:
---------------
2006-06-01 Thorsten Kukuk <kukuk@thkukuk.de>
* modules/pam_group/Makefile.am: Include Make.xml.rules.
* modules/pam_group/group.conf.5.xml: New.
* modules/pam_group/group.conf.5: New, generated from xml file.
* modules/pam_group/pam_group.8.xml: New.
* modules/pam_group/pam_group.8: New, generated from xml file.
* modules/pam_group/README.xml: New.
* modules/pam_group/README: Regenerated from xml file.
Thorsten Kukuk [Thu, 1 Jun 2006 16:33:48 +0000 (16:33 +0000)]
Relevant BUGIDs:
Purpose of commit: new feature
Commit summary:
---------------
2006-06-01 Thorsten Kukuk <kukuk@thkukuk.de>
* modules/pam_ftp/Makefile.am: Include Make.xml.rules.
* modules/pam_ftp/pam_ftp.8.xml: New.
* modules/pam_ftp/pam_ftp.8: New, generated from xml file.
* modules/pam_ftp/README.xml: New.
* modules/pam_ftp/README: Regenerated from xml file.
Thorsten Kukuk [Thu, 1 Jun 2006 11:41:18 +0000 (11:41 +0000)]
Relevant BUGIDs:
Purpose of commit: new feature
Commit summary:
---------------
2006-06-01 Thorsten Kukuk <kukuk@thkukuk.de>
* modules/pam_issue/Makefile.am: Include Make.xml.rules.
* modules/pam_issue/pam_issue.8.xml: New.
* modules/pam_issue/pam_issue.8: New, generated from xml file.
* modules/pam_issue/README.xml: New.
* modules/pam_issue/README: Regenerated from xml file.
* modules/pam_filter/Makefile.am: Include Make.xml.rules.
* modules/pam_filter/pam_filter.8.xml: New.
* modules/pam_filter/pam_filter.8: New, generated from xml file.
* modules/pam_filter/README.xml: New.
* modules/pam_filter/README: Regenerated from xml file.
Thorsten Kukuk [Tue, 30 May 2006 07:48:36 +0000 (07:48 +0000)]
Relevant BUGIDs:
Purpose of commit: new feature
Commit summary:
---------------
2006-05-30 Thorsten Kukuk <kukuk@thkukuk.de>
* modules/pam_umask/Makefile.am: Include Make.xml.rules.
* modules/pam_umask/pam_umask.8.xml: New.
* modules/pam_umask/pam_umask.8: New, generated from xml file.
* modules/pam_umask/README.xml: New.
* modules/pam_umask/README: Regenerated from xml file.
Thorsten Kukuk [Mon, 29 May 2006 07:38:03 +0000 (07:38 +0000)]
Relevant BUGIDs:
Purpose of commit: new feature
Commit summary:
---------------
2006-05-29 Thorsten Kukuk <kukuk@thkukuk.de>
* modules/pam_mkhomedir/Makefile.am: Include Make.xml.rules.
* modules/pam_mkhomedir/pam_mkhomedir.8.xml: New.
* modules/pam_mkhomedir/pam_mkhomedir.8: New, generated from xml file.
* modules/pam_mkhomedir/README.xml: New.
* modules/pam_mkhomedir/README: Regenerated from xml file.
* modules/pam_listfile/pam_listfile.c (pam_sm_authenticate):
Fix memory leaks, [#1490956] found by Coverity.
* modules/pam_tally/pam_tally.c (pam_get_uid): Check return
value of pam_get_user().
(tally_get_data): Check if oldtime is not NULL.
[#1489818] found by Coverity.
* modules/pam_mkhomedir/pam_mkhomedir.c (create_homedir): Don't
ignore return value of stat(). [#1489808] found by Coverity.
* modules/pam_mail/pam_mail.c (get_folder): Fix a potential
NULL pointer dereference. [#1489792] found by Coverity.
* libpam/Makefile.am: bump release number of libpam.so.
* libpam/pam_misc.c (_pam_mkargv): Fix memory leak,
[#1489804] found by Coverity.
* modules/pam_echo/pam_echo.c (replace_and_print): Initialize
str, [#1489658] found by Coverity.
* modules/pam_cracklib/pam_cracklib.c (_pam_unix_approve_pass): Fix
a potential NULL pointer dereference.
(pam_sm_chauthtok): Remove dead code.
[#1489634] found by Coverity.