aboutsummaryrefslogtreecommitdiffstats
path: root/Bugzilla/Auth/Login
Commit message (Expand)AuthorAgeFilesLines
* Bug 907438 - In MySQL, login cookie checking is not case-sensitive, reducing ...Dave Lawrence2013-10-161-3/+3
* Bug 917669 - invalid or expired authentication tokens and cookies should thro...Dave Lawrence2013-09-261-8/+13
* Bug 893195 - Allow token based authentication for webservicesDave Lawrence2013-08-261-14/+54
* Bug 787668: Use |use parent| instead of |use base|Matt Selsky2012-12-013-3/+3
* Bug 787529: Use |use 5.10.1| everywhereFrédéric Buclin2012-09-014-0/+12
* Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ...Frédéric Buclin2012-01-114-82/+20
* Make Login/Stack.pm refuse to continue down the stack if an Auth method retur...Gervase Markham2011-11-181-2/+8
* Bug 423612 - Allow editing extern_id for users from the admin interfaceJochen Wiedmann2011-04-272-0/+7
* Bug 550732: Allow read-only JSON-RPC methods to be called with GETMax Kanat-Alexander2010-04-223-0/+7
* Bug 553770: Make the JSON-RPC WebService throw a proper error when you don'tMax Kanat-Alexander2010-03-231-4/+2
* Bug 527586: Use X-Forwarded-For instead of REMOTE_ADDR for trusted proxiesmkanat%bugzilla.org2009-12-311-1/+1
* Bug 385606: Logincookies are recreated at each HTTP request when using the 'E...lpsolit%gmail.com2009-12-311-0/+1
* Bug 430014: Re-write the code hooks system so that it uses modules instead of...mkanat%bugzilla.org2009-11-241-1/+1
* Bug 525734: Allow WebService clients to authenticate using Bugzilla_login and...mkanat%bugzilla.org2009-11-091-5/+3
* Bug 399073: Remove the 'loginnetmask' parameter - Patch by Frédéric Buc...lpsolit%gmail.com2009-10-181-17/+8
* Bug 514913: Eliminate ssl="authenticated sessions"mkanat%bugzilla.org2009-10-091-11/+0
* Bug 488467: Verify and Login auth methods were being called in a random order...mkanat%bugzilla.org2009-04-171-1/+1
* Partial backout of bug 183665. It's responsible for bug 457719lpsolit%gmail.com2008-10-051-1/+1
* Bug 428659 – Setting SSL param to 'authenticated sessions' only protects...dkl%redhat.com2008-08-181-3/+8
* Bug 438435: Need code hooks for authenticationmkanat%bugzilla.org2008-08-071-4/+12
* Backing out these patches as they cause a regression. More informationdkl%redhat.com2008-07-291-3/+5
* Bug 428659 – Setting SSL param to 'authenticated sessions' only protects...dkl%redhat.com2008-07-101-5/+3
* Bug 183665: Accessing post_bug.cgi directly gives a weird error message and s...lpsolit%gmail.com2007-11-151-1/+1
* Bug 224577: Bugzilla could use a web services interface.wurblzap%gmail.com2006-08-201-0/+7
* Bug 340967: The login form appears twice when trying to add an attachment (du...lpsolit%gmail.com2006-07-061-0/+15
* Bug 338375: Use Bugzilla->params everywhere instead of Param().mkanat%bugzilla.org2006-07-042-2/+0
* Bug 342869: Use Bugzilla->params everywhere except templatesmkanat%bugzilla.org2006-07-042-5/+7
* Spelling in code comments patch: 'cokie' -> 'cookie'; patch by Vlad Dascalu <...vladd%bugzilla.org2006-06-191-1/+1
* Bug 340104: Move Bugzilla::Auth::get_netaddr() in Util.pm - Patch by Frédér...lpsolit%gmail.com2006-06-031-2/+1
* Bug 339858: Remove useless module dependencies in Bugzilla::Auth::* - Patch b...lpsolit%gmail.com2006-06-013-3/+1
* Bug 300410: Bugzilla::Auth needs to be restructured to not require a BEGIN blockmkanat%bugzilla.org2006-05-128-655/+297
* Patch for bug 161369: Strip trailing whitespace from login usernames; patch b...jocuri%softhome.net2006-03-031-1/+1
* Bug 327355: Email preferences are not set correctly when the user account is ...lpsolit%gmail.com2006-02-221-101/+63
* Bug 322620: Logging in with 'Remember my Login' deselected gives: Use of unin...lpsolit%gmail.com2006-01-101-0/+1
* Bug 322244: Cookies are incorrectly detainted when logging out - Patch by Ola...lpsolit%gmail.com2006-01-051-1/+1
* Bug 119524: SECURITY: predictable sessionid (Use a token instead of logincook...lpsolit%gmail.com2006-01-031-4/+6
* Bug 279716: Users have to relogin when changing their own password - Patch by...lpsolit%gmail.com2005-11-221-2/+12
* Bug 304075: Eliminate use of $::userid from Bugzilla - Patch by Frédéric Bu...lpsolit%gmail.com2005-10-311-4/+0
* Bug 304583: Remove all remaining need to rederive inherited groupsbugreport%peshkin.net2005-08-191-0/+9
* Bug 300403: New Charts errors out, creates new 'add' user, when Env auth meth...lpsolit%gmail.com2005-07-261-2/+6
* Bug 301967: Some .pm files have invalid POD syntax - Patch by Frédéric Bucl...lpsolit%gmail.com2005-07-261-1/+3
* Bug 298659: setting authentication to LDAP,DB failsmkanat%kerio.com2005-07-081-2/+2
* Bug 285695: [PostgreSQL] Username checks for login, etc. need to be case inse...mkanat%kerio.com2005-07-081-1/+2
* Bug 268146: mod_security complain: Invalid cookie format: Cookie value is mis...lpsolit%gmail.com2005-07-071-6/+2
* Bug 287436: [SECURITY] After having logged in, links to change the report typ...mkanat%kerio.com2005-05-121-0/+2
* Bug 290570: Bugzilla::Auth::WWW:Env uses bitwise OR - Patch by Simon Wilkinso...lpsolit%gmail.com2005-04-171-1/+1
* Bug 238877: remove %FORM from Bugzilla/Auth/Login/WWW/CGI.pm - Patch by Teemu...lpsolit%gmail.com2005-04-081-2/+0
* Bug 258515: Errors when accessing Bugzilla over IPv6 - Patch by Marc Schumann...lpsolit%gmail.com2005-03-231-5/+3
* Bug 83044 - Any page is now capable of being a login page simply by adding th...jake%bugzilla.org2005-03-131-0/+1
* Bug 277782: _throw_error should unlock tables when tables are locked, automat...mkanat%kerio.com2005-03-051-1/+1