aboutsummaryrefslogtreecommitdiff
path: root/lib/libpam/modules/pam_login_access/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Since the whole login.access feature has moved to PAM,Yaroslav Tykhiy2006-03-061-1/+1
| | | | | | | | | | login.access.5 will be installed from the respective PAM module's src directory. MFC after: 3 days Notes: svn path=/head/; revision=156344
* style.Makefile(5) policeDavid E. O'Brien2003-03-091-3/+3
| | | | | | | | | (I've tried to keep to the spirit of the original formatting) Reviewed by: des Notes: svn path=/head/; revision=112044
* Moved SHLIB_NAME definition into one place.Ruslan Ermilov2002-04-101-1/+0
| | | | | | | Approved by: des Notes: svn path=/head/; revision=94372
* Switch to OpenPAM. Bump library version. Modules are now versioned, soDag-Erling Smørgrav2002-03-051-1/+1
| | | | | | | | | | | | applications linked with Linux-PAM will still work. Remove pam_get_pass(); OpenPAM has pam_get_authtok(). Remove pam_prompt(); OpenPAM has pam_{,v}{error,info,prompt}(). Remove pam_set_item(3) man page as OpenPAM has its own. Sponsored by: DARPA, NAI Labs Notes: svn path=/head/; revision=91714
* Post-repocopy cleanup.Dag-Erling Smørgrav2002-02-011-3/+0
| | | | | | | Sponsored by: DARPA, NAI Labs Notes: svn path=/head/; revision=90093
* Add a PAM module that provides an account management component for checkingDag-Erling Smørgrav2002-01-231-0/+35
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 Notes: svn path=/head/; revision=89707