mirror of
https://github.com/linux-pam/linux-pam.git
synced 2024-11-24 02:03:39 +08:00
384fd89fad
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(). |
||
---|---|---|
conf | ||
doc | ||
dynamic | ||
examples | ||
libpam | ||
libpam_misc | ||
libpamc | ||
m4 | ||
modules | ||
po | ||
.cvsignore | ||
ABOUT-NLS | ||
acinclude.m4 | ||
AUTHORS | ||
autogen.sh | ||
ChangeLog | ||
CHANGELOG | ||
compile | ||
config.h.in | ||
config.rpath | ||
configure.in | ||
COPYING | ||
Copyright | ||
depcomp | ||
INSTALL | ||
install-sh | ||
ltmain.sh | ||
Makefile.am | ||
missing | ||
mkinstalldirs | ||
pgp.keys.asc | ||
README |
# # $Id$ # Hello! Thanks for downloading Linux-PAM. NOTES: How to use it is as follows: ./configure --help | less ./configure <your-options> make Note, if you are worried - don't even think about doing the next line (most Linux distributions already support PAM out of the box, so if something goes wrong with installing the code from this version your box may stop working..) make install That said, please report problems to the bug reporting database on sourceforge.net. Andrew Morgan <morgan@kernel.org> <agmorgan@users.sourceforge.net>