freebsd-dev/lib/libpam
Dag-Erling Smørgrav 53f3167d07 Add a PAM module that provides an account management component for checking
either PAM_RHOST or PAM_TTY against /etc/login.access.o

This uncovers a problem with PAM_RHOST, in that if we always set it, there
is no way to distinguish between a user logging in locally and a user
logging in using 'ssh localhost'.  This will be fixed by first making sure
that all PAM modules can handle PAM_RHOST being unset (which is currently
not the case), and then modifying su(1) and login(1) to not set it for
local logins.

Sponsored by:	DARPA, NAI Labs
2002-01-23 17:42:16 +00:00
..
libpam Add pam_ssh support to the static PAM library, libpam.a: 2002-01-23 15:54:17 +00:00
modules Add a PAM module that provides an account management component for checking 2002-01-23 17:42:16 +00:00
Makefile Make it possible to use PAM in statically-linked applications. 1999-01-20 21:55:30 +00:00
Makefile.inc Making this major bump was a BAD idea. The API change is internal (to PAM) 2001-07-30 09:56:38 +00:00