<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba.git/source4/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>Revert "Add configure test for vdeplug library."</title>
<updated>2008-06-10T07:52:04+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2008-06-10T07:52:04+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=7206c5fc4a0fc9d310fef199c6ff9d0300bc956b'/>
<id>7206c5fc4a0fc9d310fef199c6ff9d0300bc956b</id>
<content type='text'>
This reverts commit 89590d7dfe0735093a4a5b66eeed9276df043ac9.

We don't need this yet and currently config.m4 is also used
by samba3 which bail out with the check in it, as it doesn't
know about the SMB_EXT_LIB() macro

metze
(This used to be commit bd0ec1754e6e187d421a718410ecd7c21922aa8b)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 89590d7dfe0735093a4a5b66eeed9276df043ac9.

We don't need this yet and currently config.m4 is also used
by samba3 which bail out with the check in it, as it doesn't
know about the SMB_EXT_LIB() macro

metze
(This used to be commit bd0ec1754e6e187d421a718410ecd7c21922aa8b)
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix initialization warnings.</title>
<updated>2008-06-10T07:13:32+00:00</updated>
<author>
<name>Jeremy Allison</name>
<email>jra@samba.org</email>
</author>
<published>2007-12-21T20:11:23+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=85087ce095499dbadc5e9e394c22b08e6206a6f2'/>
<id>85087ce095499dbadc5e9e394c22b08e6206a6f2</id>
<content type='text'>
Jeremy.
(cherry picked from commit 832c093830cb3978641be3d87670fa900105da25)
(This used to be commit 3a4198b1181d6b97804afebbb91dac5a8242f615)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Jeremy.
(cherry picked from commit 832c093830cb3978641be3d87670fa900105da25)
(This used to be commit 3a4198b1181d6b97804afebbb91dac5a8242f615)
</pre>
</div>
</content>
</entry>
<entry>
<title>Some C++ warnings</title>
<updated>2008-06-10T07:13:08+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2008-06-10T07:13:08+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=c8100b48d1a747b589779a129324e49590167ae8'/>
<id>c8100b48d1a747b589779a129324e49590167ae8</id>
<content type='text'>
(partialy cherry picked from commit 5ab82d4f574f2a2e2761e9e414c66a70aeffb05d)

metze
(This used to be commit 4933cd49ac81454cbd4b0fc33d888585a9437b9d)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(partialy cherry picked from commit 5ab82d4f574f2a2e2761e9e414c66a70aeffb05d)

metze
(This used to be commit 4933cd49ac81454cbd4b0fc33d888585a9437b9d)
</pre>
</div>
</content>
</entry>
<entry>
<title>socket_wrapper: truncate packets to a 1500 byte payload</title>
<updated>2008-06-10T06:43:02+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=47b106c0ae8b91c9cccfc21bf8e4e416b1abfd5d'/>
<id>47b106c0ae8b91c9cccfc21bf8e4e416b1abfd5d</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
(This used to be commit 5b01206f1bb2e62c08bda34b45904ec4f83ac5de)
</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
(This used to be commit 5b01206f1bb2e62c08bda34b45904ec4f83ac5de)
</pre>
</div>
</content>
</entry>
<entry>
<title>Use variables for source directory in remaining subsystems.</title>
<updated>2008-05-18T18:30:46+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2008-05-18T18:30:46+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=333c169529a3f64a28fcaff1056069867fd56a90'/>
<id>333c169529a3f64a28fcaff1056069867fd56a90</id>
<content type='text'>
(This used to be commit 6b6b2196a8a8d9e741f5c399185ded7a16938da0)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(This used to be commit 6b6b2196a8a8d9e741f5c399185ded7a16938da0)
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3</title>
<updated>2008-04-08T01:45:06+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2008-04-08T01:45:06+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=b5d84a74d146cfe0d2e0c336a88bd269ad61cded'/>
<id>b5d84a74d146cfe0d2e0c336a88bd269ad61cded</id>
<content type='text'>
Conflicts:

	source/auth/credentials/config.mk
	source/auth/gensec/config.mk
	source/build/smb_build/makefile.pm
	source/heimdal_build/config.mk
	source/lib/events/config.mk
	source/lib/nss_wrapper/config.mk
	source/lib/policy/config.mk
	source/lib/registry/config.mk
	source/lib/socket_wrapper/config.mk
	source/lib/tdb/config.mk
	source/lib/tls/config.mk
	source/lib/util/config.mk
	source/libcli/config.mk
	source/libcli/ldap/config.mk
	source/libnet/config.mk
	source/librpc/config.mk
	source/param/config.mk
	source/rpc_server/config.mk
	source/scripting/ejs/config.mk
	source/smbd/process_model.mk
(This used to be commit 760378e0294dd0cd4523a83448328478632d7e3d)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Conflicts:

	source/auth/credentials/config.mk
	source/auth/gensec/config.mk
	source/build/smb_build/makefile.pm
	source/heimdal_build/config.mk
	source/lib/events/config.mk
	source/lib/nss_wrapper/config.mk
	source/lib/policy/config.mk
	source/lib/registry/config.mk
	source/lib/socket_wrapper/config.mk
	source/lib/tdb/config.mk
	source/lib/tls/config.mk
	source/lib/util/config.mk
	source/libcli/config.mk
	source/libcli/ldap/config.mk
	source/libnet/config.mk
	source/librpc/config.mk
	source/param/config.mk
	source/rpc_server/config.mk
	source/scripting/ejs/config.mk
	source/smbd/process_model.mk
(This used to be commit 760378e0294dd0cd4523a83448328478632d7e3d)
</pre>
</div>
</content>
</entry>
<entry>
<title>Reduce the number of installed headers.</title>
<updated>2008-04-02T11:41:10+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2008-04-02T11:41:10+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=236fc02913adafd80921d4e30aa6ee1e414bef44'/>
<id>236fc02913adafd80921d4e30aa6ee1e414bef44</id>
<content type='text'>
(This used to be commit 2243e24024f09ff9c9c7d0eb735c3b39c9d84424)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(This used to be commit 2243e24024f09ff9c9c7d0eb735c3b39c9d84424)
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge v4.0-test</title>
<updated>2008-03-27T23:44:14+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2008-03-27T23:44:14+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=18d80bdf1fc5a281358aef29324230698eb434d4'/>
<id>18d80bdf1fc5a281358aef29324230698eb434d4</id>
<content type='text'>
(This used to be commit 977dbdeaf363c8905ed9fd0570eba4be80582833)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(This used to be commit 977dbdeaf363c8905ed9fd0570eba4be80582833)
</pre>
</div>
</content>
</entry>
<entry>
<title>socket_wrapper: use LIBREPLACE_NETWORK because EXT_SOCKET and EXT_NSL doesn't exist anymore</title>
<updated>2008-03-18T17:04:22+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2008-03-18T16:59:31+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pviktori/public_git/samba.git/commit/?id=d46636950d44d02de207b88e9c1a26721c4c7d95'/>
<id>d46636950d44d02de207b88e9c1a26721c4c7d95</id>
<content type='text'>
metze
(This used to be commit 1dd8e3775686badfd35dca23d291af93d8cf5695)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
metze
(This used to be commit 1dd8e3775686badfd35dca23d291af93d8cf5695)
</pre>
</div>
</content>
</entry>
</feed>
