diff options
author | Martin Holzer <mholzer@gentoo.org> | 2005-01-02 22:50:26 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2005-01-02 22:50:26 +0000 |
commit | bdeafd8bc97649476c5a52e18c9d040a7f4204dd (patch) | |
tree | fe65708556ea3cf9ac98a881afcb1931b0b3cb65 /net-analyzer/cacti/files | |
parent | Change encoding to UTF-8 for GLEP 31 compliance (diff) | |
download | gentoo-2-bdeafd8bc97649476c5a52e18c9d040a7f4204dd.tar.gz gentoo-2-bdeafd8bc97649476c5a52e18c9d040a7f4204dd.tar.bz2 gentoo-2-bdeafd8bc97649476c5a52e18c9d040a7f4204dd.zip |
cleanup
Diffstat (limited to 'net-analyzer/cacti/files')
-rw-r--r-- | net-analyzer/cacti/files/cacti-0.8.5a-sql-injection.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/net-analyzer/cacti/files/cacti-0.8.5a-sql-injection.patch b/net-analyzer/cacti/files/cacti-0.8.5a-sql-injection.patch deleted file mode 100644 index ae87c954315f..000000000000 --- a/net-analyzer/cacti/files/cacti-0.8.5a-sql-injection.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- /var/www/localhost/htdocs/cacti/auth_login.php 2004-08-17 11:24:40.000000000 +0300 -+++ auth_login.php 2004-08-17 12:33:52.271029872 +0300 -@@ -29,9 +29,6 @@ - - switch ($_REQUEST["action"]) { - case 'login': -- /* --- UPDATE old password with new md5 password value */ -- db_execute("update user_auth set password = '" . md5($_POST["password"]) . "' where username='" . $_POST["username"] . "' and password = PASSWORD('" . $_POST["password"] . "')"); -- - /* --- start ldap section --- */ - $ldap_auth = false; - if ((read_config_option("ldap_enabled") == "on") && ($_POST["realm"] == "ldap") && (strlen($_POST["password"]))){ |