Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bug 1071317: Remove unused variables | Frédéric Buclin | 2014-09-29 | 1 | -1/+0 |
| | | | | r=gerv a=sgreen | ||||
* | Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modules | Frédéric Buclin | 2014-08-13 | 1 | -0/+2 |
| | | | | r=dkl a=sgreen | ||||
* | Bug 726696 - All authenticated WebServices methods should require ↵ | Simon Green | 2014-07-27 | 1 | -1/+1 |
| | | | | | | username/pass, token or a valid API key for authentication r=dkl, a=sgreen | ||||
* | Bug 713926: (CVE-2014-1517) [SECURITY] Login form lacks CSRF protection | Frédéric Buclin | 2014-04-17 | 1 | -1/+1 |
| | | | | r=dkl a=justdave | ||||
* | Bug 947823: Replace gender-specific pronouns with gender-neutral pronouns | Charlie Somerville | 2014-02-27 | 1 | -2/+2 |
| | | | | r=gerv a=justdave | ||||
* | Bug 931765 - When you enter your login or password wrong, the error message ↵ | tinajohnson.1234@gmail.com | 2013-11-05 | 1 | -1/+1 |
| | | | | | | shown "The username or password you entered is not valid" should be edited to "The login or password you entered is not valid" r=dkl,a=sgreen | ||||
* | Bug 893195 - Allow token based authentication for webservices | Dave Lawrence | 2013-08-26 | 1 | -0/+17 |
| | | | | r=glob,a=sgreen | ||||
* | Bug 787529: Use |use 5.10.1| everywhere | Frédéric Buclin | 2012-09-01 | 1 | -0/+1 |
| | | | | r=wicked a=LpSolit | ||||
* | Bug 729001: Reverse resolves the IP address in account lockout notifications | Byron Jones | 2012-05-08 | 1 | -0/+9 |
| | | | | r=LpSolit, a=LpSolit | ||||
* | Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ↵ | Frédéric Buclin | 2012-01-11 | 1 | -23/+5 |
| | | | | | | add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit | ||||
* | Bug 707594: Fix broken account lockout notifications | Byron Jones | 2011-12-06 | 1 | -1/+2 |
| | | | | r=LpSolit, a=LpSolit | ||||
* | Fix a warning thrown when running 011pod.t | Frédéric Buclin | 2011-08-03 | 1 | -1/+1 |
| | |||||
* | Bug 658929 - User autocomplete is very slow when there are lots of users in ↵ | David Lawrence | 2011-07-05 | 1 | -1/+1 |
| | | | | | | the profiles table r/a=mkanat | ||||
* | Bug 423612 - Allow editing extern_id for users from the admin interface | Jochen Wiedmann | 2011-04-27 | 1 | -0/+10 |
| | | | | r=mkanat, a=mkanat | ||||
* | Bug 611891: Don't generate cookies for logins done over GET via the WebService | Max Kanat-Alexander | 2010-11-14 | 1 | -1/+6 |
| | | | | r=glob, a=mkanat | ||||
* | Bug 604522: t/012throwables.t doesn't catch new user errors correctly | Frédéric Buclin | 2010-10-15 | 1 | -1/+1 |
| | | | | r/a=mkanat | ||||
* | Bug 575947: Users with passwords length less than 6 characters can't login ↵ | Frédéric Buclin | 2010-10-14 | 1 | -1/+6 |
| | | | | | | after migration from 3.4.x or older to 3.6 or newer r/a=mkanat | ||||
* | Fix a POD error in Bugzilla/Auth.pm that was causing a tree burn for 5.8.1. | mkanat%bugzilla.org | 2009-12-13 | 1 | -1/+1 |
| | |||||
* | Bug 355283: Lock out a user account on a particular IP for 30 minutes if ↵ | mkanat%bugzilla.org | 2009-12-13 | 1 | -1/+55 |
| | | | | | | they fail to log in 5 times from that IP. Patch by Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=LpSolit | ||||
* | Bug 134022: PERFORMANCE: deleting old login cookies locks login checks | mkanat%bugzilla.org | 2009-01-20 | 1 | -11/+5 |
| | | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=mkanat | ||||
* | Bug 344106: Error upgrading Bugzilla to version 2.23.2+ with perl 5.8.0 - ↵ | lpsolit%gmail.com | 2006-07-12 | 1 | -45/+34 |
| | | | | Patch by Frédéric Buclin <LpSolit@gmail.com> r=wicked a=myk | ||||
* | Bug 338375: Use Bugzilla->params everywhere instead of Param(). | mkanat%bugzilla.org | 2006-07-04 | 1 | -1/+0 |
| | | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave | ||||
* | Bug 342869: Use Bugzilla->params everywhere except templates | mkanat%bugzilla.org | 2006-07-04 | 1 | -2/+2 |
| | | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave | ||||
* | Bug 340104: Move Bugzilla::Auth::get_netaddr() in Util.pm - Patch by ↵ | lpsolit%gmail.com | 2006-06-03 | 1 | -38/+0 |
| | | | | Frédéric Buclin <LpSolit@gmail.com> r/a=justdave | ||||
* | Trying to fix bustage on Perl5.8.0 (adding a newline between 1; and __END__) ↵ | lpsolit%gmail.com | 2006-05-16 | 1 | -0/+1 |
| | | | | r=wicked on IRC | ||||
* | Bug 337681: When trying to impersonate someone, the UI displays the password ↵ | lpsolit%gmail.com | 2006-05-15 | 1 | -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 | ||||
* | Bug 300410: Bugzilla::Auth needs to be restructured to not require a BEGIN block | mkanat%bugzilla.org | 2006-05-12 | 1 | -194/+381 |
| | | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=myk | ||||
* | Patch for bug 323627: Setting "loginnetmask" to 0 should disable IP ↵ | jocuri%softhome.net | 2006-02-21 | 1 | -1/+4 |
| | | | | checking; patch by Jesse Erlbaum <jesse@erlbaum.net>, r=vladd, a=justdave. | ||||
* | Bug 301967: Some .pm files have invalid POD syntax - Patch by Frédéric ↵ | lpsolit%gmail.com | 2005-07-26 | 1 | -10/+2 |
| | | | | Buclin <LpSolit@gmail.com> r=wurblzap a=justdave | ||||
* | Bug 300336: Bugzilla::Auth should not contain any exported subroutines | mkanat%kerio.com | 2005-07-13 | 1 | -49/+0 |
| | | | | Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave | ||||
* | Bug 298659: setting authentication to LDAP,DB fails | mkanat%kerio.com | 2005-07-08 | 1 | -14/+20 |
| | | | | Patch By A. Karl Kornel <karl@kornel.name> r=glob, a=justdave | ||||
* | Fixing tinderbox bustage from previous checkin. | justdave%bugzilla.org | 2005-02-01 | 1 | -1/+1 |
| | | | | a= justdave | ||||
* | Bug 278792 : Move Crypt() to Bugzilla::Auth | travis%sedsystems.ca | 2005-02-01 | 1 | -0/+49 |
| | | | | Patch by Max Kanat-Alexander <mkanat@kerio.com> r=vladd a=justdave | ||||
* | Bug 241900: Allow Bugzilla::Auth to have multiple login and validation styles | bugreport%peshkin.net | 2004-07-21 | 1 | -28/+98 |
| | | | | | | patch by erik r=joel, kiko a=myk | ||||
* | Backing out bug 241900 | bugreport%peshkin.net | 2004-07-12 | 1 | -83/+25 |
| | |||||
* | Bug 241900: Allow Bugzilla::Auth to have multiple login and validation styles | bugreport%peshkin.net | 2004-07-12 | 1 | -25/+83 |
| | | | | | | patch by erik r=joel a=justdave | ||||
* | Fix for bug 226764: Move InvalidateLogins into Bugzilla::Auth::CGI. | kiko%async.com.br | 2004-03-27 | 1 | -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. | ||||
* | Bug 237864: clean up leftovers from the bug 192516 checkin (some occurances ↵ | justdave%syndicomm.com | 2004-03-18 | 1 | -1/+1 |
| | | | | | | of Token got missed) r= gerv, a= justdave | ||||
* | Bug 221977: Insecure dependency in require while running with -T switch at ↵ | jocuri%softhome.net | 2003-10-19 | 1 | -0/+6 |
| | | | | Bugzilla/Auth.pm; patch by Dave Miller (justdave@bugzilla.org); r=gerv; a=justdave. | ||||
* | Bug 180642 - Move authentication code into a module | bbaetz%acm.org | 2003-03-22 | 1 | -0/+214 |
r=gerv, justdave a=justdave |