aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/Auth.pm
Commit message (Expand)AuthorAgeFilesLines
* Bug 1071317: Remove unused variablesFrédéric Buclin2014-09-291-1/+0
* Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modulesFrédéric Buclin2014-08-131-0/+2
* Bug 726696 - All authenticated WebServices methods should require username/pa...Simon Green2014-07-271-1/+1
* Bug 713926: (CVE-2014-1517) [SECURITY] Login form lacks CSRF protectionFrédéric Buclin2014-04-171-1/+1
* Bug 947823: Replace gender-specific pronouns with gender-neutral pronounsCharlie Somerville2014-02-271-2/+2
* Bug 931765 - When you enter your login or password wrong, the error message s...tinajohnson.1234@gmail.com2013-11-051-1/+1
* Bug 893195 - Allow token based authentication for webservicesDave Lawrence2013-08-261-0/+17
* Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin2012-09-011-0/+1
* Bug 729001: Reverse resolves the IP address in account lockout notificationsByron Jones2012-05-081-0/+9
* Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ...Frédéric Buclin2012-01-111-23/+5
* Bug 707594: Fix broken account lockout notificationsByron Jones2011-12-061-1/+2
* Fix a warning thrown when running 011pod.tFrédéric Buclin2011-08-031-1/+1
* Bug 658929 - User autocomplete is very slow when there are lots of users in t...David Lawrence2011-07-051-1/+1
* Bug 423612 - Allow editing extern_id for users from the admin interfaceJochen Wiedmann2011-04-271-0/+10
* Bug 611891: Don't generate cookies for logins done over GET via the WebServiceMax Kanat-Alexander2010-11-141-1/+6
* Bug 604522: t/012throwables.t doesn't catch new user errors correctlyFrédéric Buclin2010-10-151-1/+1
* Bug 575947: Users with passwords length less than 6 characters can't login af...Frédéric Buclin2010-10-141-1/+6
* Fix a POD error in Bugzilla/Auth.pm that was causing a tree burn for 5.8.1.mkanat%bugzilla.org2009-12-131-1/+1
* Bug 355283: Lock out a user account on a particular IP for 30 minutes if they...mkanat%bugzilla.org2009-12-131-1/+55
* Bug 134022: PERFORMANCE: deleting old login cookies locks login checksmkanat%bugzilla.org2009-01-201-11/+5
* Bug 344106: Error upgrading Bugzilla to version 2.23.2+ with perl 5.8.0 - Pat...lpsolit%gmail.com2006-07-121-45/+34
* Bug 338375: Use Bugzilla->params everywhere instead of Param().mkanat%bugzilla.org2006-07-041-1/+0
* Bug 342869: Use Bugzilla->params everywhere except templatesmkanat%bugzilla.org2006-07-041-2/+2
* Bug 340104: Move Bugzilla::Auth::get_netaddr() in Util.pm - Patch by Frédér...lpsolit%gmail.com2006-06-031-38/+0
* Trying to fix bustage on Perl5.8.0 (adding a newline between 1; and __END__) ...lpsolit%gmail.com2006-05-161-0/+1
* Bug 337681: When trying to impersonate someone, the UI displays the password ...lpsolit%gmail.com2006-05-151-1/+4
* Bug 300410: Bugzilla::Auth needs to be restructured to not require a BEGIN blockmkanat%bugzilla.org2006-05-121-194/+381
* Patch for bug 323627: Setting "loginnetmask" to 0 should disable IP checking;...jocuri%softhome.net2006-02-211-1/+4
* Bug 301967: Some .pm files have invalid POD syntax - Patch by Frédéric Bucl...lpsolit%gmail.com2005-07-261-10/+2
* Bug 300336: Bugzilla::Auth should not contain any exported subroutinesmkanat%kerio.com2005-07-131-49/+0
* Bug 298659: setting authentication to LDAP,DB failsmkanat%kerio.com2005-07-081-14/+20
* Fixing tinderbox bustage from previous checkin.justdave%bugzilla.org2005-02-011-1/+1
* Bug 278792 : Move Crypt() to Bugzilla::Authtravis%sedsystems.ca2005-02-011-0/+49
* Bug 241900: Allow Bugzilla::Auth to have multiple login and validation stylesbugreport%peshkin.net2004-07-211-28/+98
* Backing out bug 241900bugreport%peshkin.net2004-07-121-83/+25
* Bug 241900: Allow Bugzilla::Auth to have multiple login and validation stylesbugreport%peshkin.net2004-07-121-25/+83
* Fix for bug 226764: Move InvalidateLogins into Bugzilla::Auth::CGI.kiko%async.com.br2004-03-271-40/+74
* Bug 237864: clean up leftovers from the bug 192516 checkin (some occurances o...justdave%syndicomm.com2004-03-181-1/+1
* Bug 221977: Insecure dependency in require while running with -T switch at Bu...jocuri%softhome.net2003-10-191-0/+6
* Bug 180642 - Move authentication code into a modulebbaetz%acm.org2003-03-221-0/+214