1. 03 Mar, 2005 1 commit
  2. 20 Feb, 2005 2 commits
  3. 19 Feb, 2005 1 commit
  4. 18 Feb, 2005 1 commit
  5. 01 Jan, 2005 1 commit
  6. 25 Oct, 2004 1 commit
  7. 18 Mar, 2004 2 commits
  8. 14 Sep, 2003 1 commit
  9. 07 Jun, 2003 1 commit
  10. 22 Mar, 2003 1 commit
  11. 14 Mar, 2003 1 commit
  12. 30 Sep, 2002 1 commit
  13. 29 Aug, 2002 1 commit
  14. 26 Aug, 2002 1 commit
  15. 09 Jul, 2002 1 commit
  16. 03 May, 2002 1 commit
  17. 26 Apr, 2002 2 commits
  18. 25 Apr, 2002 1 commit
  19. 24 Apr, 2002 1 commit
  20. 02 Apr, 2002 1 commit
  21. 17 Feb, 2002 1 commit
  22. 06 Feb, 2002 1 commit
    • justdave%syndicomm.com's avatar
      Fix for bug 117055: Emails were being truncated if they contained a line with… · 2ddb4736
      justdave%syndicomm.com authored
      Fix for bug 117055: Emails were being truncated if they contained a line with nothing but a period on them.  We now pass -i to
      sendmail and its clones to tell it to ignore periods (since we close the pipe when we're done, rather than signalling it with
      a period).  Has been tested with sendmail and postfix.
      Patch by Dave Miller <justdave@syndicomm.com>
      r= afranke, bugzilla@bkor.dhs.org, jake
      2ddb4736
  23. 20 Jan, 2002 1 commit
  24. 17 Aug, 2001 1 commit
  25. 16 Aug, 2001 1 commit
  26. 11 Jul, 2001 1 commit
    • justdave%syndicomm.com's avatar
      Fix for bug 77473, bug 74032, and bug 85472: Passwords are no longer stored in… · 02226521
      justdave%syndicomm.com authored
      Fix for bug 77473, bug 74032, and bug 85472: Passwords are no longer stored in plaintext in the database.  Passwords are no longer encrypted with MySQL's ENCRYPT() function (because it doesn't work on some installs), but with Perl's crypt() function.  The crypt-related routines now properly deal with salts so that they work on systems that use methods other than UNIX crypt to crypt the passwords (such as MD5).  Checksetup.pl will walk through your database and re-crypt everyone's passwords based on the plaintext password entry, then drop the plaintext password column.  As a consequence of no longer having a plaintext password, it is no longer possible to email someone their password, so the login screen has been changed to request a password reset instead.  The user is emailed a temporary identifying token, with a link back to Bugzilla.  They click on the link or paste it into their browser and Bugzilla allows them to change their password.
      Patch by Myk Melez <myk@mozilla.org>
      r= justdave@syndicomm.com, jake@acutex.net
      02226521