aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/Token.pm
Commit message (Expand)AuthorAgeFilesLines
* Bug 1194987: Editing your email address and make it point to a non-existent e...Frédéric Buclin2015-09-061-23/+29
* Bug 1128853: Bugzilla shouldn't try to write API tokens into the shadow DBByron Jones2015-03-051-0/+5
* Bug 1046126: Do not generate a new API token every time you access a bug-rela...David Lawrence2014-09-081-3/+10
* Bug 996893: Perl 5.18 and newer throw tons of warnings about deprecated modulesFrédéric Buclin2014-08-131-0/+1
* Bug 726696 - All authenticated WebServices methods should require username/pa...Simon Green2014-07-271-1/+17
* Bug 947823: Replace gender-specific pronouns with gender-neutral pronounsCharlie Somerville2014-02-271-8/+8
* Bug 964113: Digest::SHA 5.82 and newer always croak on wide characters, preve...Frédéric Buclin2014-01-271-0/+4
* Bug 906745 - In MySQL, tokens are not case-sensitive, reducing total entropy ...Dave Lawrence2013-10-161-5/+17
* Bug 878035: Do not disclose whether a user account exists or not when a user ...Frédéric Buclin2013-06-061-1/+3
* Bug 787668: Use |use parent| instead of |use base|Matt Selsky2012-12-011-1/+1
* Bug 816747 - Add dummy POD for unPODded methods.Marc Schumann2012-11-301-0/+10
* Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin2012-09-011-7/+2
* Bug 767623 - Use HMAC to generate tokens and sensitive graph filenamesReed Loden2012-07-301-8/+6
* Bug 349337: The time between two successive token requests should be a constantKoosha Khajeh Moogahi2012-04-131-3/+3
* Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ...Frédéric Buclin2012-01-111-20/+5
* Bug 705474 - CSRF vulnerability in createaccount.cgi allows possible unauthor...Reed Loden2011-12-131-2/+7
* Bug 677522: IssueEmailChangeToken() should get the old login name from the us...Frédéric Buclin2011-08-171-4/+4
* Bug 677901: Bugzilla crashes when no token is passed to token.cgi but the scr...Frédéric Buclin2011-08-161-6/+4
* Bug 678959: Make GenerateUniqueToken work for all tablesByron Jones2011-08-151-1/+1
* Bug 589128: Adds a preference allowing users to choose between text or htmlByron Jones2011-07-251-3/+3
* Bug 602165: Change sql_interval to sql_date_math, in preparation forMax Kanat-Alexander2010-10-071-14/+14
* Bug 508823: Make it so that you don't ever have to reset template_inner (likeMax Kanat-Alexander2010-02-281-3/+0
* Bug 527586: Use X-Forwarded-For instead of REMOTE_ADDR for trusted proxiesmkanat%bugzilla.org2009-12-311-2/+2
* Bug 477513: md5_hex() fails if a saved search has UTF8 characters in it - Pat...lpsolit%gmail.com2009-02-091-1/+7
* Bug 26257: [SECURITY] Bugzilla should prevent malicious webpages from making ...lpsolit%gmail.com2009-02-021-2/+52
* Bug 452519: Fix timezones in emails - Patch by Frédéric Buclin <LpSolit...lpsolit%gmail.com2009-01-081-7/+9
* Bug 405946: Some emails are not sent in the language chosen by the addressee ...lpsolit%gmail.com2008-04-021-41/+42
* Bug 399163: Bugzilla/*.pm should use transactions for database interaction - ...lpsolit%gmail.com2007-11-191-6/+2
* Bug 366466 - "flag notification mail has canceled spelled incorrectly" [p=ree...reed%reedloden.com2007-03-111-3/+3
* Fix nits about bug 316797lpsolit%gmail.com2006-11-211-3/+3
* Bug 316797: Token.pm needs POD - Patch by Frédéric Buclin <LpSolit@gmai...lpsolit%gmail.com2006-11-211-0/+181
* Bug 340538: Insecure dependency in exec while running with -T switch at /usr/...wurblzap%gmail.com2006-10-211-1/+0
* Bug 281181: [SECURITY] It's way too easy to delete versions/components/milest...lpsolit%gmail.com2006-10-151-3/+54
* Bug 350120: undefined value when creating a new user account - Patch by Fréd...lpsolit%gmail.com2006-08-261-1/+1
* Bug 87795: Creating an account should send token and wait for confirmation (p...lpsolit%gmail.com2006-08-201-16/+46
* Bug 343338: Eliminate "my" variables from the root level of modulesmkanat%bugzilla.org2006-07-141-4/+4
* 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-7/+8
* Bug 282121: Remove globals.pl from scripts that no longer use it - Patch by F...lpsolit%gmail.com2006-06-211-3/+0
* Bug 339862: Move Bugzilla::BugMail::MessageToMTA() in a separate module - Pat...lpsolit%gmail.com2006-06-021-5/+5
* I forgot a "fix on checkin" (useless whitespaces)lpsolit%gmail.com2006-03-101-1/+1
* Bug 300551: Eliminate deprecated Bugzilla::DB routines from User.pm and Token...lpsolit%gmail.com2006-03-101-67/+60
* Bug 119524: SECURITY: predictable sessionid (Use a token instead of logincook...lpsolit%gmail.com2006-01-031-1/+5
* Bug 301062: [PostgreSQL] whine.pl fails when using PostgreSQL 8.0.x - Patch b...lpsolit%gmail.com2005-11-141-1/+1
* Bug 312157: Remove $::template and $::vars from globals.pl - Patch by Olav Vi...lpsolit%gmail.com2005-10-251-7/+7
* Bug 304582: Move GenerateRandomPassword() out of globals.pl - Patch by FrédÃ...lpsolit%gmail.com2005-09-021-2/+2
* Bug 303669: Bugzilla mis-uses perl subroutine prototypesmkanat%kerio.com2005-08-131-3/+3
* Bug 301508: Remove CGI.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> r=...lpsolit%gmail.com2005-08-101-2/+2
* Backout of bug 303669 which broke AppendComment and possibly a numberbugreport%peshkin.net2005-08-091-3/+3
* Bug 303669: Bugzilla mis-uses perl subroutine prototypesmkanat%kerio.com2005-08-091-3/+3