Displaying 3 results from an estimated 3 matches for "arantsson".
2002 Apr 04
1
[patch] Basic HTTP Proxy Authentication
...ould(TM)
work.
The patch (and future versions of it) is available at:
http://www.imada.sdu.dk/~bardur/personal/patches.html
(and i've attached the rsync-2.5.5 version). Any comments
and suggestions are welcome, but please CC them to my
email, as I am not a member of the list.
--
Bardur Arantsson
<bardur@imada.sdu.dk>
<bardur@odense.kollegienet.dk>
- "Information wants to be tied up and spanked..."
- Faulty Dreamer on kuro5hin.org
-------------- next part --------------
diff -u rsync-2.5.5.orig/authenticate.c rsync-2.5.5/authenticate.c
--- rsync-2.5....
2003 Jun 25
0
[patch] Basic HTTP Proxy Authentication
On 2002-Apr-04 at 02:24:41 -0800, Bardur Arantsson wrote:
> I have put together a patch for supporting "Basic" HTTP Proxy
> Authentication. The patch changes the interpretatio of the RSYNC_PROXY
> environment variable so that the syntax
>
> user:pass@proxy.foo:port
>
> may be used instead of just
>
> proxy.f...
2003 May 14
0
Basic HTTP Proxy Authentication: patch update
...CC them to my
email, as I am not subscribed to the rsync list.
Please note that the version in the current rsync-2.5.6
tarball does NOT apply cleanly, and it should probably be
updated by one of the maintainers. (Or this updated patch
could perhaps be applied to the trunk :-?)
Cheers,
--
Bardur Arantsson
<bardur@imada.sdu.dk>
<bardur@odense.kollegienet.dk>
-------------- next part --------------
diff -u rsync-2.5.6.orig/authenticate.c rsync-2.5.6/authenticate.c
--- rsync-2.5.6.orig/authenticate.c Sun Jan 26 20:37:54 2003
+++ rsync-2.5.6/authenticate.c Tue May 13 13:18:50 2003
@@ -24,7 +...