summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Auth.pm
AgeCommit message (Expand)AuthorFilesLines
2012-01-11Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ...Frédéric Buclin1-23/+5
2011-12-05Bug 707594: Fix broken account lockout notificationsByron Jones1-1/+2
2011-08-03Fix a warning thrown when running 011pod.tFrédéric Buclin1-1/+1
2011-07-05Bug 658929 - User autocomplete is very slow when there are lots of users in t...David Lawrence1-1/+1
2011-04-28Bug 423612 - Allow editing extern_id for users from the admin interfaceJochen Wiedmann1-0/+10
2010-11-15Bug 611891: Don't generate cookies for logins done over GET via the WebServiceMax Kanat-Alexander1-1/+6
2010-10-15Bug 604522: t/012throwables.t doesn't catch new user errors correctlyFrédéric Buclin1-1/+1
2010-10-14Bug 575947: Users with passwords length less than 6 characters can't login af...Frédéric Buclin1-1/+6
2009-12-13Fix a POD error in Bugzilla/Auth.pm that was causing a tree burn for 5.8.1.mkanat%bugzilla.org1-1/+1
2009-12-13Bug 355283: Lock out a user account on a particular IP for 30 minutes if they...mkanat%bugzilla.org1-1/+55
2009-01-20Bug 134022: PERFORMANCE: deleting old login cookies locks login checksmkanat%bugzilla.org1-11/+5
2006-07-12Bug 344106: Error upgrading Bugzilla to version 2.23.2+ with perl 5.8.0 - Pat...lpsolit%gmail.com1-45/+34
2006-07-04Bug 338375: Use Bugzilla->params everywhere instead of Param().mkanat%bugzilla.org1-1/+0
2006-07-04Bug 342869: Use Bugzilla->params everywhere except templatesmkanat%bugzilla.org1-2/+2
2006-06-03Bug 340104: Move Bugzilla::Auth::get_netaddr() in Util.pm - Patch by Frédér...lpsolit%gmail.com1-38/+0
2006-05-16Trying to fix bustage on Perl5.8.0 (adding a newline between 1; and __END__) ...lpsolit%gmail.com1-0/+1
2006-05-16Bug 337681: When trying to impersonate someone, the UI displays the password ...lpsolit%gmail.com1-1/+4
2006-05-12Bug 300410: Bugzilla::Auth needs to be restructured to not require a BEGIN blockmkanat%bugzilla.org1-194/+381
2006-02-21Patch for bug 323627: Setting "loginnetmask" to 0 should disable IP checking;...jocuri%softhome.net1-1/+4
2005-07-26Bug 301967: Some .pm files have invalid POD syntax - Patch by Frédéric Bucl...lpsolit%gmail.com1-10/+2
2005-07-13Bug 300336: Bugzilla::Auth should not contain any exported subroutinesmkanat%kerio.com1-49/+0
2005-07-08Bug 298659: setting authentication to LDAP,DB failsmkanat%kerio.com1-14/+20
2005-02-01Fixing tinderbox bustage from previous checkin.justdave%bugzilla.org1-1/+1
2005-02-01Bug 278792 : Move Crypt() to Bugzilla::Authtravis%sedsystems.ca1-0/+49
2004-07-21Bug 241900: Allow Bugzilla::Auth to have multiple login and validation stylesbugreport%peshkin.net1-28/+98
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
2004-03-27Fix for bug 226764: Move InvalidateLogins into Bugzilla::Auth::CGI.kiko%async.com.br1-40/+74
2004-03-18Bug 237864: clean up leftovers from the bug 192516 checkin (some occurances o...justdave%syndicomm.com1-1/+1
2003-10-19Bug 221977: Insecure dependency in require while running with -T switch at Bu...jocuri%softhome.net1-0/+6
2003-03-22Bug 180642 - Move authentication code into a modulebbaetz%acm.org1-0/+214