From owner-freebsd-hackers@FreeBSD.ORG Sun Feb 8 14:01:40 2004 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B6A0C16A516 for ; Sun, 8 Feb 2004 14:01:39 -0800 (PST) Received: from smtp-out2.xs4all.nl (smtp-out2.xs4all.nl [194.109.24.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id DA54E43D1D for ; Sun, 8 Feb 2004 14:01:38 -0800 (PST) (envelope-from lodewijk@cope.nl) Received: from cope.xs4all.nl (cope.xs4all.nl [194.109.233.198]) by smtp-out2.xs4all.nl (8.12.10/8.12.10) with SMTP id i18M1ZDb063910 for ; Sun, 8 Feb 2004 23:01:36 +0100 (CET) Received: (qmail 4184 invoked by uid 500); 8 Feb 2004 22:01:35 -0000 Date: Sun, 8 Feb 2004 23:01:35 +0100 From: Lodewijk Voge To: freebsd-hackers@freebsd.org Message-ID: <20040208220135.GA4097@cope.xs4all.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.4i Subject: patch: disallow associations to access points based on MAC address X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Feb 2004 22:01:40 -0000 hello, I've put up a small patch that lets you refuse association requests from specified MAC addresses, plus a small utility to manage the ban list. http://wleiden.webweaving.org:8080/svn/node-config/other/banlist-patch/ it lets you specify a list of to-ban addresses, it lets you clear that list and it lets you read out the current list. it is not yet an allow-only-these- addresses list yet, but I will add that soon. it also does not kick already associated stations when uploading a new list. tested lightly, I can repeatedly ban and unban my only wireless client without any trouble. written for use in the WirelessLeiden project, but I understand others might be interested as well. Lodewijk