summaryrefslogtreecommitdiff
path: root/modules/pammodutil/modutil_getpwuid.c
Commit message (Collapse)AuthorAge
* Relevant BUGIDs: noneThorsten Kukuk2005-03-30
| | | | | | | | Purpose of commit: bugfix Commit summary: --------------- include errno.h if errno is used.
* Relevant BUGIDs:Tomas Mraz2005-03-30
| | | | | | | | | | 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
* Relevant BUGIDs:Thorsten Kukuk2004-09-24
| | | | | | | | | | Purpose of commit: Commit summary: --------------- bugfix: 440107: Add various patches from Linux Distibutors to make PAM modules reentrant.
* Relevant BUGIDs: 490938Andrew G. Morgan2001-12-09
Purpose of commit: new feature Commit summary: --------------- Added libpammodutil and link it with every module as its built. The issue here is that there is a lot of code that the various modules use in common, and this staic library can be used to help make this code more maintainable. I do not intend to make this library dynamic. Especially right now, as I want to be free to chop and change the API and don't want to deal with revision control and third party modules. This checkin makes the pam_rhost_auth module make some use of this new library. I don't intend to add support for any other module prior to releasing 0.76.