summaryrefslogtreecommitdiff
path: root/CHANGELOG
Commit message (Collapse)AuthorAge
* Relevant BUGIDs: 440107Steve Langasek2001-09-13
| | | | | | | | | Purpose of commit: module reentrancy Commit summary: --------------- Commit sample code that uses getpwnam_r instead of getpwnam. All code is #ifdef'ed out right now.
* Relevant BUGIDs: 440107Steve Langasek2001-09-13
| | | | | | | | | Purpose of commit: reentrant modules Commit summary: --------------- Lay the autoconf groundwork for making all PAM modules reentrant on systems that include the POSIX getxx_r() functions.
* Relevant BUGIDs: 435760 and task 17426Andrew G. Morgan2001-09-13
| | | | | | | | | Purpose of commit: cleanup Commit summary: --------------- 1. use $(mandir) autoconf variabl - patch from Harald Welte 2. add automated support for generating the draft rfc text
* Relevant BUGIDs: 460491Andrew G. Morgan2001-09-13
| | | | | | | | | Purpose of commit: bugfix Commit summary: --------------- sourceforge is now using another cvs->html viewer, so we need to update these reference source code links.
* Relevant BUGIDs: 461089Andrew G. Morgan2001-09-13
| | | | | | | | Purpose of commit: cleanup Commit summary: --------------- remove a compilation warning.
* Relevant BUGIDs: 440107Steve Langasek2001-07-10
| | | | | | | | | | Purpose of commit: bugfix/cleanup Commit summary: --------------- Removed superfluous use of static variables in md5 and bigcrypt routines, bringing us a step closer to thread-safeness. Eliminated some variable indirection along the way.
* Relevant BUGIDs: 436432Steve Langasek2001-06-27
| | | | | | | | | Purpose of commit: cleanup Commit summary: --------------- nix unneeded #include line from pam_tally.c. Keep things as minimalistic as possible until we /know/ it's needed for something.
* Relevant BUGIDs: 436432Andrew G. Morgan2001-06-27
| | | | | | | | Purpose of commit: cleanup Commit summary: --------------- small changes inspired by reading a red hat diff.
* Relevant BUGIDs: 436061Andrew G. Morgan2001-06-27
| | | | | | | | | Purpose of commit: new feature Commit summary: --------------- Harald Welte poured over the Red Hat version and submitted the outstanding diff.
* Relevant BUGIDs: 422563Andrew G. Morgan2001-06-25
| | | | | | | | Purpose of commit: new feature Commit summary: --------------- more support for Irix native compiler.
* Relevant BUGIDs: 413162Andrew G. Morgan2001-06-24
| | | | | | | | | | Purpose of commit: new feature Commit summary: --------------- pam_cracklib enhancements to make use of negative limits. Werner Puschitz gets brownie points for submitting documentation to match!
* Relevant BUGIDs: 424060Andrew G. Morgan2001-06-24
| | | | | | | | | Purpose of commit: bugfix Commit summary: --------------- latest attempt to deal with the number of rlimits supported by Linux. (Last attempt was the fix for Bug 219554 (ne 119554).
* Relevant BUGIDs: 433460Andrew G. Morgan2001-06-24
| | | | | | | | Purpose of commit: remove stale link Commit summary: --------------- The documentation did not match reality.
* Relevant BUGIDs: 417512Andrew G. Morgan2001-05-26
| | | | | | | | | Purpose of commit: add a clarification Commit summary: --------------- At a user's request, added a clarification to the documentation regarding the choice of argv[0] as a service name.
* Relevant BUGIDs: 417339Andrew G. Morgan2001-05-08
| | | | | | | | Purpose of commit: bugfix Commit summary: --------------- Better compilation support.
* Relevant BUGIDs: 416229Andrew G. Morgan2001-05-08
| | | | | | | | Purpose of commit: document checkin Commit summary: --------------- Ooops, missed the CHANGELOG change for the AIX patch
* Relevant BUGIDs: 422144Andrew G. Morgan2001-05-08
| | | | | | | | | Purpose of commit: cleanup Commit summary: --------------- Replace 'make' with $(MAKE). This helps on systems that have gmake and need to use it to build the distribution.
* Relevant BUGIDs: 420270Andrew G. Morgan2001-05-01
| | | | | | | | Purpose of commit: bugfix Commit summary: --------------- Allow C++ compilation when using pam_misc.h and pam_client.h.
* Relevant BUGIDs: 419631Andrew G. Morgan2001-05-01
| | | | | | | | | Purpose of commit: bugfix Commit summary: --------------- Bring the module in to line with its documentation. The README refers to a trailing '.' on IP addresses.
* Relevant BUGIDs: 419803Steve Langasek2001-04-28
| | | | | | | | Purpose of commit: bugfix Commit summary: --------------- Fix pam_unix to not zero out password strings that it doesn't own!
* Relevant BUGIDs: 415419Andrew G. Morgan2001-04-15
| | | | | | | | | Purpose of commit: cleanup Commit summary: --------------- A number of things were being found by autoconf, but the _pam_aconf.h file wasn't picking them up. It is now.
* Relevant BUGIDs: 415412Andrew G. Morgan2001-04-15
| | | | | | | | Purpose of commit: support Commit summary: --------------- Some solaris support for gcc options that appear to work.
* Relevant BUGIDs: 414943Andrew G. Morgan2001-04-15
| | | | | | | | | | | Purpose of commit: comment about bug ids Commit summary: --------------- Sourceforge bumped all the bugids by 100000 at some point and this made earlier entries in this CHANGELOG off by that amount. I've added a comment about this to help the reader in trying to track each interesting bug down.
* Relevant BUGIDs: 414669Andrew G. Morgan2001-04-08
| | | | | | | | Purpose of commit: documentation Commit summary: --------------- comment on what I just committed.
* Relevant BUGIDs: 414665Andrew G. Morgan2001-04-08
| | | | | | | | Purpose of commit: make release Commit summary: --------------- Its that time again. 0.75 is released.
* Relevant BUGIDs: 227565Andrew G. Morgan2001-04-08
| | | | | | | | Purpose of commit: cleanup Commit summary: --------------- I've removed pam_pwdb from the suggested pam.conf template.
* Relevant BUGIDs: 404953Andrew G. Morgan2001-03-29
| | | | | | | | Purpose of commit: bugfix Commit summary: --------------- The syntax "<domain> -" was not recognized.
* Relevant BUGIDs: 407282Andrew G. Morgan2001-03-19
| | | | | | | | Purpose of commit: cleanup Commit summary: --------------- FreeBSD supporting change to the autoconf stuff.
* Relevant BUGIDs: 408961Andrew G. Morgan2001-03-19
| | | | | | | | Purpose of commit: documentation fixes Commit summary: --------------- This checkin is courtesy of some fixes from Michel D'HOOGE.
* Relevant BUGIDs: 133545Andrew G. Morgan2001-02-22
| | | | | | | | Purpose of commit: documentation fix Commit summary: --------------- Make the directions for linking a module consistent.
* Relevant BUGIDs: 133542Andrew G. Morgan2001-02-22
| | | | | | | | | Purpose of commit: support for glibc-2.2.2 Commit summary: --------------- This module needed another #include to support a recent spin of the glibc headers.
* Relevant BUGIDs: 132880Andrew G. Morgan2001-02-18
| | | | | | | | Purpose of commit: bugfix Commit summary: --------------- wasn't linking conv.o into the module.
* Relevant BUGIDs: 131549Andrew G. Morgan2001-02-17
| | | | | | | | | Purpose of commit: documentation bugfix Commit summary: --------------- pam_lastlog was wrongly documented as an 'authentication' module when it is actually a session module.
* Relevant BUGIDs: 126210Andrew G. Morgan2001-02-11
| | | | | | | | Purpose of commit: documentation Commit summary: --------------- added some pam_tally documentation.
* Relevant BUGIDs: 131192Andrew G. Morgan2001-02-11
| | | | | | | | Purpose of commit: documentation Commit summary: --------------- added some links to sample module code (into the CVS repository).
* Relevant BUGIDs: 112540Andrew G. Morgan2001-02-11
| | | | | | | | | | | | | | | Purpose of commit: minor security bugfix Commit summary: --------------- Fixes for the password helper binaries. Before, there was no check that the password entered was actually that of the intended user being authenticated. Instead, the password was checked for the requesting user. While this disstinction sounds like a security hole, its actually not been a problem in practice. The helper binaries have only been used in the case that the application is not setuid-0 and as such even if an improper authentication succeeded, the application could not change its uid from that of the requesting user.
* Relevant BUGIDs: 131549Andrew G. Morgan2001-02-10
| | | | | | | | Purpose of commit: bugfix Commit summary: --------------- Needed to link lastlog module with -lutil (on some systems).
* Relevant BUGIDs: 131601Andrew G. Morgan2001-02-10
| | | | | | | | | Purpose of commit: bugfix Commit summary: --------------- On systems that have a separate libcrypt. This module needed to be linked against it.
* Relevant BUGIDs: 131783Andrew G. Morgan2001-02-10
| | | | | | | | Purpose of commit: bugfix Commit summary: --------------- static library and debugging library support fixed - post autoconf stuff.
* Relevant BUGIDs: 131503Andrew G. Morgan2001-02-08
| | | | | | | | Purpose of commit: change URL Commit summary: --------------- Fix the URL for a copy of the original PAM RFC.
* Relevant BUGIDs: 130130Andrew G. Morgan2001-02-05
| | | | | | | | Purpose of commit: bugfix Commit summary: --------------- needed quotes around a possibly blank shell variable.
* Relevant BUGIDs: 129775Andrew G. Morgan2001-02-05
| | | | | | | | | | | | | | | | | | | Purpose of commit: bugfix Commit summary: --------------- This bugfix leads to backwardly incompatable behavior with earlier releases of Linux-PAM. Note, this cleans up the setcred/session and chauthtok stacks in such a way that it is no longer preferred that the setcred module always return the same error code as the auth components of said modules did. This means behavior should be a great deal more sane. It also gives meaning to the unique return codes that are available to pam_sm_setcred. [I'm sure that when we add support for credential relevant events, this change will be critical.]
* Relevant BUGIDs: 129644Andrew G. Morgan2001-01-22
| | | | | | | | | Purpose of commit: start next release Commit summary: --------------- I've bumped the version number, and added some Makefile code for helping me make documentation releases.
* Relevant BUGIDs: 129642Andrew G. Morgan2001-01-22
| | | | | | | | Purpose of commit: make release Commit summary: --------------- Its that time again - time to release 0.74
* Relevant BUGIDs: 129027, 128576Andrew G. Morgan2001-01-22
| | | | | | | | | | Purpose of commit: new feature + documentation Commit summary: --------------- Cleaned up the handling of AUTHTOK items and pam_[gs]et_data() functions. Added more clear documentation about the pam_[gs]et_item() functions to the pam_appl and pam_modules programmer guides.
* 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.