Re: Case insensitive file systems and caching mechanisms.

2007-06-15 Thread Giuliano Gavazzi
On 15 Jun 2007, at 07:02, Graham Dumpleton wrote: This is all well and good on Windows, but on MacOSX one also has a case insensitive but case preserving filesystem in the form of HFS and HFS+. On MacOSX though, the apr_filepath_merge() follows the UNIX behaviour where APR_FILEPATH_TRUENAME

Module to allow authentication with sasl

2007-06-11 Thread Giuliano Gavazzi
I read the announcement of mod_sasl_auth. I admit I haven't yet examined the question further, but wasn't SASL a no go for authentication because of apache threads? I have been running a mod_authnz_sasl I wrote, for almost eight months but never dared to make it public for the above

Re: Module to allow authentication with sasl

2007-06-11 Thread Giuliano Gavazzi
On 11 Jun 2007, at 23:16, Nick Kew wrote: Thanks for sharing. Have you entered it in the register at modules.apache.org? thank you! Done and done. (the latter being the license) Giuliano

Re: Looking for TFM on OS X module building

2007-04-30 Thread Giuliano Gavazzi
On 29 Apr 2007, at 09:17, Giuliano Gavazzi wrote: I don't remember how I got to this, perhaps modifying some other one, but attached you find a Makefile I use for my module mod_authnz_sasl (yes, I know, it's probably not thread-safe...). I have not yet tested it on intel