1. 18 Nov, 2001 7 commits
  2. 17 Nov, 2001 3 commits
  3. 16 Nov, 2001 1 commit
  4. 14 Nov, 2001 3 commits
  5. 12 Nov, 2001 3 commits
  6. 09 Nov, 2001 2 commits
  7. 08 Nov, 2001 7 commits
  8. 07 Nov, 2001 2 commits
  9. 06 Nov, 2001 2 commits
    • justdave%syndicomm.com's avatar
      SECURITY FIX see bug 108385: Due to trusting of passed form fields that… · f12ad394
      justdave%syndicomm.com authored
      SECURITY FIX see bug 108385: Due to trusting of passed form fields that shouldn't have been trusted, it was possible to add a comment to a bug pretending to be someone else if you edited the HTML by hand before submitting.  The bug form did not include the field in question, but due to legacy processing code, the field was still trusted if it was present.
      Patch by Dave Miller <justdave@syndicomm.com>
      r= jake x2
      f12ad394
    • justdave%syndicomm.com's avatar
      SECURITY FIX see bug 108516: Due to trusting of passed form fields that… · 1d9fe70b
      justdave%syndicomm.com authored
      SECURITY FIX see bug 108516: Due to trusting of passed form fields that shouldn't have been trusted, it was possible to file a
      bug pretending to be someone else if you edited the HTML by hand before submitting.
      Patch by Dave Miller <justdave@syndicomm.com>
      r= bbaetz, jake
      1d9fe70b
  10. 05 Nov, 2001 1 commit
  11. 03 Nov, 2001 3 commits
  12. 31 Oct, 2001 4 commits
  13. 28 Oct, 2001 1 commit
  14. 27 Oct, 2001 1 commit
    • jake%acutex.net's avatar
      A few enhancements to the template test: · d6728136
      jake%acutex.net authored
       * If there's a compilation error, report what it is
       * Don't try to compile a template if it doesn't exist
         - We already tested for that and issued an ERROR
       * Define the 'url' FILTER
      d6728136