]> granicus.if.org Git - linux-pam/log
linux-pam
23 years agoRelevant BUGIDs: 111927, 117240
Andrew G. Morgan [Sat, 25 Nov 2000 01:48:05 +0000 (01:48 +0000)]
Relevant BUGIDs: 111927, 117240

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.

23 years agoRelevant BUGIDs: 119554
Andrew G. Morgan [Sat, 25 Nov 2000 00:12:33 +0000 (00:12 +0000)]
Relevant BUGIDs: 119554

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.

23 years agoRelevant BUGIDs: 108297
Andrew G. Morgan [Mon, 20 Nov 2000 00:01:49 +0000 (00:01 +0000)]
Relevant BUGIDs: 108297

Purpose of commit: documentation

Commit summary:
---------------
Cleaned up the README file, which was left over from the 0.72-autoconf
branch

23 years agoRelevant BUGIDs: task 15788, bugs 108297, 117476, 117474
Andrew G. Morgan [Sun, 19 Nov 2000 23:54:01 +0000 (23:54 +0000)]
Relevant BUGIDs: task 15788, bugs 108297, 117476, 117474

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.]

23 years agoRelevant BUGIDs: task 15788, bugs 108297, 117476, 117474
Andrew G. Morgan [Sun, 19 Nov 2000 23:31:22 +0000 (23:31 +0000)]
Relevant BUGIDs: task 15788, bugs 108297, 117476, 117474

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.

23 years agoRelevant BUGIDs: Bug 116380
Andrew G. Morgan [Sun, 19 Nov 2000 22:32:48 +0000 (22:32 +0000)]
Relevant BUGIDs: Bug 116380

Purpose of commit: document change

Commit summary:
---------------
document change.

23 years agoRelevant BUGIDs: 116380
Andrew G. Morgan [Sun, 8 Oct 2000 20:43:49 +0000 (20:43 +0000)]
Relevant BUGIDs: 116380

Purpose of commit: bugfix

Commit summary:
---------------
modules shouldn't be built with -lpam as it causes problems for
first time installs.

23 years agoRelevant BUGIDs: 112646
Andrew G. Morgan [Tue, 5 Sep 2000 05:08:31 +0000 (05:08 +0000)]
Relevant BUGIDs: 112646

Purpose of commit: comment bugfix

Commit summary:
---------------
Keep comment in line with actual implementation of the fail delay
callback function.

23 years agoRelevant BUGIDs: 113596
Andrew G. Morgan [Tue, 5 Sep 2000 04:55:04 +0000 (04:55 +0000)]
Relevant BUGIDs: 113596

Purpose of commit: bugfix

Commit summary:
---------------
The "likeauth" module argument did not work for pam_pwdb and
pam_unix. This commit fixes it.

23 years agoRelevant BUGIDs: 113238
Andrew G. Morgan [Tue, 5 Sep 2000 02:31:08 +0000 (02:31 +0000)]
Relevant BUGIDs: 113238

Purpose of commit: document bug fix

Commit summary:
---------------
Vorlon committed this one, so he should get the credit.

23 years agoRelevant BUGIDs: 113238
Steve Langasek [Thu, 31 Aug 2000 17:15:30 +0000 (17:15 +0000)]
Relevant BUGIDs: 113238

Purpose of commit: bugfix to pam_unix

Commit summary:
---------------
Fixed case where pam_unix would segfault if the app's conversation function
returned a null pointer as the password.  Since a null pointer can never be
a valid password unless the password file also has a null field (which we
already check for), we now check for a valid pointer and return PAM_AUTH_ERR
if we don't have one.

23 years agoRelevant BUGIDs: 111648
Andrew G. Morgan [Fri, 11 Aug 2000 05:26:39 +0000 (05:26 +0000)]
Relevant BUGIDs: 111648

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.

23 years agoRelevant BUGIDs: 111645
Andrew G. Morgan [Fri, 11 Aug 2000 05:11:04 +0000 (05:11 +0000)]
Relevant BUGIDs: 111645

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.

23 years agoRelevant BUGIDs: 111491
Andrew G. Morgan [Thu, 10 Aug 2000 18:00:46 +0000 (18:00 +0000)]
Relevant BUGIDs: 111491

Purpose of commit: document bugfix

Commit summary:
---------------
vorlon committed this change, he should get the credit.

23 years agoRelevant BUGIDs: 111491
Steve Langasek [Wed, 9 Aug 2000 15:49:51 +0000 (15:49 +0000)]
Relevant BUGIDs: 111491

Purpose of commit: bugfix for pam_shells under Solaris

Commit summary:
---------------
Solaris' C compiler doesn't seem to respect concatenation of strings in
a function argument list.  Changed arguments to _pam_log() in the pam_shells
command to get around this.

23 years agoRelevant BUGIDs: 111035
Steve Langasek [Thu, 3 Aug 2000 19:03:52 +0000 (19:03 +0000)]
Relevant BUGIDs: 111035

Purpose of commit: bugfix to pam_unix_auth

Commit summary:
---------------
Fix for 'likeauth' handling in the pam_unix_auth module.  If pam_setcred
needs to return the same value as returned by pam_authenticate, malloc()
space for this return value and pass its address to pam_set_data().
Also, changes pam_sm_setcred() so that it reads this value properly.

24 years agoRelevant BUGIDs: 108845
Steve Langasek [Wed, 5 Jul 2000 03:36:30 +0000 (03:36 +0000)]
Relevant BUGIDs: 108845

Purpose of commit: changelog

Commit summary:
---------------
Documented fix for bug 108845

24 years agoRelevant BUGIDs: 108845
Steve Langasek [Tue, 4 Jul 2000 04:39:35 +0000 (04:39 +0000)]
Relevant BUGIDs: 108845

Purpose of commit: bugfix

Commit summary:
---------------
Fix to pam_unix password changing code: if the password file is locked,
retry repeatedly to reduce the risk of leaving other authentication
databases in an inconsistent state when we fail.

24 years agoRelevant BUGIDs:
Jan Rekorajski [Thu, 29 Jun 2000 19:42:33 +0000 (19:42 +0000)]
Relevant BUGIDs:

Purpose of commit:
yet another test
Commit summary:
---------------

24 years agoRelevant BUGIDs:
Jan Rekorajski [Thu, 29 Jun 2000 19:41:51 +0000 (19:41 +0000)]
Relevant BUGIDs:

Purpose of commit:
another test
Commit summary:
---------------

24 years agoRelevant BUGIDs:
Jan Rekorajski [Thu, 29 Jun 2000 19:41:24 +0000 (19:41 +0000)]
Relevant BUGIDs:

Purpose of commit:
just a test...

Commit summary:
---------------

24 years agoInitial revision
Andrew G. Morgan [Tue, 20 Jun 2000 22:10:38 +0000 (22:10 +0000)]
Initial revision