The branch, master has been updated
via c07d2976 Init the checksum choices before the daemon auth.
from 1b268880 Fix protocol <= 29 daemon auth if openssl is handling md4.
https://git.samba.org/?p=rsync.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit c07d297640a2bb488b3480262ca8f1032b96258c
Author: Wayne Davison <[email protected]>
Date: Tue Oct 25 08:55:07 2022 -0700
Init the checksum choices before the daemon auth.
-----------------------------------------------------------------------
Summary of changes:
compat.c | 2 ++
1 file changed, 2 insertions(+)
Changeset truncated at 500 lines:
diff --git a/compat.c b/compat.c
index 7acedf0e..25bbe0fb 100644
--- a/compat.c
+++ b/compat.c
@@ -848,6 +848,8 @@ void negotiate_daemon_auth(int f_out, int am_client)
int save_am_server = am_server;
int md4_is_old = 0;
+ init_checksum_choices();
+
if (!am_client)
am_server = 1;
--
The rsync repository.
_______________________________________________
rsync-cvs mailing list
[email protected]
https://lists.samba.org/mailman/listinfo/rsync-cvs