freebsd-src/lib/libpam/modules/pam_wheel
Dag-Erling Smørgrav 24fe7ba0d9 Major cleanup:
- add __unused where appropriate
  - PAM_RETURN -> return since OpenPAM already logs the return value.
  - make PAM_LOG use openpam_log()
  - make PAM_VERBOSE_ERROR use openpam_get_option() and check flags
    for PAM_SILENT
  - remove dummy functions since OpenPAM handles missing service
    functions
  - fix various warnings

Sponsored by:	DARPA, NAI Labs
2002-04-12 22:27:25 +00:00
..
Makefile Moved SHLIB_NAME definition into one place. 2002-04-10 18:07:05 +00:00
pam_wheel.8 Introduce a "noroot_ok" option to make this module ignore authentications 2001-08-26 18:09:00 +00:00
pam_wheel.c Major cleanup: 2002-04-12 22:27:25 +00:00