]> granicus.if.org Git - linux-pam/log
linux-pam
18 years agoRelevant BUGIDs: none
Thorsten Kukuk [Mon, 26 Sep 2005 12:49:52 +0000 (12:49 +0000)]
Relevant BUGIDs: none

Purpose of commit: bugfix

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

Fix spec generation and creating tar archive with automake:

        * configure.in: Add doc/specs/Makefile.
        * Makefile.am: Add releasedocs rule.
        * doc/Makefile.am: Add specs subdir, remove files from specs
        directory, add rfc86.0.txt to releasedocs.
        * doc/specs/Makefile.am: New file.
        * doc/specs/formatter/parse.y: move from here ...
        * doc/specs/parse.y: ... here.
        * doc/specs/formatter/parse.lex: move from here ...
        * doc/specs/parse.lex: ... here.

18 years agoRelevant BUGIDs:
Tomas Mraz [Mon, 26 Sep 2005 09:56:28 +0000 (09:56 +0000)]
Relevant BUGIDs:

Purpose of commit: new feature

Commit summary:
---------------
Support for NULL tty for pam_access.
2005-09-23  Tomas Mraz  <t8m@centrum.cz>

        * modules/pam_access/pam_access.c (from_match): Support NULL from.
        (string_match): Support NULL string, add NONE keyword matching it.
        (pam_sm_acct_mgmt): Don't fail when ttyname returns NULL.
        * modules/pam_access/access.conf: NONE keyword description
        * modules/pam_access/README: NONE keyword description

18 years agoRelevant BUGIDs: none
Dmitry V. Levin [Fri, 23 Sep 2005 11:28:55 +0000 (11:28 +0000)]
Relevant BUGIDs: none

Purpose of commit: cleanup

Commit summary:
---------------
2005-09-22  Dmitry V. Levin  <ldv@altlinux.org>

* modules/pam_xauth/pam_xauth.c: (check_acl, pam_sm_open_session,
pam_sm_close_session): Strip redundant "pam_xauth: " prefix from
text of log messages.
(pam_sm_open_session): Replace sequence of malloc(), strcpy()
and strcat() calls with asprintf().  Replace syslog() calls
with pam_syslog().

18 years agoRelevant BUGIDs: none
Dmitry V. Levin [Thu, 22 Sep 2005 22:16:02 +0000 (22:16 +0000)]
Relevant BUGIDs: none

Purpose of commit: bugfix

Commit summary:
---------------
2005-09-22  Dmitry V. Levin  <ldv@altlinux.org>

* modules/pam_nologin/pam_nologin.c (parse_args): Use strncmp()
instead of memcmp() for string comparison.

18 years ago2005-09-21 Dmitry V. Levin <ldv@altlinux.org>
Dmitry V. Levin [Thu, 22 Sep 2005 21:48:50 +0000 (21:48 +0000)]
2005-09-21  Dmitry V. Levin  <ldv@altlinux.org>

* po/Linux-PAM.pot: Update with new strings from pam_mail for
translation.
* po/cs.po: Likewise.
* po/de.po: Likewise.
* po/es.po: Likewise.
* po/fi.po: Likewise.
* po/fr.po: Likewise.
* po/hu.po: Likewise.
* po/it.po: Likewise.
* po/ja.po: Likewise.
* po/nb.po: Likewise.
* po/pa.po: Likewise.
* po/pl.po: Likewise.
* po/pt.po: Likewise.
* po/pt_BR.po: Likewise.
* po/zh_CN.po: Likewise.
* po/zh_TW.po: Likewise.

18 years agoRelevant BUGIDs: none
Dmitry V. Levin [Thu, 22 Sep 2005 21:43:32 +0000 (21:43 +0000)]
Relevant BUGIDs: none

Purpose of commit: bugfix, cleanup

Commit summary:
---------------
2005-09-21  Dmitry V. Levin  <ldv@altlinux.org>

* modules/pam_mail/pam_mail.c: Include <errno.h>.
Remove YOUR_MAIL_VERBOSE_FORMAT, YOUR_MAIL_STANDARD_FORMAT and
NO_MAIL_STANDARD_FORMAT macros.
(parse_args, get_folder): Cleanup error messages.
(get_folder): Fix leak of the path_mail variable in case of
pam_get_user() failure.  Cleanup memory management.
(get_mail_status): Add pam_handle_t* argument. Fix leaks of
namelist variable.  Cleanup memory management. Log memory
allocation failures.  Remove 250-byte limit on Maildir pathname.
(report_mail): Mark text messages for translation.
(_do_mail): Cleanup memory management. Pass pam_handle_t*
to get_mail_status().

18 years agoRelevant BUGIDs: none
Dmitry V. Levin [Thu, 22 Sep 2005 21:35:30 +0000 (21:35 +0000)]
Relevant BUGIDs: none

Purpose of commit: new feature

Commit summary:
---------------
2005-09-21  Dmitry V. Levin  <ldv@altlinux.org>

* modules/pam_nologin/pam_nologin.c: Include <syslog.h>.
(parse_args): Add pam_handle_t* argument.  Log unrecognized
options.
(perform_check): Log pam_get_user() and malloc() failures.
(pam_sm_authenticate, pam_sm_setcred, pam_sm_acct_mgmt):
Pass pam_handle_t* to parse_args().

18 years agoRelevant BUGIDs: none
Thorsten Kukuk [Wed, 21 Sep 2005 13:43:51 +0000 (13:43 +0000)]
Relevant BUGIDs: none

Purpose of commit: new feature

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

Create a ChangeLog file for new checkins

18 years agoRelevant BUGIDs:
Tomas Mraz [Wed, 21 Sep 2005 13:27:10 +0000 (13:27 +0000)]
Relevant BUGIDs:

Purpose of commit: new feature

Commit summary:
---------------
Allow out of tree builds

18 years agoRelevant BUGIDs:
Tomas Mraz [Wed, 21 Sep 2005 12:13:08 +0000 (12:13 +0000)]
Relevant BUGIDs:

Purpose of commit: bugfix

Commit summary:
---------------
oops, forgot to remove backslash

18 years agoRelevant BUGIDs:
Tomas Mraz [Wed, 21 Sep 2005 12:11:23 +0000 (12:11 +0000)]
Relevant BUGIDs:

Purpose of commit: cleanup

Commit summary:
---------------
Remove pammodutil from include directories

18 years agoRelevant BUGIDs:
Tomas Mraz [Wed, 21 Sep 2005 10:54:50 +0000 (10:54 +0000)]
Relevant BUGIDs:

Purpose of commit: bugfix, new feature

Commit summary:
---------------
pam_lastlog: Cleanup, fix broken logic in pam_parse,
modify wtmp by default, nowtmp option switches that off (patch by ldv)

18 years agoRelevant BUGIDs:
Tomas Mraz [Wed, 21 Sep 2005 10:00:58 +0000 (10:00 +0000)]
Relevant BUGIDs:

Purpose of commit: new feature

Commit summary:
---------------
Moved functions from pammodutil to libpam.

18 years agoUpdate with new strings for translation
Thorsten Kukuk [Tue, 20 Sep 2005 17:10:26 +0000 (17:10 +0000)]
Update with new strings for translation

18 years agoRelevant BUGIDs: none
Thorsten Kukuk [Tue, 20 Sep 2005 17:08:58 +0000 (17:08 +0000)]
Relevant BUGIDs: none

Purpose of commit: cleanup

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

Remove no longer used file

18 years agoRelevant BUGIDs: none
Thorsten Kukuk [Tue, 20 Sep 2005 17:06:08 +0000 (17:06 +0000)]
Relevant BUGIDs: none

Purpose of commit: bugfix

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

Add missing License file to EXTRA_DIST

18 years agoRelevant BUGIDs: none
Thorsten Kukuk [Tue, 20 Sep 2005 16:26:26 +0000 (16:26 +0000)]
Relevant BUGIDs: none

Purpose of commit: clenaup

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

Move libprelude macros from acinclude.m4 to m4/libprelude.m4 for
easier update.

18 years agoRelevant BUGIDs: none
Thorsten Kukuk [Tue, 20 Sep 2005 15:40:16 +0000 (15:40 +0000)]
Relevant BUGIDs: none

Purpose of commit: new feature

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

Add finish translation

18 years agoRelevant BUGIDs:
Tomas Mraz [Tue, 20 Sep 2005 13:54:17 +0000 (13:54 +0000)]
Relevant BUGIDs:

Purpose of commit: bugfix

Commit summary:
---------------
pam_unix: Always honor nis flag on password change (by Aaron Hope)

18 years agoRelevant BUGIDs:
Tomas Mraz [Tue, 20 Sep 2005 13:13:54 +0000 (13:13 +0000)]
Relevant BUGIDs:

Purpose of commit: cleanup

Commit summary:
---------------
Revert de-constification of pam_get_data and pam_get_item prototypes

18 years agoRelevant BUGIDs:
Thorsten Kukuk [Tue, 20 Sep 2005 12:56:03 +0000 (12:56 +0000)]
Relevant BUGIDs:

Purpose of commit: cleanup

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

cleanup from ldv (forgot to commit...)

18 years agoRelevant BUGIDs: none
Thorsten Kukuk [Tue, 20 Sep 2005 12:54:58 +0000 (12:54 +0000)]
Relevant BUGIDs: none

Purpose of commit: new feature

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

Commit missing changes for pam_echo

18 years agoRelevant BUGIDs: Red Hat bz 168790
Tomas Mraz [Tue, 20 Sep 2005 12:17:01 +0000 (12:17 +0000)]
Relevant BUGIDs: Red Hat bz 168790

Purpose of commit: bugfix

Commit summary:
---------------
pam_limits: Fix regression from RLIMIT_NICE support (wrong limit
values for other limits are applied) patch by Anton Guda

18 years agoRelevant BUGIDs: none
Thorsten Kukuk [Tue, 20 Sep 2005 11:56:54 +0000 (11:56 +0000)]
Relevant BUGIDs: none

Purpose of commit: new feature

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

Add pam_echo module

18 years agoRelevant BUGIDs: none
Thorsten Kukuk [Tue, 20 Sep 2005 08:31:27 +0000 (08:31 +0000)]
Relevant BUGIDs: none

Purpose of commit: bugfix

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

Fix missing NULL pointer check and us asprintf instead of malloc/snprintf
(from Dmitry V. Levin).

18 years agoRelevant BUGIDs:
Tomas Mraz [Mon, 19 Sep 2005 16:47:20 +0000 (16:47 +0000)]
Relevant BUGIDs:

Purpose of commit: cleanup

Commit summary:
---------------
Major cleanup with bug fixes (testing of possible NULL return values)
Patch by Dmitry V. Levin (ldv)

18 years agoRelevant BUGIDs:
Tomas Mraz [Mon, 19 Sep 2005 15:58:28 +0000 (15:58 +0000)]
Relevant BUGIDs:

Purpose of commit: cleanup

Commit summary:
---------------
Added PAM_NONNULL attributes to some public API (by ldv)
Removed const qualifiers from pam_get_item, pam_get_data to comply
with spec

18 years agoRelevant BUGIDs:
Thorsten Kukuk [Mon, 19 Sep 2005 14:46:07 +0000 (14:46 +0000)]
Relevant BUGIDs:

Purpose of commit: bugfix

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

Fix compiling of libpammodutil and linking against it.

18 years agoRelevant BUGIDs: none
Thorsten Kukuk [Mon, 19 Sep 2005 13:21:44 +0000 (13:21 +0000)]
Relevant BUGIDs: none

Purpose of commit: bugfix

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

Remove removed pam_radius.c

18 years agoRelevant BUGIDs: none
Thorsten Kukuk [Mon, 19 Sep 2005 10:03:49 +0000 (10:03 +0000)]
Relevant BUGIDs: none

Purpose of commit: cleanup

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

Remove pam_radius

18 years agoRelevant BUGIDs: none
Thorsten Kukuk [Mon, 19 Sep 2005 09:55:02 +0000 (09:55 +0000)]
Relevant BUGIDs: none

Purpose of commit: cleanup

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

Remove obsolete docu, adjust README

18 years agoRelevant BUGIDs: none
Thorsten Kukuk [Mon, 19 Sep 2005 09:36:02 +0000 (09:36 +0000)]
Relevant BUGIDs: none

Purpose of commit: cleanup

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

Remove pam_radius module

18 years agoRelevant BUGIDs: none
Thorsten Kukuk [Mon, 19 Sep 2005 09:34:51 +0000 (09:34 +0000)]
Relevant BUGIDs: none

Purpose of commit: cleanup

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

Remove pam_radius docu

18 years agoRelevant BUGIDs: none
Thorsten Kukuk [Sun, 18 Sep 2005 13:04:57 +0000 (13:04 +0000)]
Relevant BUGIDs: none

Purpose of commit: bugfix

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

Code cleanup (pam_syslog, compiler warnings)

18 years agoRelevant BUGIDs: none
Thorsten Kukuk [Sun, 18 Sep 2005 13:03:49 +0000 (13:03 +0000)]
Relevant BUGIDs: none

Purpose of commit: bugfix

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

As workaround add -fPIC -DPIC to CFLAGS

18 years agoRelevant BUGIDs: none
Thorsten Kukuk [Sun, 18 Sep 2005 10:44:25 +0000 (10:44 +0000)]
Relevant BUGIDs: none

Purpose of commit: bugfix

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

check if argument which we try to access exists

18 years agoRelevant BUGIDs: none
Thorsten Kukuk [Sun, 18 Sep 2005 10:43:51 +0000 (10:43 +0000)]
Relevant BUGIDs: none

Purpose of commit: cleanup

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

Fix compiler warnings

18 years agoRelevant BUGIDs: none
Thorsten Kukuk [Sat, 17 Sep 2005 16:34:20 +0000 (16:34 +0000)]
Relevant BUGIDs: none

Purpose of commit: bugfix

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

Fix code for which gcc4.1 prints warnings

18 years agoRelevant BUGIDs:
Tomas Mraz [Sat, 17 Sep 2005 09:16:20 +0000 (09:16 +0000)]
Relevant BUGIDs:

Purpose of commit: cleanup

Commit summary:
---------------
Log nonconforming conversation function behavior (by ldv)

18 years agoRelevant BUGIDs:
Tomas Mraz [Sat, 17 Sep 2005 09:08:01 +0000 (09:08 +0000)]
Relevant BUGIDs:

Purpose of commit: cleanup

Commit summary:
---------------
Improved logging, code cleanup (by ldv)

18 years agoRelevant BUGIDs:
Tomas Mraz [Sat, 17 Sep 2005 09:02:06 +0000 (09:02 +0000)]
Relevant BUGIDs:

Purpose of commit: cleanup

Commit summary:
---------------
Suppress unused parameters warning, sync returned error values with OpenPAM
(by ldv)

18 years agoRelevant BUGIDs:
Tomas Mraz [Sat, 17 Sep 2005 08:59:04 +0000 (08:59 +0000)]
Relevant BUGIDs:

Purpose of commit: cleanup

Commit summary:
---------------
Suppress unused parameters warning (by ldv)

18 years agoRelevant BUGIDs:
Tomas Mraz [Sat, 17 Sep 2005 08:50:29 +0000 (08:50 +0000)]
Relevant BUGIDs:

Purpose of commit: cleanup

Commit summary:
---------------
Suppres unused parameters warning (by ldv)

18 years agoRelevant BUGIDs:
Tomas Mraz [Sat, 17 Sep 2005 08:47:39 +0000 (08:47 +0000)]
Relevant BUGIDs:

Purpose of commit: cleanup

Commit summary:
---------------
Better check the input parameters of pam_start (by ldv)

18 years agoRelevant BUGIDs:
Tomas Mraz [Sat, 17 Sep 2005 08:32:27 +0000 (08:32 +0000)]
Relevant BUGIDs:

Purpose of commit: cleanup

Commit summary:
---------------
More clear deallocation (by Dmitry V. Levin - ldv)

18 years agoRelevant BUGIDs: none
Thorsten Kukuk [Thu, 15 Sep 2005 09:58:05 +0000 (09:58 +0000)]
Relevant BUGIDs: none

Purpose of commit: cleanup

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

Unify .so references in manual pages

18 years agoRemove conv.c from translations
Thorsten Kukuk [Thu, 15 Sep 2005 09:55:03 +0000 (09:55 +0000)]
Remove conv.c from translations

18 years agoRelevant BUGIDs:
Tomas Mraz [Thu, 15 Sep 2005 09:40:30 +0000 (09:40 +0000)]
Relevant BUGIDs:

Purpose of commit: cleanup

Commit summary:
---------------
Use the new pam_syslog and pam_prompt helper functions. Patches by ldv.

18 years agoRelevant BUGIDs: none
Thorsten Kukuk [Wed, 14 Sep 2005 18:25:44 +0000 (18:25 +0000)]
Relevant BUGIDs: none

Purpose of commit: cleanup

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

Convert pam_ftp and pam_lastlog to use pam_info/pam_syslog

18 years agoRelevant BUGIDs: none
Thorsten Kukuk [Wed, 14 Sep 2005 17:49:01 +0000 (17:49 +0000)]
Relevant BUGIDs: none

Purpose of commit: bugfix

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

pam_vsyslog: Restore errno after each asprintf.
misc_conv.c: don't use special control characters, non-ascii terminal can run
into problems with them.
de.po: Translate some more strings.
*.po: Adjust translations for misc_conv.c.

18 years agoRelevant BUGIDs:
Tomas Mraz [Wed, 14 Sep 2005 15:06:04 +0000 (15:06 +0000)]
Relevant BUGIDs:

Purpose of commit: cleanup

Commit summary:
---------------
Call openlog only once, use syslog directly. (by ldv)

18 years agoRelevant BUGIDs:
Tomas Mraz [Wed, 14 Sep 2005 14:49:38 +0000 (14:49 +0000)]
Relevant BUGIDs:

Purpose of commit: cleanup

Commit summary:
---------------
configure is autogenerated

18 years agoRelevant BUGIDs:
Tomas Mraz [Wed, 14 Sep 2005 14:05:29 +0000 (14:05 +0000)]
Relevant BUGIDs:

Purpose of commit: bugfix

Commit summary:
---------------
More translatable strings in pam_cracklib.

18 years agoRelevant BUGIDs:
Tomas Mraz [Wed, 14 Sep 2005 14:02:00 +0000 (14:02 +0000)]
Relevant BUGIDs:

Purpose of commit: bugfix

Commit summary:
---------------
Workaround for sources compiled with and without libtool.

18 years agoRelevant BUGIDs: none
Thorsten Kukuk [Wed, 14 Sep 2005 11:51:19 +0000 (11:51 +0000)]
Relevant BUGIDs: none

Purpose of commit: bugfix

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

Link libpam_misc against libpam
Fix defines in pam_ext.h

Patches from Dmitry V. Levin.

18 years agoRelevant BUGIDs: none
Thorsten Kukuk [Tue, 6 Sep 2005 05:49:27 +0000 (05:49 +0000)]
Relevant BUGIDs: none

Purpose of commit: cleanup

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

Use pam_syslog

18 years agoRelevant BUGIDs: none
Thorsten Kukuk [Tue, 6 Sep 2005 05:42:28 +0000 (05:42 +0000)]
Relevant BUGIDs: none

Purpose of commit: cleanup

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

Use pam_syslog

18 years agoRelevant BUGIDs: none
Thorsten Kukuk [Tue, 6 Sep 2005 05:00:42 +0000 (05:00 +0000)]
Relevant BUGIDs: none

Purpose of commit: cleanup

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

Use pam_syslog

18 years agoRelevant BUGIDs: none
Thorsten Kukuk [Mon, 5 Sep 2005 20:17:34 +0000 (20:17 +0000)]
Relevant BUGIDs: none

Purpose of commit: cleanup

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

Replace _pam_log with pam_syslog

18 years agoRelevant BUGIDs: none
Thorsten Kukuk [Mon, 5 Sep 2005 19:45:37 +0000 (19:45 +0000)]
Relevant BUGIDs: none

Purpose of commit: cleanup

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

Remove duplicate check for NULL variable (Dmitry V. Levin)

18 years agoRelevant BUGIDs: none
Thorsten Kukuk [Mon, 5 Sep 2005 11:53:07 +0000 (11:53 +0000)]
Relevant BUGIDs: none

Purpose of commit: cleanup

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

Use pam_syslog

18 years agoRelevant BUGIDs: none
Thorsten Kukuk [Mon, 5 Sep 2005 11:48:35 +0000 (11:48 +0000)]
Relevant BUGIDs: none

Purpose of commit: cleanup

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

Move pam_selinux_check.c code from pam_selinux.c to main fail.
Replace syslog with pam_syslog
Use pam_prompt instead of conv() functions.

18 years agoRelevant BUGIDs:
Thorsten Kukuk [Mon, 5 Sep 2005 10:06:46 +0000 (10:06 +0000)]
Relevant BUGIDs:

Purpose of commit:

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

Use pam_syslog

18 years agoRelevant BUGIDs: none
Thorsten Kukuk [Mon, 5 Sep 2005 09:58:11 +0000 (09:58 +0000)]
Relevant BUGIDs: none

Purpose of commit: cleanup

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

Use pam_syslog

18 years agoRelevant BUGIDs: none
Thorsten Kukuk [Mon, 5 Sep 2005 09:54:47 +0000 (09:54 +0000)]
Relevant BUGIDs: none

Purpose of commit: cleanup

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

Use pam_syslog.

18 years agoRelevant BUGIDs: none
Thorsten Kukuk [Mon, 5 Sep 2005 09:42:06 +0000 (09:42 +0000)]
Relevant BUGIDs: none

Purpose of commit: cleanup

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

Replace conv() call with pam_prompt();

18 years agoRelevant BUGIDs: none
Thorsten Kukuk [Mon, 5 Sep 2005 08:23:10 +0000 (08:23 +0000)]
Relevant BUGIDs: none

Purpose of commit: cleanup

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

Replace conv function call with pam_info()

18 years agoRelevant BUGIDs:
Thorsten Kukuk [Mon, 5 Sep 2005 08:09:32 +0000 (08:09 +0000)]
Relevant BUGIDs:

Purpose of commit:

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

Use pam_syslog for logging.
Fix compiler warnings.

18 years agoRelevant BUGIDs: none
Thorsten Kukuk [Mon, 5 Sep 2005 08:02:07 +0000 (08:02 +0000)]
Relevant BUGIDs: none

Purpose of commit: cleanup

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

Replace converse function with pam_info.
Repalce _log_err with pam_syslog.

18 years agoRelevant BUGIDs: none
Thorsten Kukuk [Mon, 5 Sep 2005 07:58:19 +0000 (07:58 +0000)]
Relevant BUGIDs: none

Purpose of commit: cleanup

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

Replace own conversation function with pam_info.
Replace _log_err with pam_syslog.

18 years agoRelevant BUGIDs: none
Thorsten Kukuk [Mon, 5 Sep 2005 07:49:30 +0000 (07:49 +0000)]
Relevant BUGIDs: none

Purpose of commit: cleanup

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

use pam_syslog().

18 years agoRelevant BUGIDs: none
Thorsten Kukuk [Mon, 5 Sep 2005 07:41:51 +0000 (07:41 +0000)]
Relevant BUGIDs: none

Purpose of commit: cleanup

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

Replace _pam_log with pam_syslog

18 years agoRelevant BUGIDs: none
Thorsten Kukuk [Mon, 5 Sep 2005 07:38:53 +0000 (07:38 +0000)]
Relevant BUGIDs: none

Purpose of commit: cleanup

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

Use pam_syslog instead of _pam_log

18 years agoRelevant BUGIDs: none
Thorsten Kukuk [Sun, 4 Sep 2005 20:55:05 +0000 (20:55 +0000)]
Relevant BUGIDs: none

Purpose of commit: cleanup

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

Replace _log_err with pam_syslog

18 years agoRelevant BUGIDs: none
Thorsten Kukuk [Sun, 4 Sep 2005 20:47:27 +0000 (20:47 +0000)]
Relevant BUGIDs: none

Purpose of commit: cleanup

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

Use pam_syslog, adjust parameters to format string

18 years agoRelevant BUGIDs:
Thorsten Kukuk [Sun, 4 Sep 2005 20:40:11 +0000 (20:40 +0000)]
Relevant BUGIDs:

Purpose of commit:

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

Remove pam_log.c, add pam_syslog.c and pam_vprompt.c for possible
files with texts for translation.

18 years agoRelevant BUGIDs: none
Thorsten Kukuk [Sun, 4 Sep 2005 20:36:45 +0000 (20:36 +0000)]
Relevant BUGIDs: none

Purpose of commit: bugfix

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

Fix compiling pam_prelude.

18 years agoRelevant BUGIDs: none
Thorsten Kukuk [Sun, 4 Sep 2005 20:32:25 +0000 (20:32 +0000)]
Relevant BUGIDs: none

Purpose of commit: cleanup

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

Replace _pam_system_log with pam_syslog.

18 years agoRelevant BUGIDs: none
Thorsten Kukuk [Sun, 4 Sep 2005 20:31:50 +0000 (20:31 +0000)]
Relevant BUGIDs: none

Purpose of commit: cleanup

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

Replace _log_err with pam_syslog

18 years agoRelevant BUGIDs: none
Thorsten Kukuk [Sun, 4 Sep 2005 15:12:13 +0000 (15:12 +0000)]
Relevant BUGIDs: none

Purpose of commit: cleanup

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

Apply cleanup from Dmitry V. Levin

18 years agoRelevant BUGIDs: none
Thorsten Kukuk [Sat, 3 Sep 2005 17:22:50 +0000 (17:22 +0000)]
Relevant BUGIDs: none

Purpose of commit: cleanup

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

use pam_syslog instead of _pam_log

18 years agoRelevant BUGIDs: none
Thorsten Kukuk [Sat, 3 Sep 2005 17:17:21 +0000 (17:17 +0000)]
Relevant BUGIDs: none

Purpose of commit: cleanup

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

Replace _log_err with pam_syslog

18 years agoRelevant BUGIDs: none
Thorsten Kukuk [Sat, 3 Sep 2005 17:09:19 +0000 (17:09 +0000)]
Relevant BUGIDs: none

Purpose of commit: new feature

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

Add pam_syslog to unify log messages from PAM modules.

18 years agoRelevant BUGIDs: none
Thorsten Kukuk [Fri, 2 Sep 2005 11:59:32 +0000 (11:59 +0000)]
Relevant BUGIDs: none

Purpose of commit: bugfix

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

Fix memory leak (patch by  Dmitry V. Levin)

18 years agoRelevant BUGIDs: none
Thorsten Kukuk [Fri, 2 Sep 2005 08:46:23 +0000 (08:46 +0000)]
Relevant BUGIDs: none

Purpose of commit: new feature

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

pam_cracklib:
- Make cracklib dict path an option
- Don't compile a hard path to cracklib dict, libcrack knows it better
- Use pam_prompt().

With this, pam_cracklib should work again after moving to automake.

18 years agoRelevant BUGIDs: none
Thorsten Kukuk [Thu, 1 Sep 2005 20:37:48 +0000 (20:37 +0000)]
Relevant BUGIDs: none

Purpose of commit: bugfix

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

Add missing aclocal call to autogen.sh

18 years agoRelevant BUGIDs: none
Thorsten Kukuk [Thu, 1 Sep 2005 19:21:19 +0000 (19:21 +0000)]
Relevant BUGIDs: none

Purpose of commit: bugfix

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

Fix memory leak in pam_vprompt and adjust printf attribute. Patch
from Dmitry V. Levin.

18 years agoRelevant BUGIDs: none
Thorsten Kukuk [Thu, 1 Sep 2005 13:59:20 +0000 (13:59 +0000)]
Relevant BUGIDs: none

Purpose of commit: new feature

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

Add PAM extensions pam_*prompt, pam_*error and pam_*info for usage
by modules to libpam, add new pam_ext.h header file with prototypes.

18 years agoRelevant BUGIDs: none
Thorsten Kukuk [Mon, 29 Aug 2005 13:04:37 +0000 (13:04 +0000)]
Relevant BUGIDs: none

Purpose of commit: cleanup

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

cleanup the header files, don't include allways all other header files.

18 years agoRelevant BUGIDs: none
Thorsten Kukuk [Fri, 26 Aug 2005 13:49:21 +0000 (13:49 +0000)]
Relevant BUGIDs: none

Purpose of commit: bugfix

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

Mark missing strings for translations (login and password)
Fix \a problem with pot/po files

18 years agoRelevant BUGIDs:
Tomas Mraz [Wed, 24 Aug 2005 12:30:59 +0000 (12:30 +0000)]
Relevant BUGIDs:

Purpose of commit: bugfix

Commit summary:
---------------
Fixed some translation errors.

18 years agoRelevant BUGIDs: none
Thorsten Kukuk [Tue, 23 Aug 2005 13:44:21 +0000 (13:44 +0000)]
Relevant BUGIDs: none

Purpose of commit: new feature

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

Change major version number back to "0".
Add more patches from ALT-Linux/OWL:

18 years agoRelevant BUGIDs: none
Thorsten Kukuk [Fri, 19 Aug 2005 15:12:00 +0000 (15:12 +0000)]
Relevant BUGIDs: none

Purpose of commit: new feature

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

Lot of new translations

18 years agoRelevant BUGIDs: none
Thorsten Kukuk [Thu, 18 Aug 2005 14:42:37 +0000 (14:42 +0000)]
Relevant BUGIDs: none

Purpose of commit: bugfix

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

Add two missing files.

18 years agoRelevant BUGIDs: none
Thorsten Kukuk [Thu, 18 Aug 2005 14:39:14 +0000 (14:39 +0000)]
Relevant BUGIDs: none

Purpose of commit: bugfix

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

Add missing files to EXTRA_DIST

18 years agoRelevant BUGIDs: none
Thorsten Kukuk [Thu, 18 Aug 2005 14:33:13 +0000 (14:33 +0000)]
Relevant BUGIDs: none

Purpose of commit: bugfix

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

Remove dead/unpackaged file

18 years agoRelevant BUGIDs: none
Thorsten Kukuk [Thu, 18 Aug 2005 12:59:47 +0000 (12:59 +0000)]
Relevant BUGIDs: none

Purpose of commit: new feature

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

Add gettext support.

18 years agoRelevant BUGIDs: none
Thorsten Kukuk [Thu, 18 Aug 2005 11:53:44 +0000 (11:53 +0000)]
Relevant BUGIDs: none

Purpose of commit: bugfix

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

let autogen.sh copy config.sub and config.guess

18 years agoRelevant BUGIDs: none
Thorsten Kukuk [Thu, 18 Aug 2005 11:42:01 +0000 (11:42 +0000)]
Relevant BUGIDs: none

Purpose of commit: bugfix

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

Add modules.map to EXTRA_DIST

18 years agoRelevant BUGIDs: none
Thorsten Kukuk [Thu, 18 Aug 2005 11:36:50 +0000 (11:36 +0000)]
Relevant BUGIDs: none

Purpose of commit: bugfix

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

Don't delete html/index.html