Re: [PATCH] htdigest.c - remove ugly dependance on external cp; use apr_temp_dir_get() for getting temp dir /corrected

2004-03-24 Thread Eric Horner
who are you? stop emailing me! - Original Message - From: Guenter Knauf [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, March 13, 2004 6:35 PM Subject: [PATCH] htdigest.c - remove ugly dependance on external cp; use apr_temp_dir_get() for getting temp dir /corrected Hi

Re: [PATCH] htdigest.c - remove ugly dependance on external cp; use apr_temp_dir_get() for getting temp dir

2004-03-15 Thread Guenter Knauf
Hi Thom, This really ought to be 4 seperate patches for ease of review. Please can you resend as such? something's wrong with the four splitted patches, or simply no time to review?? Guenter.

Re: [PATCH] htdigest.c - remove ugly dependance on external cp; use apr_temp_dir_get() for getting temp dir

2004-03-15 Thread Thom May
* Guenter Knauf ([EMAIL PROTECTED]) wrote : Hi Thom, This really ought to be 4 seperate patches for ease of review. Please can you resend as such? something's wrong with the four splitted patches, or simply no time to review?? Damn, dude. it's only been 1 *work*day. -Thom

Re: [PATCH] htdigest.c - remove ugly dependance on external cp; use apr_temp_dir_get() for getting temp dir

2004-03-14 Thread Thom May
* Guenter Knauf ([EMAIL PROTECTED]) wrote : Hi, this patch makes htdigest use the apr_temp_dir_get() for getting the temp dir; and also removes the dependance on external cp/copy; changed printout to use apr function like htpasswd; replaced tabs with spaces. This really ought to be 4 seperate

Re: [PATCH] htdigest.c - remove ugly dependance on external cp; use apr_temp_dir_get() for getting temp dir

2004-03-14 Thread Guenter Knauf
Hi, * Guenter Knauf ([EMAIL PROTECTED]) wrote : Hi, this patch makes htdigest use the apr_temp_dir_get() for getting the temp dir; and also removes the dependance on external cp/copy; changed printout to use apr function like htpasswd; replaced tabs with spaces. This really ought to be 4

[PATCH] htdigest.c - remove ugly dependance on external cp; use apr_temp_dir_get() for getting temp dir /corrected

2004-03-13 Thread Guenter Knauf
Hi, corrected cast for gcc; replaced some more printf() I just found. this patch makes htdigest use the apr_temp_dir_get() for getting the temp dir; and also removes the dependance on external cp/copy; changed printout to use apr function like htpasswd; replaced tabs with spaces. I've have tested

[PATCH] htdigest.c - remove ugly dependance on external cp; use apr_temp_dir_get() for getting temp dir

2004-03-11 Thread Guenter Knauf
Hi, this patch makes htdigest use the apr_temp_dir_get() for getting the temp dir; and also removes the dependance on external cp/copy; changed printout to use apr function like htpasswd; replaced tabs with spaces. I've have tested this on NetWare and Win32. The OMIT_DELONCLOSE I left in for now