summaryrefslogtreecommitdiffstats
path: root/token.cgi
AgeCommit message (Expand)AuthorFilesLines
2016-09-13Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to bmo/master + local...Dylan William Hardison1-27/+9
2016-09-12Revert "Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to bmo/master...Dylan William Hardison1-9/+27
2016-09-12Bug 1283930 - Add Makefile.PL & local/lib/perl5 support to bmo/master + local...Dylan William Hardison1-27/+9
2015-09-29Bug 1199090 - add printable recovery 2fa codesByron Jones1-1/+1
2015-09-23Bug 1199087 - extend 2fa protection beyond loginByron Jones1-9/+59
2015-09-01Bug 1197073 - add support for 2fa using totp (eg. google authenticator)Byron Jones1-0/+19
2015-08-25Bug 1196134 - add ability for admins to force a user to change their password...Byron Jones1-18/+7
2014-10-06merged with upstream 4.2David Lawrence1-1/+1
2014-10-06Bug 1075578: [SECURITY] Improper filtering of CGI argumentsFrédéric Buclin1-1/+1
2014-03-17Bug 983549: changes to the profiles table in token.cgi are not clearing memca...Byron Jones1-0/+3
2013-10-16Bug 906745 - In MySQL, tokens are not case-sensitive, reducing total entropy ...Dave Lawrence1-1/+1
2013-10-16Bug 906745 - In MySQL, tokens are not case-sensitive, reducing total entropy ...Dave Lawrence1-3/+4
2012-08-06Bug 706271: CSRF vulnerability in token.cgi allows possible unauthorized pass...Frédéric Buclin1-0/+5
2011-12-28Bug 711714: (CVE-2011-3667) [SECURITY] The User.offer_account_by_email WebSer...Frédéric Buclin1-0/+2
2011-07-05Bug 658929 - User autocomplete is very slow when there are lots of users in t...David Lawrence1-1/+1
2010-05-20Bug 565879: Merge ThrowCodeError("action_unrecognized"), ThrowUserError("no_v...Frédéric Buclin1-5/+2
2009-10-09Bug 514913: Eliminate ssl="authenticated sessions"mkanat%bugzilla.org1-8/+0
2009-09-11Bug 508189: (CVE-2009-3166) [SECURITY] Logging in after changing your passwor...mkanat%bugzilla.org1-0/+4
2009-08-11Bug 349336: Automatically log in the user when he chooses his password to cre...lpsolit%gmail.com1-2/+6
2009-06-12496856 - correct patchbbaetz%acm.org1-1/+1
2009-06-10Bug 496856 - Fix token.cgi transaction handlingbbaetz%acm.org1-5/+9
2009-01-08Bug 452519: Fix timezones in emails - Patch by Frédéric Buclin <LpSolit...lpsolit%gmail.com1-1/+2
2008-09-20Bug 455814: token.cgi should reject password change requests for disabled acc...lpsolit%gmail.com1-0/+6
2008-09-19Bug 455815: Remove global variables from token.cgi - Patch by Frédéric ...lpsolit%gmail.com1-65/+70
2008-08-18Bug 428659 – Setting SSL param to 'authenticated sessions' only protects...dkl%redhat.com1-2/+3
2008-07-29Backing out these patches as they cause a regression. More informationdkl%redhat.com1-3/+5
2008-07-10Bug 428659 – Setting SSL param to 'authenticated sessions' only protects...dkl%redhat.com1-5/+3
2008-04-03Bug 405946: Some emails are not sent in the language chosen by the addressee ...lpsolit%gmail.com1-11/+7
2007-11-19Bug 403834: Replace table locks with database transactions in tokens, votes, ...lpsolit%gmail.com1-8/+4
2007-10-19Bug 399954: Make Bugzilla able to hold its dependencies in a local directorymkanat%bugzilla.org1-1/+1
2007-07-23Bug 238651 (a&b) Include the login name (in <code>) for "account_inexistent" ...timeless%mozdev.org1-1/+1
2007-07-10Bug 365472 rename 'token_inexistent' to 'token_does_not_exist' or somethingtimeless%mozdev.org1-1/+1
2007-03-11Bug 366466 - "flag notification mail has canceled spelled incorrectly" [p=ree...reed%reedloden.com1-5/+5
2006-10-21Bug 340538: Insecure dependency in exec while running with -T switch at /usr/...wurblzap%gmail.com1-20/+20
2006-10-15Bug 281181: [SECURITY] It's way too easy to delete versions/components/milest...lpsolit%gmail.com1-1/+1
2006-08-26Bug 349349: Use ->create from Bugzilla::Object instead of insert_new_user for...mkanat%bugzilla.org1-25/+7
2006-08-20Bug 87795: Creating an account should send token and wait for confirmation (p...lpsolit%gmail.com1-0/+87
2006-07-06Bug 173629: Clean up "my" variable scoping issues for mod_perlmkanat%bugzilla.org1-3/+3
2006-06-21Bug 282121: Remove globals.pl from scripts that no longer use it - Patch by F...lpsolit%gmail.com1-9/+3
2006-06-20Spelling in code comments patch: 'methids' -> 'methods'; patch by Vlad Dascal...vladd%bugzilla.org1-1/+1
2006-05-12Bug 300410: Bugzilla::Auth needs to be restructured to not require a BEGIN blockmkanat%bugzilla.org1-1/+1
2006-05-08Bug 332598: Move ValidatePassword() and DBNameToIdAndCheck() from globals.pl ...lpsolit%gmail.com1-2/+2
2005-10-25Bug 312157: Remove $::template and $::vars from globals.pl - Patch by Olav Vi...lpsolit%gmail.com1-4/+4
2005-10-24Bug 312307: Misused Throw*Error tags in code and templates - Patch by Dennis ...lpsolit%gmail.com1-4/+2
2005-10-12Bug 303697: Eliminate deprecated Bugzilla::DB routines from token.cgi - Patch...lpsolit%gmail.com1-40/+42
2005-08-19Bug 304583: Remove all remaining need to rederive inherited groupsbugreport%peshkin.net1-2/+2
2005-08-16Bug 304653: remove 'use Bugzilla::Error' from Util.pm - Patch by Frédéric B...lpsolit%gmail.com1-3/+4
2005-08-10Bug 301508: Remove CGI.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> r=...lpsolit%gmail.com1-1/+1
2005-07-21Bug 301453: Move CheckEmailSyntax out of CGI.pl - Patch by Frédéric Buclin ...lpsolit%gmail.com1-1/+1
2005-07-13Bug 300336: Bugzilla::Auth should not contain any exported subroutinesmkanat%kerio.com1-1/+1