uqs
2b302aad9f
Touch up some more small typos missed in the previous round.
...
Reported by: Ben Kaduk <minimarmot@gmail.com> et al.
2012-01-05 21:36:45 +00:00
uqs
415a3a9b96
Spelling fixes for usr.sbin/
2011-12-30 10:58:14 +00:00
dim
6932d3de69
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
2011-12-17 19:26:03 +00:00
emax
3a81cef602
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
2008-11-25 21:54:42 +00:00
emax
7704e14e90
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
2008-03-19 00:06:30 +00:00
emax
a55b468d9c
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
2008-03-18 18:21:39 +00:00
emax
a88b6bb824
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
2008-03-11 16:51:07 +00:00
emax
33ad295701
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
2007-02-23 19:37:47 +00:00
emax
aed4a149cb
Use socklen_t instead of int32_t where appropriate to pacify new GCC4
...
warnings.
Submitted by: kan
MFC after: 1 week
2006-09-21 02:32:28 +00:00
emax
c1402da0d8
Fix formatting. Add missing break;
...
Submitted by: Iain Hibbert
MFC after: 3 days
2006-05-14 22:19:38 +00:00
emax
21e354aa2a
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
2006-03-16 18:26:54 +00:00
emax
33f5a902c5
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
2005-12-06 17:56:36 +00:00
keramida
ac7c9f771d
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.
2005-07-31 03:30:48 +00:00
ru
c05985f13f
Sort sections.
2005-01-18 20:02:45 +00:00
emax
681c866d3b
Teach sdpd(8) about 32-bit and 128-bit uuid's.
...
MFC after: 3 days
2005-01-05 18:37:37 +00:00
kan
c8e1a3d9de
Avoid casts as lvalues.
2004-07-28 07:20:04 +00:00
ru
dc54ee200d
Assorted markup, grammar, and spelling fixes.
2004-06-13 18:03:44 +00:00
emax
58a98b5bd1
Add extra sanity check for SDP packets in libsdp(3)
...
Fix yet another endianess bug in sdpd(8)
2004-02-26 20:44:55 +00:00
emax
79ae057bef
Fix endianes bug
2004-02-25 22:43:43 +00:00
emax
4332093169
Cleanup CFLAGS in libsdp(3) Makefile
...
Connect sdpd(8) to the build
Reviewed by: ru, imp (mentor)
2004-01-25 21:33:59 +00:00
emax
8a9c8a287a
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
2004-01-20 20:48:26 +00:00