Return-Path: Delivered-To: apmail-avro-dev-archive@www.apache.org Received: (qmail 42039 invoked from network); 16 Sep 2010 20:36:59 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 16 Sep 2010 20:36:59 -0000 Received: (qmail 38047 invoked by uid 500); 16 Sep 2010 20:36:59 -0000 Delivered-To: apmail-avro-dev-archive@avro.apache.org Received: (qmail 37831 invoked by uid 500); 16 Sep 2010 20:36:59 -0000 Mailing-List: contact dev-help@avro.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@avro.apache.org Delivered-To: mailing list dev@avro.apache.org Received: (qmail 37823 invoked by uid 99); 16 Sep 2010 20:36:58 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Sep 2010 20:36:58 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Sep 2010 20:36:56 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o8GKaYfZ029206 for ; Thu, 16 Sep 2010 20:36:34 GMT Message-ID: <20498154.236901284669394678.JavaMail.jira@thor> Date: Thu, 16 Sep 2010 16:36:34 -0400 (EDT) From: "Doug Cutting (JIRA)" To: dev@avro.apache.org Subject: [jira] Updated: (AVRO-641) add SASL to socket transport In-Reply-To: <15074389.41701282945254158.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/AVRO-641?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Doug Cutting updated AVRO-641: ------------------------------ Attachment: AVRO-641.patch Here's a new version of this patch that I believe is ready to commit. Changes include: - add a status code to each message in the negotiation - add the SASL mechanism name to the first negotiation message - transmit a UTF-8 error message when negotiation fails - stop double-framing transmitted data - optimize framing of non-QOP data at write, merging small frames, reducing packets and read system calls - use gathered writes, potentially reducing write system calls - add a document describing Avro's SASL profile > add SASL to socket transport > ---------------------------- > > Key: AVRO-641 > URL: https://issues.apache.org/jira/browse/AVRO-641 > Project: Avro > Issue Type: New Feature > Components: java > Reporter: Doug Cutting > Assignee: Doug Cutting > Fix For: 1.4.1 > > Attachments: AVRO-641.patch, AVRO-641.patch, AVRO-641.patch, AVRO-641.patch, AVRO-641.patch, AVRO-641.patch > > > Java's socket transport is non-standard (not in the Avro spec) but might serve as a prototype of a future standard transport (AVRO-341). > It would be useful to extend it to support SASL-based authentication and encryption. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.