aboutsummaryrefslogtreecommitdiffstats
path: root/Mailman/Cgi/listinfo.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-06-10Don't enable CAPTCHA if 'en' key is not setRalf Jung1-1/+1
2019-06-10fix computing the form hash when there is no CAPTCHARalf Jung1-1/+1
2019-06-10implement a simple CAPTCHA scheme based on questions and answers configured ↵Ralf Jung1-2/+17
by the site admin
2018-06-22enhance i18n of listinfo overviewYasuhito FUTATSUKI at POEM1-1/+1
* make sure list's description charset as its preferred_language's * get description as a string of charset caller wanted
2018-06-03Separate data in CSRF token by colon to avoid collisions.Ralf Jung1-3/+3
This makes the data-to-token function injective. Previously, for example, the list called "list1" and the IP "10.0.0.0" would have the same hash as the list called "list" and the IP "110.0.0.0", as the strings were just concatenated.
2018-05-26Internationalize the noscript note added to reCAPTCHA.Mark Sapiro1-2/+3
2018-05-05Add <noscript> note to listinfo reCAPTCHA that JavaScript is required.Mark Sapiro1-0/+1
2018-02-03It's not necessary to replace _ with - in language codes for reCAPTCHA.Mark Sapiro1-3/+1
2018-01-29Allow the list subscription form to be protected from spam bots usingDavid Siebörger1-0/+10
reCAPTCHA.
2017-06-05Bumped Copyrights and fixed a bug in prior commit.Mark Sapiro1-1/+1
2017-06-05Defend against CGI requests with multiple values for the same parameter.Mark Sapiro1-1/+1
2016-07-14Catch TypeError from certain defective crafted POST requests.Mark Sapiro1-1/+13
2016-05-17Catch MMUnknownListError in case list is removed after listing names.Mark Sapiro1-2/+6
2015-06-23Support for HTTP_X_FORWARDED_FOR and HTTP_FORWARDED_FOR (RFC 7239) Jim Popovitch1-3/+4
2015-04-23If SUBSCRIBE_FORM_SECRET is enabled and a user's network has a loadMark Sapiro1-4/+14
balancer or similar in use the POSTing IP might not exactly match the GETting IP. This is now accounted for by not requiring the last octet (16 bits for ipV6) to match.
2014-03-21 - Added the list name to the vette log "held message approved" entry.Mark Sapiro1-2/+2
(LP: 1295875) - Added the CGI module name to various "No such list" error log entries. (LP: 1295875) - Modified contrib/mmdsr to report module name if present in "No such list error log entries.
2012-11-24Implement SUBSCRIBE_FORM_SECRET to mitigate bot subscribes. (LP: 1082746)Mark Sapiro1-1/+15
2010-09-09Two potential XSS vulnerabilities have been identified and fixed.Mark Sapiro1-2/+2
2010-06-23Fixed a bug which would fail to show a list on the admin and listinfoMark Sapiro1-2/+3
overview pages if its web_page_url contained a :port. Bug # 597741.
2010-03-29Added roster to the CGIs that return HTTP 401 status for an authenticationMark Sapiro1-0/+2
failure, and return HTTP 404 status from all CGIs for an invalid list name.
2009-07-31Backported several bug fixes from the 2.2 branch.Mark Sapiro1-3/+4
2005-08-27FSF office has moved to 51 Franklin Street.tkikuchi1-1/+1
2003-12-24listinfo_overview(): Richard Barrett's patch # 828811 to reducebwarsaw1-5/+6
listinfo and admin cgi process size by not keeping the entire mlist object alive through a reference in the advertised list. Only the information used in the overview is kept.
2003-09-22Backporting from the HEAD -- updated cgi'sbwarsaw1-1/+1
2003-02-08Backporting from the trunk.bwarsaw1-6/+8