aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/Auth/CGI.pm
Commit message (Collapse)AuthorAgeFilesLines
* Bug 241900: Allow Bugzilla::Auth to have multiple login and validation stylesbugreport%peshkin.net2004-07-211-253/+0
| | | | | | patch by erik r=joel, kiko a=myk
* Backing out bug 241900bugreport%peshkin.net2004-07-121-0/+253
|
* Bug 241900: Allow Bugzilla::Auth to have multiple login and validation stylesbugreport%peshkin.net2004-07-121-253/+0
| | | | | | patch by erik r=joel a=justdave
* Fix for bug 226754: Move InvalidateLogins into Bugzilla::Auth::CGI. ↵kiko%async.com.br2004-03-271-25/+35
| | | | | | | | | | | | | | 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.
* Fix for bug 90468: Bugzilla does not log out automatically when closingkiko%async.com.br2004-01-171-7/+22
| | | | | the session. Patch by toms@myrealbox.com (Toms Baugis), with minor cleanups by me. r=kiko, a=myk.
* Bug 226324: Move relogin.cgi code to Bugzilla::Auth::CGI. Provide akiko%async.com.br2003-11-271-1/+26
| | | | | logout() method that is proxied through Bugzilla.pm's logout(), and fix callers to use it. r=justdave, bbaetz, a=justdave
* Bug 208699 - Move Throw{Code,Template}Error into Error.pmbbaetz%acm.org2003-09-141-15/+16
| | | | r,a=justdave
* Bug 201816 - use CGI.pm for header outputbbaetz%acm.org2003-05-051-7/+14
| | | | r=joel, a=justdave
* bug 202534 - Login with unrestricted IP address fails - tries to access ↵bugreport%peshkin.net2003-04-191-1/+1
| | | | | | | missing get_netaddr r=bbaetz a=myk
* Bug 180642 - Move authentication code into a modulebbaetz%acm.org2003-03-221-0/+195
r=gerv, justdave a=justdave