From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753164Ab1GWQjt (ORCPT ); Sat, 23 Jul 2011 12:39:49 -0400 Received: from bedivere.hansenpartnership.com ([66.63.167.143]:55581 "EHLO bedivere.hansenpartnership.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753071Ab1GWQjl (ORCPT ); Sat, 23 Jul 2011 12:39:41 -0400 Subject: Re: [PATCH 08/13] iscsi-target: Add CHAP Authentication support using libcrypto From: James Bottomley To: "Nicholas A. Bellinger" Cc: target-devel , linux-scsi , linux-kernel , Christoph Hellwig , Andy Grover , Hannes Reinecke , Roland Dreier , Andrew Morton , Linus Torvalds In-Reply-To: <1311410747-29947-9-git-send-email-nab@linux-iscsi.org> References: <1311410747-29947-1-git-send-email-nab@linux-iscsi.org> <1311410747-29947-9-git-send-email-nab@linux-iscsi.org> Content-Type: text/plain; charset="UTF-8" Date: Sat, 23 Jul 2011 20:39:33 +0400 Message-ID: <1311439173.23720.14.camel@mulgrave> Mime-Version: 1.0 X-Mailer: Evolution 2.32.2 (2.32.2-1.fc14) Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, 2011-07-23 at 08:45 +0000, Nicholas A. Bellinger wrote: > From: Nicholas Bellinger > > This patch adds support for libcrypto md5 based iSCSI CHAP authentication > support for iscsi_target_mod. This includes support for mutual and one-way > NodeACL authentication for SessionType=Normal and SessionType=Discovery > via /sys/kernel/config/target/iscsi. > > Signed-off-by: Nicholas A. Bellinger > --- > drivers/target/iscsi/iscsi_target_auth.c | 490 ++++++++++++++++++++++++++++++ > drivers/target/iscsi/iscsi_target_auth.h | 31 ++ > 2 files changed, 521 insertions(+), 0 deletions(-) > create mode 100644 drivers/target/iscsi/iscsi_target_auth.c > create mode 100644 drivers/target/iscsi/iscsi_target_auth.h I've asked you twice for input on the patch doing this in userspace, which was posted five weeks ago. Just ignoring something is unacceptable behaviour ... what do I have to do to get your attention? NAK the patch set? James