summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Auth/Login/WWW.pm
AgeCommit message (Collapse)AuthorFilesLines
2006-05-12Bug 300410: Bugzilla::Auth needs to be restructured to not require a BEGIN blockmkanat%bugzilla.org1-111/+0
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
2005-10-31Bug 304075: Eliminate use of $::userid from Bugzilla - Patch by Frédéric ↵lpsolit%gmail.com1-4/+0
Buclin <LpSolit@gmail.com> r=wicked a=justdave
2005-07-26Bug 301967: Some .pm files have invalid POD syntax - Patch by Frédéric ↵lpsolit%gmail.com1-1/+3
Buclin <LpSolit@gmail.com> r=wurblzap a=justdave
2005-03-13Bug 83044 - Any page is now capable of being a login page simply by adding ↵jake%bugzilla.org1-0/+1
the ?GoAheadAndLogin=1 option to the URL. All links have been changed to make index.cgi the default login page instead of query.cgi. r=joel, a=justdave
2005-01-16Patch for bug 260682: Support redirecting to HTTPS always or for ↵jocuri%softhome.net1-0/+5
authenticated sessions only; patch by Byron Jones (glob) <bugzilla@glob.com.au>, r=vladd, a=myk.
2004-08-11Bug 241903: Add Environment Variable Authentication for apache auth and SSObugreport%peshkin.net1-1/+9
patch by erik r=joel a=justdave
2004-07-31Bug 253588: Change Bugzilla->user to be usable even for a logged-out userbugreport%peshkin.net1-3/+1
patch by erik,joel r=kiko a=justdave
2004-07-29Missing bits of fix for bug 236678: Clean up access to COOKIE global.kiko%async.com.br1-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.
2004-07-21Bug 241900: Allow Bugzilla::Auth to have multiple login and validation stylesbugreport%peshkin.net1-0/+109
patch by erik r=joel, kiko a=myk