1. 13 May, 2004 1 commit
  2. 27 Mar, 2004 2 commits
    • kiko%async.com.br's avatar
      Fix for bug 234175: Remove deprecated ConnectToDatabase() and · 4df1c8fd
      kiko%async.com.br authored
      quietly_check_login()/confirm_login() calls.  Cleans up callsites
      (consisting of most of our CGIs), swapping (where appropriate) for calls
      to Bugzilla->login. Patch by Teemu Mannermaa <wicked@etlicon.fi>.
      r=bbaetz, kiko. a=justdave.
      4df1c8fd
    • kiko%async.com.br's avatar
      Fix for bug 226764: Move InvalidateLogins into Bugzilla::Auth::CGI. · 8a06f991
      kiko%async.com.br authored
      Consolidates the logout code into Bugzilla::Auth::CGI, and provides
      simple front-end wrappers in Bugzilla.pm for use in the CGIs we have.
      r=bbaetz, joel; a=justdave.
      
      Adds a set of constants to the logout() API which allow specifying "how
      much" we should log out -- all sessions, the current session, or all
      sessions but the current one.
      
      Fixes callsites to use this new API; cleans and documents things a
      bit while we're at it. Part I in the great COOKIE apocalypse.
      8a06f991
  3. 18 Mar, 2004 1 commit
    • justdave%syndicomm.com's avatar
      Bug 192516: Moving the loose .pm files into the Bugzilla directory, where they… · 3d59b2bd
      justdave%syndicomm.com authored
      Bug 192516: Moving the loose .pm files into the Bugzilla directory, where they belong.  These files pre-date the Bugzilla directory, and would have gone there had it existed at the time.  The four files in question were copied on the CVS server to preserve CVS history in the files.  This checkin deletes them from the old location and modifies everything else to know where they are now.
      r= myk, gerv
      a= justdave
      3d59b2bd
  4. 08 Mar, 2004 1 commit
  5. 07 Mar, 2004 1 commit
  6. 03 Mar, 2004 1 commit
  7. 09 Nov, 2003 1 commit
  8. 03 Jun, 2003 1 commit
  9. 05 May, 2003 1 commit
  10. 02 Apr, 2003 1 commit
  11. 27 Mar, 2003 1 commit
  12. 11 Oct, 2002 1 commit
  13. 06 Oct, 2002 1 commit
  14. 29 Sep, 2002 3 commits
  15. 23 Sep, 2002 1 commit
  16. 13 Sep, 2002 1 commit
  17. 26 Aug, 2002 1 commit
  18. 13 Aug, 2002 1 commit
  19. 03 Jul, 2002 1 commit
  20. 17 Jun, 2002 1 commit
  21. 08 May, 2002 1 commit
  22. 25 Apr, 2002 1 commit
  23. 24 Apr, 2002 1 commit
  24. 02 Apr, 2002 2 commits
  25. 05 Mar, 2002 1 commit
  26. 01 Mar, 2002 2 commits
  27. 28 Feb, 2002 1 commit
  28. 04 Feb, 2002 1 commit
  29. 20 Jan, 2002 1 commit
  30. 08 Nov, 2001 1 commit
  31. 19 Oct, 2001 1 commit
  32. 10 Oct, 2001 1 commit
  33. 24 Sep, 2001 1 commit
  34. 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
  35. 20 Jun, 2001 1 commit
    • justdave%syndicomm.com's avatar
      Fix for bug 45918: the old password field on the userprefs page is now used to… · 1438d64a
      justdave%syndicomm.com authored
      Fix for bug 45918: the old password field on the userprefs page is now used to log you back in if you try to change your password with cookies turned off, which avoids the confusing login screen after entering your new password in which you used to have to enter your old password one more time in order to let it set your new password (yes, it used to be as confusing as that just sounded :)
      r= tara@tequilarista.org
      1438d64a