NetBSD/share
plunky f5db72e7b7 Add 'service level' security for L2CAP and RFCOMM connections, following
the Linux (BlueZ) API.

    - L2CAP or RFCOMM connections can require the baseband radio link
    mode be any of:
	authenticated (devices are paired)
	encrypted (implies authentication)
	secured (encryption, plus generate new link key)

    - for sockets, the mode is set using setsockopt(2) and the socket
    connection will be aborted if the mode change fails.

    - mode settings will be applied during connection establishment, and
    for safety, we enter a wait state and will only proceed when the mode
    settings are successfuly set.

    - It is possible to change the mode on already open connections, but
    not possible to guarantee that data already queued (from either end)
    will not be delivered. (this is a feature, not a bug)

    - bthidev(4) and rfcomm_sppd(1) support "auth", "encrypt" and
    "secure" options

    - btdevctl(8) by default enables "auth" for HIDs, and "encrypt" for
    keyboards (which are required to support it)
2007-04-21 06:15:22 +00:00
..
dict "Transvaal" should be capitalized. 2007-01-30 13:10:49 +00:00
doc fix spelling of accommodate; from Zapher. 2006-11-24 19:46:58 +00:00
examples remove assertion now done in libpuffs 2007-04-20 08:29:28 +00:00
i18n add new encoding support to iconv(3): 2007-04-01 18:52:28 +00:00
legal Per Christos (board): 2005-10-22 06:04:57 +00:00
locale add tr_TR.ISO8859-9 locale. 2007-03-14 15:49:25 +00:00
man Add 'service level' security for L2CAP and RFCOMM connections, following 2007-04-21 06:15:22 +00:00
me Don't remove ${.TARGET} - thanks Alexander for pointing it out. 2004-03-20 20:41:33 +00:00
misc add JFW 2007-04-17 21:21:50 +00:00
mk -O1 on vax isn't quite enough, add -fgcse -fstrength-reduce -fgcse-after-reload 2007-04-15 22:53:08 +00:00
nls Add slovak language libc message catalog. 2003-04-14 05:21:47 +00:00
tabset
termcap Add if, NC, ti and te to wsvt25 termcap entry. Should fix PR 34995. 2007-02-16 21:33:12 +00:00
tmac Initial import of bluetooth stack on behalf of Iain Hibbert. (plunky@, 2006-06-19 15:44:33 +00:00
wscons Install pckbd.fr_CA.iso8859-1 keymap. 2006-09-23 08:09:23 +00:00
zoneinfo Merge tzdata2007e. 2007-04-04 19:02:36 +00:00
Makefile remove rules for sushi. 2006-08-30 03:20:46 +00:00
Makefile.inc