summaryrefslogtreecommitdiff
path: root/modules/pam_nologin/pam_nologin.c
Commit message (Collapse)AuthorAge
* New upstream version 1.0.1Steve Langasek2019-01-03
|\
| * Relevant BUGIDs: noneDmitry V. Levin2005-09-22
| | | | | | | | | | | | | | | | | | | | | | Purpose of commit: bugfix Commit summary: --------------- 2005-09-22 Dmitry V. Levin <ldv@altlinux.org> * modules/pam_nologin/pam_nologin.c (parse_args): Use strncmp() instead of memcmp() for string comparison.
| * Relevant BUGIDs: noneDmitry V. Levin2005-09-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Purpose of commit: new feature Commit summary: --------------- 2005-09-21 Dmitry V. Levin <ldv@altlinux.org> * modules/pam_nologin/pam_nologin.c: Include <syslog.h>. (parse_args): Add pam_handle_t* argument. Log unrecognized options. (perform_check): Log pam_get_user() and malloc() failures. (pam_sm_authenticate, pam_sm_setcred, pam_sm_acct_mgmt): Pass pam_handle_t* to parse_args().
| * Relevant BUGIDs:Tomas Mraz2005-09-21
| | | | | | | | | | | | | | | | Purpose of commit: new feature Commit summary: --------------- Moved functions from pammodutil to libpam.
| * Relevant BUGIDs: noneThorsten Kukuk2005-09-05
| | | | | | | | | | | | | | | | | | Purpose of commit: cleanup Commit summary: --------------- Replace conv() call with pam_prompt();
| * Relevant BUGIDs: noneThorsten Kukuk2005-06-09
| | | | | | | | | | | | | | | | | | | | Purpose of commit: cleanup Commit summary: --------------- Fix all occurrence of dereferencing type-punned pointer will break strict-aliasing rules warnings
| * Relevant BUGIDs: 629251, Red Hat bz 143750Tomas Mraz2005-01-07
| | | | | | | | | | | | | | | | | | | | 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:Thorsten Kukuk2004-09-22
| | | | | | | | | | | | | | | | | | Purpose of commit: Commit summary: --------------- bugfix: Add rest of Steve Grubb's resource leak and other fixes
| * Relevant BUGIDs: 436435Andrew G. Morgan2002-07-13
| | | | | | | | | | | | | | | | | | Purpose of commit: new feature Commit summary: --------------- add account management to a bunch of modules. Submitted by Harald Welte.
* | New upstream version 0.76Steve Langasek2019-01-03
|/
* Relevant BUGIDs: 419307Andrew G. Morgan2002-06-27
| | | | | | | | | Purpose of commit: new feature/cleanup Commit summary: --------------- made pam_nologin more secure by changing the default behavior and adding some more features. General code clean up in the process.
* Relevant BUGIDs: 124391Jan Rekorajski2000-12-04
| | | | | | | | Purpose of commit: cleanup Commit summary: --------------- * removed unnecessary CVS Log tags from all over the source
* Initial revisionAndrew G. Morgan2000-06-20