phpmyadmin/libraries/plugins
Michal Čihař 6117ad5cef Use hash_equals for checking username
This makes the comparison happen in constant time and makes it
impossible to use it to guess stored usernames.

Signed-off-by: Michal Čihař <michal@cihar.com>
2016-08-18 09:39:22 +02:00
..
auth Use hash_equals for checking username 2016-08-18 09:39:22 +02:00
export Use https to access phpmyadmin.net 2016-07-18 16:20:34 +02:00
import Sanitize filename on SHP import 2016-07-22 11:49:35 +02:00
transformations Move generator scripts out of the code 2016-07-26 16:38:30 +02:00
AuthenticationPlugin.class.php bug #4611 [security] DOS attack with long passwords 2014-12-01 20:49:45 +05:30
ExportPlugin.class.php Use single quotes when we do not want to evaluate the string 2012-10-16 11:18:16 +02:00
ImportPlugin.class.php Use single quotes when we do not want to evaluate the string 2012-10-16 11:18:16 +02:00
PluginManager.class.php Various coding style changes 2012-08-31 14:37:46 +05:30
PluginObserver.class.php Use single quotes when we do not want to evaluate the string 2012-10-16 11:18:16 +02:00
TransformationsInterface.int.php oop: some coding style for plugins 2012-08-16 23:10:33 +03:00
TransformationsPlugin.class.php Fix fatal error in PHP 5.2 2013-02-08 07:09:49 -05:00
UploadInterface.int.php oop: some coding style for plugins 2012-08-16 23:10:33 +03:00