| Commit message (Expand) | Author | Age | Files | Lines |
| * | Bite the bullet: rename the Mailman package to mailman. | Barry Warsaw | 2008-02-27 | 1 | -306/+0 |
| * | Tweak copyright years. | Barry Warsaw | 2008-02-07 | 1 | -1/+1 |
| * | It all started by trying to remove MailList.Create() and use the IListManager | Barry Warsaw | 2007-08-05 | 1 | -7/+0 |
| * | Passwords done right. | bwarsaw | 2007-01-14 | 1 | -6/+6 |
| * | Merged revisions 8113-8121 via svnmerge from | bwarsaw | 2006-12-29 | 1 | -52/+13 |
| * | Postfix LMTP related brushups. | tkikuchi | 2006-11-26 | 1 | -20/+1 |
| * | Fix environ['SCRIPT_NAME'] to match CGI spec. | tkikuchi | 2006-11-13 | 1 | -3/+3 |
| * | Repair a problem with cookie paths reported by Tokio when HTTPRunner is used | bwarsaw | 2006-10-30 | 1 | -16/+38 |
| * | More work on the WSGI support. So far, I've tested most of the admin.py links | bwarsaw | 2006-10-15 | 1 | -10/+5 |
| * | Upgrade to email package version 4.0.1. Because email 4.0.1 is only | bwarsaw | 2006-07-30 | 1 | -7/+8 |
| * | Remove most uses of the types module, in favor of isinstance checks against | bwarsaw | 2006-04-17 | 1 | -3/+2 |
| * | - Convert all logging to Python's standard logging module. Get rid of all | bwarsaw | 2006-04-17 | 1 | -6/+8 |
| * | Now that Python 2.3 is the minimum requirement for Mailman 2.2: | bwarsaw | 2006-04-15 | 1 | -14/+9 |
| * | back porting from 2.1.6 | tkikuchi | 2005-08-28 | 1 | -38/+48 |
| * | FSF office has moved. chdcking in for MAIN branch. | tkikuchi | 2005-08-27 | 1 | -1/+1 |
| * | parsecookie(): Be defensive about bogus cookie data. | bwarsaw | 2003-02-04 | 1 | -2/+6 |
| * | CheckCookie(), __checkone(), parsecookie(): A fix for the MM2.0/MM2.1 | bwarsaw | 2003-01-31 | 1 | -12/+22 |
| * | Updated comments to reflect that NotAMemberError is the one true | bwarsaw | 2002-12-02 | 1 | -3/+3 |
| * | Authenticate(): Checking in a change discussed a while ago on | bwarsaw | 2002-08-29 | 1 | -8/+6 |
| * | Authenticate(): SF bug # 585776 complains that crypt.crypt() can raise | bwarsaw | 2002-07-24 | 1 | -2/+14 |
| * | CheckCookie(): If the SimpleCookie constructor throws a CookieError, | bwarsaw | 2002-01-29 | 1 | -1/+4 |
| * | "import Cookie" instead of "from Cookie import SimpleCookie as Cookie" | bwarsaw | 2002-01-11 | 1 | -12/+9 |
| * | AuthContextInfo(): If ALLOW_SITE_ADMIN_COOKIES is true, and there is a | bwarsaw | 2002-01-06 | 1 | -7/+12 |
| * | CheckCookie(): Let's be explicit about using the Cookie.SimpleCookie | bwarsaw | 2001-11-20 | 1 | -6/+19 |
| * | AuthContextInfo(): Python 2.x's Cookie.py module is strict about legal | bwarsaw | 2001-10-09 | 1 | -6/+7 |
| * | AuthContextInfo(): Python's standard Cookie.py doesn't allow colons in | bwarsaw | 2001-10-04 | 1 | -2/+2 |
| * | Use Python's default Cookie.py module instead of our own copy. | bwarsaw | 2001-10-01 | 1 | -1/+1 |
| * | MakeCookie(): If the secret isn't a string, raise MMBadUserError. | bwarsaw | 2001-08-16 | 1 | -2/+2 |
| * | InitVars(): With the new mixin architecture, InitVars() needs to take | bwarsaw | 2001-07-19 | 1 | -19/+7 |
| * | SecurityManager.MakeCookie(): 'MMBadUserError' -> 'Errors.MMBadUserError' | twouters | 2001-07-10 | 1 | -1/+1 |
| * | ConfirmUserPassword(): Obsolete; removed. | bwarsaw | 2001-07-03 | 1 | -27/+49 |
| * | CheckCookie(): If the authcontext is AuthUser and the `user' argument | bwarsaw | 2001-06-01 | 1 | -1/+27 |
| * | Authenticate(): When sha hex digesting the response, save the results | bwarsaw | 2001-05-31 | 1 | -2/+4 |
| * | Changes to support the new world order of authentication, using | bwarsaw | 2001-05-31 | 1 | -61/+150 |
| * | WebAuthenticate(): Minor simplification. | bwarsaw | 2001-05-16 | 1 | -3/+3 |
| * | ValidAdminPassword(): CheckSiteAdminPassword -> check_global_password | bwarsaw | 2001-05-09 | 1 | -2/+2 |
| * | ValidAdminPassword(): First, use SHA1 as the default hash, and compare | bwarsaw | 2001-02-15 | 1 | -18/+25 |
| * | SetSiteAdminPassword(), CheckSiteAdminPassword(): These are better | bwarsaw | 2000-10-02 | 1 | -20/+2 |
| * | ZapCookie(): add a comment about why expires=0 isn't set here. | bwarsaw | 2000-07-21 | 1 | -0/+1 |
| * | Several changes to the cookie management code, to support session | bwarsaw | 2000-07-20 | 1 | -13/+29 |
| * | Several changes which will hopefully fix the cookie re-authentication | bwarsaw | 2000-07-19 | 1 | -37/+33 |
| * | Update the copyright lines to include the years 1999 & 2000. | bwarsaw | 2000-03-21 | 1 | -1/+1 |
| * | MakeCookie(), CheckCookie(): Don't include the client's IP address in | bwarsaw | 1999-12-09 | 1 | -19/+17 |
| * | CheckCookie(): Watch out for cookiedata getting truncated to be | bwarsaw | 1999-11-26 | 1 | -4/+6 |
| * | Remove some extraneous parens. | bwarsaw | 1999-09-04 | 1 | -11/+9 |
| * | ConfirmUserPassword(): It's possible that user is None. Raise a | bwarsaw | 1999-07-22 | 1 | -0/+2 |
| * | MakeCookie(): Set cookie's "path" based on the list-specific setting | hmeland | 1999-07-22 | 1 | -1/+1 |
| * | CheckCookie(): Workaround for IE4.01 (and other pre-5.0 MSIEs?) bug in | bwarsaw | 1999-07-16 | 1 | -2/+17 |
| * | SetSiteAdminPassword(): Open data/adm.pw with Utils.open_ex() so we | bwarsaw | 1999-07-09 | 1 | -5/+3 |
| * | SecurityManager: | hmeland | 1999-06-13 | 1 | -11/+43 |