summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Auth.pm
AgeCommit message (Collapse)AuthorFilesLines
2009-01-20Bug 134022: PERFORMANCE: deleting old login cookies locks login checksmkanat%bugzilla.org1-11/+5
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat
2006-07-12Bug 344106: Error upgrading Bugzilla to version 2.23.2+ with perl 5.8.0 - ↵lpsolit%gmail.com1-45/+34
Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=myk
2006-07-04Bug 338375: Use Bugzilla->params everywhere instead of Param().mkanat%bugzilla.org1-1/+0
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2006-07-04Bug 342869: Use Bugzilla->params everywhere except templatesmkanat%bugzilla.org1-2/+2
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2006-06-03Bug 340104: Move Bugzilla::Auth::get_netaddr() in Util.pm - Patch by ↵lpsolit%gmail.com1-38/+0
Frédéric Buclin <LpSolit@gmail.com> r/a=justdave
2006-05-16Trying to fix bustage on Perl5.8.0 (adding a newline between 1; and __END__) ↵lpsolit%gmail.com1-0/+1
r=wicked on IRC
2006-05-16Bug 337681: When trying to impersonate someone, the UI displays the password ↵lpsolit%gmail.com1-1/+4
field when using the ENV method (with user_info_class="Env,CGI") - Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit a=justdave
2006-05-12Bug 300410: Bugzilla::Auth needs to be restructured to not require a BEGIN blockmkanat%bugzilla.org1-194/+381
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk
2006-02-21Patch for bug 323627: Setting "loginnetmask" to 0 should disable IP ↵jocuri%softhome.net1-1/+4
checking; patch by Jesse Erlbaum <jesse@erlbaum.net>, r=vladd, a=justdave.
2005-07-26Bug 301967: Some .pm files have invalid POD syntax - Patch by Frédéric ↵lpsolit%gmail.com1-10/+2
Buclin <LpSolit@gmail.com> r=wurblzap a=justdave
2005-07-13Bug 300336: Bugzilla::Auth should not contain any exported subroutinesmkanat%kerio.com1-49/+0
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2005-07-08Bug 298659: setting authentication to LDAP,DB failsmkanat%kerio.com1-14/+20
Patch By A. Karl Kornel <karl@kornel.name> r=glob, a=justdave
2005-02-01Fixing tinderbox bustage from previous checkin.justdave%bugzilla.org1-1/+1
a= justdave
2005-02-01Bug 278792 : Move Crypt() to Bugzilla::Authtravis%sedsystems.ca1-0/+49
Patch by Max Kanat-Alexander <mkanat@kerio.com> r=vladd a=justdave
2004-07-21Bug 241900: Allow Bugzilla::Auth to have multiple login and validation stylesbugreport%peshkin.net1-28/+98
patch by erik r=joel, kiko a=myk
2004-07-12Backing out bug 241900bugreport%peshkin.net1-83/+25
2004-07-12Bug 241900: Allow Bugzilla::Auth to have multiple login and validation stylesbugreport%peshkin.net1-25/+83
patch by erik r=joel a=justdave
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