summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel P. Berrange2017-03-16 12:18:46 +0100
committerDaniel P. Berrange2017-05-09 15:41:47 +0200
commit899833cd65cafbdbae4b5b9da3b1c3726e13e299 (patch)
tree10b88f8e25b6d00726fdde07a1139b3b1b789ff8
parentDefault to GSSAPI (Kerberos) instead of DIGEST-MD5 for SASL (diff)
downloadqemu-899833cd65cafbdbae4b5b9da3b1c3726e13e299.tar.gz
qemu-899833cd65cafbdbae4b5b9da3b1c3726e13e299.tar.xz
qemu-899833cd65cafbdbae4b5b9da3b1c3726e13e299.zip
List SASL config file under the cryptography maintainer's realm
No one is listed as maintainer for qemu.sasl. It is used by the VNC server for SASL auth, but since it is cryptography related, list it under the crytography maintainer's realm, rather than under the UI maintainer. Reviewed-by: Eric Blake <eblake@redhat.com> Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
-rw-r--r--MAINTAINERS1
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index efdec47319..b4d877b92b 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1484,6 +1484,7 @@ S: Maintained
F: crypto/
F: include/crypto/
F: tests/test-crypto-*
+F: qemu.sasl
Coroutines
M: Stefan Hajnoczi <stefanha@redhat.com>