Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2003-11-24 | process_request(): In response to SF bug # 835870, we now check the | bwarsaw | 1 | -5/+12 | |
calculated host name, and if VIRTUAL_HOST_OVERVIEW is true, that host name must match one of our known virtual hosts. Otherwise we'll refuse to create the list. If VIRTUAL_HOST_OVERVIEW is false, we'll do no checking (meaning the old behavior of being able to create a list with a non-fqdn hostname still exists). Also, pass the email host name into the MailList.Create() call. | |||||
2003-09-28 | process_request(), request_creation(): Close cross-site scripting | bwarsaw | 1 | -14/+20 | |
exploits found by Ned Dawes. Also, whitespace normalization. Backported from HEAD. |