summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Auth.pm
AgeCommit message (Collapse)AuthorFilesLines
2004-03-27Fix for bug 226764: Move InvalidateLogins into Bugzilla::Auth::CGI.kiko%async.com.br1-40/+74
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.
2004-03-18Bug 237864: clean up leftovers from the bug 192516 checkin (some occurances ↵justdave%syndicomm.com1-1/+1
of Token got missed) r= gerv, a= justdave
2003-10-19Bug 221977: Insecure dependency in require while running with -T switch at ↵jocuri%softhome.net1-0/+6
Bugzilla/Auth.pm; patch by Dave Miller (justdave@bugzilla.org); r=gerv; a=justdave.
2003-03-22Bug 180642 - Move authentication code into a modulebbaetz%acm.org1-0/+214
r=gerv, justdave a=justdave