summaryrefslogtreecommitdiff
path: root/www/mod_auth_mysql (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Jeremy Prior pointed out that there is USE_MYSQL= available, use thatJames E. Housley2003-09-291-7/+2
| | | | | | | instead. No version bump. Notes: svn path=/head/; revision=89777
* Patches to allow to compile with MySQL 4.0 and probably 4.1James E. Housley2003-09-282-6/+24
| | | | Notes: svn path=/head/; revision=89707
* Remove pkg-comment and place in MakefileJames E. Housley2003-03-032-1/+1
| | | | Notes: svn path=/head/; revision=76777
* Currently mod_auth_mysql logs authentication error in the access log, andJames E. Housley2002-11-052-0/+33
| | | | | | | | | | not in the error log. This new patch logs in both the access log and the error log, to not break existing scripts. Submitted by: Steve Ungerer <sau1@cornell.edu> Notes: svn path=/head/; revision=69522
* Update MASTER_SITES so it is fetchable again.James E. Housley2001-12-211-4/+2
| | | | Notes: svn path=/head/; revision=51933
* Add a couple of good mirrors.James E. Housley2001-11-261-4/+2
| | | | Notes: svn path=/head/; revision=50583
* Update mirrors. download.sourceforge.net has changed.James E. Housley2001-10-221-3/+6
| | | | | | | Submitted by: port survey Notes: svn path=/head/; revision=49064
* Update the WWW link.James E. Housley2001-03-311-1/+1
| | | | | | | Submitted by: "David W. Chapman Jr." <dwcjr@inethouston.net> Notes: svn path=/head/; revision=40679
* Switch from mysql322-{client,server} to mysql323-{client,server}.Dirk Froemberg2001-01-211-1/+1
| | | | | | | | | | | mysql323-client installs libmysqlclient.so.10 (instead of libmysqlclient.so.6). mysql323-{client,server} are production quality, now (according to MySQL AB at least). Notes: svn path=/head/; revision=37401
* Massive style enforcement - use ^I instead of spaces for variables identation.Maxim Sobolev2001-01-161-5/+5
| | | | Notes: svn path=/head/; revision=37252
* Add another MASTER_SITES. SourceForge is now mirroring this.James E. Housley2000-10-051-0/+1
| | | | Notes: svn path=/head/; revision=33437
* Change MAINTAINERship to my committers address.James E. Housley2000-10-021-1/+1
| | | | | | | Approved: will Notes: svn path=/head/; revision=33307
* Don't use ${APXS} if dso support isn't compiled in.Bill Fenner2000-08-301-0/+3
| | | | | | | | PR: ports/20911 Reviewed by: Jim Housley <jim@thehousleys.net> Notes: svn path=/head/; revision=32139
* Change Maintainer (ports@FreeBSD.org -> jim@thehousleys.net)Chris D. Faulhaber2000-08-121-1/+1
| | | | | | | | PR: 20505 Submitted by: jim@thehousleys.net Notes: svn path=/head/; revision=31569
* Add mod_auth_mysql, allowing apache to authenticate against a mysqlNeil Blakey-Milner2000-08-038-0/+847
database. PR: ports/18730 Submitted by: James Housley <jim@thehousleys.net> Notes: svn path=/head/; revision=31273