Go to file
Dmitry V. Levin 384fd89fad Relevant BUGIDs: none
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().
2005-09-22 21:35:30 +00:00
conf Relevant BUGIDs: none 2005-08-18 11:11:46 +00:00
doc Relevant BUGIDs: 2005-09-21 13:27:10 +00:00
dynamic Relevant BUGIDs: 232194 2001-12-09 22:51:12 +00:00
examples Relevant BUGIDs: none 2005-09-18 10:43:51 +00:00
libpam Relevant BUGIDs: 2005-09-21 13:27:10 +00:00
libpam_misc Relevant BUGIDs: 2005-09-21 13:27:10 +00:00
libpamc Relevant BUGIDs: 2005-09-21 13:27:10 +00:00
m4 Relevant BUGIDs: none 2005-09-20 16:26:26 +00:00
modules Relevant BUGIDs: none 2005-09-22 21:35:30 +00:00
po Relevant BUGIDs: 2005-09-21 10:54:50 +00:00
.cvsignore Relevant BUGIDs: 2005-09-14 14:49:38 +00:00
ABOUT-NLS Relevant BUGIDs: none 2005-08-18 14:42:37 +00:00
acinclude.m4 Relevant BUGIDs: none 2005-09-20 16:26:26 +00:00
AUTHORS Relevant BUGIDs: none 2005-09-21 13:43:51 +00:00
autogen.sh Relevant BUGIDs: none 2005-09-21 13:43:51 +00:00
ChangeLog Relevant BUGIDs: none 2005-09-22 21:35:30 +00:00
CHANGELOG Relevant BUGIDs: 2005-09-21 10:54:50 +00:00
compile Relevant BUGIDs: none 2005-08-16 12:27:38 +00:00
config.h.in Relevant BUGIDs: none 2005-09-02 08:46:23 +00:00
config.rpath Relevant BUGIDs: none 2005-08-18 12:59:47 +00:00
configure.in Relevant BUGIDs: 2005-09-21 10:00:58 +00:00
COPYING Relevant BUGIDs: none 2005-08-16 14:02:15 +00:00
Copyright Initial revision 2000-06-20 22:10:38 +00:00
depcomp Relevant BUGIDs: none 2005-08-16 12:27:38 +00:00
INSTALL Relevant BUGIDs: none 2005-08-16 14:02:15 +00:00
install-sh Relevant BUGIDs: none 2005-08-16 12:27:38 +00:00
ltmain.sh Relevant BUGIDs: none 2005-08-16 12:27:38 +00:00
Makefile.am Relevant BUGIDs: none 2005-09-21 13:43:51 +00:00
missing Relevant BUGIDs: none 2005-08-16 12:27:38 +00:00
mkinstalldirs Relevant BUGIDs: none 2005-08-18 12:59:47 +00:00
pgp.keys.asc Relevant BUGIDs: 612956 2002-09-24 04:35:26 +00:00
README Relevant BUGIDs: none 2005-08-18 12:59:47 +00:00

#
# $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>