X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/0e5a1f8352635a291be1ac5afe954a76dbc1664e..07d70ff56063411c54aafafe4f1716287dcb9470:/TODO diff --git a/TODO b/TODO index 988e1f03..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 @@ -261,10 +277,6 @@ Add machines NICE ----------------------------------------------------------------- -SIGHUP - - Re-read config file (just exec() ourselves) rather than exiting. - --no-detach and --no-fork options Very useful for debugging. Also good when running under a