Re: [PATCH] flood: basic user auth

2002-09-06 Thread Aaron Bannert
On Fri, Sep 06, 2002 at 12:25:43PM +0200, Jacek Prucia wrote: > I think it would be nice for flood to follow HTTP RFC, just to be 'HTTP > compilant client'. Apache HTTPD server follows HTTP RFC, and flood > schouldn't be threated as 'worse' kind of software, that doesn't have to > do that. So, how

Re: cvs commit: httpd-test/flood flood_round_robin.c

2002-09-06 Thread Justin Erenkrantz
On Fri, Sep 06, 2002 at 09:35:56AM -, [EMAIL PROTECTED] wrote: > +if (r->parsed_uri->hostname[0] == '\0') { > +apr_file_printf (local_stderr, "Misformed URL '%s' -- can't find > valid hostname.\n", r->uri); > +exit (APR_EGENERAL); > +} Watch out for long lines

Re: cvs commit: httpd-test/flood config.h.in flood_round_robin.c

2002-09-06 Thread Justin Erenkrantz
On Fri, Sep 06, 2002 at 10:16:10AM -, [EMAIL PROTECTED] wrote: > @@ -244,7 +247,9 @@ >apr_status_t round_robin_create_req(profile_t *profile, request_t *r) >{ >round_robin_profile_t *p; > +int crdlen; >char *cookies; > +char *enc_credtls, *credtls, *authz_h

Re: [PATCH] flood: basic user auth

2002-09-06 Thread Jacek Prucia
On Thu, 5 Sep 2002 10:04:59 -0700 Aaron Bannert <[EMAIL PROTECTED]> wrote: > On Wed, Sep 04, 2002 at 10:43:51AM -0700, Justin Erenkrantz wrote: > > > ...and react to WWW-Authenticate header [...] > I missed this part of the discussion the other day. I think it would > be useful to allow for certai

Re: [PATCH] flood: basic user auth

2002-09-06 Thread Jacek Prucia
On Thu, 5 Sep 2002 09:23:37 -0700 Justin Erenkrantz <[EMAIL PROTECTED]> wrote: > On Thu, Sep 05, 2002 at 05:48:51PM +0200, Jacek Prucia wrote: > > Yep. I was thinking about treating all subsequent requests kinda > > like separate URL list. Just like a stack.[...] > Yeah, a stack is probably the ri

Re: flood-1.0 T&R (was: count one bug out...)

2002-09-06 Thread Jacek Prucia
On Thu, 5 Sep 2002 08:30:51 -0700 Aaron Bannert <[EMAIL PROTECTED]> wrote: > On Thu, Sep 05, 2002 at 05:29:26PM +0200, Jacek Prucia wrote: > > - fix install target so we can install flood amd examples off > > $SRCDIR- fix few more bugs from STATUS (I'm on it) > > - move tag on changed files and ro