1. 20 Jan, 2002 1 commit
  2. 28 Sep, 2001 1 commit
  3. 25 Jan, 2000 1 commit
  4. 24 Jan, 2000 1 commit
  5. 22 Jan, 2000 2 commits
  6. 18 Jan, 2000 1 commit
  7. 15 Jan, 2000 1 commit
  8. 02 Nov, 1999 1 commit
  9. 08 Oct, 1999 1 commit
  10. 28 Aug, 1999 1 commit
  11. 19 Aug, 1999 1 commit
  12. 15 Jun, 1999 1 commit
  13. 13 May, 1999 2 commits
  14. 21 Nov, 1998 1 commit
  15. 17 Nov, 1998 1 commit
  16. 14 Oct, 1998 1 commit
  17. 16 Sep, 1998 1 commit
  18. 03 Sep, 1998 1 commit
    • terry%netscape.com's avatar
      Changed the way password validation works. We now keep a · 968e9d7a
      terry%netscape.com authored
      crypt'd version of the password in the database, and check against
      that.  (This is silly, because we're also keeping the plaintext
      version there, but I have plans...)  Stop passing the plaintext
      password around as a cookie; instead, we have a cookie that references
      a record in a new database table, logincookies.
      
      IMPORTANT: if updating from an older version of Bugzilla, you must run
      the following commands to keep things working:
      
       ./makelogincookiestable.sh
       echo "alter table profiles add column cryptpassword varchar(64);" | mysql bugs
       echo "update profiles set cryptpassword = encrypt(password,substring(rand(),3, 4));" | mysql bugs
      968e9d7a
  19. 26 Aug, 1998 1 commit