mirror of
https://github.com/linux-pam/linux-pam.git
synced 2024-11-27 11:43:38 +08:00
40bfaaed40
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 |
||
---|---|---|
bin | ||
conf | ||
defs | ||
doc | ||
dynamic | ||
examples | ||
libpam | ||
libpam_misc | ||
libpamc | ||
modules | ||
_pam_aconf.h.in | ||
.cvsignore | ||
CHANGELOG | ||
configure | ||
configure.in | ||
Copyright | ||
install-sh | ||
Make.Rules.in | ||
Makefile | ||
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 me. Andrew Morgan <morgan@kernel.org> <agmorgan@users.sourceforge.net>