summaryrefslogtreecommitdiff
path: root/CHANGELOG
Commit message (Collapse)AuthorAge
* Relevant BUGIDs: 127561Andrew G. Morgan2001-01-21
| | | | | | | | Purpose of commit: bugfix Commit summary: --------------- non-default config file option fixes (module and in documentation).
* Relevant BUGIDs: 127625Andrew G. Morgan2001-01-20
| | | | | | | | | | Purpose of commit: documentation Commit summary: --------------- added a note to this man page explaining that we do support a default directory for modules. Also added some text describing the alternative control syntax for pam configuration files.
* Relevant BUGIDs: 127700Andrew G. Morgan2001-01-20
| | | | | | | | | Purpose of commit: bugfix Commit summary: --------------- ia64 support - it behaves like an alpha wrt md5, but then unsigned int is 32 bits everywhere(*) these days, so just remove the #ifdef nonsense.
* Relevant BUGIDs: 128298Andrew G. Morgan2001-01-10
| | | | | | | | | Purpose of commit: bugfix Commit summary: --------------- Nothing in the sources requires C++. So, there is no need to have autoconf require it.
* Relevant BUGIDs: 126440Steve Langasek2000-12-21
| | | | | | | | Purpose of commit: portability bugfix Commit summary: --------------- Removed non-posix shell command from pam_filter Makefile.
* Relevant BUGIDs: 126431, 126423Steve Langasek2000-12-20
| | | | | | | | | | | | Purpose of commit: new feature / bugfix Commit summary: --------------- This changes the format of pam_unix log messages, per bug 126423. The change is extensive (every call to _log_err() now has an additional argument) but straightforward. These changes to the logging code incidentally fix the problem reported in bug 126431.
* Relevant BUGIDs: 126036Steve Langasek2000-12-18
| | | | | | | | | | | | | | | | Purpose of commit: cleanup Commit summary: --------------- Changes format of pam_unix 'authentication failure' log messages for purposes of consistency and clarity. Note that we do not log the 'user=' item in the case of an invalid username unless the audit flag is turned on. Note also that the way we currently log these failures isn't i18n-friendly. I imagine this will need correcting at some point in the future.
* Relevant BUGIDs: 125704, 124930Steve Langasek2000-12-13
| | | | | | | | | Purpose of commit: portable handling of utmp in pam_unix Commit summary: --------------- Fixes problem with PAM_getlogin() on Solaris (and hopefully other Unices), as per David Lee's report.
* Relevant BUGIDs: 117434Andrew G. Morgan2000-12-10
| | | | | | | | Purpose of commit: bugfix Commit summary: --------------- removed static variables from pam_tally - should be thread safe now.
* Relevant BUGIDs: 125022Andrew G. Morgan2000-12-08
| | | | | | | | Purpose of commit: copyright notice Commit summary: --------------- Added an original sources copyright notice to pam_access (from logdaemon).
* Relevant BUGIDs: 124397Jan Rekorajski2000-12-04
| | | | | | | | Purpose of commit: new feature Commit summary: --------------- * pam_mail - use PAM_PATH_MAILDIR as the location of mail spool
* Relevant BUGIDs: 124397Jan Rekorajski2000-12-04
| | | | | | | | | | Purpose of commit: new feature Commit summary: --------------- * _pam_aconf.h.in, configure.in - added PAM_PATH_MAILDIR set via --with-mailspool=dir option (default is _PAM_MAILDIR if defined in paths.h otherwise /var/spool/mail
* Relevant BUGIDs: 124391Jan Rekorajski2000-12-04
| | | | | | | | Purpose of commit: cleanup Commit summary: --------------- * removed unnecessary CVS Log tags from all over the source
* Relevant BUGIDs: 124394Jan Rekorajski2000-12-04
| | | | | | | | | Purpose of commit: bugfix Commit summary: --------------- * pam_tally - check for PAM_TTY if PAM_RHOST is not set when writing to faillog
* Relevant BUGIDs: 124385Jan Rekorajski2000-12-04
| | | | | | | | Purpose of commit: security Commit summary: --------------- * use O_NOFOLLOW if available when opening debug log
* Relevant BUGIDs: 124388Jan Rekorajski2000-12-04
| | | | | | | | | Purpose of commit: bugfix Commit summary: --------------- * removed comments about pam_unix not working with pam_cracklib, added information about use_authtok parameter
* Relevant BUGIDs: 124386Jan Rekorajski2000-12-04
| | | | | | | | Purpose of commit: bugfix Commit summary: --------------- * fixed wrong definition of struct pam_module (was pam_wheel)
* Relevant BUGIDs: 124187Andrew G. Morgan2000-12-03
| | | | | | | | Purpose of commit: bugfix Commit summary: --------------- examples/Makefile contained a bogus include path.
* Relevant BUGIDs: 124132Andrew G. Morgan2000-12-02
| | | | | | | | | | | Purpose of commit: release Commit summary: --------------- Time to generate a release of Linux-PAM (0.73). Its almost been 12 months, and I'd really hate to actually have it hit a year exactly! [Let's hope subsequent releases will be more frequent.]
* Relevant BUGIDs: 109219Andrew G. Morgan2000-12-02
| | | | | | | | Purpose of commit: documentation Commit summary: --------------- Jan had a comment to address this PR.
* Relevant BUGIDs: 124062Jan Rekorajski2000-12-01
| | | | | | | | | Purpose of commit: new feature Commit summary: --------------- add change_uid option to pam_limits, and set real uid only if this option is present
* Relevant BUGIDs: 123972Jan Rekorajski2000-11-30
| | | | | | | | Purpose of commit: bugfix Commit summary: --------------- pam_limits - set real uid to the user for who we set limits
* Relevant BUGIDs: 117450Andrew G. Morgan2000-11-26
| | | | | | | | Purpose of commit: bugfix Commit summary: --------------- removed static variables from pam_limits.
* Relevant BUGIDs: 112906Andrew G. Morgan2000-11-26
| | | | | | | | Purpose of commit: bugfix Commit summary: --------------- removed static variable from pam_wheel module.
* Relevant BUGIDs: 116076Andrew G. Morgan2000-11-26
| | | | | | | | | | Purpose of commit: bugfix Commit summary: --------------- Added pam_time/pam_group fixes for infinite loop when reading '\\[^\n]' in their config files and also added support for '/'. The latter makes both of these modules support modern tty handling.
* Relevant BUGIDs: 123399Andrew G. Morgan2000-11-25
| | | | | | | | | Purpose of commit: bugfix Commit summary: --------------- avoid possibility of SIGPIPE from helper binary non-invocation or early exit.
* Relevant BUGIDs: 115055Andrew G. Morgan2000-11-25
| | | | | | | | | Purpose of commit: bugfix Commit summary: --------------- fixed the bogus logic in 'similiar' (renamed it to similar) and documented the new override argument: difignore.
* Relevant BUGIDs: 117240Andrew G. Morgan2000-11-25
| | | | | | | | | Purpose of commit: documentation Commit summary: --------------- Documentation for new accessconf= module argument contributed by Meelis Roos.
* Relevant BUGIDs: 111927, 117240Andrew G. Morgan2000-11-25
| | | | | | | | | | Purpose of commit: new feature Commit summary: --------------- Added accessconf= option to the module to override the default access.conf file. Feature request from Aldrin Martoq and Meelis Roos.
* Relevant BUGIDs: 119554Andrew G. Morgan2000-11-25
| | | | | | | | | | Purpose of commit: cleanup Commit summary: --------------- The pam_limits module did not allow support for a changed number of limits recognized by the kernel. Bug identified and resolved by Adam J. Richter of Yggdrasil.
* Relevant BUGIDs: task 15788, bugs 108297, 117476, 117474Andrew G. Morgan2000-11-19
| | | | | | | | | | | | | | Purpose of commit: autoconf support for Linux-PAM Commit summary: --------------- This is a merge of the autoconf support that was developed against a 0-72 branch. [Note, because CVS has some issues, this is actually only 95% of the actual commit. The other files were actually committed when the preparation branch Linux-PAM-0-73pre-autoconf was updated. Hopefully, this will complete the merge.]
* Relevant BUGIDs: Bug 116380Andrew G. Morgan2000-11-19
| | | | | | | | Purpose of commit: document change Commit summary: --------------- document change.
* Relevant BUGIDs: 112646Andrew G. Morgan2000-09-05
| | | | | | | | | Purpose of commit: comment bugfix Commit summary: --------------- Keep comment in line with actual implementation of the fail delay callback function.
* Relevant BUGIDs: 113596Andrew G. Morgan2000-09-05
| | | | | | | | | Purpose of commit: bugfix Commit summary: --------------- The "likeauth" module argument did not work for pam_pwdb and pam_unix. This commit fixes it.
* Relevant BUGIDs: 113238Andrew G. Morgan2000-09-05
| | | | | | | | Purpose of commit: document bug fix Commit summary: --------------- Vorlon committed this one, so he should get the credit.
* Relevant BUGIDs: 111648Andrew G. Morgan2000-08-11
| | | | | | | | | | | | Purpose of commit: bugfix (typo) Commit summary: --------------- Solar Designer pointed this one out. A typo in the client header. I've upped the suggested default too. In addition I've added a comment to the CHANGELOG file indicating how to work out what a BUGID refers too.
* Relevant BUGIDs: 111645Andrew G. Morgan2000-08-11
| | | | | | | | | Purpose of commit: bugfix Commit summary: --------------- C++ support was broken for PAM-applications, this checkin should fix it. I've received this bug report from numerous folk.
* Relevant BUGIDs: 111491Andrew G. Morgan2000-08-10
| | | | | | | | Purpose of commit: document bugfix Commit summary: --------------- vorlon committed this change, he should get the credit.
* Relevant BUGIDs: 108845Steve Langasek2000-07-05
| | | | | | | | Purpose of commit: changelog Commit summary: --------------- Documented fix for bug 108845
* Initial revisionAndrew G. Morgan2000-06-20