1. 09 Aug, 2001 1 commit
  2. 30 Jul, 2001 1 commit
  3. 26 Jul, 2001 2 commits
  4. 25 Jul, 2001 1 commit
  5. 23 Jul, 2001 2 commits
  6. 22 Jul, 2001 4 commits
  7. 20 Jul, 2001 2 commits
  8. 17 Jul, 2001 2 commits
  9. 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
  10. 04 Jul, 2001 4 commits
  11. 02 Jul, 2001 2 commits
  12. 01 Jul, 2001 1 commit
  13. 29 Jun, 2001 1 commit
    • justdave%syndicomm.com's avatar
      Fix for bug 76183 and bug 71555: consolidates chmod activity in one place in… · a6bd4e98
      justdave%syndicomm.com authored
      Fix for bug 76183 and bug 71555: consolidates chmod activity in one place in checksetup.pl and also provides permission setting for bugzilla installations installed in a personal user directory as opposed to the server's main web space. (makes the files world-readable so the webserver can see them, since you can't set the group)
      Patch by Christian Reis <kiko@async.com.br>
      r= justdave@syndicomm.com
      a6bd4e98
  14. 28 Jun, 2001 3 commits
  15. 27 Jun, 2001 2 commits
  16. 21 Jun, 2001 3 commits
  17. 20 Jun, 2001 3 commits
  18. 19 Jun, 2001 4 commits
  19. 17 Jun, 2001 1 commit