aboutsummaryrefslogtreecommitdiff
path: root/www/mod_auth_external2
Commit message (Collapse)AuthorAgeFilesLines
* - Works with apache 2.0.x and 2.2.xPhilip M. Gollucci2010-05-071-4/+4
| | | | | | | | Reported by: Vlad GURDIGA <gurdiga@gmail.com> via apache@ list With Hat: apache@ Notes: svn path=/head/; revision=253908
* - Mark SAFE apache@ ports MAKE_JOBS_SAFE=yesPhilip M. Gollucci2009-05-171-0/+2
| | | | Notes: svn path=/head/; revision=234060
* - Update to 2.2.11Clement Laforet2007-03-192-6/+6
| | | | Notes: svn path=/head/; revision=187733
* - Correct SHORTMODNAME, it was renamed in 2.2.10Pav Lucistnik2006-02-141-1/+1
| | | | | | | Reported by: Lukas Maly <lukas.maly@col.cz> Notes: svn path=/head/; revision=156000
* - Convert to new USE_APACHEClement Laforet2005-12-042-4/+3
| | | | | | | - Add SHA256 Notes: svn path=/head/; revision=150390
* - prepare removal of www/apache2 in favor of www/apache20 for namingClement Laforet2005-12-041-1/+1
| | | | | | | | | | | consistency - add entries in UPDATING (for apache22 too) PR: ports/78119 Repocopied by: marcus Notes: svn path=/head/; revision=150328
* - Update to 2.2.10Clement Laforet2005-10-302-4/+4
| | | | | | | - Fix DIST_SUBDIR Notes: svn path=/head/; revision=146778
* - set ${SHORTMODNAME} to fix LoadModule line in httpd.confClement Laforet2005-08-011-0/+1
| | | | | | | | PR: ports/83507 Reported by: Maurizio Giunti <meg@0x01.org> Notes: svn path=/head/; revision=140630
* - Update to 2.2.9Clement Laforet2004-11-132-3/+3
| | | | Notes: svn path=/head/; revision=121521
* - Assign maintainership to freshly created apache@ mailing listClement Laforet2004-08-181-1/+1
| | | | Notes: svn path=/head/; revision=116602
* - Update to 2.2.8Clement Laforet2004-07-113-14/+10
| | | | | | | - Utilize www/apache2/Makefile.modules.3rd macros Notes: svn path=/head/; revision=113382
* - SIZEify distinfoClement Laforet2004-02-071-0/+1
| | | | Notes: svn path=/head/; revision=100265
* - Update to 2.2.7Clement Laforet2003-12-213-13/+7
| | | | | | | | | | - use PORTDOCS macro - Change my email address Approved by: erwin (mentor) Notes: svn path=/head/; revision=96342
* fix typo in maintainer addressErwin Lansing2003-10-141-1/+1
| | | | | | | Submitted by: maintainer Notes: svn path=/head/; revision=91189
* Add mod_auth_external2 2.2.6,Erwin Lansing2003-10-144-0/+53
Mod_Auth_External is an Apache module used for authentication. The Apache HTTP Daemon can be configured to require users to supply logins and passwords before accessing pages in some directories. Authentication is the process of checking if the password given is correct for a user. Apache has standard modules for authenticating out of several different kinds of databases. Mod_Auth_External is a flexible tool for creating authentication systems based on other databases. WWW: http://www.unixpapa.com/mod_auth_external.html PR: 57967 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org> Notes: svn path=/head/; revision=91162