mirror of
https://github.com/linux-pam/linux-pam.git
synced 2024-12-18 05:53:47 +08:00
1d12d6d2cd
Purpose of commit: cleanup Commit summary: --------------- 2005-09-22 Dmitry V. Levin <ldv@altlinux.org> * modules/pam_xauth/pam_xauth.c: (check_acl, pam_sm_open_session, pam_sm_close_session): Strip redundant "pam_xauth: " prefix from text of log messages. (pam_sm_open_session): Replace sequence of malloc(), strcpy() and strcat() calls with asprintf(). Replace syslog() calls with pam_syslog(). |
||
---|---|---|
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>