Subject: CVS commit: src
To: None <source-changes@NetBSD.org>
From: Iain Hibbert <plunky@netbsd.org>
List: source-changes
Date: 12/30/2007 18:26:43
Module Name:	src
Committed By:	plunky
Date:		Sun Dec 30 18:26:43 UTC 2007

Modified Files:
	src/share/man/man4: bluetooth.4
	src/sys/netbt: hci.h hci_event.c hci_socket.c hci_unit.c
	src/usr.sbin/btconfig: btconfig.c

Log Message:
request and keep a mask of supported commands per unit in order
to block unsupported HCI commands sent by unprivileged users
reaching the device.


To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 src/share/man/man4/bluetooth.4
cvs rdiff -r1.20 -r1.21 src/sys/netbt/hci.h
cvs rdiff -r1.12 -r1.13 src/sys/netbt/hci_event.c src/sys/netbt/hci_socket.c
cvs rdiff -r1.8 -r1.9 src/sys/netbt/hci_unit.c
cvs rdiff -r1.9 -r1.10 src/usr.sbin/btconfig/btconfig.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.