History log of /freebsd-10-stable/usr.sbin/bluetooth/sdpcontrol/
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
290395 05-Nov-2015 emax

MFC r289637

check boundaries while parsing SDP responses

Reported by: hps
Reviewed by: hps

282958 15-May-2015 trasz

MFC r278360:

Make hccontrol(8) and sdpcontrol(8) appear in "man -k bluetooth" output.

Sponsored by: The FreeBSD Foundation

256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


236500 03-Jun-2012 joel

mdoc: add missing width argument to Bl -tag.


208028 13-May-2010 uqs

mdoc: move remaining sections into consistent order

This pertains mostly to FILES, HISTORY, EXIT STATUS and AUTHORS sections.

Found by: mdocml lint run
Reviewed by: ru


173335 04-Nov-2007 emax

Allow search for any UUID entered by user.

MFC after: 3 days


147869 09-Jul-2005 markus

- Grammar fixes
- s/spdcontrol/sdpcontrol/

Approved by: re (hrs, rwatson), brueffer
MFC after: 3 days


146691 27-May-2005 emax

Do not tread 128-bit UUID as int128. Provide separate macros to get/put
128-bit UUID libsdp(3). Fix 128-bit UUID printing in sdpcontrol(8).

MFC after: 3 days


140368 17-Jan-2005 ru

Added the EXIT STATUS section where appropriate.


133178 05-Aug-2004 emax

- One can use both BD_ADDR or name to specify address of the Bluetooth device.
Update man pages to document this fact.

- Update usage messages

- Change u_intXXX to uintXXX


130420 13-Jun-2004 ru

Assorted markup, grammar, and spelling fixes.


128076 09-Apr-2004 emax

Make sure Bluetooth stuff can be compiled on amd64

Submitted by: ps


124758 20-Jan-2004 emax

Import sdpd(8) sources. This is Bluetooth Service Discovery Protocol daemon.
Extend libsdp(3) API to allow service registration and removal.
Fix uninitialized variable bug in sdpcontrol(8).

Reviewed by: imp (mentor)
No objection: ru


124317 09-Jan-2004 emax

Change sdp_open_local(3) API. It now takes a path to a control socket
Teach sdpcontrol(8) how to talk to the local SDP server
Update man pages
s/u_int/uint

Reviewed by: imp (mentor), ru


121054 12-Oct-2003 emax

Update Bluetooth code.

Reviewed by: M. Warner Losh <imp@bsdimp.com>; John Hay <jhay@freebsd.org>
Approved by: M. Warner Losh <imp@bsdimp.com> (mentor)