1. 03 Nov, 2001 1 commit
  2. 31 Oct, 2001 2 commits
  3. 23 Oct, 2001 1 commit
  4. 31 Aug, 2001 1 commit
  5. 17 Aug, 2001 1 commit
  6. 16 Aug, 2001 1 commit
  7. 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
  8. 01 Jun, 2001 1 commit
  9. 17 Apr, 2001 1 commit
  10. 27 Feb, 2001 1 commit
  11. 02 Sep, 2000 1 commit
  12. 28 Jun, 2000 1 commit
    • cyeh%bluemartini.com's avatar
      lot's of stuff: · 72c28615
      cyeh%bluemartini.com authored
      add whoid usergroupset comment query to bug data fields
      add AppendComment function
      add CanChangeField function to check if a person can change a field
      add display() for quick dumps of the bug
      add Collision to check for midair collisions before changing a bug
      added a stub function for changing a bug in the database
      init_bug will now take either a userid or an e-mail address as a valid parameter
      72c28615
  13. 22 Jun, 2000 1 commit
  14. 21 Jun, 2000 1 commit
  15. 13 Jun, 2000 1 commit
  16. 12 Jun, 2000 1 commit
  17. 09 Jun, 2000 1 commit
  18. 29 Mar, 2000 1 commit