aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/Auth/Login/WWW.pm
Commit message (Collapse)AuthorAgeFilesLines
* Patch for bug 260682: Support redirecting to HTTPS always or for ↵jocuri%softhome.net2005-01-161-0/+5
| | | | authenticated sessions only; patch by Byron Jones (glob) <bugzilla@glob.com.au>, r=vladd, a=myk.
* Bug 241903: Add Environment Variable Authentication for apache auth and SSObugreport%peshkin.net2004-08-111-1/+9
| | | | | | patch by erik r=joel a=justdave
* Bug 253588: Change Bugzilla->user to be usable even for a logged-out userbugreport%peshkin.net2004-07-311-3/+1
| | | | | | patch by erik,joel r=kiko a=justdave
* Missing bits of fix for bug 236678: Clean up access to COOKIE global.kiko%async.com.br2004-07-291-8/+0
| | | | | | Murder the last remaining places in the tree where COOKIE is used; includes a rather thorough cleanup of Bugzilla::Bug->user and a minor doc update. r=joel, a=justdave.
* Bug 241900: Allow Bugzilla::Auth to have multiple login and validation stylesbugreport%peshkin.net2004-07-211-0/+109
patch by erik r=joel, kiko a=myk