X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/3816cae7456a9abd70283c92c8c9dd4681cdee94..a4677968cf0f439b58180ea72d5d53ad464ef832:/TODO diff --git a/TODO b/TODO index cc339c38..ef1bc312 100644 --- a/TODO +++ b/TODO @@ -224,10 +224,26 @@ logging monitor progress in a log file can do so more easily. See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=48108 + At the connections that just get a list of modules are not logged, + but they should be. + rsyncd over ssh There are already some patches to do this. +proxy authentication + + Allow RSYNC_PROXY to be http://user:pass@proxy.foo:3128/, and do + HTTP Basic Proxy-Authentication. + + Multiple schemes are possible, up to and including the insanity that + is NTLM, but Basic probably covers most cases. + +SOCKS + + Add --with-socks, and then perhaps a command-line option to put them + on or off. This might be more reliable than LD_PRELOAD hacks. + PLATFORMS ------------------------------------------------------------ Win32