On 11/3/21 2:09 PM, Ján Tomko wrote: > https://bugzilla.redhat.com/show_bug.cgi?id=1431589 > > Ján Tomko (3): > remote: warn on low SSF > daemon: virNetSASLContext: store tcpMinSSF > daemon: add tcp_min_ssf option > > src/libvirt_sasl.syms | 1 + > src/remote/libvirtd.aug.in | 1 + > src/remote/libvirtd.conf.in | 8 ++++++++ > src/remote/remote_daemon.c | 7 ++++++- > src/remote/remote_daemon_config.c | 15 +++++++++++++++ > src/remote/remote_daemon_config.h | 1 + > src/remote/remote_daemon_dispatch.c | 2 +- > src/remote/remote_driver.c | 5 +++++ > src/remote/remote_driver.h | 2 ++ > src/remote/test_libvirtd.aug.in | 1 + > src/rpc/virnetsaslcontext.c | 11 ++++++++++- > src/rpc/virnetsaslcontext.h | 5 ++++- > 12 files changed, 55 insertions(+), 4 deletions(-) >
Reviewed-by: Michal Privoznik <mpriv...@redhat.com> Michal