summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Token.pm
AgeCommit message (Expand)AuthorFilesLines
2014-07-27Bug 726696 - All authenticated WebServices methods should require username/pa...Simon Green1-1/+17
2014-02-27Bug 947823: Replace gender-specific pronouns with gender-neutral pronounsCharlie Somerville1-8/+8
2014-01-27Bug 964113: Digest::SHA 5.82 and newer always croak on wide characters, preve...Frédéric Buclin1-0/+4
2013-10-16Bug 906745 - In MySQL, tokens are not case-sensitive, reducing total entropy ...Dave Lawrence1-5/+17
2013-06-06Bug 878035: Do not disclose whether a user account exists or not when a user ...Frédéric Buclin1-1/+3
2012-12-01Bug 787668: Use |use parent| instead of |use base|Matt Selsky1-1/+1
2012-11-30Bug 816747 - Add dummy POD for unPODded methods.Marc Schumann1-0/+10
2012-09-01Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin1-7/+2
2012-07-30Bug 767623 - Use HMAC to generate tokens and sensitive graph filenamesReed Loden1-8/+6
2012-04-13Bug 349337: The time between two successive token requests should be a constantKoosha Khajeh Moogahi1-3/+3
2012-01-11Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ...Frédéric Buclin1-20/+5
2011-12-13Bug 705474 - CSRF vulnerability in createaccount.cgi allows possible unauthor...Reed Loden1-2/+7
2011-08-17Bug 677522: IssueEmailChangeToken() should get the old login name from the us...Frédéric Buclin1-4/+4
2011-08-16Bug 677901: Bugzilla crashes when no token is passed to token.cgi but the scr...Frédéric Buclin1-6/+4
2011-08-15Bug 678959: Make GenerateUniqueToken work for all tablesByron Jones1-1/+1
2011-07-25Bug 589128: Adds a preference allowing users to choose between text or htmlByron Jones1-3/+3
2010-10-07Bug 602165: Change sql_interval to sql_date_math, in preparation forMax Kanat-Alexander1-14/+14
2010-03-01Bug 508823: Make it so that you don't ever have to reset template_inner (likeMax Kanat-Alexander1-3/+0
2009-12-31Bug 527586: Use X-Forwarded-For instead of REMOTE_ADDR for trusted proxiesmkanat%bugzilla.org1-2/+2
2009-02-09Bug 477513: md5_hex() fails if a saved search has UTF8 characters in it - Pat...lpsolit%gmail.com1-1/+7
2009-02-02Bug 26257: [SECURITY] Bugzilla should prevent malicious webpages from making ...lpsolit%gmail.com1-2/+52
2009-01-08Bug 452519: Fix timezones in emails - Patch by Frédéric Buclin <LpSolit...lpsolit%gmail.com1-7/+9
2008-04-03Bug 405946: Some emails are not sent in the language chosen by the addressee ...lpsolit%gmail.com1-41/+42
2007-11-19Bug 399163: Bugzilla/*.pm should use transactions for database interaction - ...lpsolit%gmail.com1-6/+2
2007-03-11Bug 366466 - "flag notification mail has canceled spelled incorrectly" [p=ree...reed%reedloden.com1-3/+3
2006-11-21Fix nits about bug 316797lpsolit%gmail.com1-3/+3
2006-11-21Bug 316797: Token.pm needs POD - Patch by Frédéric Buclin <LpSolit@gmai...lpsolit%gmail.com1-0/+181
2006-10-21Bug 340538: Insecure dependency in exec while running with -T switch at /usr/...wurblzap%gmail.com1-1/+0
2006-10-15Bug 281181: [SECURITY] It's way too easy to delete versions/components/milest...lpsolit%gmail.com1-3/+54
2006-08-26Bug 350120: undefined value when creating a new user account - Patch by Fréd...lpsolit%gmail.com1-1/+1
2006-08-20Bug 87795: Creating an account should send token and wait for confirmation (p...lpsolit%gmail.com1-16/+46
2006-07-14Bug 343338: Eliminate "my" variables from the root level of modulesmkanat%bugzilla.org1-4/+4
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-7/+8
2006-06-21Bug 282121: Remove globals.pl from scripts that no longer use it - Patch by F...lpsolit%gmail.com1-3/+0
2006-06-02Bug 339862: Move Bugzilla::BugMail::MessageToMTA() in a separate module - Pat...lpsolit%gmail.com1-5/+5
2006-03-10I forgot a "fix on checkin" (useless whitespaces)lpsolit%gmail.com1-1/+1
2006-03-10Bug 300551: Eliminate deprecated Bugzilla::DB routines from User.pm and Token...lpsolit%gmail.com1-67/+60
2006-01-03Bug 119524: SECURITY: predictable sessionid (Use a token instead of logincook...lpsolit%gmail.com1-1/+5
2005-11-14Bug 301062: [PostgreSQL] whine.pl fails when using PostgreSQL 8.0.x - Patch b...lpsolit%gmail.com1-1/+1
2005-10-25Bug 312157: Remove $::template and $::vars from globals.pl - Patch by Olav Vi...lpsolit%gmail.com1-7/+7
2005-09-02Bug 304582: Move GenerateRandomPassword() out of globals.pl - Patch by FrédÃ...lpsolit%gmail.com1-2/+2
2005-08-13Bug 303669: Bugzilla mis-uses perl subroutine prototypesmkanat%kerio.com1-3/+3
2005-08-10Bug 301508: Remove CGI.pl - Patch by Frédéric Buclin <LpSolit@gmail.com> r=...lpsolit%gmail.com1-2/+2
2005-08-09Backout of bug 303669 which broke AppendComment and possibly a numberbugreport%peshkin.net1-3/+3
2005-08-09Bug 303669: Bugzilla mis-uses perl subroutine prototypesmkanat%kerio.com1-3/+3
2005-07-08Bug 285695: [PostgreSQL] Username checks for login, etc. need to be case inse...mkanat%kerio.com1-1/+1
2005-07-01Bug 297646: Write helper functions for Bugzilla::Token.pmbugzilla%glob.com.au1-45/+80
2005-03-03Bug: 284244: DATE_SUB and DATE_ADD are not ANSI SQLmkanat%kerio.com1-2/+2
2005-02-20Bug 280502: Replace "INTERVAL" with Bugzilla::DB function callmkanat%kerio.com1-1/+2