summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bluetooth/sdpd
Commit message (Collapse)AuthorAgeFilesLines
* Touch up some more small typos missed in the previous round.uqs2012-01-051-1/+1
| | | | Reported by: Ben Kaduk <minimarmot@gmail.com> et al.
* Spelling fixes for usr.sbin/uqs2011-12-301-1/+1
|
* In usr.sbin/bluetooth/sdpd/server.c, don't use the size of a pointer asdim2011-12-171-1/+1
| | | | | | the length argument to memset, but the size of the object pointed to. MFC after: 1 week
* Straighten out those pesky SDP records for the Bluetoothemax2008-11-251-10/+26
| | | | | | | Service Discovery Application Profile. Discussed with: Iain Hibbert of NetBSD plunky at rya dash online dot net MFC after: 3 weeks
* Add mandatory "security description" SDP parameter to the PANU profileemax2008-03-191-0/+15
| | | | | 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-186-15/+110
| | | | | | | | | | | (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 support for the NAP, GN and PANU profiles to the sdpd(8).emax2008-03-116-6/+562
| | | | | | | It should be mentioned that a somewhat similar patch was submitted by Rako < rako29 at gmail dot com > MFC after: 1 week
* Check that the length of the received message is at least as big as a PDUemax2007-02-231-1/+2
| | | | | | | before we use pdu->len. Submitted by: Iain Hibbert MFC after: 3 days
* Use socklen_t instead of int32_t where appropriate to pacify new GCC4emax2006-09-211-2/+4
| | | | | | | warnings. Submitted by: kan MFC after: 1 week
* Fix formatting. Add missing break;emax2006-05-141-2/+3
| | | | | Submitted by: Iain Hibbert MFC after: 3 days
* Properly convert L2CAP PSM values in sockaddr_l2cap to LE16 byte order.emax2006-03-161-1/+1
| | | | | Noticed by: Iain Hibbert < plunky at rya-online dot net > MFC after: 3 days
* Teach sdpd(8) to check peer's credentials before accepting request toemax2005-12-066-9/+55
| | | | | | | | 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
* Fix all the spelling mistakes I could find in the man pages for wordskeramida2005-07-311-2/+2
| | | | | | | | that have at least 3 characters. MFC after: 1 week Thanks to: Music band ``Chingon'' for keeping me company while searching for these.
* Sort sections.ru2005-01-181-3/+3
|
* Teach sdpd(8) about 32-bit and 128-bit uuid's.emax2005-01-055-13/+162
| | | | MFC after: 3 days
* Avoid casts as lvalues.kan2004-07-281-3/+6
|
* Assorted markup, grammar, and spelling fixes.ru2004-06-131-10/+10
|
* Add extra sanity check for SDP packets in libsdp(3)emax2004-02-261-1/+3
| | | | Fix yet another endianess bug in sdpd(8)
* Fix endianes bugemax2004-02-251-0/+3
|
* Cleanup CFLAGS in libsdp(3) Makefileemax2004-01-251-0/+13
| | | | | | Connect sdpd(8) to the build Reviewed by: ru, imp (mentor)
* Import sdpd(8) sources. This is Bluetooth Service Discovery Protocol daemon.emax2004-01-2025-0/+4283
Extend libsdp(3) API to allow service registration and removal. Fix uninitialized variable bug in sdpcontrol(8). Reviewed by: imp (mentor) No objection: ru
OpenPOWER on IntegriCloud