History log of /openbsd/usr.bin/rsync/misc.c (Results 1 – 3 of 3)
Revision Date Author Comments
# dd3c9d24 17-May-2021 claudio <claudio@openbsd.org>

Error out on memory failures in fargs_cmdline() and addargs() in both
cases it was impossible to start the remote rsync anyway. Also now
fargs_cmdline() can no longer fail. Add missing err(ERR_IPC, "

Error out on memory failures in fargs_cmdline() and addargs() in both
cases it was impossible to start the remote rsync anyway. Also now
fargs_cmdline() can no longer fail. Add missing err(ERR_IPC, "pldege")
for the cases in socket.c
OK benno@

show more ...


# 3a011501 22-Mar-2021 claudio <claudio@openbsd.org>

Make fmt argument const. Format local vars a bit.
From kristaps@


# 4d864e8f 02-Apr-2019 deraadt <deraadt@openbsd.org>

Pull in addargs() API from ssh to replace complicated hand-rolled argument
composition code for the remote process.
ok florian naddy