1. 13 May, 1999 2 commits
  2. 11 May, 1999 1 commit
  3. 06 May, 1999 2 commits
  4. 28 Apr, 1999 1 commit
  5. 09 Apr, 1999 1 commit
  6. 27 Mar, 1999 1 commit
  7. 25 Mar, 1999 2 commits
  8. 24 Mar, 1999 1 commit
  9. 23 Mar, 1999 1 commit
  10. 20 Mar, 1999 1 commit
  11. 12 Mar, 1999 2 commits
  12. 05 Feb, 1999 1 commit
  13. 04 Feb, 1999 1 commit
  14. 28 Jan, 1999 1 commit
  15. 20 Jan, 1999 2 commits
  16. 19 Jan, 1999 1 commit
  17. 16 Jan, 1999 2 commits
  18. 04 Dec, 1998 1 commit
  19. 21 Nov, 1998 1 commit
  20. 17 Nov, 1998 1 commit
  21. 21 Oct, 1998 1 commit
  22. 19 Oct, 1998 1 commit
  23. 15 Oct, 1998 1 commit
  24. 30 Sep, 1998 1 commit
  25. 16 Sep, 1998 1 commit
  26. 03 Sep, 1998 2 commits
    • terry%netscape.com's avatar
      Patch by Sam Ziegler <ziegler@mediaguaranty.com> -- allow querying for · 6d234deb
      terry%netscape.com authored
      empty resolution.
      6d234deb
    • 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
  27. 01 Sep, 1998 1 commit
  28. 29 Aug, 1998 1 commit
  29. 28 Aug, 1998 1 commit
  30. 27 Aug, 1998 1 commit
  31. 26 Aug, 1998 1 commit