search for: d21e786

Displaying 1 result from an estimated 1 matches for "d21e786".

Did you mean: 21.786
2019 Jun 05
1
[libnbd PATCH] api: Add nbd_supports_tls
...;d post it to check if we want it. generator/generator | 45 ++++++++++++++++++++++++++++++++++++++------- interop/interop.c | 4 ++++ lib/handle.c | 12 ++++++++++++ 3 files changed, 54 insertions(+), 7 deletions(-) diff --git a/generator/generator b/generator/generator index ea6eea4..d21e786 100755 --- a/generator/generator +++ b/generator/generator @@ -971,7 +971,9 @@ the path to the certificates directory (C<nbd_set_tls_certificates>), the username (C<nbd_set_tls_username>) and/or the Pre-Shared Keys (PSK) file (C<nbd_set_tls_psk_file>). For now, when using C&lt...