aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Relevant BUGIDs: noneThorsten Kukuk2005-05-203-20/+16
| | | | | | | | | 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-162-26/+39
| | | | | | | | Purpose of commit: bugfix Commit summary: --------------- Correct support of unlimited limits, use the right type for rlimit value.
* Relevant BUGIDs: noneThorsten Kukuk2005-05-166-0/+829
| | | | | | | | Purpose of commit: new feature Commit summary: --------------- Add pam_selinux module
* Relevant BUGIDs: noneThorsten Kukuk2005-05-1614-141/+775
| | | | | | | | | 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: --------------- Add missing items in comment (copied from README)
* Relevant BUGIDs: noneThorsten Kukuk2005-05-042-12/+14
| | | | | | | | | Purpose of commit: cleanup Commit summary: --------------- Get ride of static buffer for paths
* Relevant BUGIDs: noneThorsten Kukuk2005-05-014-14/+13
| | | | | | | | | Purpose of commit: cleanup Commit summary: --------------- Solve duplicate definition warning
* Relevant BUGIDs: noneThorsten Kukuk2005-04-294-92/+107
| | | | | | | | Purpose of commit: bugfix Commit summary: --------------- Fix some compiler warnings
* Relevant BUGIDs: noneThorsten Kukuk2005-04-291-1/+1
| | | | | | | | | Purpose of commit: bugfix Commit summary: --------------- Fix compiler warnings
* Relevant BUGIDs: noneThorsten Kukuk2005-04-291-1/+6
| | | | | | | | | Purpose of commit: bugfix Commit summary: --------------- Add missing check for NULL pointer
* Relevant BUGIDs: 600351,1032922Thorsten Kukuk2005-04-292-39/+95
| | | | | | | | | | 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-292-1/+2
| | | | | | | | | | Purpose of commit: cleanup Commit summary: --------------- Set PAM_DEFAULT_PROMPT to "login: " as already done by all Linux distributors.
* Relevant BUGIDs:Tomas Mraz2005-04-198-13/+44
| | | | | | | | Purpose of commit: bugfix Commit summary: --------------- Various cleanups and minor bugfixes by Steve Grubb.
* Relevant BUGIDs:Tomas Mraz2005-04-122-1/+2
| | | | | | | | Purpose of commit: bugfix Commit summary: --------------- pam_unix: nis option shouldn't clear the shadow option
* Relevant BUGIDs: Red Hat bz #150537Tomas Mraz2005-04-082-2/+4
| | | | | | | | | 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-082-26/+52
| | | | | | | | | 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-042-2/+3
| | | | | | | | Purpose of commit: bugfix Commit summary: --------------- Test for NULL data before dereferencing them
* Relevant BUGIDs:Thorsten Kukuk2005-03-312-1/+4
| | | | | | | | | 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
* Improved log facilitiesSebastien Tricaud2005-03-311-0/+3
|
* Relevant BUGIDs: noneThorsten Kukuk2005-03-307-60/+114
| | | | | | | | Purpose of commit: bugfix Commit summary: --------------- include errno.h if errno is used.
* Relevant BUGIDs:Tomas Mraz2005-03-306-12/+32
| | | | | | | | | | Purpose of commit: bugfix Commit summary: --------------- Fix wrong allocation in _pammodutil_gr* functions. Raise the limit on allocated memory size. Don't retry call if not ERANGE or EINTR
* fixed configure issue with new cracklibSebastien Tricaud2005-03-303-2/+4
|
* prelude ids supportSebastien Tricaud2005-03-2910-111/+718
|
* Relevant BUGIDs: noneThorsten Kukuk2005-03-293-0/+3
| | | | | | | | | Purpose of commit: bugfix Commit summary: --------------- Fix make clean (remove symlinks)
* Relevant BUGIDs: -Tomas Mraz2005-03-231-4/+4
| | | | | | | | Purpose of commit: bugfix Commit summary: --------------- Improve LSB-2.0 compliance
* Fixed typo issueSebastien Tricaud2005-03-161-1/+1
|
* Relevant BUGIDs: Novell #66885Thorsten Kukuk2005-03-142-5/+26
| | | | | | | | | | 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.
* Relevant BUGIDs: mailThorsten Kukuk2005-02-212-7/+8
| | | | | | | | | | | | | | | Purpose of commit: bugfix Commit summary: --------------- The following reported by mail was fixed: "I've been in trouble using the '%group' feature in the limits.conf file. There are priorities when settings the limits and the order is as enumerated here. The problem is that the initial value is LIMITS_DEF_NONE, so neither LIMITS_DEF_ALL nor LIMITS_DEF_ALLGROUP can ever be set."
* Relevant BUGIDs:Thorsten Kukuk2005-02-072-1/+2
| | | | | | | | Purpose of commit: bugfix Commit summary: --------------- Fix wrong variable name in debug code
* Relevant BUGIDs: Red Hat bz 98745Tomas Mraz2005-02-042-2/+2
| | | | | | | | Purpose of commit: docfix Commit summary: --------------- Make the documentation of pam_shells reflect reality.
* Relevant BUGIDs: 1106011Thorsten Kukuk2005-01-251-6/+9
| | | | | | | | | Purpose of commit: bugfix Commit summary: --------------- Fix compilation on systems without PATH_MAX
* Relevant BUGIDs: noneTomas Mraz2005-01-241-1/+6
| | | | | | | | Purpose of commit: bugfix Commit summary: --------------- Fix possible segfault in the last patch to pam_tally.
* Fixed string issue for backward compatibility (pointed out by Yoann ↵Sebastien Tricaud2005-01-191-1/+1
| | | | Vandoorselaere)
* Audit option addedSebastien Tricaud2005-01-164-6/+20
|
* Relevant BUGIDs:Tomas Mraz2005-01-122-6/+5
| | | | | | | | Purpose of commit: cleanup Commit summary: --------------- Get user name by pam_get_user call instead of pam_get_item
* Relevant BUGIDs:Thorsten Kukuk2005-01-102-2/+18
| | | | | | | | | Purpose of commit: bugfix Commit summary: --------------- Fix seg.fault in case the PAM configuration file is corrupt
* Relevant BUGIDs: 872943Thorsten Kukuk2005-01-102-2/+7
| | | | | | | | | | Purpose of commit: bugfix Commit summary: --------------- Fix return value for unknown user (This is PAM_USER_UNKNOWN and not PAM_AUTHINFO_UNAVAIL).
* Relevant BUGIDs: 629251, Red Hat bz 143750Tomas Mraz2005-01-074-9/+18
| | | | | | | | | | Purpose of commit: bugfix Commit summary: --------------- libpam: don't return PAM_IGNORE if the impression is positive and using cached chain pam_nologin: don't overwrite return value with return from pam_get_item
* Relevant BUGIDs: Red Hat bz 60930Tomas Mraz2005-01-074-329/+444
| | | | | | | | Purpose of commit: bugfix, new feature Commit summary: --------------- major rewrite of the pam_tally module
* Relevant BUGIDs: Red Hat bz 131190Tomas Mraz2005-01-074-0/+15
| | | | | | | | Purpose of commit: new feature Commit summary: --------------- Support new limits of Linux kernel 2.6
* Relevant BUGIDs: 872945Thorsten Kukuk2005-01-052-2/+4
| | | | | | | | | | | | Purpose of commit: bugfix Commit summary: --------------- Calling pam_chauthtok of pam_unix and entering the correct old password, but abort on typing the new one, PAM_AUTHTOK_RECOVER_ERR is returned. Since we got the old token, PAM_AUTHTOK_ERR needs to be returned. Found by LSB PAM testsuite.
* Relevant BUGIDs: report per emailThorsten Kukuk2005-01-043-5/+6
| | | | | | | | | | Purpose of commit: bugfix Commit summary: --------------- Don't abort, if cracklib dictionaries were not found, but tell the user that pam_cracklib will not be built.
* Relevant BUGIDs: Red Hat bz 120694Tomas Mraz2005-01-042-5/+12
| | | | | | | | | Purpose of commit: bugfix Commit summary: --------------- skip logging of 'user unknown' authentication failure if the user has passwd entry
* Relevant BUGIDs: Red Hat bz 143777Tomas Mraz2004-12-271-2/+9
| | | | | | | | Purpose of commit: cleanup Commit summary: --------------- Added missing arguments to pam_succeed_if manpage
* Relevant BUGIDs: Red Hat bz 139539Tomas Mraz2004-12-031-14/+20
| | | | | | | | | Purpose of commit: bugfix Commit summary: --------------- Rearrange conditions in pam_unix_acct to make it more reliable with large values of expiration times.
* Relevant BUGIDs: Red Hat bz 140451Tomas Mraz2004-11-232-2/+8
| | | | | | | | Purpose of commit: bugfix Commit summary: --------------- Convert uid gid from passwd entry always as decimal. Test failure.
* Relevant BUGIDs:Thorsten Kukuk2004-11-193-2/+6
| | | | | | | | | | | Purpose of commit: new feature Commit summary: --------------- set version number to 0.79
* Relevant BUGIDs:Thorsten Kukuk2004-11-191-2/+1
| | | | | | | | | | | Purpose of commit: release Commit summary: --------------- Release version 0.78
* Relevant BUGIDs: Redhat bz 69279Tomas Mraz2004-11-172-2/+8
| | | | | | | | Purpose of commit: bugfix Commit summary: --------------- pam_unix: Forced password change shouldn't trump account expiration