[PATCH] add --with-mm-opts to Makefile.PL

2005-12-13 Thread Philip M. Gollucci
with-apache2-src with-perl with-apache2-httpd with-apr-config with-apu-config apxs - with-expat)}; + with-expat with-mm-opts)}; undef @opts{qw(with-apache2)} if (WIN32); my @flags = qw/enable-maintainer-mode enable-perl-glue disable-perl-glue

Re: [patch] - digest nonce including MM bump, doc and changes.

2003-12-20 Thread Ben Laurie
Dirk-Willem van Gulik wrote: On Thu, 18 Dec 2003, Greg Marr wrote: Couldn't the new member be placed at the end of the request rec so that it's only a minor bump? Sure - does that work across all compilers ? Yes. Cheers, Ben. -- http://www.apache-ssl.org/ben.html

Re: [patch] - digest nonce including MM bump, doc and changes.

2003-12-19 Thread Dirk-Willem van Gulik
On Thu, 18 Dec 2003, Greg Marr wrote: Couldn't the new member be placed at the end of the request rec so that it's only a minor bump? Sure - does that work across all compilers ? Or do some still do some sort of sorting/packing depending on O level ? Dw

Re: [patch] - digest nonce including MM bump, doc and changes.

2003-12-19 Thread Mark J Cox
+ *) SECURITY - verification as to wether the nonce returned in the + client response is one we issued ourselves by means of a + AuthNonce secret exposed as an md5(). See mod_digest documentation + for more details. The experimental/mod_auth_digest.c does not + have this

[patch] - digest nonce including MM bump, doc and changes.

2003-12-18 Thread Dirk-Willem van Gulik
More complete patch, thanks for the feedback. Other options include - kill mod_digest.c and/or - move mod_auth_digest.c from exp. into standard as this fix requires a MM bump _or_ so much rewriting that it may be easier to spend some cycles on mod_auth_digest.c. Dw Index: src

Re: [patch] - digest nonce including MM bump, doc and changes.

2003-12-18 Thread Greg Marr
Couldn't the new member be placed at the end of the request rec so that it's only a minor bump? + *) SECURITY - verification as to wether the nonce returned in the s/wether/whether/ + A random value or the servers IP may be a good choise.\n }, s/choise/choice/ +/* We need to create a

MM

2001-08-24 Thread MATHIHALLI,MADHUSUDAN (HP-Cupertino,ex1)
Quick Question - Is MM support still available and if yes, how do I enable it (--enable-sms ?) Thanks -Madhu

Re: MM

2001-08-24 Thread Ryan Bloom
MM is gone from the tree. It is no longer necessary, APR provides it's own shared memory code. Ryan On Friday 24 August 2001 17:28, MATHIHALLI,MADHUSUDAN (HP-Cupertino,ex1) wrote: Quick Question - Is MM support still available and if yes, how do I enable it (--enable-sms ?) Thanks