summaryrefslogtreecommitdiff
path: root/Mailman/Cgi/private.py
Commit message (Expand)AuthorAgeFilesLines
* Bite the bullet: rename the Mailman package to mailman.Barry Warsaw2008-02-271-190/+0
* Tweak copyright years.Barry Warsaw2008-02-071-1/+1
* Update copyright years.bwarsaw2007-01-191-1/+1
* MailList.py ... GetScriptURL() absolute again because we need it for emailtkikuchi2006-11-091-1/+1
* More work on the WSGI support. So far, I've tested most of the admin.py linksbwarsaw2006-10-151-10/+9
* WSGI HTTP Server for Mailman Web interface.tkikuchi2006-10-091-1/+2
* - Convert all logging to Python's standard logging module. Get rid of allbwarsaw2006-04-171-4/+7
* Fix XSS bug: Thanks Moritz Naumann. (CVE-2006-1512)tkikuchi2006-04-041-2/+3
* Port cleaning changes forward from 2.1-maint branch.bwarsaw2005-12-301-12/+10
* Fixes for bug 1080943.msapiro2005-12-121-6/+27
* back porting from 2.1.6tkikuchi2005-08-281-4/+7
* FSF office has moved. chdcking in for MAIN branch.tkikuchi2005-08-271-1/+1
* guess_type(): Compatibility function for Python 2.1/2.2, the formerbwarsaw2003-02-031-1/+10
* main(), content_type(): Removed the latter; mimetyes.guess_type() doesbwarsaw2003-01-201-15/+8
* QuoteHyperChars() -> websafe()bwarsaw2002-05-221-1/+1
* Add BAW comments so we know that these modules still need to bebwarsaw2002-03-051-1/+2
* Forward port security patch from Mailman 2.0.8:bwarsaw2001-11-301-6/+8
* Get rid of useless import (reported by Dan Mick).bwarsaw2001-10-251-1/+0
* Another step towards conversion to MemberAdaptor API.bwarsaw2001-07-291-1/+1
* main(): Use archive_dir() instead of the archive_directory attribute.bwarsaw2001-07-261-1/+1
* Better syslog() calling conventions. Also, don't mark syslog messagesbwarsaw2001-06-271-1/+1
* Updates for the new authentication scheme. Note that there are otherbwarsaw2001-06-011-46/+40
* main(): We don't need to pass the document background color as anbwarsaw2001-05-311-2/+2
* main(): Instead of passing in the list's preferred language, simplybwarsaw2001-05-181-1/+1
* main(): Change the way the private archives authentication page isbwarsaw2001-05-161-5/+7
* De-string-module-ification.bwarsaw2001-05-031-4/+7
* main(): Utils.GetCharSet() requires the language as an argument.bwarsaw2001-05-011-1/+2
* More i18n changes.bwarsaw2001-02-281-12/+15
* jcrey's latest round of I18N changes.bwarsaw2000-12-261-48/+5
* First round integration of Juan Carlos's translatable string markings.bwarsaw2000-12-071-14/+14
* Added a hack to access the raw full archive when archives arebwarsaw2000-10-021-12/+24
* Fixes for a minor local security hole. Some of the CGI scripts couldbwarsaw2000-09-291-12/+4
* PAGE: Include some information on cookies in the login screen. Closesbwarsaw2000-07-251-1/+8
* main(): syslog() call needs log file first argument.bwarsaw2000-06-281-1/+1
* Convert all uses of sys.stderr.write() and mlist.LogMsg() to the newbwarsaw2000-06-021-1/+2
* Some meager consistency in handling errors when trying to open thebwarsaw2000-04-041-6/+6
* Update the copyright lines to include the years 1999 & 2000.bwarsaw2000-03-211-3/+1
* SecurityManager:hmeland1999-06-131-81/+67
* Changes to fix the CGI cookie security flaw reported by John Morton.hmeland1999-06-111-10/+7
* eradicate "maillist" as a nounbwarsaw1999-05-051-1/+1
* Don't use getListName() from this module to get teh name of the listbwarsaw1999-05-021-6/+6
* isAuthenticated(): Catch MMNotAMemberError and return 0bwarsaw1999-04-041-1/+2
* Make sure list_name is not an empty string or None (a.k.a. "false")bwarsaw1999-03-291-2/+5
* AMK says:bwarsaw1998-12-191-13/+27
* Handle non-existant lists by printing a (excessively minimal) errorklm1998-11-201-5/+10
* Mods to work with new archiving scheme.bwarsaw1998-11-031-10/+8
* Instead of hardcoding ROOT, calculate its value using mm_cfg.PREFIX,bwarsaw1998-10-201-1/+2
* All these changes are for implemented integrated pipermail based archives.cotton1998-10-091-98/+56
* A failed confirmation of the user password was causing 1 - success -klm1998-09-041-1/+1
* The name_pat regex (which was alleged to have been "fixed" on the lastklm1998-07-111-9/+12