Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2018-06-17 | Bump copyright dates. | Mark Sapiro | 1 | -0/+0 | |
2018-06-03 | Separate data in CSRF token by colon to avoid collisions. | Ralf Jung | 1 | -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-03-01 | Removed a Python 2.7 dependency introduced in 2.1.26. | Mark Sapiro | 1 | -1/+1 | |
2018-01-30 | Corrected i18n from rev. 1738 and updated message catalogs. | Mark Sapiro | 1 | -3/+5 | |
2018-01-30 | Update Japanese translation (with msgid fix) | Yasuhito FUTATSUKI at POEM | 1 | -3/+3 | |
2018-01-29 | Allow the list subscription form to be protected from spam bots using | David Siebörger | 1 | -0/+22 | |
reCAPTCHA. | |||||
2017-06-05 | Bumped Copyrights and fixed a bug in prior commit. | Mark Sapiro | 1 | -1/+1 | |
2017-06-05 | Defend against CGI requests with multiple values for the same parameter. | Mark Sapiro | 1 | -7/+7 | |
2017-02-22 | Fixed an uncaught TypeError in the subscribe CGI. | Mark Sapiro | 1 | -1/+1 | |
2016-07-14 | Catch TypeError from certain defective crafted POST requests. | Mark Sapiro | 1 | -2/+11 | |
2015-06-23 | Support for HTTP_X_FORWARDED_FOR and HTTP_FORWARDED_FOR (RFC 7239) | Jim Popovitch | 1 | -3/+4 | |
2015-04-23 | If SUBSCRIBE_FORM_SECRET is enabled and a user's network has a load | Mark Sapiro | 1 | -8/+21 | |
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 Sapiro | 1 | -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-12-14 | Added a minimum delay between retrieval and submission of the subscribe form. | Mark Sapiro | 1 | -0/+4 | |
2012-11-24 | Implement SUBSCRIBE_FORM_SECRET to mitigate bot subscribes. (LP: 1082746) | Mark Sapiro | 1 | -1/+19 | |
2011-05-09 | Prevented setting user passwords with leading/trailing whitespace. Bug #778088. | Mark Sapiro | 1 | -4/+4 | |
2011-03-29 | Changed the subscribe CGI to strip leading and trailing whitespace from | Mark Sapiro | 1 | -2/+2 | |
the supplied email address. Bug #745432. | |||||
2010-03-29 | Added roster to the CGIs that return HTTP 401 status for an authentication | Mark Sapiro | 1 | -0/+2 | |
failure, and return HTTP 404 status from all CGIs for an invalid list name. | |||||
2009-01-20 | Two of the 'new' class exceptions are raised with an argument. | Mark Sapiro | 1 | -4/+5 | |
2005-08-27 | FSF office has moved to 51 Franklin Street. | tkikuchi | 1 | -1/+1 | |
2003-04-07 | Backporting from trunk. | bwarsaw | 1 | -2/+0 | |
2003-02-08 | Backporting from the trunk. | bwarsaw | 1 | -6/+8 | |