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

Re: [serf-dev] Re: Moving ra_serf authn handlers to serf.

From: Lieven Govaerts <svnlgo_at_mobsol.be>
Date: Wed, 4 Nov 2009 23:45:38 +0100

On Wed, Nov 4, 2009 at 11:44 PM, Arfrever Frehtes Taifersar Arahesis
<arfrever.fta_at_gmail.com> wrote:
>
> 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 :) .
>

He, yes I will, but thanks for the reminder. Actually, I'm going to
add a flag in serfmake that allows me to make a debug build.

Lieven

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2414539
Received on 2009-11-04 23:46:12 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.