[mp2] need $r->get_remote_logname test

2004-08-07 Thread Stas Bekman
Is anybody familiar with RFC1413? We provide this API but there is no test. Any takers to write this test? I suppose it requires identd or auth daemon... =head2 C Retrieve the login name of the remote user. Undef if it could not be determined RFC1413, which involves querying the client's identd

Re: cvs commit: modperl-2.0/todo release

2004-08-07 Thread Stas Bekman
Philippe M. Chiasson wrote: [...] If the macro is supposed to suggest the allowed context and PerlModule is not allowed in DIR, then DIR is not appropriate. I see no problem with long names if they require no extra source code reading to figure out what they really do. These are internal macros

Re: cvs commit: modperl-2.0/todo release

2004-08-07 Thread Philippe M. Chiasson
Stas Bekman wrote: Philippe M. Chiasson wrote: Stas Bekman wrote: [EMAIL PROTECTED] wrote: gozer 2004/08/06 19:52:08 static const command_rec modperl_cmds[] = { MP_CMD_SRV_ITERATE("PerlSwitches", switches, "Perl Switches"), -MP_CMD_SRV_ITERATE("PerlModule", modules, "PerlM

Re: cvs commit: modperl-2.0/todo release

2004-08-07 Thread Stas Bekman
Philippe M. Chiasson wrote: Stas Bekman wrote: [EMAIL PROTECTED] wrote: gozer 2004/08/06 19:52:08 static const command_rec modperl_cmds[] = { MP_CMD_SRV_ITERATE("PerlSwitches", switches, "Perl Switches"), -MP_CMD_SRV_ITERATE("PerlModule", modules, "PerlModule"), -MP_

Re: cvs commit: modperl-2.0/todo release

2004-08-07 Thread Philippe M. Chiasson
Stas Bekman wrote: [EMAIL PROTECTED] wrote: gozer 2004/08/06 19:52:08 static const command_rec modperl_cmds[] = { MP_CMD_SRV_ITERATE("PerlSwitches", switches, "Perl Switches"), -MP_CMD_SRV_ITERATE("PerlModule", modules, "PerlModule"), -MP_CMD_SRV_ITERATE("PerlRequire"