History log of /freebsd-10.1-release/usr.sbin/bluetooth/sdpd/
Revision Date Author Comments
272461 03-Oct-2014 gjb

Copy stable/10@r272459 to releng/10.1 as part of
the 10.1-RELEASE process.

Approved by: re (implicit)
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


229655 05-Jan-2012 uqs

Touch up some more small typos missed in the previous round.

Reported by: Ben Kaduk <minimarmot@gmail.com> et al.


228990 30-Dec-2011 uqs

Spelling fixes for usr.sbin/


228655 17-Dec-2011 dim

In usr.sbin/bluetooth/sdpd/server.c, don't use the size of a pointer as
the length argument to memset, but the size of the object pointed to.

MFC after: 1 week


185320 25-Nov-2008 emax

Straighten out those pesky SDP records for the Bluetooth
Service Discovery Application Profile.

Discussed with: Iain Hibbert of NetBSD plunky at rya dash online dot net
MFC after: 3 weeks


177364 19-Mar-2008 emax

Add mandatory "security description" SDP parameter to the PANU profile

Pointed-out by: Iain Hibbert < plunky at rya-online dot net >
MFC after: 3 days


177358 18-Mar-2008 emax

Add PSM and Load Factor SDP parameters to the BNEP based profiles
(NAP, GN and PANU). No reason to not to support them.

Separate SDP parameters data structures for the BNEP based profiles.

Generalize Service Availability SDP parameter creation.

Requested by: Iain Hibbert < plunky at rya-online dot net >
MFC after: 3 days


177059 11-Mar-2008 emax

Add support for the NAP, GN and PANU profiles to the sdpd(8).
It should be mentioned that a somewhat similar patch was
submitted by Rako < rako29 at gmail dot com >

MFC after: 1 week


166915 23-Feb-2007 emax

Check that the length of the received message is at least as big as a PDU
before we use pdu->len.

Submitted by: Iain Hibbert
MFC after: 3 days


162494 21-Sep-2006 emax

Use socklen_t instead of int32_t where appropriate to pacify new GCC4
warnings.

Submitted by: kan
MFC after: 1 week


158579 14-May-2006 emax

Fix formatting. Add missing break;

Submitted by: Iain Hibbert
MFC after: 3 days


156784 16-Mar-2006 emax

Properly convert L2CAP PSM values in sockaddr_l2cap to LE16 byte order.

Noticed by: Iain Hibbert < plunky at rya-online dot net >
MFC after: 3 days


153176 06-Dec-2005 emax

Teach sdpd(8) to check peer's credentials before accepting request to
register, remove or change services in the local database. For now only
accept the request if the peer has effective user ID the same as 'root'
user ID.

MFC after: 1 week


148580 31-Jul-2005 keramida

Fix all the spelling mistakes I could find in the man pages for words
that have at least 3 characters.

MFC after: 1 week
Thanks to: Music band ``Chingon''
for keeping me company while searching for these.


140442 18-Jan-2005 ru

Sort sections.


139721 05-Jan-2005 emax

Teach sdpd(8) about 32-bit and 128-bit uuid's.

MFC after: 3 days


132790 28-Jul-2004 kan

Avoid casts as lvalues.


130420 13-Jun-2004 ru

Assorted markup, grammar, and spelling fixes.


126297 26-Feb-2004 emax

Add extra sanity check for SDP packets in libsdp(3)
Fix yet another endianess bug in sdpd(8)


126245 25-Feb-2004 emax

Fix endianes bug


124986 25-Jan-2004 emax

Cleanup CFLAGS in libsdp(3) Makefile
Connect sdpd(8) to the build

Reviewed by: ru, imp (mentor)


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