summaryrefslogtreecommitdiff
path: root/modules/Simple.Rules
Commit message (Collapse)AuthorAge
* Relevant BUGIDs: 490938Andrew G. Morgan2001-12-09
| | | | | | | | | | | | | | | | | Purpose of commit: new feature Commit summary: --------------- Added libpammodutil and link it with every module as its built. The issue here is that there is a lot of code that the various modules use in common, and this staic library can be used to help make this code more maintainable. I do not intend to make this library dynamic. Especially right now, as I want to be free to chop and change the API and don't want to deal with revision control and third party modules. This checkin makes the pam_rhost_auth module make some use of this new library. I don't intend to add support for any other module prior to releasing 0.76.
* Relevant BUGIDs: 132880Andrew G. Morgan2001-02-22
| | | | | | | | | Purpose of commit: remainder of bugfix Commit summary: --------------- Somehow, this got left out of an earlier commit. This checkin completes the support for fixing bug 132880.
* Relevant BUGIDs: task 15788, bugs 108297, 117476, 117474Andrew G. Morgan2000-11-19
Purpose of commit: merge in the autoconf stuff Commit summary: --------------- this is a merge of the 0-72 autoconf branch to something more up to date. This commit will be followed by merging this Linux-PAM-0-73pre-autoconf branch to the main trunk.