]> granicus.if.org Git - linux-pam/log
linux-pam
17 years agoRelevant BUGIDs: Linux-PAM-0_99_8_0
Thorsten Kukuk [Fri, 6 Jul 2007 08:35:28 +0000 (08:35 +0000)]
Relevant BUGIDs:

Purpose of commit: bugfix

Commit summary:
---------------

Fix version number

17 years agoRelevant BUGIDs:
Thorsten Kukuk [Fri, 6 Jul 2007 08:23:13 +0000 (08:23 +0000)]
Relevant BUGIDs:

Purpose of commit:  bugfix, release

Commit summary:
---------------

2007-07-06  Thorsten Kukuk  <kukuk@thkukuk.de>

        * release version 0.99.8.0

        * configure.in: Check for audit_log_acct_message instead of
        audit_log_user_message.
        * libpam/pam_audit.c: Use audit_log_acct_message.
        Based on patch from Mark J Cox <mjc@redhat.com>.
        * libpam/Makefile.am: Bump version number of libpam.

        * modules/pam_umask/pam_umask.c (set_umask): mode_t is 32bit,
        not 64bit.

        * xtests/tst-pam_limits1.c: Fix printf arguments.

        * po/*.po: Merge po files with latest code changes.

17 years agoRelevant BUGIDs:
Thorsten Kukuk [Tue, 26 Jun 2007 10:45:42 +0000 (10:45 +0000)]
Relevant BUGIDs:

Purpose of commit:

Commit summary:
---------------

forgot to commit ...

17 years agoRelevant BUGIDs:
Thorsten Kukuk [Tue, 26 Jun 2007 10:44:28 +0000 (10:44 +0000)]
Relevant BUGIDs:

Purpose of commit: bugfix

Commit summary:
---------------

2007-06-26  Thorsten Kukuk  <kukuk@thkukuk.de>

        * modules/pam_limits/pam_limits.c (process_limit): Check upper and
        lower limit of nice value, fix off-by-one in conversation to rlim_t.
        * xtests/Makefile.am: Add new pam_limits test case.
        * xtests/limits.conf: New, config file for test case.
        * xtests/pam_limits1.c: New, test case for RLIMIT_NICE.
        * xtests/pam_limits1.sh: Likewise.
        * xtests/pam_limits1.pamd: Likewise.

17 years agoRelevant BUGIDs:
Thorsten Kukuk [Mon, 25 Jun 2007 11:09:32 +0000 (11:09 +0000)]
Relevant BUGIDs:

Purpose of commit: bugfix

Commit summary:
---------------

2007-06-25  Thorsten Kukuk  <kukuk@thkukuk.de>

        * modules/pam_access/pam_access.c (list_match): Use saveptr of strtok_r
        result for recursive calls.
        * xtests/Makefile.am: Add new pam_access test cases.
        * xtests/pam_access1.c: New test case.
        * xtests/pam_access2.c: Likewise.
        * xtests/pam_access3.c: Likewise.
        * xtests/pam_access4.c: Likewise.
        * xtests/pam_access1.sh: Wrapper to create user accounts.
        * xtests/pam_access2.sh: Likewise.
        * xtests/pam_access3.sh: Likewise.
        * xtests/pam_access4.sh: Likewise.
        * xtests/pam_access1.pamd: PAM config file for pam_access tests.
        * xtests/pam_access2.pamd: Likewise.
        * xtests/pam_access3.pamd: Likewise.
        * xtests/pam_access4.pamd: Likewise.
        * xtests/access.conf: Config file for pam_access tests.
        * xtests/run-tests.sh: Install access.conf into system.

17 years agoRelevant BUGIDs:
Thorsten Kukuk [Fri, 22 Jun 2007 23:30:36 +0000 (23:30 +0000)]
Relevant BUGIDs:

Purpose of commit: bugfix

Commit summary:
---------------

2007-06-22  Thorsten Kukuk  <kukuk@thkukuk.de>

        * modules/pam_loginuid/pam_loginuid.c (set_loginuid): Print
        better error message if /proc/self/loginuid cannot be opened.

        * modules/pam_limits/pam_limits.c (process_limit): Check for
        variable overflow after multiplication [bnc#283001].

17 years agoRelevant BUGIDs: 411390
Thorsten Kukuk [Fri, 22 Jun 2007 09:49:03 +0000 (09:49 +0000)]
Relevant BUGIDs: 411390

Purpose of commit: new feature

Commit summary:
---------------

2007-06-22  Thorsten Kukuk  <kukuk@thkukuk.de>

        * modules/pam_access/pam_access.c: Add new syntax for groups
        in access.conf to differentiate group names from account names.
        Based on patch from Julien Lecomte <julien@famille-lecomte.net>,
        solves feature request [#411390].
        * modules/pam_access/access.conf: Add example for new group
        syntax.
        * modules/pam_access/access.conf.5.xml: Document new syntax.

17 years agoRelevant BUGIDs: 1688777
Thorsten Kukuk [Wed, 20 Jun 2007 13:54:08 +0000 (13:54 +0000)]
Relevant BUGIDs: 1688777

Purpose of commit: new features

Commit summary:
---------------

2007-06-20  Thorsten Kukuk  <kukuk@thkukuk.de>

        * modules/pam_cracklib/pam_cracklib.8.xml: Document new minclass
        option.
        * modules/pam_cracklib/pam_cracklib.c: Add support for minimum
        character classes [#1688777]. Based on patch from Keith Schincke.

        * xtests/tst-pam_cracklib2.c: New, test case for minclass option.
        * xtests/tst-pam_cracklib2.pamd: New, PAM config file for test case.
        * xtests/Makefile.am: Add new testcase.

        * xtests/pam_cracklib.c: Fix comment what this application tests.

        * configure.in: Use /lib64 on x86-64, ppc64, s390x, sparc64

17 years agoRelevant BUGIDs:
Tomas Mraz [Fri, 15 Jun 2007 13:50:11 +0000 (13:50 +0000)]
Relevant BUGIDs:

Purpose of commit: bugfix

Commit summary:
---------------
2007-06-15  Tomas Mraz  <t8m@centrum.cz>

        * configure.in: Check for setkeycreatecon().

17 years agoRelevant BUGIDs:
Tomas Mraz [Fri, 15 Jun 2007 10:17:22 +0000 (10:17 +0000)]
Relevant BUGIDs:

Purpose of commit: new feature

Commit summary:
---------------
2007-06-15  Tomas Mraz  <t8m@centrum.cz>

        * modules/pam_selinux/pam_selinux.8.xml: Remove multiple option,
        add select_context and use_current_range options.
        * modules/pam_selinux/pam_selinux.c (send_audit_message): Added
        function for auditing role/level changes.
        (query_response): Add default response.
        (select_context): Removed.
        (manual_context): Query only role and level.
        (mls_range_allowed): Added function for range check.
        (config_context): Added function for role and level override.
        (pam_sm_open_session): Remove multiple option, add select_context
        and use_current_range_options. Use getseuserbyname to obtain
        SELinux user and level. Audit role/level changes. Call setkeycreatecon
        to assign key creation context. Don't fail on errors when SELinux
        is not in enforcing mode.

17 years agoRelevant BUGIDs:
Tomas Mraz [Fri, 15 Jun 2007 09:38:11 +0000 (09:38 +0000)]
Relevant BUGIDs:

Purpose of commit: bugfix, new feature

Commit summary:
---------------
2007-06-15  Tomas Mraz  <t8m@centrum.cz>

        * modules/pam_namespace/README.xml: Avoid duplication of
        documentation.
        * modules/pam_namespace/namespace.conf: More real life example
        from MLS support.
        * modules/pam_namespace/namespace.conf.5.xml: Likewise plus
        properly describe how instance directory names are formed.
        * modules/pam_namespace/namespace.init: Preserve euid when
        called from setuid apps (su, newrole).
        * modules/pam_namespace/pam_namespace.8.xml: Added option
        no_unmount_on_close.
        * modules/pam_namespace/pam_namespace.c (process_line): Polyinst
        methods are now user, level and context. Fix crash on unknown
        override user in config file.
        (ns_override): Add explicit uid parameter.
        (form_context): Skip for user method. Implement level based
        polyinstantiation.
        (poly_name): Initialize contexts. Add level based polyinst,
        remove 'both' metod. Use raw contexts for instance names,
        truncate long instance names and add hash.
        (ns_setup): Hashing moved to poly_name().
        (setup_namespace): Handle correctly override users for
        su (when unmnt_remnt is used).
        (pam_sm_close_session): Added no_unmount_on_close option.
        * modules/pam_namespace/pam_namespace.h: Added
        no_unmount_on_close_option, level method, limit on instance
        directory name length.

17 years agoRelevant BUGIDs:
Thorsten Kukuk [Fri, 4 May 2007 11:36:08 +0000 (11:36 +0000)]
Relevant BUGIDs:

Purpose of commit: bugfix

Commit summary:
---------------

2007-05-04  Thorsten Kukuk  <kukuk@suse.de>

        * xtests/run-xtests.sh: Use SRCDIR to find PAM config files.
        * xtests/Makefile.am:Call run-xtests.sh with srcdir as first
        argument.
        Based on patch by Bernard Leak <thisisnotapipe@hotmail.com>.

17 years agoRelevant BUGIDs:
Thorsten Kukuk [Mon, 30 Apr 2007 11:25:09 +0000 (11:25 +0000)]
Relevant BUGIDs:

Purpose of commit: documentation fix

Commit summary:
---------------

2007-04-30  Thorsten Kukuk  <kukuk@thkukuk.de>

        * modules/pam_limits/limits.conf: Address space limit is KB.
        * modules/pam_limits/limits.conf.5.xml: Likewise.
        Reported by Thomas Vander Stichele <thomas@apestaart.org>.

17 years agoRelevant BUGIDs: 1706247
Thorsten Kukuk [Mon, 30 Apr 2007 10:56:24 +0000 (10:56 +0000)]
Relevant BUGIDs: 1706247

Purpose of commit: bugfix

Commit summary:
---------------

2007-04-30  Thorsten Kukuk  <kukuk@thkukuk.de>

        * modules/pam_mail/pam_mail.c (_do_mail): Remove duplicate
        check for PAM_SILENT and don't bail out if it is set [#1706247].

17 years agoRelevant BUGIDs:
Thorsten Kukuk [Fri, 6 Apr 2007 05:43:01 +0000 (05:43 +0000)]
Relevant BUGIDs:

Purpose of commit:

Commit summary:
---------------

Fix typos in ChangeLog

17 years agoRelevant BUGIDs:
Tomas Mraz [Thu, 29 Mar 2007 20:33:07 +0000 (20:33 +0000)]
Relevant BUGIDs:

Purpose of commit: new feature

Commit summary:
---------------
        * modules/pam_limits/Makefile.am: Define limits.d dir and install it.
        * modules/pam_limits/pam_limits.8.xml: Describe limits.d parsing.
        * modules/pam_limits/pam_limits.c (pam_limit_s): Make conf_file ptr.
        (pam_parse): conf_file is now ptr.
        (pam_sm_open_session): Add parsing files from limits.d subdir using
        glob, change pl to pointer.

17 years agoRelevant BUGIDs:
Tomas Mraz [Thu, 29 Mar 2007 13:45:38 +0000 (13:45 +0000)]
Relevant BUGIDs:

Purpose of commit: cleanup

Commit summary:
---------------
2007-03-29  Tomas Mraz  <t8m@centrum.cz>

        * modules/pam_access/pam_access.c (login_access, list_match):
        Replace strtok with strtok_r.
        * modules/pam_cracklib/pam_cracklib.c (check_old_password):
        Likewise.
        * modules/pam_ftp/pam_ftp.c (lookup, pam_authenticate):
        Likewise.
        * modules/pam_unix/pam_unix_passwd.c (check_old_password,
        save_old_password): Likewise.

17 years agoRelevant BUGIDs:
Thorsten Kukuk [Mon, 12 Mar 2007 14:36:40 +0000 (14:36 +0000)]
Relevant BUGIDs:

Purpose of commit: translations

Commit summary:
---------------

2007-03-12  Thorsten Kukuk  <kukuk@thkukuk.de>

        * po/ar.po: New translation.
        * po/ca.po: Likewise.
        * po/da.po: Likewise.
        * po/ru.po: Likewise.
        * po/sv.po: Likewise.
        * po/zu.po: Likewise.
        * po/LINGUAS: Add ar, ca, da, ru, sv, zu

        * po/hu.po: Update translation.

17 years agoRelevant BUGIDs:
Tomas Mraz [Wed, 21 Feb 2007 20:27:28 +0000 (20:27 +0000)]
Relevant BUGIDs:

Purpose of commit: cleanup

Commit summary:
---------------
2007-02-21  Tomas Mraz  <t8m@centrum.cz>

        * modules/pam_unix/unix_chkpwd.c (_unix_verify_password): Test for
        allocation failure in bigcrypt().

        * modules/pam_unix/pam_unix_passwd.c (pam_sm_chauthtok): Allow modification
        of '*' password by root.

17 years agoRelevant BUGIDs:
Tomas Mraz [Tue, 6 Feb 2007 15:01:58 +0000 (15:01 +0000)]
Relevant BUGIDs:

Purpose of commit: cleanup

Commit summary:
---------------
2007-02-06  Tomas Mraz  <t8m@centrum.cz>

        * modules/pam_loginuid/pam_loginuid.c (set_loginuid): Remove
        debug syslog message when loginuid doesn't exist.

17 years agoRelevant BUGIDs:
Tomas Mraz [Thu, 1 Feb 2007 21:54:58 +0000 (21:54 +0000)]
Relevant BUGIDs:

Purpose of commit: bugfix

Commit summary:
---------------
2007-02-01  Tomas Mraz  <t8m@centrum.cz>

        * xtests/tst-pam_unix3.c: Fix typos in comments.

        * modules/pam_unix/support.c (_unix_verify_password): Explicitly
        disallow '!' in the beginning of password hash. Treat only
        13 bytes password hash specifically. (Suggested by Solar Designer.)
        Fix a warning and test for allocation failure.
        * modules/pam_unix/unix_chkpwd.c (_unix_verify_password): Likewise.

17 years agoRelevant BUGIDs:
Thorsten Kukuk [Wed, 31 Jan 2007 19:19:44 +0000 (19:19 +0000)]
Relevant BUGIDs:

Purpose of commit: new feature

Commit summary:
---------------

2007-01-31  Thorsten Kukuk  <kukuk@thkukuk.de>

        * xtests/Makefile.am: Add new pam_unix.so tests
        * xtests/run-xtests.sh: Prefer shell scripts (wrapper)
        over binaries.
        * xtests/tst-pam_cracklib1.c: Fix typo.
        * xtests/tst-pam_unix1.c: New, for sucurity fix.
        * xtests/tst-pam_unix1.pamd: New.
        * xtests/tst-pam_unix1.sh: New.
        * xtests/tst-pam_unix2.c: New, for crypt checks.
        * xtests/tst-pam_unix2.pamd: New.
        * xtests/tst-pam_unix2.sh: New.
        * xtests/tst-pam_unix3.c: New, for bigcrypt checks.
        * xtests/tst-pam_unix3.pamd: New.
        * xtests/tst-pam_unix3.sh: New.

17 years agoRelevant BUGIDs: Linux-PAM-0_99_7_1
Thorsten Kukuk [Tue, 23 Jan 2007 10:19:32 +0000 (10:19 +0000)]
Relevant BUGIDs:

Purpose of commit: bugfix

Commit summary:
---------------

2007-01-23  Thorsten Kukuk  <kukuk@suse.de>

        * release 0.99.7.1

        * configure.in: Set version number to 0.99.7.1

2007-01-23  Thorsten Kukuk  <kukuk@thukuk.de>
            Tomas Mraz  <t2m@centrum.cz>

        * modules/pam_unix/support.c (_unix_verify_password): Always
        compare full encrypted passwords.

17 years agoRelevant BUGIDs:
Tomas Mraz [Tue, 23 Jan 2007 09:41:17 +0000 (09:41 +0000)]
Relevant BUGIDs:

Purpose of commit: bugfix

Commit summary:
---------------
2007-01-23  Tomas Mraz  <t8m@centrum.cz>

        * modules/pam_loginuid/Makefile.am (AM_LDFLAGS): Add LIBAUDIT.

        * modules/pam_selinux/Makefile.am (pam_selinux_check_LDFLAGS): Add
        AM_LDFLAGS.
        (pam_selinux_la_LDFLAGS): Likewise.

17 years agoRelevant BUGIDs: Linux-PAM-0_99_7_0
Thorsten Kukuk [Wed, 17 Jan 2007 14:18:33 +0000 (14:18 +0000)]
Relevant BUGIDs:

Purpose of commit: release

Commit summary:
---------------

2007-01-17  Thorsten Kukuk  <kukuk@thkukuk.de>

        * release 0.99.7.0

        * configure.in: Set version number to 0.99.7.0

        * Makefile.am (M4_FILES): Replace GNU make extension by listing
        all m4 files.

17 years agoRelevant BUGIDs:
Tomas Mraz [Wed, 17 Jan 2007 11:04:03 +0000 (11:04 +0000)]
Relevant BUGIDs:

Purpose of commit: bugfix

Commit summary:
---------------
2007-07-17  Tomas Mraz  <t8m@centrum.cz>

        * po/*.po: Updated strings to translate.
        * po/Linux-PAM.pot: Likewise.

17 years agoRelevant BUGIDs:
Thorsten Kukuk [Tue, 16 Jan 2007 16:25:11 +0000 (16:25 +0000)]
Relevant BUGIDs:

Purpose of commit: new feature

Commit summary:
---------------

2007-07-16  Thorsten Kukuk  <kukuk@thkukuk.de>

        * doc/man/pam.conf-syntax.xml: Improve documentation about
        sufficient keyword (Patch by Petteri Räty <betelgeuse@gentoo.org>)

17 years agoRelevant BUGIDs:
Thorsten Kukuk [Wed, 20 Dec 2006 14:56:08 +0000 (14:56 +0000)]
Relevant BUGIDs:

Purpose of commit: bugfix

Commit summary:
---------------

Don't be more restrictive than useradd for account names:

2006-12-20  Thorsten Kukuk  <kukuk@thkukuk.de>

        * modules/pam_unix/pam_unix_passwd.c (pam_sm_chauthtok): Forbid
        only '+' and '-' as first characters for account names.
        * modules/pam_unix/pam_unix_auth.c (pam_sm_authenticate): Likewise.

17 years agoRelevant BUGIDs:
Tomas Mraz [Mon, 18 Dec 2006 21:07:42 +0000 (21:07 +0000)]
Relevant BUGIDs:

Purpose of commit: bugfix

Commit summary:
---------------
2006-12-18  Tomas Mraz  <t8m@centrum.cz>

        * modules/pam_keyinit/pam_keyinit.c (kill_keyrings): Switch to new
        egid first, euid next. Revert euid/egid to old euid/egid and not
        ruid/rgid.
        (pam_sm_open_session): Switch to new rgid first, ruid next.

17 years agoRelevant BUGIDs:
Tomas Mraz [Mon, 18 Dec 2006 20:09:33 +0000 (20:09 +0000)]
Relevant BUGIDs:

Purpose of commit: bugfix

Commit summary:
---------------
Truncated passwords in shadow do not make sense for other variants than bigcrypt.

2006-12-18  Tomas Mraz  <t8m@centrum.cz>

        * modules/pam_unix/support.c (_unix_verify_password): Use strncmp
        only for bigcrypt result.

17 years agoRelevant BUGIDs:
Thorsten Kukuk [Mon, 18 Dec 2006 19:26:21 +0000 (19:26 +0000)]
Relevant BUGIDs:

Purpose of commit: bugfix

Commit summary:
---------------

2006-12-18  Thorsten Kukuk  <kukuk@thkukuk.de>

        * configure.in: Fix ENOKEY check (specify errno.h as header
        file to search in).

17 years agoRelevant BUGIDs:
Thorsten Kukuk [Mon, 18 Dec 2006 18:54:55 +0000 (18:54 +0000)]
Relevant BUGIDs:

Purpose of commit: bugfix

Commit summary:
---------------

2006-12-18  Thorsten Kukuk  <kukuk@thkukuk.de>

        * configure.in: Add AM_PROG_CC_C_O.
        * libpam/Makefile.am: Add content of AM_LDFLAGS to *_LDFLAGS.
        * modules/pam_tally/Makefile.am: Likewise.
        * modules/pam_unix/Makefile.am: Likewise.

17 years agoRelevant BUGIDs:
Thorsten Kukuk [Mon, 18 Dec 2006 18:50:24 +0000 (18:50 +0000)]
Relevant BUGIDs:

Purpose of commit: bugfix

Commit summary:
---------------

automake 1.10 ignores AM_LDFLAGS if object specific LDFLAGS are
used, too.

2006-12-18  Thorsten Kukuk  <kukuk@thkukuk.de>

* configure.in: Add AM_PROG_CC_C_O.
* libpam/Makefile.am: Add content of AM_LDFLAGS to *_LDFLAGS.
* modules/pam_tally/Makefile.am: Likewise.
* modules/pam_unix/Makefile.am: Likewise.

17 years agoRelevant BUGIDs:
Thorsten Kukuk [Mon, 18 Dec 2006 14:51:41 +0000 (14:51 +0000)]
Relevant BUGIDs:

Purpose of commit: cleanup

Commit summary:
---------------

2006-12-18  Thorsten Kukuk  <kukuk@thkukuk.de>

        * modules/pam_stress/pam_stress.c (pam_sm_chauthtok): Fix
        localisation of message printed to user.
        * po/de.po: Adjust translation.

17 years agoRelevant BUGIDs:
Tomas Mraz [Mon, 18 Dec 2006 13:23:58 +0000 (13:23 +0000)]
Relevant BUGIDs:

Purpose of commit: bugfix

Commit summary:
---------------
2006-12-18  Tomas Mraz  <t8m@centrum.cz>

        * modules/pam_unix/pam_unix_passwd.c (pam_sm_chauthtok): Localize
        message printed to user.

17 years agoRelevant BUGIDs: 1606180
Thorsten Kukuk [Wed, 13 Dec 2006 10:35:49 +0000 (10:35 +0000)]
Relevant BUGIDs: 1606180

Purpose of commit: new feature

Commit summary:
---------------

2006-12-13  Thorsten Kukuk  <kukuk@suse.de>

        * modules/pam_localuser/pam_localuser.c: Add support for session
        and chauthtok [SF#1606180].
        * modules/pam_localuser/pam_localuser.8.xml: Document last change.

        * libpam/pam_audit.c (_pam_audit_writelog): Print error message
        only once.

17 years agoRelevant BUGIDs:
Thorsten Kukuk [Tue, 12 Dec 2006 15:58:01 +0000 (15:58 +0000)]
Relevant BUGIDs:

Purpose of commit: bugfix

Commit summary:
---------------

2006-12-12  Thorsten Kukuk  <kukuk@thkukuk.de>

        * libpam/pam_audit.c (_pam_audit_writelog): Print error
        message on failure to syslog.

17 years agoRelevant BUGIDs:
Thorsten Kukuk [Sun, 10 Dec 2006 10:37:26 +0000 (10:37 +0000)]
Relevant BUGIDs:

Purpose of commit: bugfix

Commit summary:
---------------

2006-12-09  Thorsten Kukuk  <kukuk@thkukuk.de>

        * modules/pam_umask/pam_umask.c: Use strtoul instead of strtol,
        fix overflow detection.

17 years agoRelevant BUGIDs:
Thorsten Kukuk [Thu, 7 Dec 2006 12:34:00 +0000 (12:34 +0000)]
Relevant BUGIDs:

Purpose of commit: new feature

Commit summary:
---------------

2006-12-06  Thorsten Kukuk  <kukuk@thkukuk.de>

        * modules/pam_faildelay/pam_faildelay.c: If no argument is
        given, try to read FAIL_DELAY from /etc/login.defs.
        * modules/pam_faildelay/pam_faildelay.8.xml: Document usage
        of /etc/login.defs.

17 years agoRelevant BUGIDs: 1591598
Thorsten Kukuk [Wed, 6 Dec 2006 13:40:50 +0000 (13:40 +0000)]
Relevant BUGIDs: 1591598

Purpose of commit: bugfix

Commit summary:
---------------

2006-12-06  Thorsten Kukuk  <kukuk@thkukuk.de>

        * modules/pam_mkhomedir/pam_mkhomedir.c (rec_mkdir): Fix
        handling of left-most path component [SF#1591598].
        (create_homedir): Mark user visible messages for translation.
        * po/de.po: Adjust german translation for pam_mkhomedir.

17 years agoRelevant BUGIDs: rhbz #211438
Tomas Mraz [Mon, 4 Dec 2006 12:34:51 +0000 (12:34 +0000)]
Relevant BUGIDs: rhbz #211438

Purpose of commit: bugfix

Commit summary:
---------------
2006-12-04  Tomas Mraz <t8m@centrun.cz>

        * po/jp.po: Fixed mistake in Password: message (from
        Peng Huang <phuang@redhat.com>).

17 years agoRelevant BUGIDs:
Thorsten Kukuk [Tue, 28 Nov 2006 17:12:41 +0000 (17:12 +0000)]
Relevant BUGIDs:

Purpose of commit: bugfix

Commit summary:
---------------

2006-11-28  Thorsten Kukuk  <kukuk@thkukuk.de>

        * po/hu.po: Update hungarian translation (from
        Kalman Kemenczy <kkemenczy@novell.com>).

17 years agoRelevant BUGIDs:
Thorsten Kukuk [Tue, 28 Nov 2006 16:15:02 +0000 (16:15 +0000)]
Relevant BUGIDs:

Purpose of commit: cleanup

Commit summary:
---------------

2006-11-28  Thorsten Kukuk  <kukuk@thkukuk.de>

        * configure.in: Allow disabling support for cracklib, audit, libdb.

17 years agoRelevant BUGIDs:
Thorsten Kukuk [Tue, 28 Nov 2006 16:06:31 +0000 (16:06 +0000)]
Relevant BUGIDs:

Purpose of commit: cleanup

Commit summary:
---------------

Add new test case to .cvsignore file

17 years agoRelevant BUGIDs:
Thorsten Kukuk [Tue, 28 Nov 2006 15:21:55 +0000 (15:21 +0000)]
Relevant BUGIDs:

Purpose of commit: bugfix

Commit summary:
---------------

2006-11-28  Thorsten Kukuk  <kukuk@thkukuk.de>

        * modules/pam_faildelay/pam_faildelay.8.xml: Correct name of Author.

17 years agoRelevant BUGIDs:
Thorsten Kukuk [Tue, 28 Nov 2006 12:50:26 +0000 (12:50 +0000)]
Relevant BUGIDs:

Purpose of commit: cleanup

Commit summary:
---------------

2006-11-28  Thorsten Kukuk  <kukuk@thkukuk.de>

        * configure.in: Remove --enable-docdir (obsolete by --docdir).
        * doc/Makefile.am: Don't overwrite htmldir.
        * doc/adg/Makefile.am: Use docdir, htmldir and pdfdir.
        * doc/mwg/Makefile.am: Likewise.
        * doc/sag/Makefile.am: Likewise.
        * doc/specs/Makefile.am: Use docdir.

17 years agoRelevant BUGIDs:
Thorsten Kukuk [Tue, 28 Nov 2006 11:48:30 +0000 (11:48 +0000)]
Relevant BUGIDs:

Purpose of commit: cleanup

Commit summary:
---------------

2006-11-28  Thorsten Kukuk  <kukuk@thkukuk.de>

        * configure.in: Remove --enable-docdir (obsolete by --docdir).
        * doc/Makefile.am: Don't overwrite htmldir.
        * doc/adg/Makefile.am: Use docdir, htmldir and pdfdir.
        * doc/mwg/Makefile.am: Likewise.
        * doc/sag/Makefile.am: Likewise.
        * doc/specs/Makefile.am: Use docdir.

17 years agoRelevant BUGIDs:
Thorsten Kukuk [Tue, 28 Nov 2006 10:44:49 +0000 (10:44 +0000)]
Relevant BUGIDs:

Purpose of commit: bugfix

Commit summary:
---------------

fix last checkin for "make distcheck"

17 years agoRelevant BUGIDs:
Thorsten Kukuk [Tue, 28 Nov 2006 10:28:03 +0000 (10:28 +0000)]
Relevant BUGIDs:

Purpose of commit: bugfix

Commit summary:
---------------

2006-11-28  Thorsten Kukuk  <kukuk@thkukuk.de>

        * tests/tst-pam_set_data.c: New test cases for pam_set_data().
        * tests/Makefile.am: Add pam_set_data test case.

        * libpam/pam_data.c: Add NULL pointer check for module_data_name.
        * libpam/Makefile.am: Bump revision of shared library.

17 years agoRelevant BUGIDs:
Thorsten Kukuk [Wed, 8 Nov 2006 11:25:35 +0000 (11:25 +0000)]
Relevant BUGIDs:

Purpose of commit: bugfix

Commit summary:
---------------

   * po/POTFILES.in: Add pam_faildelay.c and pam_loginuid.c.

17 years agoRelevant BUGIDs:
Thorsten Kukuk [Wed, 8 Nov 2006 11:21:41 +0000 (11:21 +0000)]
Relevant BUGIDs:

Purpose of commit: new feature

Commit summary:
---------------

2006-11-08  Thorsten Kukuk  <kukuk@thkukuk.de>

        * configure.in: Add modules/pam_faildelay/Makefile.
        * doc/sag/Linux-PAM_SAG.xml: Include pam_faildelay.xml.
        * doc/sag/pam_faildelay.xml: New.
        * libpam/pam_static_modules.h: Include static pam_faildelay data.
        * modules/Makefile.am: Add pam_faildelay directory.
        * modules/pam_faildelay/Makefile.am: New.
        * modules/pam_faildelay/README: New, generated from XML file.
        * modules/pam_faildelay/README.xml: New.
        * modules/pam_faildelay/pam_faildelay.8: New, generated from xml.
        * modules/pam_faildelay/pam_faildelay.8.xml: New.
        * modules/pam_faildelay/pam_faildelay.c: New.
        * modules/pam_faildelay/tst-pam_faildelay: New.

17 years agoRelevant BUGIDs:
Thorsten Kukuk [Tue, 7 Nov 2006 11:11:33 +0000 (11:11 +0000)]
Relevant BUGIDs:

Purpose of commit: bugfix

Commit summary:
---------------

2006-11-07  Thorsten Kukuk  <kukuk@thkukuk.de>

        * modules/pam_cracklib/pam_cracklib.c: PAM_DEBUG_ARG
        is a bit mask and not a boolean value (Reported by
        Jochen Voss <voss@seehuhn.de>).

17 years agoRelevant BUGIDs:
Thorsten Kukuk [Thu, 26 Oct 2006 13:51:51 +0000 (13:51 +0000)]
Relevant BUGIDs:

Purpose of commit: bugfix

Commit summary:
---------------

2006-10-26  Thorsten Kukuk  <kukuk@thkukuk.de>

        * modules/pam_motd/pam_motd.8.xml: Fix typo.

17 years agoRelevant BUGIDs:
Thorsten Kukuk [Thu, 26 Oct 2006 11:22:37 +0000 (11:22 +0000)]
Relevant BUGIDs:

Purpose of commit: bugfix

Commit summary:
---------------

2006-10-26  Thorsten Kukuk  <kukuk@thkukuk.de>

* doc/man/pam.3.xml: Add pam_get_user function.

17 years agoRelevant BUGIDs:
Thorsten Kukuk [Tue, 24 Oct 2006 14:34:19 +0000 (14:34 +0000)]
Relevant BUGIDs:

Purpose of commit: bugfix

Commit summary:
---------------

2006-10-24  Thorsten Kukuk  <kukuk@thkukuk.de>

        * modules/pam_namespace/pam_namespace.c: Reserve space for
        trailing zero.

17 years agoRelevant BUGIDs:
Thorsten Kukuk [Tue, 24 Oct 2006 13:07:51 +0000 (13:07 +0000)]
Relevant BUGIDs:

Purpose of commit: bugfix

Commit summary:
---------------

2006-10-24  Thorsten Kukuk  <kukuk@thkukuk.de>

        * modules/pam_unix/support.c (_unix_verify_password): Try system
        crypt() if we don't know the hash alogorithm.
        * modules/pam_unix/unix_chkpwd.c (_unix_verify_password): Likewise.

17 years agoRelevant BUGIDs:
Tomas Mraz [Fri, 13 Oct 2006 12:42:03 +0000 (12:42 +0000)]
Relevant BUGIDs:

Purpose of commit: cleanup

Commit summary:
---------------
2006-10-13  Tomas Mraz <t8m@centrum.cz>

        * doc/sag/Linux-PAM_SAG.xml: Add id to book.
        * doc/adg/Linux-PAM_ADG.xml: Add id to book.
        * doc/mwg/Linux-PAM_MWG.xml: Add id to book.

17 years agoRelevant BUGIDs:
Tomas Mraz [Fri, 13 Oct 2006 11:33:18 +0000 (11:33 +0000)]
Relevant BUGIDs:

Purpose of commit: cleanup

Commit summary:
---------------
2006-10-13  Tomas Mraz <t8m@centrum.cz>

        * doc/mwg/Linux-PAM_MWG.xml: Add id[s] to section[s].
        * doc/sag/pam_access.xml: Likewise.
        * doc/sag/pam_echo.xml: Likewise.
        * doc/sag/pam_env.xml: Likewise.
        * doc/sag/pam_exec.xml: Likewise.
        * doc/sag/pam_group.xml: Likewise.
        * doc/sag/pam_limits.xml: Likewise.
        * doc/sag/pam_namespace.xml: Likewise.
        * doc/sag/pam_time.xml: Likewise.

17 years agoRelevant BUGIDs:
Thorsten Kukuk [Sat, 7 Oct 2006 09:55:18 +0000 (09:55 +0000)]
Relevant BUGIDs:

Purpose of commit: bugfix

Commit summary:
---------------

2006-10-07  Thorsten Kukuk  <kukuk@suse.de>

        * po/hu.po: Updated hungarian translation (from
        Kalman Kemenczy <kkemenczy@novell.com>)

17 years agoRelevant BUGIDs:
Thorsten Kukuk [Wed, 20 Sep 2006 14:34:37 +0000 (14:34 +0000)]
Relevant BUGIDs:

Purpose of commit: bugfix

Commit summary:
---------------

Fix typo.

17 years agoRelevant BUGIDs:
Thorsten Kukuk [Wed, 20 Sep 2006 13:46:03 +0000 (13:46 +0000)]
Relevant BUGIDs:

Purpose of commit: new feature/bugfix

Commit summary:
---------------

2006-09-20  Thorsten Kukuk  <kukuk@thkukuk.de>

        * doc/adg/Makefile.am: Add manual pages as dependency.
        * doc/mwg/Makefile.am: Likewise.
        * doc/sag/Makefile.am: Likewise.
        * doc/sag/Linux-PAM_SAG.xml: Include pam_unix.xml.
        * doc/sag/pam_unix.xml: New.
        * modules/pam_unix/Makefile.am: Generate pam_unix.8 manual page.
        * modules/pam_unix/README.xml: New.
        * modules/pam_unix/pam_unix.8.xml: New.
        * modules/pam_unix/README: Regenerate from XML.
        * modules/pam_unix/pam_unix.8: Generated from XML.

17 years agoRelevant BUGIDs:
Dmitry V. Levin [Sat, 9 Sep 2006 23:11:34 +0000 (23:11 +0000)]
Relevant BUGIDs:

Purpose of commit: bugfix

Commit summary:
---------------

2006-09-09  Dmitry V. Levin  <ldv@altlinux.org>

* modules/pam_wheel/pam_wheel.8.xml: Fix typo.
* modules/pam_wheel/pam_wheel.8: Likewise.
* modules/pam_wheel/README: Likewise.

17 years agoRelevant BUGIDs:
Thorsten Kukuk [Fri, 8 Sep 2006 10:31:43 +0000 (10:31 +0000)]
Relevant BUGIDs:

Purpose of commit: bugfix

Commit summary:
---------------

2006-09-08  Thorsten Kukuk  <kukuk@thkukuk.de>

        * po/de.po: Fix typo.

17 years agoRelevant BUGIDs: Linux-PAM-0_99_6_3
Thorsten Kukuk [Wed, 6 Sep 2006 12:37:29 +0000 (12:37 +0000)]
Relevant BUGIDs:

Purpose of commit: release

Commit summary:
---------------

Prepare release of Version 0.99.6.3

17 years agoRelevant BUGIDs:
Thorsten Kukuk [Fri, 1 Sep 2006 13:17:47 +0000 (13:17 +0000)]
Relevant BUGIDs:

Purpose of commit: bugfix

Commit summary:
---------------

2006-09-01  Thorsten Kukuk  <kukuk@thkukuk.de>

* modules/pam_loginuid/pam_loginuid.8.xml: Fix typo in
config name.

17 years agoRelevant BUGIDs:
Thorsten Kukuk [Fri, 1 Sep 2006 11:37:13 +0000 (11:37 +0000)]
Relevant BUGIDs:

Purpose of commit: new feature

Commit summary:
---------------

2006-08-31  Thorsten Kukuk  <kukuk@thkukuk.de>

        * modules/pam_env/environment: New, dummy environment example
        config file.

17 years agoRelevant BUGIDs:
Thorsten Kukuk [Thu, 31 Aug 2006 11:06:15 +0000 (11:06 +0000)]
Relevant BUGIDs:

Purpose of commit: bugfix

Commit summary:
---------------

Fix some bugs on older distributions

2006-08-31  Thorsten Kukuk  <kukuk@thkukuk.de>

        * modules/pam_namespace/Makefile.am: Don't install
        manual page if we don't build module.

        * m4/ld-as-needed.m4: Don't set LDFLAGS if check failed.
        * m4/ld-O1: Likewise.

17 years agoRelevant BUGIDs:
Tomas Mraz [Wed, 30 Aug 2006 16:09:05 +0000 (16:09 +0000)]
Relevant BUGIDs:

Purpose of commit: new feature

Commit summary:
---------------
2006-08-30  Tomas Mraz  <t8m@centrum.cz>

        * modules/pam_access/pam_access.8.xml: All services supported.
        * modules/pam_access/pam_access.c (pam_sm_open_session): New.
        (pam_sm_close_session): New.
        (pam_sm_chauthtok): New.

        * modules/pam_access/pam_succeed_if.8.xml: All services supported.
        * modules/pam_access/pam_succeed_if.c (pam_sm_setcred): Return
        PAM_IGNORE rather than success.
        (pam_sm_open_session): New.
        (pam_sm_close_session): New.
        (pam_sm_chauthtok): New.

17 years agoRelevant BUGIDs:
Thorsten Kukuk [Wed, 30 Aug 2006 08:45:30 +0000 (08:45 +0000)]
Relevant BUGIDs:

Purpose of commit: cleanup/bugfix

Commit summary:
---------------

2006-08-30  Thorsten Kukuk  <kukuk@thkukuk.de>

        * xtests/Makefile.am: Move shell code to execute tests from here ...
        * xtests/run-xtests.sh: ... to here.
        * xtests/*.c: Include config.h.
        * tests/*.c: Likewise.

17 years agoRelevant BUGIDs:
Thorsten Kukuk [Wed, 30 Aug 2006 08:42:38 +0000 (08:42 +0000)]
Relevant BUGIDs:

Purpose of commit: cleanup

Commit summary:
---------------

2006-08-30  Thorsten Kukuk  <kukuk@thkukuk.de>

        * modules/pam_namespace/pam_namespace.c: Use pam_modutil_getpwnam()
        instead of getpwnam().

17 years agoRelevant BUGIDs:
Thorsten Kukuk [Tue, 29 Aug 2006 16:21:31 +0000 (16:21 +0000)]
Relevant BUGIDs:

Purpose of commit: new feature

Commit summary:
---------------

As discussed with Tomas I'm adding the pam_loginuid module from RH
to make the SELinux/Audit stack complete:

2006-08-29  Thorsten Kukuk  <kukuk@thkukuk.de>

        * doc/sag/pam_loginuid.xml: New.
        * doc/sag/Linux-PAM_SAG.xml: Include pam_loginuid.xml.

        * configure.in: Add modules/pam_loginuid/Makefile.
        * modules/Makefile.am: Add pam_loginuid sub directory.

        * libpam/pam_static_modules.h: Add pam_loginuid.

        * modules/pam_loginuid/Makefile.am: New.
        * modules/pam_loginuid/tst-pam_loginuid: New.
        * modules/pam_loginuid/pam_loginuid.8.xml: New.
        * modules/pam_loginuid/pam_loginuid.8: New, generated from XML source.
        * modules/pam_loginuid/pam_loginuid.c: New.
        * modules/pam_loginuid/README.xml: New.
        * modules/pam_loginuid/README: New, generated from XML source.

17 years agoRelevant BUGIDs:
Dmitry V. Levin [Mon, 28 Aug 2006 23:02:58 +0000 (23:02 +0000)]
Relevant BUGIDs:

Purpose of commit: bugfix

Commit summary:
---------------

2006-08-29  Dmitry V. Levin  <ldv@altlinux.org>

* modules/pam_exec/pam_exec.c (call_exec): Add required third
argument to open() call with O_CREAT flag set.

17 years agoRelevant BUGIDs:
Thorsten Kukuk [Mon, 28 Aug 2006 09:50:23 +0000 (09:50 +0000)]
Relevant BUGIDs:

Purpose of commit: cleanup

Commit summary:
---------------

2006-08-28  Thorsten Kukuk  <kukuk@thkukuk.de>

        * modules/pam_cracklib/pam_cracklib.c (pam_sm_chauthtok): Remove
        duplicate code.

17 years agoRelevant BUGIDs: Linux-PAM-0_99_6_2
Thorsten Kukuk [Thu, 24 Aug 2006 18:29:30 +0000 (18:29 +0000)]
Relevant BUGIDs:

Purpose of commit: bugfix

Commit summary:
---------------

Of course, it should be LOG_WARNING and not LOG_WARN ...

17 years agoRelevant BUGIDs:
Thorsten Kukuk [Thu, 24 Aug 2006 18:01:22 +0000 (18:01 +0000)]
Relevant BUGIDs:

Purpose of commit: bugfix

Commit summary:
---------------

2006-08-24  Thorsten Kukuk  <kukuk@thkukuk.de>

        * release version 0.99.6.2

        * modules/pam_lastlog/pam_lastlog.c (last_login_date): Create
        lastlog file if it does not exist.

17 years agoRelevant BUGIDs:
Thorsten Kukuk [Thu, 24 Aug 2006 11:26:10 +0000 (11:26 +0000)]
Relevant BUGIDs:

Purpose of commit: bugfix

Commit summary:
---------------

2006-08-24  Thorsten Kukuk  <kukuk@thkukuk.de>

        * modules/pam_cracklib/pam_cracklib.c (pam_sm_chauthtok): Check
        for error from getting second token.
        * xtests/Makefile.am: Add tst-pam_cracklib1
        * xtests/tst-pam_cracklib1.c: New, check for pam_cracklib seg.fault.
        * xtests/tst-pam_cracklib1.pamd: New, config for cracklib test.

17 years agoRelevant BUGIDs:
Thorsten Kukuk [Thu, 24 Aug 2006 08:49:19 +0000 (08:49 +0000)]
Relevant BUGIDs:

Purpose of commit: new feature

Commit summary:
---------------

Add test for [...] control sequences.

2006-08-24  Thorsten Kukuk  <kukuk@thkukuk.de>

        * xtests/tst-pam_dispatch4.c: New test.
        * xtests/tst-pam_dispatch4.pamd: PAM config for new test.

17 years agoRelevant BUGIDs: Linux-PAM-0_99_6_1
Thorsten Kukuk [Fri, 11 Aug 2006 00:39:44 +0000 (00:39 +0000)]
Relevant BUGIDs:

Purpose of commit:

Commit summary:
---------------

Prepare 0.99.6.1 release

17 years agoRelevant BUGIDs:
Tomas Mraz [Wed, 9 Aug 2006 19:04:59 +0000 (19:04 +0000)]
Relevant BUGIDs:

Purpose of commit: bugfix

Commit summary:
---------------
2006-08-09  David Howells  <dhowells@redhat.com>

        * modules/pam_keyinit/pam_keyinit.c (kill_keyrings): Set real uid
        to user's before revoking.
        (pam_sm_open_session): Remember the uid.

18 years agoRelevant BUGIDs:
Thorsten Kukuk [Sun, 6 Aug 2006 11:38:43 +0000 (11:38 +0000)]
Relevant BUGIDs:

Purpose of commit: bugfix

Commit summary:
---------------

2006-08-06  Thorsten Kukuk  <kukuk@thkukuk.de>

        * modules/pam_umask/pam_umask.c (setup_limits_from_gecos):
        Add error handling.
        * modules/pam_umask/pam_umask.8.xml: Document silent option.

        * xtests/Makefile.am: Fix includes for bootstrapping.
        Reported by Greg Schafer <gschafer@zip.com.au>.

18 years agoRelevant BUGIDs: Linux-PAM-0_99_6_0
Thorsten Kukuk [Sat, 5 Aug 2006 19:20:01 +0000 (19:20 +0000)]
Relevant BUGIDs:

Purpose of commit:

Commit summary:
---------------

Release 0.99.6.0

18 years agoRelevant BUGIDs:
Thorsten Kukuk [Sat, 5 Aug 2006 18:01:36 +0000 (18:01 +0000)]
Relevant BUGIDs:

Purpose of commit: bugfix

Commit summary:
---------------

2006-08-05  Thorsten Kukuk  <kukuk@thkukuk.de>

        * modules/pam_limits/pam_limits.c (pam_sm_open_session): Use
        pam_modutil_getpwnam instead of getpwnam.

18 years agoRelevant BUGIDs:
Thorsten Kukuk [Sat, 5 Aug 2006 09:23:06 +0000 (09:23 +0000)]
Relevant BUGIDs:

Purpose of commit: cleanup

Commit summary:
---------------

Fix compiler warning:

2006-08-05  Thorsten Kukuk  <kukuk@thkukuk.de>

        * modules/pam_succeed_if/pam_succeed_if.c (evaluate): Cast
        svc variable to char pointer for snprintf.

18 years agoRelevant BUGIDs:
Thorsten Kukuk [Sat, 5 Aug 2006 08:03:11 +0000 (08:03 +0000)]
Relevant BUGIDs:

Purpose of commit: new feature

Commit summary:
---------------

Add xtests to allow checks for PAM functions only doable in installed
system.

2006-08-05 Thorsten Kukuk  <kukuk@thkukuk.de>

        * configure.in: Generate xtests/Makefile.
        * Makefile.am (SUBDIRS): Add xtests.
        * README: Document make check and make xtests.
        * xtests/Makefile.am: New.
        * xtests/tst-pam_dispatch1.pamd: New.
        * xtests/tst-pam_dispatch2.pamd: New.
        * xtests/tst-pam_dispatch3.pamd: New.
        * xtests/tst-pam_dispatch1.c: New.
        * xtests/tst-pam_dispatch2.c: New.
        * xtests/tst-pam_dispatch3.c: New.

18 years agoRelevant BUGIDs: rh bz 197748
Tomas Mraz [Fri, 4 Aug 2006 20:16:43 +0000 (20:16 +0000)]
Relevant BUGIDs: rh bz 197748

Purpose of commit: bugfix

Commit summary:
---------------
2006-08-04 Ray Strode <rstrode@redhat.com>

        * modules/pam_succeed_if/pam_succeed_if.c (pam_sm_authenticate):
        Return PAM_USER_UNKNOWN instead of PAM_SERVICE_ERR where appropriate.

18 years agoRelevant BUGIDs:
Tomas Mraz [Thu, 3 Aug 2006 13:01:22 +0000 (13:01 +0000)]
Relevant BUGIDs:

Purpose of commit: bugfix

Commit summary:
---------------
        * modules/pam_selinux/pam_selinux.c (security_label_tty): Don't log
        relabelling error when the tty device doesn't exist (ENOENT).

18 years agoRelevant BUGIDs: rh bugzilla 201048
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.

18 years agoRelevant BUGIDs:
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.

18 years agoRelevant BUGIDs:
Thorsten Kukuk [Wed, 2 Aug 2006 17:20:56 +0000 (17:20 +0000)]
Relevant BUGIDs:

Purpose of commit: cleanup

Commit summary:
---------------

remove correct file

18 years agoRelevant BUGIDs:
Thorsten Kukuk [Wed, 2 Aug 2006 13:50:09 +0000 (13:50 +0000)]
Relevant BUGIDs:

Purpose of commit: cleanup

Commit summary:
---------------

Remove files which should be generated by autogen.sh

18 years agoRelevant BUGIDs:
Thorsten Kukuk [Tue, 1 Aug 2006 12:11:44 +0000 (12:11 +0000)]
Relevant BUGIDs:

Purpose of commit: cleanup

Commit summary:
---------------

2006-08-01  Thorsten Kukuk  <kukuk@thkukuk.de>

        * doc/index.html: Cleanup to look prettier.

18 years agoRelevant BUGIDs:
Thorsten Kukuk [Tue, 1 Aug 2006 09:58:14 +0000 (09:58 +0000)]
Relevant BUGIDs:

Purpose of commit: bugfix

Commit summary:
---------------

2006-08-01  Thorsten Kukuk  <kukuk@thkukuk.de>

        * doc/man/pam_fail_delay.3.xml: Fix some Bugs and enhance
        rationale about when this function should be used and when not.

18 years agoRelevant BUGIDs: BRC#196859
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].

18 years agoRelevant BUGIDs:
Thorsten Kukuk [Fri, 28 Jul 2006 13:21:38 +0000 (13:21 +0000)]
Relevant BUGIDs:

Purpose of commit: clanup

Commit summary:
---------------

Add renamed parse* files

18 years agoRelevant BUGIDs:
Thorsten Kukuk [Fri, 28 Jul 2006 13:20:44 +0000 (13:20 +0000)]
Relevant BUGIDs:

Purpose of commit: bugfix

Commit summary:
---------------

Add ltmain.sh

18 years agoRelevant BUGIDs:
Thorsten Kukuk [Fri, 28 Jul 2006 13:12:36 +0000 (13:12 +0000)]
Relevant BUGIDs:

Purpose of commit: bugfix

Commit summary:
---------------

Update to gettext 0.15 to support new autoconf:

2006-07-28  Thorsten Kukuk  <kukuk@thkukuk.de>

        * 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.

18 years agoRelevant BUGIDs:
Thorsten Kukuk [Fri, 28 Jul 2006 11:59:28 +0000 (11:59 +0000)]
Relevant BUGIDs:

Purpose of commit: cleanup

Commit summary:
---------------

2006-07-24  David Quigley   <dpquigl@tycho.nsa.gov>

        * 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.

Acked by Janak Desai <janak@us.ibm.com>

18 years agoRelevant BUGIDs:
Thorsten Kukuk [Tue, 25 Jul 2006 08:01:30 +0000 (08:01 +0000)]
Relevant BUGIDs:

Purpose of commit: bugfix

Commit summary:
---------------

Let autogen.sh generate libtool files to have current versions.

18 years agoRelevant BUGIDs:
Thorsten Kukuk [Mon, 24 Jul 2006 16:33:38 +0000 (16:33 +0000)]
Relevant BUGIDs:

Purpose of commit: cleanup

Commit summary:
---------------

Remove wrongly added files.

18 years agoRelevant BUGIDs:
Thorsten Kukuk [Mon, 24 Jul 2006 16:14:40 +0000 (16:14 +0000)]
Relevant BUGIDs:

Purpose of commit:

Commit summary:
---------------

Add missing renamed files