summaryrefslogtreecommitdiffstats
path: root/lib/libsdp
Commit message (Collapse)AuthorAgeFilesLines
* Change the SDP_GET* macros to cast to a const buffer.ed2011-10-161-3/+3
| | | | This fixes a compiler warning when passing a const buffer to them.
* Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki whilejoel2010-08-161-1/+1
| | | | | | translating these manual pages. Minor corrections by me. Submitted by: Nobuyuki Koganemaru <n-kogane@syd.odn.ne.jp>
* Bump the version of all non-symbol-versioned shared libraries inkensmith2009-07-191-1/+1
| | | | | | | | preparation for 8.0-RELEASE. Add the previous version of those libraries to ObsoleteFiles.inc and bump __FreeBSD_Version. Reviewed by: kib Approved by: re (rwatson)
* Add mandatory "security description" SDP parameter to the PANU profileemax2008-03-191-0/+2
| | | | | Pointed-out by: Iain Hibbert < plunky at rya-online dot net > MFC after: 3 days
* Add PSM and Load Factor SDP parameters to the BNEP based profilesemax2008-03-181-9/+24
| | | | | | | | | | | (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
* Add structures to hold SDP parameters for the NAP, GN and PANU profiles.emax2008-03-111-0/+17
| | | | | | | It should be mentioned that a somewhat similar patch was submitted by Rako < rako29 at gmail dot com > MFC after: 1 week
* Fix bug in handling SDP continuation state.emax2007-11-161-5/+5
| | | | | Reported by: Eric Millbrandt emillbrandt at coldhaus dot com MFC after: 3 days
* Bump library versions in preparation for 7.0.deischen2007-05-211-1/+1
| | | | Ok'd by: kan
* - Add new service class definitions and a new attribute identifier definitionmarkus2006-08-262-3/+19
| | | | | | | - Update URL of the Assigned Numbers document for SDP Approved by: emax (mentor) MFC after: 3 days
* Fix an unwanted gcc4 warning.emax2006-06-062-4/+4
| | | | | Submitted by: delphij MFC after: 3 days
* Bump the shared library version number of all libraries that have notkensmith2005-07-221-1/+1
| | | | | | | been bumped since RELENG_5. Reviewed by: ru Approved by: re (not needed for commit check but in principle...)
* Assorted markup fixes.ru2005-06-151-1/+1
| | | | Approved by: re
* Do not tread 128-bit UUID as int128. Provide separate macros to get/putemax2005-05-273-9/+81
| | | | | | 128-bit UUID libsdp(3). Fix 128-bit UUID printing in sdpcontrol(8). MFC after: 3 days
* Sort sections.ru2005-01-201-2/+2
|
* Add workaround for {not so|too} smart phones that cannot handle SDP attributeemax2004-12-091-12/+43
| | | | | | | | | | ID ranges that consist of exactly one attribute ID. libsdp(3) will check start and end of the attribute ID range and if they are the same the range will be collapsed to one atribute ID. The problem was observed on Audiovox SMT5600 and Palm Treo 650. MFC after: 3 days
* Make whatis(1) happy about the NAME section.ru2004-07-051-57/+60
| | | | Slightly fix markup and grammar.
* Mechanically kill hard sentence breaks.ru2004-07-021-4/+7
|
* Removed trailing whitespace.ru2004-07-021-1/+1
|
* Make sure Bluetooth stuff can be compiled on amd64emax2004-04-091-2/+2
| | | | Submitted by: ps
* Add extra sanity check for SDP packets in libsdp(3)emax2004-02-261-0/+1
| | | | Fix yet another endianess bug in sdpd(8)
* Cleanup CFLAGS in libsdp(3) Makefileemax2004-01-251-1/+1
| | | | | | Connect sdpd(8) to the build Reviewed by: ru, imp (mentor)
* Import sdpd(8) sources. This is Bluetooth Service Discovery Protocol daemon.emax2004-01-205-7/+379
| | | | | | | | Extend libsdp(3) API to allow service registration and removal. Fix uninitialized variable bug in sdpcontrol(8). Reviewed by: imp (mentor) No objection: ru
* Change sdp_open_local(3) API. It now takes a path to a control socketemax2004-01-093-5/+14
| | | | | | | | Teach sdpcontrol(8) how to talk to the local SDP server Update man pages s/u_int/uint Reviewed by: imp (mentor), ru
* Prepare libsdp(3) for the upcoming sdpd importemax2004-01-096-112/+190
| | | | | | Also while i'm here s/u_int/uint Reviewed by: imp (mentor), ru
* Fix few typosemax2003-11-111-1/+1
| | | | | Reviewed by: imp, julian, ru Approved by: imp (mentor)
* revert previous change. we don't need to include types.h.ume2003-10-261-1/+0
|
* Switch Advanced Sockets API for IPv6 from RFC2292 to RFC3542ume2003-10-241-0/+1
| | | | | | | | | | (aka RFC2292bis). Though I believe this commit doesn't break backward compatibility againt existing binaries, it breaks backward compatibility of API. Now, the applications which use Advanced Sockets API such as telnet, ping6, mld6query and traceroute6 use RFC3542 API. Obtained from: KAME
* Update Bluetooth code.emax2003-10-127-0/+1880
Reviewed by: M. Warner Losh <imp@bsdimp.com>; John Hay <jhay@freebsd.org> Approved by: M. Warner Losh <imp@bsdimp.com> (mentor)
OpenPOWER on IntegriCloud