summaryrefslogtreecommitdiffstats
path: root/lib/libpam/modules/pam_group
Commit message (Collapse)AuthorAgeFilesLines
* Fix strict aliasing breakage in PAM modules (except pam_krb5, which needsdes2003-12-111-2/+3
| | | | more work than the others). This should make most modules build with -O2.
* mdoc(7) police: Nits.ru2003-03-031-2/+2
|
* Use pam_get_user(3) instead of pam_get_item(3) where appropriate.des2003-02-101-2/+2
|
* Maybe I was a little too fast? Remove debugging code, and commit thedes2003-02-063-2/+90
| | | | | | Makefile and man page which I'd forgotten to 'cvs add'. Sponsored by: DARPA, NAI Labs
* Replace pam_wheel(8) with pam_group(8) which has a cleaner interface. Thedes2003-02-061-0/+118
pam_wheel(8) module was written to work in spite of a broken libpam, and has grown organically since its inception, which is reflected in both its functionality and implementation. Rather than clean up pam_wheel(8) and break backward compatibility, I've chosen to reimplement it under a new, more generic name. Sponsored by: DARPA, NAI Labs
OpenPOWER on IntegriCloud