Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:45467 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 1728 invoked from network); 3 Sep 2009 12:55:01 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Sep 2009 12:55:01 -0000 Authentication-Results: pb1.pair.com header.from=scott@macvicar.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=scott@macvicar.net; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain macvicar.net from 97.107.131.220 cause and error) X-PHP-List-Original-Sender: scott@macvicar.net X-Host-Fingerprint: 97.107.131.220 whisky.macvicar.net Linux 2.6 Received: from [97.107.131.220] ([97.107.131.220:47097] helo=whisky.macvicar.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D8/43-19451-1ACBF9A4 for ; Thu, 03 Sep 2009 08:54:58 -0400 Received: from [192.168.1.104] (macvicar.demon.co.uk [80.177.111.173]) by whisky.macvicar.net (Postfix) with ESMTP id 6594D4695F; Thu, 3 Sep 2009 08:54:53 -0400 (EDT) Cc: internals@lists.php.net Message-ID: To: techtonik In-Reply-To: Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v936) Date: Thu, 3 Sep 2009 13:54:51 +0100 References: X-Mailer: Apple Mail (2.936) Subject: Re: [PHP-DEV] Secure SVN access From: scott@macvicar.net (Scott MacVicar) On 3 Sep 2009, at 13:48, techtonik wrote: > Greeetings to php-core developers, > > Am I right that there is no https:// and svn+ssh:// access to > svn.php.net repositories? > If that's the case - how do you feel about sniffing developer's > passwords? > We use Digest authentication so while they are sniffable its not replayable and they are hashed with a nonce. Scott