Home | History | Annotate | Download | only in libbluetooth
History log of /src/lib/libbluetooth/sdp_put.c
RevisionDateAuthorComments
 1.6  16-Apr-2011  plunky when placing an attribute/value pair, validate that the value given
is a single data element
 1.5  05-Apr-2011  plunky Don't add the passed in 'len' value while testing if the data
space is large enough, to handle the edge case where len is
large (up to SSIZE_MAX may be valid on some machines) causing
pointers to wrap around and the fail condition to be missed.
 1.4  04-Apr-2011  plunky correct inverted logic (if sdp_put_data fails, sdp_put_attr should fail)
 1.3  13-Nov-2010  plunky quell some lint warnings
 1.2  14-May-2009  plunky fix some signed vs unsigned comparison issues
 1.1  12-May-2009  plunky branches: 1.1.2;
Add in the new Service Discovery Protocol API as announced previously in
http://mail-index.netbsd.org/tech-userlevel/2009/02/27/msg001764.html

in lib/libbluetooth, add new SDP functions and bump minor version
replace usr.sbin/sdpd with new version
install sdp.h and sdp.3 from lib/libbluetooth

(Don't remove libsdp yet since some programs still refer to it)
 1.1.2.2  13-May-2009  jym Sync with HEAD.

Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
 1.1.2.1  12-May-2009  jym file sdp_put.c was added on branch jym-xensuspend on 2009-05-13 19:18:20 +0000

RSS XML Feed