1. 23 Jul, 2004 3 commits
  2. 22 Jul, 2004 2 commits
  3. 21 Jul, 2004 3 commits
  4. 20 Jul, 2004 1 commit
  5. 17 Jul, 2004 1 commit
  6. 14 Jul, 2004 1 commit
  7. 13 Jul, 2004 1 commit
  8. 12 Jul, 2004 4 commits
  9. 10 Jul, 2004 3 commits
  10. 09 Jul, 2004 1 commit
  11. 06 Jul, 2004 1 commit
  12. 03 Jul, 2004 1 commit
  13. 16 Jun, 2004 1 commit
  14. 02 Jun, 2004 1 commit
  15. 27 May, 2004 1 commit
  16. 26 May, 2004 2 commits
  17. 25 May, 2004 1 commit
  18. 20 May, 2004 1 commit
  19. 14 May, 2004 1 commit
  20. 12 May, 2004 1 commit
  21. 06 Apr, 2004 1 commit
  22. 01 Apr, 2004 1 commit
  23. 27 Mar, 2004 3 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 226754: Move InvalidateLogins into Bugzilla::Auth::CGI. … · 3374c87e
      kiko%async.com.br authored
      Fix for bug 226754: Move InvalidateLogins into Bugzilla::Auth::CGI.             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.
      3374c87e
    • 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
  24. 26 Mar, 2004 1 commit
  25. 20 Mar, 2004 1 commit
  26. 18 Mar, 2004 2 commits