unsubscribe

2014-10-25 Thread Grigory Petrov
unsubscribe

Re: SSL V3 Vulnerability in HTTP Repository Access.

2014-10-25 Thread David Lowe
On 2014 Oct 25, at 6:33 PM, Mohsin wrote: >> If you use HTTP "http://"; you are not using SSL/TLS. You are not >> affected by POODLE, but also not using encryption. > > We are using HTTP so we are not affected by POODLE. > > >> If using SSH/TLS, the server does not use serf. Turn off SSL 3.0

Re: SSL V3 Vulnerability in HTTP Repository Access.

2014-10-25 Thread Andreas Stieger
> On 26 Oct 2014, at 01:33, Mohsin wrote: > > Can you tell when SSH/TLS is used ? In my case we are using HTTP protocol. Whenever a capable administrator configures the system to support it and users use the correct scheme, or are forced to do so as is the case with many production deployment

Re: SSL V3 Vulnerability in HTTP Repository Access.

2014-10-25 Thread Mohsin
Thanks. >If you use HTTP "http://"; you are not using SSL/TLS. You are not >affected by POODLE, but also not using encryption. We are using HTTP so we are not affected by POODLE. >If using SSH/TLS, the server does not use serf. Turn off SSL 3.0 in the >Apache httpd configuration. No upgrade

Re: SSL V3 Vulnerability in HTTP Repository Access.

2014-10-25 Thread Andreas Stieger
Hi, On 25/10/14 23:26, Mohsin wrote: > We are using HTTP protocol for repository access > (http://abc.svn.com/svn/Repo/) over the internet for this case we are using > tortoise svn client V 1.8.7 which is dependent on serf and serf is using SSL > V3 . I just read serf version 1.3.5 is using SSL V3

SSL V3 Vulnerability in HTTP Repository Access.

2014-10-25 Thread Mohsin
HI All, We are using HTTP protocol for repository access (http://abc.svn.com/svn/Repo/) over the internet for this case we are using tortoise svn client V 1.8.7 which is dependent on serf and serf is using SSL V3 . I just read serf version 1.3.5 is using SSL V3 and in serf 1.3.5 SSL V3 is enabled

Re: restricting certain users to read a particular folders in the Repo

2014-10-25 Thread Mohsin
I supposed trunk folder have following hierarchy (means folder 1, folder 2 & folder 3 are sub folders of trunk) : trunk: folder1/folder2/folder3/files folder1/folder2/folder31/files folder1/folder21/files I purposed solution for truck folder only means restriction need to b

Re: restricting certain users to read a particular folders in the Repo

2014-10-25 Thread Andreas Stieger
On 25/10/14 19:52, Mohsin wrote: > Please check this and let me know this should work for said requirement ? > > [Repo:/] > user1 = rw > user2 = rw > user3 = rw > > [trunk:/trunk/folder1/folder21] > user2 = > > [trunk:/trunk/folder1/folder2/folder31] > user3 = While the above would work for the

Re: restricting certain users to read a particular folders in the Repo

2014-10-25 Thread Mohsin
Thanks Andreas. Please check this and let me know this should work for said requirement ? [Repo:/] user1 = rw user2 = rw user3 = rw [trunk:/trunk/folder1/folder21] user2 = [trunk:/trunk/folder1/folder2/folder31] user3 = regards Mohsin -- View this message in context: http://subversion.107