summaryrefslogtreecommitdiff
path: root/CHANGELOG
Commit message (Collapse)AuthorAge
* Relevant BUGIDs: noneThorsten Kukuk2005-09-26
| | | | | | | | | | | | | Purpose of commit: cleanup Commit summary: --------------- 2005-09-26 Thorsten Kukuk <kukuk@suse.de> * NEWS: New file. * autogen.sh: Don't generate NEWS file. * CHANGELOG: Document it as obsolete.
* 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.
* 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: 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: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-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: 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: noneThorsten Kukuk2005-09-03
| | | | | | | | | Purpose of commit: new feature Commit summary: --------------- Add pam_syslog to unify log messages from PAM modules.
* Relevant BUGIDs: noneThorsten Kukuk2005-09-02
| | | | | | | | | | | | | | 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.
* Relevant BUGIDs: noneThorsten Kukuk2005-09-01
| | | | | | | | | | 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.
* Relevant BUGIDs: noneThorsten Kukuk2005-08-29
| | | | | | | | | Purpose of commit: cleanup Commit summary: --------------- cleanup the header files, don't include allways all other header files.
* Relevant BUGIDs: noneThorsten Kukuk2005-08-23
| | | | | | | | | | Purpose of commit: new feature Commit summary: --------------- Change major version number back to "0". Add more patches from ALT-Linux/OWL:
* Relevant BUGIDs: noneThorsten Kukuk2005-08-18
| | | | | | | | | Purpose of commit: new feature Commit summary: --------------- Add gettext support.
* Relevant BUGIDs: noneThorsten Kukuk2005-08-18
| | | | | | | | | | | Purpose of commit: bugfix Commit summary: --------------- Be fail-close on user lookups, always log failures, not just with "debug". Based on patch for Linux-PAM-0.75 from Solar Designer.
* Relevant BUGIDs: noneThorsten Kukuk2005-08-18
| | | | | | | | | Purpose of commit: cleanup Commit summary: --------------- Remove unused files.
* Relevant BUGIDs: Red Hat bz #164418Tomas Mraz2005-07-28
| | | | | | | | Purpose of commit: bugfix Commit summary: --------------- pam_userdb: Fix regression - crash when crypt param not specified
* Relevant BUGIDs: mailing listThorsten Kukuk2005-07-26
| | | | | | | | | Purpose of commit: bugfix Commit summary: --------------- Don't ignore return values of pam_get_item
* Relevant BUGIDs: noneThorsten Kukuk2005-07-20
| | | | | | | | | Purpose of commit: cleanup Commit summary: --------------- Rename _pam_aconf.h to config.h.
* Relevant BUGIDs: noneThorsten Kukuk2005-07-18
| | | | | | | | | Purpose of commit: cleanup Commit summary: --------------- document defs removage
* Relevant BUGIDs: noneThorsten Kukuk2005-07-18
| | | | | | | | | Purpose of commit: cleanup Commit summary: --------------- kill features.h inclusion in _pam_aconf.h
* Relevant BUGIDs: noneThorsten Kukuk2005-07-15
| | | | | | | | Purpose of commit: cleanup Commit summary: --------------- Fix AC_DEFINE usage in configure.in
* Relevant BUGIDs: noneThorsten Kukuk2005-07-14
| | | | | | | | | Purpose of commit: cleanup Commit summary: --------------- Remove old code which should not be used anymore
* Relevant BUGIDs: noneThorsten Kukuk2005-07-14
| | | | | | | | | Purpose of commit: new feature Commit summary: --------------- Add new PAM module for setting umask
* Relevant BUGIDs: noneThorsten Kukuk2005-07-13
| | | | | | | | | Purpose of commit: cleanup Commit summary: --------------- Prepare for next release
* Relevant BUGIDs: mail reportThorsten Kukuk2005-07-06
| | | | | | | | | Purpose of commit: bugfix Commit summary: --------------- Don't lowercase login names. Using uppercase login names is a bad idea, but people are doing it.
* Change mode datatypeSebastien Tricaud2005-07-03
|
* Relevant BUGIDs:Tomas Mraz2005-06-22
| | | | | | | | Purpose of commit: new feature Commit summary: --------------- pam_limits: Support new limits in linux 2.6.12
* Relevant BUGIDs: noneThorsten Kukuk2005-06-09
| | | | | | | | | | Purpose of commit: cleanup Commit summary: --------------- Fix all occurrence of dereferencing type-punned pointer will break strict-aliasing rules warnings
* Relevant BUGIDs: Novell #81690Thorsten Kukuk2005-06-07
| | | | | | | | | | Purpose of commit: bugfix Commit summary: --------------- If the process priority is not specified in the limits.conf file, pam_limits should not reset the current one to zero.
* Relevant BUGIDs:Tomas Mraz2005-05-27
| | | | | | | | | Purpose of commit: new feature Commit summary: --------------- * pam_access: Add listsep option to set list element separator by Richard Shaffer
* Relevant BUGIDs:Tomas Mraz2005-05-24
| | | | | | | | | Purpose of commit: bugfix Commit summary: --------------- pam_xauth: Unset the XAUTHORITY variable when requesting user is root and target user is not
* Relevant BUGIDs: noneThorsten Kukuk2005-05-20
| | | | | | | | | Purpose of commit: bugfix Commit summary: --------------- Redefining __u8 and __u32 is a bad idea (breaks PPC64), use u_int8_t and u_int32_t instead.
* Relevant BUGIDs: 945449Tomas Mraz2005-05-16
| | | | | | | | Purpose of commit: bugfix Commit summary: --------------- Correct support of unlimited limits, use the right type for rlimit value.
* Relevant BUGIDs: noneThorsten Kukuk2005-05-16
| | | | | | | | | Purpose of commit: new feature Commit summary: --------------- Add SELinux support, based on Patch from Red Hat
* Relevant BUGIDs: noneThorsten Kukuk2005-05-04
| | | | | | | | | Purpose of commit: cleanup Commit summary: --------------- Get ride of static buffer for paths
* Relevant BUGIDs: 600351,1032922Thorsten Kukuk2005-04-29
| | | | | | | | | | Purpose of commit: bugfix Commit summary: --------------- Create parent directories, if they do not exist, and set the permissions later, so that we can copy the skel directory.
* Relevant BUGIDs: noneThorsten Kukuk2005-04-29
| | | | | | | | | | Purpose of commit: cleanup Commit summary: --------------- Set PAM_DEFAULT_PROMPT to "login: " as already done by all Linux distributors.
* Relevant BUGIDs:Tomas Mraz2005-04-19
| | | | | | | | Purpose of commit: bugfix Commit summary: --------------- Various cleanups and minor bugfixes by Steve Grubb.
* Relevant BUGIDs:Tomas Mraz2005-04-12
| | | | | | | | Purpose of commit: bugfix Commit summary: --------------- pam_unix: nis option shouldn't clear the shadow option
* Relevant BUGIDs: Red Hat bz #150537Tomas Mraz2005-04-08
| | | | | | | | | Purpose of commit: bugfix Commit summary: --------------- misc_conv: flush input first then print the prompt - fixes problem with expect scripts
* Relevant BUGIDs: Red Hat bz #88127Tomas Mraz2005-04-08
| | | | | | | | | Purpose of commit: Commit summary: --------------- pam_unix: fix regression introduced in 0.78 - both NIS and local password should be changed if possible - see the analysis in the RH bugzilla
* Relevant BUGIDs:Tomas Mraz2005-04-04
| | | | | | | | Purpose of commit: bugfix Commit summary: --------------- Test for NULL data before dereferencing them
* Relevant BUGIDs:Thorsten Kukuk2005-03-31
| | | | | | | | | Purpose of commit: Commit summary: --------------- Prepare for future development
* Relevant BUGIDs: noneThorsten Kukuk2005-03-31
| | | | | | | | | Purpose of commit: none Commit summary: --------------- Set release date
* Relevant BUGIDs: noneThorsten Kukuk2005-03-30
| | | | | | | | Purpose of commit: bugfix Commit summary: --------------- include errno.h if errno is used.
* fixed configure issue with new cracklibSebastien Tricaud2005-03-30
|
* prelude ids supportSebastien Tricaud2005-03-29
|
* Relevant BUGIDs: Novell #66885Thorsten Kukuk2005-03-14
| | | | | | | | | | Purpose of commit: bugfix Commit summary: --------------- DISPLAY variable was not preserved, which means that pam_xauth only works if the calling application takes care of it.