<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/lib/libsdp/search.c, branch stable/6</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=stable%2F6</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=stable%2F6'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2007-11-21T17:36:14Z</updated>
<entry>
<title>Fix bug in handling SDP continuation state.</title>
<updated>2007-11-21T17:36:14Z</updated>
<author>
<name>Maksim Yevmenkin</name>
<email>emax@FreeBSD.org</email>
</author>
<published>2007-11-21T17:36:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=fb508866be9cd9817092024cee82c787e4d2e157'/>
<id>urn:sha1:fb508866be9cd9817092024cee82c787e4d2e157</id>
<content type='text'>
Approved by:	re (kensmith)
Reported by:	Eric Millbrandt emillbrandt at coldhaus dot com
</content>
</entry>
<entry>
<title>Add workaround for {not so|too} smart phones that cannot handle SDP attribute</title>
<updated>2004-12-09T18:57:12Z</updated>
<author>
<name>Maksim Yevmenkin</name>
<email>emax@FreeBSD.org</email>
</author>
<published>2004-12-09T18:57:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=ed9a95c4a105a7b8729595c815623ef924619195'/>
<id>urn:sha1:ed9a95c4a105a7b8729595c815623ef924619195</id>
<content type='text'>
ID ranges that consist of exactly one attribute ID. libsdp(3) will check start
and end of the attribute ID range and if they are the same the range will be
collapsed to one atribute ID.

The problem was observed on Audiovox SMT5600 and Palm Treo 650.

MFC after:	3 days
</content>
</entry>
<entry>
<title>Add extra sanity check for SDP packets in libsdp(3)</title>
<updated>2004-02-26T20:44:55Z</updated>
<author>
<name>Maksim Yevmenkin</name>
<email>emax@FreeBSD.org</email>
</author>
<published>2004-02-26T20:44:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=0d60ad30ca6d9e71aeaca783266b22ea711979f3'/>
<id>urn:sha1:0d60ad30ca6d9e71aeaca783266b22ea711979f3</id>
<content type='text'>
Fix yet another endianess bug in sdpd(8)
</content>
</entry>
<entry>
<title>Import sdpd(8) sources. This is Bluetooth Service Discovery Protocol daemon.</title>
<updated>2004-01-20T20:48:26Z</updated>
<author>
<name>Maksim Yevmenkin</name>
<email>emax@FreeBSD.org</email>
</author>
<published>2004-01-20T20:48:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=07be7a6c2edb7aa5b3f80ba3d13ace5e22d2b47d'/>
<id>urn:sha1:07be7a6c2edb7aa5b3f80ba3d13ace5e22d2b47d</id>
<content type='text'>
Extend libsdp(3) API to allow service registration and removal.
Fix uninitialized variable bug in sdpcontrol(8).

Reviewed by: imp (mentor)
No objection: ru
</content>
</entry>
<entry>
<title>Prepare libsdp(3) for the upcoming sdpd import</title>
<updated>2004-01-09T18:19:12Z</updated>
<author>
<name>Maksim Yevmenkin</name>
<email>emax@FreeBSD.org</email>
</author>
<published>2004-01-09T18:19:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=6aae6f7e7aa3b66bf251fa5843bfcf34c746ed70'/>
<id>urn:sha1:6aae6f7e7aa3b66bf251fa5843bfcf34c746ed70</id>
<content type='text'>
Also while i'm here s/u_int/uint

Reviewed by:	imp (mentor), ru
</content>
</entry>
<entry>
<title>revert previous change.  we don't need to include types.h.</title>
<updated>2003-10-26T11:11:13Z</updated>
<author>
<name>Hajimu UMEMOTO</name>
<email>ume@FreeBSD.org</email>
</author>
<published>2003-10-26T11:11:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=69d79fc4215ab3242c7e5a9a5ca8f85f5919e739'/>
<id>urn:sha1:69d79fc4215ab3242c7e5a9a5ca8f85f5919e739</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Switch Advanced Sockets API for IPv6 from RFC2292 to RFC3542</title>
<updated>2003-10-24T18:26:30Z</updated>
<author>
<name>Hajimu UMEMOTO</name>
<email>ume@FreeBSD.org</email>
</author>
<published>2003-10-24T18:26:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=f95d46333db63ce9df4e8a2ca8c5c09bc0edfe72'/>
<id>urn:sha1:f95d46333db63ce9df4e8a2ca8c5c09bc0edfe72</id>
<content type='text'>
(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
</content>
</entry>
<entry>
<title>Update Bluetooth code.</title>
<updated>2003-10-12T22:04:24Z</updated>
<author>
<name>Maksim Yevmenkin</name>
<email>emax@FreeBSD.org</email>
</author>
<published>2003-10-12T22:04:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=0986ab12e44caea472245845f9a89ced4f137d73'/>
<id>urn:sha1:0986ab12e44caea472245845f9a89ced4f137d73</id>
<content type='text'>
Reviewed by: M. Warner Losh &lt;imp@bsdimp.com&gt;; John Hay &lt;jhay@freebsd.org&gt;
Approved by: M. Warner Losh &lt;imp@bsdimp.com&gt; (mentor)
</content>
</entry>
</feed>
