1. 20 May, 2005 1 commit
  2. 30 Mar, 2005 1 commit
  3. 09 Mar, 2005 1 commit
  4. 09 Feb, 2005 1 commit
  5. 01 Feb, 2005 1 commit
  6. 21 Jul, 2004 1 commit
  7. 27 Mar, 2004 1 commit
  8. 24 Feb, 2004 1 commit
  9. 27 Nov, 2003 1 commit
  10. 05 May, 2003 1 commit
  11. 27 Mar, 2003 1 commit
  12. 22 Mar, 2003 1 commit
  13. 09 Dec, 2002 1 commit
  14. 02 Oct, 2002 1 commit
  15. 30 Aug, 2002 1 commit
  16. 26 Aug, 2002 1 commit
  17. 12 Jul, 2002 1 commit
  18. 17 Jun, 2002 1 commit
  19. 24 Apr, 2002 2 commits
  20. 17 Apr, 2002 1 commit
  21. 02 Apr, 2002 1 commit
  22. 13 Feb, 2002 1 commit
  23. 30 Jan, 2002 1 commit
  24. 20 Jan, 2002 1 commit
  25. 13 Oct, 2001 1 commit
    • justdave%syndicomm.com's avatar
      Fix for bug 19910: Bugzilla installs on the same server would interfere with… · 5c861318
      justdave%syndicomm.com authored
      Fix for bug 19910: Bugzilla installs on the same server would interfere with each others' cookies.  Cookies now have a path value that can be set to indicate which bugzilla install they belong to.  Browsers will only send the cookie to the appropriate installation.  The path can be set in the 'cookiepath' parameter in editparams.cgi.
      Patch by Dave Lawrence <dkl@redhat.com>
      r= myk, justdave
      5c861318
  26. 06 Oct, 2001 1 commit
  27. 24 Sep, 2001 1 commit
  28. 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
  29. 10 Mar, 2001 1 commit
  30. 16 Sep, 2000 1 commit
  31. 31 Aug, 2000 1 commit
  32. 15 Jun, 2000 1 commit
  33. 15 Jan, 2000 1 commit
  34. 02 Nov, 1999 1 commit
  35. 28 Sep, 1999 1 commit
  36. 19 Aug, 1999 1 commit
  37. 08 May, 1999 1 commit
  38. 27 Mar, 1999 1 commit