aboutsummaryrefslogtreecommitdiff
path: root/security/pam_pwdfile
Commit message (Collapse)AuthorAgeFilesLines
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | security) Notes: svn path=/head/; revision=327769
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276991
* - Fix runtime to actually workPhilip M. Gollucci2010-02-124-1/+229
| | | | | | | | | | | | | update the custom Makefile add a required header fix bigcrypt PR: ports/138483 Submitted by: Ben Schumacher <me@benschumacher.com> Approved by: Michael Schout <mschout@gkg.net> (maintainer) Notes: svn path=/head/; revision=249630
* - Drop some empty filesMartin Wilke2010-02-021-0/+0
| | | | | | | | PR: 142990 Submitted by: Ulrich Spoerlein <uqs@spoerlein.net> Notes: svn path=/head/; revision=249138
* - Update to 0.99.Marcelo Araujo2009-08-274-37/+13
| | | | | | | | | PR: ports/138188 Submitted by: Sylvio Cesar <scjamorim___bsd.com.br> Approved by: Michael Schout <mschout___gkg.net> (maintainer) Notes: svn path=/head/; revision=240400
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154303
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76041
* Spell PORTREVISION correctly.Ruslan Ermilov2002-11-081-1/+1
| | | | Notes: svn path=/head/; revision=69722
* openlog(3) and closelog(3) are unsafe in PAM modules.Ruslan Ermilov2002-11-082-2/+18
| | | | Notes: svn path=/head/; revision=69721
* 1. update MASTER_SITEYing-Chieh Liao2002-09-202-9/+7
| | | | | | | | | | 2. use DOCSDIR instead of DOCDIR PR: 42876 (1) Submitted by: maintainer Notes: svn path=/head/; revision=66819
* Catch up to the new bsd.lib.mk API (these libs are not internal).Ruslan Ermilov2002-07-211-4/+1
| | | | Notes: svn path=/head/; revision=63316
* Add pam_pwdfile, a PAM module which allows authentication againstAkinori MUSHA2001-09-037-0/+61
alternate passwd files. PR: 30240 Submitted by: Michael Schout <mschout@gkg.net> Notes: svn path=/head/; revision=47384