<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba.git/source3/lib/socket_wrapper, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/'/>
<entry>
<title>Use single copy of socket_wrapper in Samba 3 and Samba 4.</title>
<updated>2008-09-16T14:39:45+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2008-09-16T14:39:45+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=41669237cd714c59af9e634cb2ac162d6ee57e82'/>
<id>41669237cd714c59af9e634cb2ac162d6ee57e82</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix warnings on FreeBSD-based platforms</title>
<updated>2008-07-22T13:00:48+00:00</updated>
<author>
<name>Zach Loafman</name>
<email>zachary.loafman@isilon.com</email>
</author>
<published>2008-07-03T19:21:33+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=863a6aa07e543e30f2075a597129f6c39222beef'/>
<id>863a6aa07e543e30f2075a597129f6c39222beef</id>
<content type='text'>
Fix two shadowed declaration warnings on FreeBSD-based platform:
'reboot' is a 4.0BSD syscall in unistd.h and 'tcp_seq' is a typedef in
netinet/tcp.h.
(This used to be commit 14d2a4da1da38d6f69c63505d35990322f253e5d)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix two shadowed declaration warnings on FreeBSD-based platform:
'reboot' is a 4.0BSD syscall in unistd.h and 'tcp_seq' is a typedef in
netinet/tcp.h.
(This used to be commit 14d2a4da1da38d6f69c63505d35990322f253e5d)
</pre>
</div>
</content>
</entry>
<entry>
<title>socket_wrapper: truncate packets to a 1500 byte payload</title>
<updated>2008-06-10T09:38:11+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2008-06-10T06:33:24+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=5380fd800d90f0463f99dbd9efb78feb177b1790'/>
<id>5380fd800d90f0463f99dbd9efb78feb177b1790</id>
<content type='text'>
Truncate sendto(), recvfrom(), send() and recv() to 1500 bytes
so that're getting a correctly formatted pcap file and the result
look more like real network traffic.

metze
(cherry picked from commit 5b01206f1bb2e62c08bda34b45904ec4f83ac5de)
(This used to be commit eb8c37a1ca97b41de00ec937a90bfdbe9cd21531)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Truncate sendto(), recvfrom(), send() and recv() to 1500 bytes
so that're getting a correctly formatted pcap file and the result
look more like real network traffic.

metze
(cherry picked from commit 5b01206f1bb2e62c08bda34b45904ec4f83ac5de)
(This used to be commit eb8c37a1ca97b41de00ec937a90bfdbe9cd21531)
</pre>
</div>
</content>
</entry>
<entry>
<title>socket_wrapper: sync missing stuff from v4-0-test</title>
<updated>2008-06-10T09:38:05+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2008-06-10T07:21:05+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=d57b8280d6ded808ab82767789f45629abe95dde'/>
<id>d57b8280d6ded808ab82767789f45629abe95dde</id>
<content type='text'>
metze
(This used to be commit b03c2793548834a1dc0483b03081d872ab1e17f0)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
metze
(This used to be commit b03c2793548834a1dc0483b03081d872ab1e17f0)
</pre>
</div>
</content>
</entry>
<entry>
<title>Factor out IP marshalling into separate function.</title>
<updated>2008-06-10T09:36:39+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2008-02-19T22:53:04+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=e2fe170423c7ac1b11a1a601c5c383e99e9682a2'/>
<id>e2fe170423c7ac1b11a1a601c5c383e99e9682a2</id>
<content type='text'>
(cherry picked from commit 2548c2a1e7dab8abc00f8f49374a08cc0b427552)
(This used to be commit e4e015caac88f6e31ca6d8fcda5a97a11aee226d)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit 2548c2a1e7dab8abc00f8f49374a08cc0b427552)
(This used to be commit e4e015caac88f6e31ca6d8fcda5a97a11aee226d)
</pre>
</div>
</content>
</entry>
<entry>
<title>r25783: socket_wrapper: don't include "includes.h"</title>
<updated>2008-06-10T09:36:39+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2007-11-01T12:10:59+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=a7967bc84ce6e5177659060c8c2baf120d9686a2'/>
<id>a7967bc84ce6e5177659060c8c2baf120d9686a2</id>
<content type='text'>
metze
(cherry picked from commit 47f865165e772540334dcbcf80cfc1999b0132fa)
(This used to be commit 4d5bfcc731b44267e2c30fccdca72b6058b16bfb)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
metze
(cherry picked from commit 47f865165e772540334dcbcf80cfc1999b0132fa)
(This used to be commit 4d5bfcc731b44267e2c30fccdca72b6058b16bfb)
</pre>
</div>
</content>
</entry>
<entry>
<title>r23420: try to make the IBM checker happy</title>
<updated>2008-06-10T09:36:39+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2007-06-11T14:41:14+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=9b7b444e35493100df2258dc78db59f0f6237d0d'/>
<id>9b7b444e35493100df2258dc78db59f0f6237d0d</id>
<content type='text'>
metze
(cherry picked from commit 96f1a0dfaa18a432fca4b5432d929d8daed0abb1)
(This used to be commit 801ed0b79956133f2baa6b2db4a7dd5a68060edc)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
metze
(cherry picked from commit 96f1a0dfaa18a432fca4b5432d929d8daed0abb1)
(This used to be commit 801ed0b79956133f2baa6b2db4a7dd5a68060edc)
</pre>
</div>
</content>
</entry>
<entry>
<title>r22236: Update to Heimdal's socket_wrapper, which supports IPv6.</title>
<updated>2008-06-10T09:36:38+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2008-06-10T07:00:37+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=c8eccf53810bef0d5b5245a3b8538cfb0e6879fb'/>
<id>c8eccf53810bef0d5b5245a3b8538cfb0e6879fb</id>
<content type='text'>
To make this pass, I needed to add support for 6 and 17 as valid
protocol values to socket().

Andrew Bartlett
(partly cherry picked from commit 2254e61a1e5b29a64c5a24aac029ace193057e24)

metze
(This used to be commit 66b9f6f3722defd0863b055916b302478715704b)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To make this pass, I needed to add support for 6 and 17 as valid
protocol values to socket().

Andrew Bartlett
(partly cherry picked from commit 2254e61a1e5b29a64c5a24aac029ace193057e24)

metze
(This used to be commit 66b9f6f3722defd0863b055916b302478715704b)
</pre>
</div>
</content>
</entry>
<entry>
<title>r21729: Some more tests</title>
<updated>2008-06-10T09:36:38+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2007-03-06T23:03:34+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=235915063957dc9ff31a8e6777e0f63b7f3bf07c'/>
<id>235915063957dc9ff31a8e6777e0f63b7f3bf07c</id>
<content type='text'>
(cherry picked from commit d2baa8218cf504d6631d610f9fd393ad8c61574c)
(This used to be commit cf6d815ba82a25c1e1f1dfdb8548cc588d44d1aa)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(cherry picked from commit d2baa8218cf504d6631d610f9fd393ad8c61574c)
(This used to be commit cf6d815ba82a25c1e1f1dfdb8548cc588d44d1aa)
</pre>
</div>
</content>
</entry>
<entry>
<title>r21671: Add initial simple tests for socket wrapper</title>
<updated>2008-06-10T09:36:38+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2008-06-10T06:53:34+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=bd793fb235cd18da8e9d779c767cac81fa3f758e'/>
<id>bd793fb235cd18da8e9d779c767cac81fa3f758e</id>
<content type='text'>
(partly cherry picked from commit 872e2ad541478597191ca9e31872d5c8e2bbb832)

metze
(This used to be commit 8003f00a28bb7237ec1b1f4eb9687c542a86c2b2)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(partly cherry picked from commit 872e2ad541478597191ca9e31872d5c8e2bbb832)

metze
(This used to be commit 8003f00a28bb7237ec1b1f4eb9687c542a86c2b2)
</pre>
</div>
</content>
</entry>
</feed>
