summaryrefslogtreecommitdiff
path: root/Mailman/SecurityManager.py
Commit message (Expand)AuthorAgeFilesLines
...
* Changes to fix the CGI cookie security flaw reported by John Morton.hmeland1999-06-111-0/+27
* Sweeping changes to hopefully and finally (for 1.0 at least) make sanebwarsaw1999-03-291-19/+7
* .ConfirmUserPassword(): Someone is setting (inklm1998-12-101-4/+8
* .ConfirmUserPassword(): Was broken by the case-sensitive subscriptionklm1998-11-241-7/+16
* This change implements storing list members and digest members ascotton1998-11-191-1/+2
* Convert all module names to their new names.bwarsaw1998-06-191-10/+15
* The site password wasnt working because:viega1998-06-031-1/+1
* Added mm_crypt, which trys to import crypt, and provides a wrapperviega1998-05-301-4/+4
* SITE_PW_FILE: Use DATA_DIR as directory to store adm.pw inbwarsaw1998-05-291-1/+1
* Calculate site password file location in global scope, using abwarsaw1998-05-261-4/+6
* Fixed a typo in the zipcode.viega1998-05-261-2/+2
* Added copyright notices to all source files where I am legally entitled to do...viega1998-05-251-1/+18
* Use new mm_message __delitem__ discipline.klm1998-04-131-2/+2
* Preparing to package a distribution - add a module docstring andmailman1998-04-091-0/+5
* Added .ExtractApproval() method, which returns the validity of themailman1998-04-021-1/+11
* Change the weird umask (formerly 0700, which left files u-wrx,klm1998-03-301-1/+1
* Handle gracefully user records missing password entries.mailman1998-03-261-2/+5
* Initial revisionmailman1998-02-271-0/+59