aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG
Commit message (Collapse)AuthorAgeFilesLines
* Relevant BUGIDs: noneThorsten Kukuk2005-09-261-1/+9
| | | | | | | | | | | | | 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-211-0/+2
| | | | | | | | | 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-211-0/+1
| | | | | | | | Purpose of commit: new feature Commit summary: --------------- Moved functions from pammodutil to libpam.
* Relevant BUGIDs:Tomas Mraz2005-09-201-0/+1
| | | | | | | | Purpose of commit: bugfix Commit summary: --------------- pam_unix: Always honor nis flag on password change (by Aaron Hope)
* Relevant BUGIDs: noneThorsten Kukuk2005-09-201-0/+1
| | | | | | | | | Purpose of commit: new feature Commit summary: --------------- Commit missing changes for pam_echo
* Relevant BUGIDs: Red Hat bz 168790Tomas Mraz2005-09-201-0/+2
| | | | | | | | | 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-191-0/+1
| | | | | | | | | 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-151-0/+1
| | | | | | | | Purpose of commit: cleanup Commit summary: --------------- Use the new pam_syslog and pam_prompt helper functions. Patches by ldv.
* Relevant BUGIDs: noneThorsten Kukuk2005-09-141-27/+0
| | | | | | | | | | | | | 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-031-0/+2
| | | | | | | | | Purpose of commit: new feature Commit summary: --------------- Add pam_syslog to unify log messages from PAM modules.
* Relevant BUGIDs: noneThorsten Kukuk2005-09-021-0/+1
| | | | | | | | | | | | | | 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-011-2/+2
| | | | | | | | | | 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-291-2/+2
| | | | | | | | | Purpose of commit: cleanup Commit summary: --------------- cleanup the header files, don't include allways all other header files.
* Relevant BUGIDs: noneThorsten Kukuk2005-08-231-1/+5
| | | | | | | | | | 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-181-0/+2
| | | | | | | | | Purpose of commit: new feature Commit summary: --------------- Add gettext support.
* Relevant BUGIDs: noneThorsten Kukuk2005-08-181-0/+2
| | | | | | | | | | | 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-181-0/+2
| | | | | | | | | Purpose of commit: cleanup Commit summary: --------------- Remove unused files.
* Relevant BUGIDs: Red Hat bz #164418Tomas Mraz2005-07-281-0/+1
| | | | | | | | Purpose of commit: bugfix Commit summary: --------------- pam_userdb: Fix regression - crash when crypt param not specified
* Relevant BUGIDs: mailing listThorsten Kukuk2005-07-261-0/+1
| | | | | | | | | Purpose of commit: bugfix Commit summary: --------------- Don't ignore return values of pam_get_item
* Relevant BUGIDs: noneThorsten Kukuk2005-07-201-0/+1
| | | | | | | | | Purpose of commit: cleanup Commit summary: --------------- Rename _pam_aconf.h to config.h.
* Relevant BUGIDs: noneThorsten Kukuk2005-07-181-0/+1
| | | | | | | | | Purpose of commit: cleanup Commit summary: --------------- document defs removage
* Relevant BUGIDs: noneThorsten Kukuk2005-07-181-0/+1
| | | | | | | | | Purpose of commit: cleanup Commit summary: --------------- kill features.h inclusion in _pam_aconf.h
* Relevant BUGIDs: noneThorsten Kukuk2005-07-151-0/+1
| | | | | | | | Purpose of commit: cleanup Commit summary: --------------- Fix AC_DEFINE usage in configure.in
* Relevant BUGIDs: noneThorsten Kukuk2005-07-141-0/+2
| | | | | | | | | Purpose of commit: cleanup Commit summary: --------------- Remove old code which should not be used anymore
* Relevant BUGIDs: noneThorsten Kukuk2005-07-141-0/+2
| | | | | | | | | Purpose of commit: new feature Commit summary: --------------- Add new PAM module for setting umask
* Relevant BUGIDs: noneThorsten Kukuk2005-07-131-1/+3
| | | | | | | | | Purpose of commit: cleanup Commit summary: --------------- Prepare for next release
* Relevant BUGIDs: mail reportThorsten Kukuk2005-07-061-0/+1
| | | | | | | | | 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-031-0/+1
|
* Relevant BUGIDs:Tomas Mraz2005-06-221-0/+1
| | | | | | | | Purpose of commit: new feature Commit summary: --------------- pam_limits: Support new limits in linux 2.6.12
* Relevant BUGIDs: noneThorsten Kukuk2005-06-091-0/+2
| | | | | | | | | | 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-071-0/+2
| | | | | | | | | | 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-271-0/+2
| | | | | | | | | 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-241-0/+2
| | | | | | | | | 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-201-0/+1
| | | | | | | | | 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-161-1/+3
| | | | | | | | Purpose of commit: bugfix Commit summary: --------------- Correct support of unlimited limits, use the right type for rlimit value.
* Relevant BUGIDs: noneThorsten Kukuk2005-05-161-0/+2
| | | | | | | | | Purpose of commit: new feature Commit summary: --------------- Add SELinux support, based on Patch from Red Hat
* Relevant BUGIDs: noneThorsten Kukuk2005-05-041-0/+1
| | | | | | | | | Purpose of commit: cleanup Commit summary: --------------- Get ride of static buffer for paths
* Relevant BUGIDs: 600351,1032922Thorsten Kukuk2005-04-291-0/+4
| | | | | | | | | | 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-291-0/+1
| | | | | | | | | | Purpose of commit: cleanup Commit summary: --------------- Set PAM_DEFAULT_PROMPT to "login: " as already done by all Linux distributors.
* Relevant BUGIDs:Tomas Mraz2005-04-191-0/+1
| | | | | | | | Purpose of commit: bugfix Commit summary: --------------- Various cleanups and minor bugfixes by Steve Grubb.
* Relevant BUGIDs:Tomas Mraz2005-04-121-0/+1
| | | | | | | | Purpose of commit: bugfix Commit summary: --------------- pam_unix: nis option shouldn't clear the shadow option
* Relevant BUGIDs: Red Hat bz #150537Tomas Mraz2005-04-081-0/+2
| | | | | | | | | 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-081-0/+2
| | | | | | | | | 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-041-0/+1
| | | | | | | | Purpose of commit: bugfix Commit summary: --------------- Test for NULL data before dereferencing them
* Relevant BUGIDs:Thorsten Kukuk2005-03-311-0/+3
| | | | | | | | | Purpose of commit: Commit summary: --------------- Prepare for future development
* Relevant BUGIDs: noneThorsten Kukuk2005-03-311-1/+1
| | | | | | | | | Purpose of commit: none Commit summary: --------------- Set release date
* Relevant BUGIDs: noneThorsten Kukuk2005-03-301-2/+1
| | | | | | | | Purpose of commit: bugfix Commit summary: --------------- include errno.h if errno is used.
* fixed configure issue with new cracklibSebastien Tricaud2005-03-301-0/+2
|
* prelude ids supportSebastien Tricaud2005-03-291-0/+2
|
* Relevant BUGIDs: Novell #66885Thorsten Kukuk2005-03-141-0/+1
| | | | | | | | | | 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.