summaryrefslogtreecommitdiff
path: root/usr.sbin/sdpd/server.c
AgeCommit message (Expand)Author
2021-08-08introduce a SOL_LOCAL for unix-domain socket level socket optionsnia
2012-03-01Fix format string. Make sure it doesn't reappear by using __printf_likejoerg
2011-07-01Fix memset usage.joerg
2010-10-18move debug output before the loop, which possibly changes the value of fdplunky
2010-03-07add some LOG_DEBUGplunky
2009-05-12Add in the new Service Discovery Protocol API as announced previously inplunky
2009-04-18Fix -Wcast-qual and -Wsign-compare issueslukem
2009-01-15use msg_flags field to determineplunky
2007-12-15replace instances of __attribute__((__packed__)) with __packedperry
2007-03-18Add an option to permit members of a specific group to register services, inplunky
2007-02-22use CMSG_LEN and SOCKCREDSIZE macros to validate length because whenplunky
2006-06-19Initial import of bluetooth stack on behalf of Iain Hibbert. (plunky@,gdamore