RE: New Module: mod_auth_mysql_digest

2002-11-09 Thread James Cox
> > Considering the popularity of MySQL-based auth, I think this would be a > > great addition to httpd. See: > > > > http://www.securityspace.com/s_survey/data/man.200210/apachemods.html > > Cool, no one's cooking up a mod_log_mysql for apache2? > it's in the back of my mind. -- james

Re: New Module: mod_auth_mysql_digest

2002-11-06 Thread gs-apache-dev
> torsdagen den 7 november 2002 01.19 skrev Greg Stein: > > On Mon, Nov 04, 2002 at 07:21:32AM -0500, Jeff Trawick wrote: > > > Justin Erenkrantz <[EMAIL PROTECTED]> writes: > > > > --On Friday, November 01, 2002 16:02:45 -0800 Rob Emanuele > > > > > > > > <[EMAIL PROTECTED]> wrote: > > > > > So I

Re: New Module: mod_auth_mysql_digest

2002-11-06 Thread Oden Eriksson
torsdagen den 7 november 2002 01.19 skrev Greg Stein: > On Mon, Nov 04, 2002 at 07:21:32AM -0500, Jeff Trawick wrote: > > Justin Erenkrantz <[EMAIL PROTECTED]> writes: > > > --On Friday, November 01, 2002 16:02:45 -0800 Rob Emanuele > > > > > > <[EMAIL PROTECTED]> wrote: > > > > So I took the mod_a

Re: New Module: mod_auth_mysql_digest

2002-11-06 Thread Greg Stein
On Mon, Nov 04, 2002 at 07:21:32AM -0500, Jeff Trawick wrote: > Justin Erenkrantz <[EMAIL PROTECTED]> writes: > > > --On Friday, November 01, 2002 16:02:45 -0800 Rob Emanuele > > <[EMAIL PROTECTED]> wrote: > > > > > So I took the mod_auth_digest code and munged it to use mysql for > > > authentic

Re: New Module: mod_auth_mysql_digest

2002-11-04 Thread Oden Eriksson
måndagen den 4 november 2002 19.26 skrev Rob Emanuele: > I'm making another pass at this code in a week or so. Is there any > stable tree that has the new provider code in it or shall I get the > bleeding-edge code out of CVS? why no mod_log_mysql ? -- Regards // Oden Eriksson, Deserve-IT Netw

RE: New Module: mod_auth_mysql_digest

2002-11-04 Thread Rob Emanuele
Jeff Trawick Sent: Monday, November 04, 2002 4:22 AM To: [EMAIL PROTECTED] Subject: Re: New Module: mod_auth_mysql_digest Justin Erenkrantz <[EMAIL PROTECTED]> writes: > --On Friday, November 01, 2002 16:02:45 -0800 Rob Emanuele > <[EMAIL PROTECTED]> wrote: > > > So I t

Re: New Module: mod_auth_mysql_digest

2002-11-04 Thread Jeff Trawick
Justin Erenkrantz <[EMAIL PROTECTED]> writes: > --On Friday, November 01, 2002 16:02:45 -0800 Rob Emanuele > <[EMAIL PROTECTED]> wrote: > > > So I took the mod_auth_digest code and munged it to use mysql for > > authentication. Swell. It works great and we're heavily using it. > If you'd be wi

RE: New Module: mod_auth_mysql_digest

2002-11-03 Thread Bill Stoddard
> --On Friday, November 01, 2002 16:02:45 -0800 Rob Emanuele <[EMAIL PROTECTED]> > wrote: > > > So I took the mod_auth_digest code and munged it to use mysql for > > authentication. Swell. It works great and we're heavily using it. > > You might be interested in the new auth provider API which

Re: New Module: mod_auth_mysql_digest

2002-11-01 Thread Justin Erenkrantz
--On Friday, November 01, 2002 16:02:45 -0800 Rob Emanuele <[EMAIL PROTECTED]> wrote: So I took the mod_auth_digest code and munged it to use mysql for authentication. Swell. It works great and we're heavily using it. You might be interested in the new auth provider API which allows precisely

New Module: mod_auth_mysql_digest

2002-11-01 Thread Rob Emanuele
So I took the mod_auth_digest code and munged it to use mysql for authentication. Swell. It works great and we're heavily using it. I'd like to give it back to the open souce community. Right now its just a patch file for mod_auth_digest.c in Apache 2.0.40. I was wondering what was the best wa