diff options
author | Martin Pool <mbp@samba.org> | 2002-01-23 07:12:57 +0000 |
---|---|---|
committer | Martin Pool <mbp@samba.org> | 2002-01-23 07:12:57 +0000 |
commit | 92325ada0c4db192e03e7e36eb93c62980426f32 (patch) | |
tree | b02ead12e7c84898f064d35b0f682ea336129f08 /TODO | |
parent | 1707e0f9e2185d58a62ea02dea097ef6f1f92300 (diff) | |
download | rsync-92325ada0c4db192e03e7e36eb93c62980426f32.tar.gz rsync-92325ada0c4db192e03e7e36eb93c62980426f32.tar.bz2 rsync-92325ada0c4db192e03e7e36eb93c62980426f32.zip |
Note about proxy authentication and SOCKS.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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 |