| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Changes to fix the CGI cookie security flaw reported by John Morton. | hmeland | 1999-06-11 | 1 | -0/+27 |
| * | Sweeping changes to hopefully and finally (for 1.0 at least) make sane | bwarsaw | 1999-03-29 | 1 | -19/+7 |
| * | .ConfirmUserPassword(): Someone is setting (in | klm | 1998-12-10 | 1 | -4/+8 |
| * | .ConfirmUserPassword(): Was broken by the case-sensitive subscription | klm | 1998-11-24 | 1 | -7/+16 |
| * | This change implements storing list members and digest members as | cotton | 1998-11-19 | 1 | -1/+2 |
| * | Convert all module names to their new names. | bwarsaw | 1998-06-19 | 1 | -10/+15 |
| * | The site password wasnt working because: | viega | 1998-06-03 | 1 | -1/+1 |
| * | Added mm_crypt, which trys to import crypt, and provides a wrapper | viega | 1998-05-30 | 1 | -4/+4 |
| * | SITE_PW_FILE: Use DATA_DIR as directory to store adm.pw in | bwarsaw | 1998-05-29 | 1 | -1/+1 |
| * | Calculate site password file location in global scope, using a | bwarsaw | 1998-05-26 | 1 | -4/+6 |
| * | Fixed a typo in the zipcode. | viega | 1998-05-26 | 1 | -2/+2 |
| * | Added copyright notices to all source files where I am legally entitled to do... | viega | 1998-05-25 | 1 | -1/+18 |
| * | Use new mm_message __delitem__ discipline. | klm | 1998-04-13 | 1 | -2/+2 |
| * | Preparing to package a distribution - add a module docstring and | mailman | 1998-04-09 | 1 | -0/+5 |