<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba.git/source4/libcli/raw/clisession.c, branch talloc-2.4.4</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: Fix whitespace</title>
<updated>2023-11-07T12:46:37+00:00</updated>
<author>
<name>Volker Lendecke</name>
<email>vl@samba.org</email>
</author>
<published>2023-10-31T14:48:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=62800d6213e31f926e04db310bc3027e696947cf'/>
<id>62800d6213e31f926e04db310bc3027e696947cf</id>
<content type='text'>
Signed-off-by: Volker Lendecke &lt;vl@samba.org&gt;
Reviewed-by: Ralph Boehme &lt;slow@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Volker Lendecke &lt;vl@samba.org&gt;
Reviewed-by: Ralph Boehme &lt;slow@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>s4/libcli/raw: clang: Fix 'Value stored to 'p' is never read'</title>
<updated>2019-09-25T09:47:31+00:00</updated>
<author>
<name>Noel Power</name>
<email>noel.power@suse.com</email>
</author>
<published>2019-07-26T16:23:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=088a345f6acd84d888759c935a92737255e17b3f'/>
<id>088a345f6acd84d888759c935a92737255e17b3f</id>
<content type='text'>
Fixes:

source4/libcli/raw/clisession.c:198:4: warning: Value stored to 'p' is never read &lt;--[clang]
                        p += smbcli_req_pull_string(&amp;req-&gt;in.bufinfo, mem_ctx, &amp;parms-&gt;old.out.domain, p, -1, STR_TERMINATE);
                        ^    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
source4/libcli/raw/clisession.c:212:5: warning: Value stored to 'p' is never read &lt;--[clang]
                                p += smbcli_req_pull_string(&amp;req-&gt;in.bufinfo, mem_ctx, &amp;parms-&gt;nt1.out.domain, p, -1, STR_TERMINATE);
                                ^    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
source4/libcli/raw/clisession.c:232:3: warning: Value stored to 'p' is never read &lt;--[clang]
                p += smbcli_req_pull_string(&amp;req-&gt;in.bufinfo, mem_ctx, &amp;parms-&gt;spnego.out.workgroup, p, -1, STR_TERMINATE);
                ^    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Signed-off-by: Noel Power &lt;noel.power@suse.com&gt;
Reviewed-by: Andreas Schneider &lt;asn@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes:

source4/libcli/raw/clisession.c:198:4: warning: Value stored to 'p' is never read &lt;--[clang]
                        p += smbcli_req_pull_string(&amp;req-&gt;in.bufinfo, mem_ctx, &amp;parms-&gt;old.out.domain, p, -1, STR_TERMINATE);
                        ^    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
source4/libcli/raw/clisession.c:212:5: warning: Value stored to 'p' is never read &lt;--[clang]
                                p += smbcli_req_pull_string(&amp;req-&gt;in.bufinfo, mem_ctx, &amp;parms-&gt;nt1.out.domain, p, -1, STR_TERMINATE);
                                ^    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
source4/libcli/raw/clisession.c:232:3: warning: Value stored to 'p' is never read &lt;--[clang]
                p += smbcli_req_pull_string(&amp;req-&gt;in.bufinfo, mem_ctx, &amp;parms-&gt;spnego.out.workgroup, p, -1, STR_TERMINATE);
                ^    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Signed-off-by: Noel Power &lt;noel.power@suse.com&gt;
Reviewed-by: Andreas Schneider &lt;asn@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>s4: libcli: Internal SMB1 pid is already stored as and uses 32-bits. Correct getpid() cast.</title>
<updated>2016-06-18T13:32:17+00:00</updated>
<author>
<name>Jeremy Allison</name>
<email>jra@samba.org</email>
</author>
<published>2016-06-10T23:15:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=e639cf1040c5089b8ee485b424b91cad92695e80'/>
<id>e639cf1040c5089b8ee485b424b91cad92695e80</id>
<content type='text'>
Signed-off-by: Jeremy Allison &lt;jra@samba.org&gt;
Reviewed-by: Alexander Bokovoy &lt;ab@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Jeremy Allison &lt;jra@samba.org&gt;
Reviewed-by: Alexander Bokovoy &lt;ab@samba.org&gt;
</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>Remove unused include param/param.h.</title>
<updated>2008-10-24T14:37:56+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2008-10-24T14:37:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=23302413b3fc9cb3695a255b1ea6883f029b46fe'/>
<id>23302413b3fc9cb3695a255b1ea6883f029b46fe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Pass options struct into session initialization functions rather than</title>
<updated>2008-09-29T23:29:53+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2008-09-29T23:29:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=c8a19f0b8373bec27f4d3638bb731963896f3ff5'/>
<id>c8a19f0b8373bec27f4d3638bb731963896f3ff5</id>
<content type='text'>
using global_loadparm.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
using global_loadparm.
</pre>
</div>
</content>
</entry>
<entry>
<title>Install public header files again and include required prototypes.</title>
<updated>2008-04-02T02:53:27+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2008-04-02T02:53:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=afe3e8172ddaa5e4aa811faceecda4f943d6e2ef'/>
<id>afe3e8172ddaa5e4aa811faceecda4f943d6e2ef</id>
<content type='text'>
(This used to be commit 47ffbbf67435904754469544390b67d34c958343)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(This used to be commit 47ffbbf67435904754469544390b67d34c958343)
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix the build.</title>
<updated>2008-02-21T17:11:44+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2008-02-21T17:11:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=3c20b3eebafe46127a7b69cca573c6a128f8de89'/>
<id>3c20b3eebafe46127a7b69cca573c6a128f8de89</id>
<content type='text'>
(This used to be commit f4b31ad76771d674ec85cd155b023eed377e6eb4)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(This used to be commit f4b31ad76771d674ec85cd155b023eed377e6eb4)
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove yet more global_loadparm instances.</title>
<updated>2008-02-21T17:09:47+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2008-02-21T17:09:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=299265d47b5b2faac39fbf908c738f336ea21e67'/>
<id>299265d47b5b2faac39fbf908c738f336ea21e67</id>
<content type='text'>
(This used to be commit 5de88728ac5c567d3711d1ac6862bbdaced84b75)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(This used to be commit 5de88728ac5c567d3711d1ac6862bbdaced84b75)
</pre>
</div>
</content>
</entry>
</feed>
