X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/0e5a1f8352635a291be1ac5afe954a76dbc1664e..707de53457d7ab7c849c2fa3c8380f16c54680ad:/TODO diff --git a/TODO b/TODO index 988e1f03..b2575bfb 100644 --- a/TODO +++ b/TODO @@ -228,6 +228,19 @@ 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 +274,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