freebsd-dev/lib/libpam/modules/pam_ssh
Dag-Erling Smørgrav f748a713da PAM modules shouldn't call putenv(); pam_putenv() is sufficient. The
caller is supposed to check the PAM envlist and export the variables it
contains; if it doesn't, it's broken.

Sponsored by:	DARPA, NAI Labs
2002-01-24 17:26:27 +00:00
..
Makefile Add pam_ssh support to the static PAM library, libpam.a: 2002-01-23 15:54:17 +00:00
pam_ssh.8 mdoc(7) police: fix one pam_unix(8) left-over, sort xrefs. 2001-11-28 09:25:03 +00:00
pam_ssh.c PAM modules shouldn't call putenv(); pam_putenv() is sufficient. The 2002-01-24 17:26:27 +00:00
pam_ssh.h (Re)Add an SSH module for PAM, heavily based on Andrew Korty's module 2001-07-29 18:31:09 +00:00