[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Moving ra_serf authn handlers to serf.

From: Arfrever Frehtes Taifersar Arahesis <Arfrever.FTA_at_GMail.Com>
Date: Wed, 4 Nov 2009 23:44:49 +0100

2009-11-03 23:19:30 Lieven Govaerts napisał(a):
> As already mentioned at SubConf last week, I'm moving the code that
> handles the authentication schemes in ra_serf from Subversion to Serf.
>
> The main goal for me is to be able to add features to serf that rely
> on authentication being in serf too (e.g. SSL tunneling over HTTP
> proxies). It also just seems more logical to do the authentication in
> the http library instead of the application, and this might help other
> users of serf.
>
> The code I want to move is parts of libsvn_ra_serf/util.c and all of
> the files libsvn_ra_serf/(auth.*|auth_digest.*|auth_kerb.*|win32_auth_sspi.*).
> Most of these have been written by Justin and me, but there were some
> fixes, cleanups, buildscripts by other svn committers.
>
> Both Subversion and Serf are covered by the Apache License 2.0, so I
> don't think there's a problem in this area.
>
> However, people have suggested to add a line in serf/NOTICE that says
> Serf includes code developed by the Subversion Corporation.
>
> Attached my WIP patches for serf and subversion, including the changed
> NOTICE file.
>
> Thoughts? Remarks?

> Index: serfmake
> ===================================================================
> --- serfmake (revision 1280)
> +++ serfmake (working copy)
> ...
> TEST_DEPS = [
> @@ -252,7 +254,7 @@ class Builder:
> self._add_dep(prog, [lib, obj], cmd)
>
> def _add_compile(self, src, obj, hdrs):
> - cmd = '%s --silent --mode=compile %s %s %s %s -c -o %s %s' % (
> + cmd = '%s --silent --mode=compile %s -g %s %s %s -c -o %s %s' % (

Please revert this change before committing :) .

> self.LIBTOOL, self.CC, self.CFLAGS, self.CPPFLAGS, self.INCLUDES,
> obj.fname, src.fname)
> self._add_dep(obj, [src] + hdrs, cmd)
>

-- 
Arfrever Frehtes Taifersar Arahesis
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2414537
Received on 2009-11-04 23:42:21 CET

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.