aboutsummaryrefslogtreecommitdiff
path: root/lib/libsdp
Commit message (Collapse)AuthorAgeFilesLines
* Add mandatory "security description" SDP parameter to the PANU profileMaksim Yevmenkin2008-03-191-0/+2
| | | | | | | | Pointed-out by: Iain Hibbert < plunky at rya-online dot net > MFC after: 3 days Notes: svn path=/head/; revision=177364
* Add PSM and Load Factor SDP parameters to the BNEP based profilesMaksim Yevmenkin2008-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 Notes: svn path=/head/; revision=177358
* Add structures to hold SDP parameters for the NAP, GN and PANU profiles.Maksim Yevmenkin2008-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 Notes: svn path=/head/; revision=177044
* Fix bug in handling SDP continuation state.Maksim Yevmenkin2007-11-161-5/+5
| | | | | | | | Reported by: Eric Millbrandt emillbrandt at coldhaus dot com MFC after: 3 days Notes: svn path=/head/; revision=173673
* Bump library versions in preparation for 7.0.Daniel Eischen2007-05-211-1/+1
| | | | | | | Ok'd by: kan Notes: svn path=/head/; revision=169807
* - Add new service class definitions and a new attribute identifier definitionMarkus Brueffer2006-08-262-3/+19
| | | | | | | | | | - Update URL of the Assigned Numbers document for SDP Approved by: emax (mentor) MFC after: 3 days Notes: svn path=/head/; revision=161662
* Fix an unwanted gcc4 warning.Maksim Yevmenkin2006-06-062-4/+4
| | | | | | | | Submitted by: delphij MFC after: 3 days Notes: svn path=/head/; revision=159350
* Bump the shared library version number of all libraries that have notKen Smith2005-07-221-1/+1
| | | | | | | | | | been bumped since RELENG_5. Reviewed by: ru Approved by: re (not needed for commit check but in principle...) Notes: svn path=/head/; revision=148297
* Assorted markup fixes.Ruslan Ermilov2005-06-151-1/+1
| | | | | | | Approved by: re Notes: svn path=/head/; revision=147402
* Do not tread 128-bit UUID as int128. Provide separate macros to get/putMaksim Yevmenkin2005-05-273-9/+81
| | | | | | | | | 128-bit UUID libsdp(3). Fix 128-bit UUID printing in sdpcontrol(8). MFC after: 3 days Notes: svn path=/head/; revision=146691
* Sort sections.Ruslan Ermilov2005-01-201-2/+2
| | | | Notes: svn path=/head/; revision=140505
* Add workaround for {not so|too} smart phones that cannot handle SDP attributeMaksim Yevmenkin2004-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 Notes: svn path=/head/; revision=138633
* Make whatis(1) happy about the NAME section.Ruslan Ermilov2004-07-051-57/+60
| | | | | | | Slightly fix markup and grammar. Notes: svn path=/head/; revision=131637
* Mechanically kill hard sentence breaks.Ruslan Ermilov2004-07-021-4/+7
| | | | Notes: svn path=/head/; revision=131504
* Removed trailing whitespace.Ruslan Ermilov2004-07-021-1/+1
| | | | Notes: svn path=/head/; revision=131472
* Make sure Bluetooth stuff can be compiled on amd64Maksim Yevmenkin2004-04-091-2/+2
| | | | | | | Submitted by: ps Notes: svn path=/head/; revision=128076
* Add extra sanity check for SDP packets in libsdp(3)Maksim Yevmenkin2004-02-261-0/+1
| | | | | | | Fix yet another endianess bug in sdpd(8) Notes: svn path=/head/; revision=126297
* Cleanup CFLAGS in libsdp(3) MakefileMaksim Yevmenkin2004-01-251-1/+1
| | | | | | | | | Connect sdpd(8) to the build Reviewed by: ru, imp (mentor) Notes: svn path=/head/; revision=124986
* Import sdpd(8) sources. This is Bluetooth Service Discovery Protocol daemon.Maksim Yevmenkin2004-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 Notes: svn path=/head/; revision=124758
* Change sdp_open_local(3) API. It now takes a path to a control socketMaksim Yevmenkin2004-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 Notes: svn path=/head/; revision=124317
* Prepare libsdp(3) for the upcoming sdpd importMaksim Yevmenkin2004-01-096-112/+190
| | | | | | | | | Also while i'm here s/u_int/uint Reviewed by: imp (mentor), ru Notes: svn path=/head/; revision=124305
* Fix few typosMaksim Yevmenkin2003-11-111-1/+1
| | | | | | | | Reviewed by: imp, julian, ru Approved by: imp (mentor) Notes: svn path=/head/; revision=122451
* revert previous change. we don't need to include types.h.Hajimu UMEMOTO2003-10-261-1/+0
| | | | Notes: svn path=/head/; revision=121570
* Switch Advanced Sockets API for IPv6 from RFC2292 to RFC3542Hajimu UMEMOTO2003-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 Notes: svn path=/head/; revision=121472
* Update Bluetooth code.Maksim Yevmenkin2003-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) Notes: svn path=/head/; revision=121054