aboutsummaryrefslogtreecommitdiff
path: root/security/ruby-pam
Commit message (Collapse)AuthorAgeFilesLines
* Update to 1.4.Akinori MUSHA2002-03-202-3/+2
| | | | Notes: svn path=/head/; revision=56376
* Bump the PORTREVISION's of the ports which install architectureAkinori MUSHA2001-09-171-0/+1
| | | | | | | | dependent ruby modules, due to the RUBY_ARCH change I've just committed. Notes: svn path=/head/; revision=47917
* Update to 1.3.Akinori MUSHA2001-08-063-3/+3
| | | | Notes: svn path=/head/; revision=45893
* Add ruby-pam, a Ruby extension to use PAM library.Akinori MUSHA2001-05-305-0/+51
It doesn't work properly yet, but I'd appreciate if someone could investigate the problem further. (Seems it always fails to authenticate due to PAM_MODULE_UNKNOWN) ALso, note that it doesn't even load a module successfully because FreeBSD's PAM modules are not linked with libpam.so. Add -lpam to LDADD, then rebuild and reinstall PAM modules before trying this library out. Notes: svn path=/head/; revision=43322