<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba.git/source4/libcli/raw/rawrequest.c, branch talloc-2.3.3</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/'/>
<entry>
<title>libcli: Use GUID_to_ndr_buf() in smbcli_push_guid()</title>
<updated>2020-10-02T21:30:34+00:00</updated>
<author>
<name>Volker Lendecke</name>
<email>vl@samba.org</email>
</author>
<published>2020-09-29T08:43:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=b1fa3e2bcc5fc2e08d335d2eb470c37f744cb5ab'/>
<id>b1fa3e2bcc5fc2e08d335d2eb470c37f744cb5ab</id>
<content type='text'>
Avoid two talloc/free

Signed-off-by: Volker Lendecke &lt;vl@samba.org&gt;
Reviewed-by: Jeremy Allison &lt;jra@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Avoid two talloc/free

Signed-off-by: Volker Lendecke &lt;vl@samba.org&gt;
Reviewed-by: Jeremy Allison &lt;jra@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix ubsan null pointer passed as argument 2</title>
<updated>2019-05-27T01:29:48+00:00</updated>
<author>
<name>Gary Lockyer</name>
<email>gary@catalyst.net.nz</email>
</author>
<published>2019-05-23T23:00:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=412afb2aef100e09eb433b8f0cae064fc2a736b7'/>
<id>412afb2aef100e09eb433b8f0cae064fc2a736b7</id>
<content type='text'>
Fix ubsan warning null pointer passed as argument 2 when the source
pointer is NULL.  The calls to memcpy are now guarded by an
if (len &gt; 0)

Signed-off-by: Gary Lockyer &lt;gary@catalyst.net.nz&gt;
Reviewed-by: Andreas Schneider &lt;asn@samba.org&gt;

Autobuild-User(master): Gary Lockyer &lt;gary@samba.org&gt;
Autobuild-Date(master): Mon May 27 01:29:48 UTC 2019 on sn-devel-184
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix ubsan warning null pointer passed as argument 2 when the source
pointer is NULL.  The calls to memcpy are now guarded by an
if (len &gt; 0)

Signed-off-by: Gary Lockyer &lt;gary@catalyst.net.nz&gt;
Reviewed-by: Andreas Schneider &lt;asn@samba.org&gt;

Autobuild-User(master): Gary Lockyer &lt;gary@samba.org&gt;
Autobuild-Date(master): Mon May 27 01:29:48 UTC 2019 on sn-devel-184
</pre>
</div>
</content>
</entry>
<entry>
<title>s4:libcli/raw: setup a smbXcli_tcon for each smbcli_tree</title>
<updated>2012-07-24T16:44:05+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2012-07-23T18:57:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=29dc01b1755081b1b7a9b38ad4f7e6fdaa795bf9'/>
<id>29dc01b1755081b1b7a9b38ad4f7e6fdaa795bf9</id>
<content type='text'>
metze
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
metze
</pre>
</div>
</content>
</entry>
<entry>
<title>s4:libcli/raw: setup a smbXcli_session for each smbcli_session</title>
<updated>2012-07-23T20:13:29+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2012-07-23T17:47:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=af90c71ed8e66586aa23f7d0e18efc557c9a0c08'/>
<id>af90c71ed8e66586aa23f7d0e18efc557c9a0c08</id>
<content type='text'>
metze
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
metze
</pre>
</div>
</content>
</entry>
<entry>
<title>s4:libcli/raw: implement on top of smbXcli_conn/req</title>
<updated>2011-11-30T14:13:36+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2011-09-23T06:35:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=4afbda221c20ffa36a1d1e37ef11f86073a49da6'/>
<id>4afbda221c20ffa36a1d1e37ef11f86073a49da6</id>
<content type='text'>
metze

Autobuild-User: Stefan Metzmacher &lt;metze@samba.org&gt;
Autobuild-Date: Wed Nov 30 15:13:36 CET 2011 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
metze

Autobuild-User: Stefan Metzmacher &lt;metze@samba.org&gt;
Autobuild-Date: Wed Nov 30 15:13:36 CET 2011 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>s4:libcli/raw: add transport-&gt;ev as copy of transport-&gt;socket-&gt;event.ctx</title>
<updated>2011-11-29T15:00:08+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2011-11-22T08:36:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=b3d3395e01a015b440a84878c4d540dbaa437a32'/>
<id>b3d3395e01a015b440a84878c4d540dbaa437a32</id>
<content type='text'>
We'll remove transport-&gt;socket soon, but removing transport-&gt;ev
will take a bit longer.

metze
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We'll remove transport-&gt;socket soon, but removing transport-&gt;ev
will take a bit longer.

metze
</pre>
</div>
</content>
</entry>
<entry>
<title>s4:libcli/raw: make use of _smb_setlen_nbt()</title>
<updated>2011-10-19T13:44:29+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2011-10-19T12:01:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=8eed525e0b2b71f5d39657f9c81ce37f819c4a6a'/>
<id>8eed525e0b2b71f5d39657f9c81ce37f819c4a6a</id>
<content type='text'>
metze
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
metze
</pre>
</div>
</content>
</entry>
<entry>
<title>s4:libcli: use tevent_ fn names instead of legacy event_ ones</title>
<updated>2011-08-13T13:54:15+00:00</updated>
<author>
<name>Simo Sorce</name>
<email>ssorce@redhat.com</email>
</author>
<published>2010-05-25T19:26:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=ab81505e080e72c2217cb3946b04eee872397763'/>
<id>ab81505e080e72c2217cb3946b04eee872397763</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>charcnv: removed the allow_badcharcnv and allow_bad_conv options to convert_string*()</title>
<updated>2011-03-24T00:47:26+00:00</updated>
<author>
<name>Andrew Tridgell</name>
<email>tridge@samba.org</email>
</author>
<published>2011-03-23T23:59:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=15e84a9a09c5a86416e964a3258ee35718fbf45a'/>
<id>15e84a9a09c5a86416e964a3258ee35718fbf45a</id>
<content type='text'>
we shouldn't accept bad multi-byte strings, it just hides problems

Autobuild-User: Andrew Tridgell &lt;tridge@samba.org&gt;
Autobuild-Date: Thu Mar 24 01:47:26 CET 2011 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
we shouldn't accept bad multi-byte strings, it just hides problems

Autobuild-User: Andrew Tridgell &lt;tridge@samba.org&gt;
Autobuild-Date: Thu Mar 24 01:47:26 CET 2011 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>Change uint_t to unsigned int in source4</title>
<updated>2010-02-02T06:18:18+00:00</updated>
<author>
<name>Matt Kraai</name>
<email>mkraai@beckman.com</email>
</author>
<published>2010-01-05T17:42:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=d8071e7ed7c57e8b0f2d80420e27f9ea7ab63022'/>
<id>d8071e7ed7c57e8b0f2d80420e27f9ea7ab63022</id>
<content type='text'>
Signed-off-by: Stefan Metzmacher &lt;metze@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Stefan Metzmacher &lt;metze@samba.org&gt;
</pre>
</div>
</content>
</entry>
</feed>
