My current patch to admin.c intercepts 'admin user' subcommand without ensuring that user in CVS_ADMIN_GROUP group. The problem is that 'admin user' subcommand has it's own command namespace, but #ifdef CVS_ADMIN_GROUP ... #endif code resides after option processing of 'admin' command namespace. Can we move #ifdef CVS_ADMIN_GROUP ... #endif at the top of admin() function before options processing?
Regards, Andrey Aristarkhov BiTechnology _______________________________________________ Bug-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-cvs
