Re: [PATCH] htpasswd.c - use apr_temp_dir_get() for getting temp dir

2004-03-13 Thread Guenter Knauf
Hi Thom, > * Guenter Knauf ([EMAIL PROTECTED]) wrote : >> Hi, >> this patch makes htpasswd use the apr_temp_dir_get() instead of only >> asking the environment vars. >> If someone isnt fine with the move back into main() of this part, I can >> provide another patch which leaves the separate functio

Re: [PATCH] htpasswd.c - use apr_temp_dir_get() for getting temp dir

2004-03-13 Thread Thom May
* Guenter Knauf ([EMAIL PROTECTED]) wrote : > Hi, > this patch makes htpasswd use the apr_temp_dir_get() instead of only asking the > environment vars. > If someone isnt fine with the move back into main() of this part, I can provide > another patch which leaves the separate function in. In addit

[PATCH] htpasswd.c - use apr_temp_dir_get() for getting temp dir

2004-03-11 Thread Guenter Knauf
Hi, this patch makes htpasswd use the apr_temp_dir_get() instead of only asking the environment vars. If someone isnt fine with the move back into main() of this part, I can provide another patch which leaves the separate function in. In addition I removed some obsolete ifdefs; have tested this