summaryrefslogtreecommitdiff
path: root/usr.sbin/bluetooth/sdpd/server.c
AgeCommit message (Expand)Author
2025-07-24bluetooth: sdpd: switch to getpeereid() instead of LOCAL_PEERCREDKyle Evans
2023-08-16Remove $FreeBSD$: one-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2017-11-27various: general adoption of SPDX licensing ID tags.Pedro F. Giffuni
2015-04-07Check l2cap socket initialisation and define L2CAP_SOCKET_CHECKEDTakanori Watanabe
2012-01-05Touch up some more small typos missed in the previous round.Ulrich Spörlein
2011-12-30Spelling fixes for usr.sbin/Ulrich Spörlein
2011-12-17In usr.sbin/bluetooth/sdpd/server.c, don't use the size of a pointer asDimitry Andric
2007-02-23Check that the length of the received message is at least as big as a PDUMaksim Yevmenkin
2006-09-21Use socklen_t instead of int32_t where appropriate to pacify new GCC4Maksim Yevmenkin
2006-05-14Fix formatting. Add missing break;Maksim Yevmenkin
2006-03-16Properly convert L2CAP PSM values in sockaddr_l2cap to LE16 byte order.Maksim Yevmenkin
2005-12-06Teach sdpd(8) to check peer's credentials before accepting request toMaksim Yevmenkin
2004-01-20Import sdpd(8) sources. This is Bluetooth Service Discovery Protocol daemon.Maksim Yevmenkin