summaryrefslogtreecommitdiff
path: root/kde-apps/kio-extras/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-02-13 21:41:11 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-02-13 21:41:11 +0000
commitc8d60dada2ec8eb48b2d2b290cd6683ccec40e39 (patch)
treec44943ee0563a3fa957716de909fed683117fcb9 /kde-apps/kio-extras/files
parent69051588e2f955485fe5d45d45e616bc60a2de57 (diff)
gentoo (valentine's day) resync : 14.02.2021
Diffstat (limited to 'kde-apps/kio-extras/files')
-rw-r--r--kde-apps/kio-extras/files/kio-extras-20.12.1-dont-log-pwd.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/kde-apps/kio-extras/files/kio-extras-20.12.1-dont-log-pwd.patch b/kde-apps/kio-extras/files/kio-extras-20.12.1-dont-log-pwd.patch
deleted file mode 100644
index ecc7af90e67a..000000000000
--- a/kde-apps/kio-extras/files/kio-extras-20.12.1-dont-log-pwd.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From 6c099045f6f67069ad7b5f4deb6873cf5f34a4f4 Mon Sep 17 00:00:00 2001
-From: Harald Sitter <sitter@kde.org>
-Date: Thu, 7 Jan 2021 14:45:34 +0100
-Subject: [PATCH] don't log passwords
-
-obviously not useful but dangerous
----
- smb/smbauthenticator.cpp | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/smb/smbauthenticator.cpp b/smb/smbauthenticator.cpp
-index 4386e823..d4bf7032 100644
---- a/smb/smbauthenticator.cpp
-+++ b/smb/smbauthenticator.cpp
-@@ -94,7 +94,7 @@ void SMBAuthenticator::auth(const char *server, const char *share, char *workgro
- // https://bugzilla.samba.org/show_bug.cgi?id=14326
-
- if (m_frontend.checkCachedAuthentication(info)) {
-- qCDebug(KIO_SMB_LOG) << "got password through cache" << info.username << info.password;
-+ qCDebug(KIO_SMB_LOG) << "got password through cache" << info.username;
- } else if (!m_defaultUser.isEmpty()) {
- // user defined a default username/password in kcontrol; try this
- info.username = m_defaultUser;
---
-GitLab
-