aboutsummaryrefslogtreecommitdiff
path: root/modules/pammodutil/modutil_getlogin.c
Commit message (Collapse)AuthorAgeFilesLines
* Relevant BUGIDs:Tomas Mraz2005-09-211-73/+0
| | | | | | | | Purpose of commit: new feature Commit summary: --------------- Moved functions from pammodutil to libpam.
* Relevant BUGIDs: noneThorsten Kukuk2005-06-091-8/+9
| | | | | | | | | | Purpose of commit: cleanup Commit summary: --------------- Fix all occurrence of dereferencing type-punned pointer will break strict-aliasing rules warnings
* Relevant BUGIDs:Tomas Mraz2004-11-081-3/+3
| | | | | | | | Purpose of commit: bugfix Commit summary: --------------- getlogin doesn't cache the login name properly
* Relevant BUGIDs:Thorsten Kukuk2004-09-241-1/+2
| | | | | | | | | | | Purpose of commit: Commit summary: --------------- bugfix: Fix lot of compiler warnings new feature: add broken_shadow option to pam_unix (patch from Linux distributions)
* Relevant BUGIDs: 770645Steve Langasek2003-07-131-2/+2
| | | | | | | | | | | | | Purpose of commit: cleanup Commit summary: --------------- Fix the many compile-time warnings caused by features.h being included before our _pam_aconf.h. This should make it much easier to find other bugs. Also, call config.status instead of configure, to allow rebuilding generated files with the same options.
* Relevant BUGIDs: 667584 664290Andrew G. Morgan2003-01-141-0/+71
Purpose of commit: bugfix Commit summary: --------------- Two bug fixes in one: don't trust getlogin() and sanely lower the time the password databases are locked in pam_unix.