Re: svn commit: r709708 - in /httpd/httpd/trunk: include/ap_mmn.h include/mod_auth.h modules/aaa/mod_authz_owner.c

2008-11-03 Thread Chris Darroch
Ruediger Pluem wrote: IMHO this requires a major bump (no problem on trunk) and not only a minor one. Thanks for catching that and the missing apr_pcalloc() in mod_authz_core.c! Chris. -- GPG Key ID: 366A375B GPG Key Fingerprint: 485E 5041 17E1 E2BB C263 E4DE C8E3 FA36 366A 375B

Re: svn commit: r709708 - in /httpd/httpd/trunk: include/ap_mmn.h include/mod_auth.h modules/aaa/mod_authz_owner.c

2008-11-01 Thread Ruediger Pluem
/include/mod_auth.h httpd/httpd/trunk/modules/aaa/mod_authz_owner.c IMHO this requires a major bump (no problem on trunk) and not only a minor one. Regards RĂ¼diger

modules/aaa/mod_authz_owner.c

2006-01-19 Thread Jean-frederic Clere
Hi, On ReliantUnix the following code can't be compiled: +++ typedef struct { } authz_owner_config_rec; +++ Because the structure is empty. Any problem to apply the following patch: +++ Index: aaa/mod_authz_owner.c === ---

Re: modules/aaa/mod_authz_owner.c

2006-01-19 Thread Brad Nicholes
On 1/19/2006 at 6:46:25 am, in message [EMAIL PROTECTED], [EMAIL PROTECTED] wrote: Hi, On ReliantUnix the following code can't be compiled: +++ typedef struct { } authz_owner_config_rec; +++ Because the structure is empty. Any problem to apply the following patch: +++ Index: