summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Relevant BUGIDs: noneDmitry V. Levin2005-09-22
| | | | | | | | | | | | | | | | | | | | | 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().
* Relevant BUGIDs: noneDmitry V. Levin2005-09-22
| | | | | | | | | | | | | | | 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().
* Relevant BUGIDs: noneThorsten Kukuk2005-09-21
| | | | | | | | | Purpose of commit: new feature Commit summary: --------------- Create a ChangeLog file for new checkins
* Relevant BUGIDs:Tomas Mraz2005-09-21
| | | | | | | | Purpose of commit: new feature Commit summary: --------------- Allow out of tree builds
* Relevant BUGIDs:Tomas Mraz2005-09-21
| | | | | | | | Purpose of commit: bugfix Commit summary: --------------- oops, forgot to remove backslash
* Relevant BUGIDs:Tomas Mraz2005-09-21
| | | | | | | | Purpose of commit: cleanup Commit summary: --------------- Remove pammodutil from include directories
* Relevant BUGIDs:Tomas Mraz2005-09-21
| | | | | | | | | 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)
* Relevant BUGIDs:Tomas Mraz2005-09-21
| | | | | | | | Purpose of commit: new feature Commit summary: --------------- Moved functions from pammodutil to libpam.
* Update with new strings for translationThorsten Kukuk2005-09-20
|
* Relevant BUGIDs: noneThorsten Kukuk2005-09-20
| | | | | | | | | Purpose of commit: cleanup Commit summary: --------------- Remove no longer used file
* Relevant BUGIDs: noneThorsten Kukuk2005-09-20
| | | | | | | | | Purpose of commit: bugfix Commit summary: --------------- Add missing License file to EXTRA_DIST
* Relevant BUGIDs: noneThorsten Kukuk2005-09-20
| | | | | | | | | | Purpose of commit: clenaup Commit summary: --------------- Move libprelude macros from acinclude.m4 to m4/libprelude.m4 for easier update.
* Relevant BUGIDs: noneThorsten Kukuk2005-09-20
| | | | | | | | | Purpose of commit: new feature Commit summary: --------------- Add finish translation
* Relevant BUGIDs:Tomas Mraz2005-09-20
| | | | | | | | Purpose of commit: bugfix Commit summary: --------------- pam_unix: Always honor nis flag on password change (by Aaron Hope)
* Relevant BUGIDs:Tomas Mraz2005-09-20
| | | | | | | | Purpose of commit: cleanup Commit summary: --------------- Revert de-constification of pam_get_data and pam_get_item prototypes
* Relevant BUGIDs:Thorsten Kukuk2005-09-20
| | | | | | | | | Purpose of commit: cleanup Commit summary: --------------- cleanup from ldv (forgot to commit...)
* Relevant BUGIDs: noneThorsten Kukuk2005-09-20
| | | | | | | | | Purpose of commit: new feature Commit summary: --------------- Commit missing changes for pam_echo
* Relevant BUGIDs: Red Hat bz 168790Tomas Mraz2005-09-20
| | | | | | | | | 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
* Relevant BUGIDs: noneThorsten Kukuk2005-09-20
| | | | | | | | | Purpose of commit: new feature Commit summary: --------------- Add pam_echo module
* Relevant BUGIDs: noneThorsten Kukuk2005-09-20
| | | | | | | | | | Purpose of commit: bugfix Commit summary: --------------- Fix missing NULL pointer check and us asprintf instead of malloc/snprintf (from Dmitry V. Levin).
* Relevant BUGIDs:Tomas Mraz2005-09-19
| | | | | | | | | Purpose of commit: cleanup Commit summary: --------------- Major cleanup with bug fixes (testing of possible NULL return values) Patch by Dmitry V. Levin (ldv)
* Relevant BUGIDs:Tomas Mraz2005-09-19
| | | | | | | | | | 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
* Relevant BUGIDs:Thorsten Kukuk2005-09-19
| | | | | | | | | Purpose of commit: bugfix Commit summary: --------------- Fix compiling of libpammodutil and linking against it.
* Relevant BUGIDs: noneThorsten Kukuk2005-09-19
| | | | | | | | | Purpose of commit: bugfix Commit summary: --------------- Remove removed pam_radius.c
* Relevant BUGIDs: noneThorsten Kukuk2005-09-19
| | | | | | | | | Purpose of commit: cleanup Commit summary: --------------- Remove pam_radius
* Relevant BUGIDs: noneThorsten Kukuk2005-09-19
| | | | | | | | | Purpose of commit: cleanup Commit summary: --------------- Remove obsolete docu, adjust README
* Relevant BUGIDs: noneThorsten Kukuk2005-09-19
| | | | | | | | | Purpose of commit: cleanup Commit summary: --------------- Remove pam_radius module
* Relevant BUGIDs: noneThorsten Kukuk2005-09-19
| | | | | | | | | Purpose of commit: cleanup Commit summary: --------------- Remove pam_radius docu
* Relevant BUGIDs: noneThorsten Kukuk2005-09-18
| | | | | | | | | Purpose of commit: bugfix Commit summary: --------------- Code cleanup (pam_syslog, compiler warnings)
* Relevant BUGIDs: noneThorsten Kukuk2005-09-18
| | | | | | | | | Purpose of commit: bugfix Commit summary: --------------- As workaround add -fPIC -DPIC to CFLAGS
* Relevant BUGIDs: noneThorsten Kukuk2005-09-18
| | | | | | | | | Purpose of commit: bugfix Commit summary: --------------- check if argument which we try to access exists
* Relevant BUGIDs: noneThorsten Kukuk2005-09-18
| | | | | | | | | Purpose of commit: cleanup Commit summary: --------------- Fix compiler warnings
* Relevant BUGIDs: noneThorsten Kukuk2005-09-17
| | | | | | | | | Purpose of commit: bugfix Commit summary: --------------- Fix code for which gcc4.1 prints warnings
* Relevant BUGIDs:Tomas Mraz2005-09-17
| | | | | | | | Purpose of commit: cleanup Commit summary: --------------- Log nonconforming conversation function behavior (by ldv)
* Relevant BUGIDs:Tomas Mraz2005-09-17
| | | | | | | | Purpose of commit: cleanup Commit summary: --------------- Improved logging, code cleanup (by ldv)
* Relevant BUGIDs:Tomas Mraz2005-09-17
| | | | | | | | | Purpose of commit: cleanup Commit summary: --------------- Suppress unused parameters warning, sync returned error values with OpenPAM (by ldv)
* Relevant BUGIDs:Tomas Mraz2005-09-17
| | | | | | | | Purpose of commit: cleanup Commit summary: --------------- Suppress unused parameters warning (by ldv)
* Relevant BUGIDs:Tomas Mraz2005-09-17
| | | | | | | | Purpose of commit: cleanup Commit summary: --------------- Suppres unused parameters warning (by ldv)
* Relevant BUGIDs:Tomas Mraz2005-09-17
| | | | | | | | Purpose of commit: cleanup Commit summary: --------------- Better check the input parameters of pam_start (by ldv)
* Relevant BUGIDs:Tomas Mraz2005-09-17
| | | | | | | | Purpose of commit: cleanup Commit summary: --------------- More clear deallocation (by Dmitry V. Levin - ldv)
* Relevant BUGIDs: noneThorsten Kukuk2005-09-15
| | | | | | | | | Purpose of commit: cleanup Commit summary: --------------- Unify .so references in manual pages
* Remove conv.c from translationsThorsten Kukuk2005-09-15
|
* Relevant BUGIDs:Tomas Mraz2005-09-15
| | | | | | | | Purpose of commit: cleanup Commit summary: --------------- Use the new pam_syslog and pam_prompt helper functions. Patches by ldv.
* Relevant BUGIDs: noneThorsten Kukuk2005-09-14
| | | | | | | | | Purpose of commit: cleanup Commit summary: --------------- Convert pam_ftp and pam_lastlog to use pam_info/pam_syslog
* Relevant BUGIDs: noneThorsten Kukuk2005-09-14
| | | | | | | | | | | | | 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.
* Relevant BUGIDs:Tomas Mraz2005-09-14
| | | | | | | | Purpose of commit: cleanup Commit summary: --------------- Call openlog only once, use syslog directly. (by ldv)
* Relevant BUGIDs:Tomas Mraz2005-09-14
| | | | | | | | Purpose of commit: cleanup Commit summary: --------------- configure is autogenerated
* Relevant BUGIDs:Tomas Mraz2005-09-14
| | | | | | | | Purpose of commit: bugfix Commit summary: --------------- More translatable strings in pam_cracklib.
* Relevant BUGIDs:Tomas Mraz2005-09-14
| | | | | | | | Purpose of commit: bugfix Commit summary: --------------- Workaround for sources compiled with and without libtool.
* Relevant BUGIDs: noneThorsten Kukuk2005-09-14
| | | | | | | | | | | | Purpose of commit: bugfix Commit summary: --------------- Link libpam_misc against libpam Fix defines in pam_ext.h Patches from Dmitry V. Levin.