aboutsummaryrefslogtreecommitdiff
path: root/security/ruby-pam
Commit message (Collapse)AuthorAgeFilesLines
* Update to 1.5.2.Akinori MUSHA2004-12-252-3/+3
| | | | Notes: svn path=/head/; revision=125143
* Add SIZE data.Akinori MUSHA2004-03-221-0/+1
| | | | | | | Submitted by: trevor Notes: svn path=/head/; revision=104943
* Update to 1.5.1.Akinori MUSHA2003-07-294-7/+7
| | | | Notes: svn path=/head/; revision=85825
* De-pkg-comment.Akinori MUSHA2003-02-182-1/+1
| | | | Notes: svn path=/head/; revision=75779
* Use RUBY_MOD*.Akinori MUSHA2002-10-062-12/+12
| | | | Notes: svn path=/head/; revision=67509
* 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