summaryrefslogtreecommitdiff
path: root/lib/libsdp
Commit message (Collapse)AuthorAgeFilesLines
* 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-111/+189
| | | | | | | | | 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