[PATCH/RFC] mailman: Use Mailman's Secure_MakeRandomPassword() for list passwords

2009-08-21 Thread Todd Zullinger
This should generate a bit stronger passwords than the previous code, which encoded the passwords as hex, limiting the characters in the password to the set [0-9a-f]. --- The mailman_server class is only included on collab[12] and hosted1, so it isn't actually affected by the current freeze policy

Re: [PATCH/RFC] mailman: Use Mailman's Secure_MakeRandomPassword() for list passwords

2009-08-21 Thread Mike McGrath
On Fri, 21 Aug 2009, Todd Zullinger wrote: > This should generate a bit stronger passwords than the previous code, > which encoded the passwords as hex, limiting the characters in the > password to the set [0-9a-f]. > --- > > The mailman_server class is only included on collab[12] and hosted1, > s

Re: [PATCH/RFC] mailman: Use Mailman's Secure_MakeRandomPassword() for list passwords

2009-08-21 Thread Todd Zullinger
Mike McGrath wrote: > I'm fine with this patch but I can't pretend I know that it's going > to work, my mailman foo is pretty weak. But since the revert seems > easy enough. > > +1 Thanks. There are a few hosted requests with lists, so I'll apply it and use those to verify that it works. I migh

Re: [PATCH/RFC] mailman: Use Mailman's Secure_MakeRandomPassword() for list passwords

2009-08-21 Thread Ricky Zhou
On 2009-08-21 05:51:23 PM, Todd Zullinger wrote: > This should generate a bit stronger passwords than the previous code, > which encoded the passwords as hex, limiting the characters in the > password to the set [0-9a-f]. > --- > > The mailman_server class is only included on collab[12] and hosted