1. 21 Dec, 2005 2 commits
  2. 14 Dec, 2005 1 commit
  3. 14 Nov, 2005 1 commit
  4. 31 Oct, 2005 1 commit
  5. 28 Oct, 2005 1 commit
  6. 25 Oct, 2005 1 commit
  7. 12 Oct, 2005 1 commit
  8. 19 Aug, 2005 1 commit
  9. 16 Aug, 2005 1 commit
  10. 13 Aug, 2005 2 commits
  11. 10 Aug, 2005 1 commit
  12. 09 Aug, 2005 2 commits
  13. 03 Aug, 2005 1 commit
  14. 28 Jul, 2005 1 commit
  15. 21 Jul, 2005 1 commit
  16. 20 Jul, 2005 1 commit
  17. 13 Jul, 2005 1 commit
  18. 12 May, 2005 1 commit
  19. 13 Apr, 2005 1 commit
  20. 05 Apr, 2005 1 commit
  21. 30 Mar, 2005 1 commit
  22. 16 Mar, 2005 1 commit
  23. 10 Mar, 2005 1 commit
  24. 25 Feb, 2005 2 commits
  25. 20 Feb, 2005 1 commit
  26. 19 Feb, 2005 1 commit
  27. 18 Feb, 2005 1 commit
  28. 09 Feb, 2005 1 commit
  29. 01 Feb, 2005 1 commit
  30. 08 Jan, 2005 1 commit
  31. 31 Dec, 2004 1 commit
  32. 23 Dec, 2004 1 commit
  33. 27 Jul, 2004 1 commit
  34. 13 May, 2004 1 commit
  35. 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