<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba.git/source3/client, branch talloc-2.0.8</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>client: Fix talloc_stackframe() free order assertion in developer mode</title>
<updated>2012-09-25T04:43:01+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2012-09-25T00:41:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=c4f143f9d7a1502712d8a6b1c872a13632a5cff3'/>
<id>c4f143f9d7a1502712d8a6b1c872a13632a5cff3</id>
<content type='text'>
Reported-by: Ricky Nance &lt;ricky.nance@weaubleau.k12.mo.us&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reported-by: Ricky Nance &lt;ricky.nance@weaubleau.k12.mo.us&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>s3:client use more access bits for snapshot display</title>
<updated>2012-09-10T15:58:19+00:00</updated>
<author>
<name>Christian Ambach</name>
<email>ambi@samba.org</email>
</author>
<published>2012-09-05T13:07:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=cf7f68503de06c2dad5f7b65a9001bceaab542ef'/>
<id>cf7f68503de06c2dad5f7b65a9001bceaab542ef</id>
<content type='text'>
otherwise Windows server will reject the request for shadow copy enumeration
with access denied
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
otherwise Windows server will reject the request for shadow copy enumeration
with access denied
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix smbclient/tarmode panic on connecting to Windows 2000 clients.</title>
<updated>2012-08-13T21:12:50+00:00</updated>
<author>
<name>Salvador I. Gonzalez</name>
<email>sgonzalez@codejunkie.net</email>
</author>
<published>2012-08-11T17:46:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=4e4c3062bc4eac8ef6311e41e5632f7c17d5b1c3'/>
<id>4e4c3062bc4eac8ef6311e41e5632f7c17d5b1c3</id>
<content type='text'>
  'Freed frame ../source3/libsmb/clilist.c:934, expected ../source3/client/clitar.c:821'
  Cause: (strequal(finfo-&gt;name,"..") || strequal(finfo-&gt;name,"."))
    evaluates to true, do_tar returns without freeing ctx

Signed-off-by: Jeremy Allison &lt;jra@samba.org&gt;

Autobuild-User(master): Jeremy Allison &lt;jra@samba.org&gt;
Autobuild-Date(master): Mon Aug 13 23:12:50 CEST 2012 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  'Freed frame ../source3/libsmb/clilist.c:934, expected ../source3/client/clitar.c:821'
  Cause: (strequal(finfo-&gt;name,"..") || strequal(finfo-&gt;name,"."))
    evaluates to true, do_tar returns without freeing ctx

Signed-off-by: Jeremy Allison &lt;jra@samba.org&gt;

Autobuild-User(master): Jeremy Allison &lt;jra@samba.org&gt;
Autobuild-Date(master): Mon Aug 13 23:12:50 CEST 2012 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>Correctly check for errors in strlower_m() returns.</title>
<updated>2012-08-09T19:08:18+00:00</updated>
<author>
<name>Jeremy Allison</name>
<email>jra@samba.org</email>
</author>
<published>2012-08-09T00:01:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=b70f23c2b581c5d455362ab37f4846de9a910055'/>
<id>b70f23c2b581c5d455362ab37f4846de9a910055</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>s3-param: Make lp_name_resolve_order() return a list</title>
<updated>2012-07-19T06:02:32+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2012-07-18T05:19:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=cf9bd1d9ed6db5d35d92816382edbadc217de792'/>
<id>cf9bd1d9ed6db5d35d92816382edbadc217de792</id>
<content type='text'>
This allows this parameter, one of the few with differing declarations
between the loadparm systems, to be brought into common.

Andrew Bartlett

Pair-Programmed-With: Andrew Tridgell &lt;tridge@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows this parameter, one of the few with differing declarations
between the loadparm systems, to be brought into common.

Andrew Bartlett

Pair-Programmed-With: Andrew Tridgell &lt;tridge@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.</title>
<updated>2012-07-18T05:37:23+00:00</updated>
<author>
<name>Rusty Russell</name>
<email>rusty@rustcorp.com.au</email>
</author>
<published>2012-07-18T05:37:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=fe72740e8221575921c22030d6d4fcb19201b03b'/>
<id>fe72740e8221575921c22030d6d4fcb19201b03b</id>
<content type='text'>
They use talloc_tos() internally: hoist that up to the callers, some
of whom don't want to us talloc_tos().

A simple patch, but hits a lot of files.

Signed-off-by: Rusty Russell &lt;rusty@rustcorp.com.au&gt;

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
They use talloc_tos() internally: hoist that up to the callers, some
of whom don't want to us talloc_tos().

A simple patch, but hits a lot of files.

Signed-off-by: Rusty Russell &lt;rusty@rustcorp.com.au&gt;

</pre>
</div>
</content>
</entry>
<entry>
<title>source3/client/client.c: fix stackframe leak.</title>
<updated>2012-07-17T19:29:31+00:00</updated>
<author>
<name>Rusty Russell</name>
<email>rusty@rustcorp.com.au</email>
</author>
<published>2012-07-17T19:29:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=dcec7c1f71937ad301be95050fb0e69aede7648c'/>
<id>dcec7c1f71937ad301be95050fb0e69aede7648c</id>
<content type='text'>
do_message_op() doesn't free its stackframe in various paths.

Signed-off-by: Rusty Russell &lt;rusty@rustcorp.com.au&gt;

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
do_message_op() doesn't free its stackframe in various paths.

Signed-off-by: Rusty Russell &lt;rusty@rustcorp.com.au&gt;

</pre>
</div>
</content>
</entry>
<entry>
<title>s3:libsmb: get rid of cli_state_protocol</title>
<updated>2012-05-28T12:49:45+00:00</updated>
<author>
<name>Luk Claes</name>
<email>luk@debian.org</email>
</author>
<published>2012-05-19T16:09:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=d8c0646a5db34a390ceeb853e50c2d098b992c85'/>
<id>d8c0646a5db34a390ceeb853e50c2d098b992c85</id>
<content type='text'>
Signed-off-by: Luk Claes &lt;luk@debian.org&gt;
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: Luk Claes &lt;luk@debian.org&gt;
Signed-off-by: Stefan Metzmacher &lt;metze@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>s3:libsmb: get rid of cli_state_remote_name</title>
<updated>2012-05-28T12:49:45+00:00</updated>
<author>
<name>Luk Claes</name>
<email>luk@debian.org</email>
</author>
<published>2012-05-19T15:31:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=4f6f4ea93c83fa5154f450e2e43649467e4c2b32'/>
<id>4f6f4ea93c83fa5154f450e2e43649467e4c2b32</id>
<content type='text'>
Signed-off-by: Luk Claes &lt;luk@debian.org&gt;
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: Luk Claes &lt;luk@debian.org&gt;
Signed-off-by: Stefan Metzmacher &lt;metze@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix bug #8922.</title>
<updated>2012-05-11T12:55:53+00:00</updated>
<author>
<name>Jeremy Allison</name>
<email>jra@samba.org</email>
</author>
<published>2012-05-11T10:27:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=0fefe24d6f9d013b0cbb0db9d238ea473e1716ea'/>
<id>0fefe24d6f9d013b0cbb0db9d238ea473e1716ea</id>
<content type='text'>
Looking at the do_list status returns was historically
ignored, allowing tar to continue after NT_STATUS_ACCESS_DENIED.
Return to this state.

Autobuild-User: Jeremy Allison &lt;jra@samba.org&gt;
Autobuild-Date: Fri May 11 14:55:53 CEST 2012 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Looking at the do_list status returns was historically
ignored, allowing tar to continue after NT_STATUS_ACCESS_DENIED.
Return to this state.

Autobuild-User: Jeremy Allison &lt;jra@samba.org&gt;
Autobuild-Date: Fri May 11 14:55:53 CEST 2012 on sn-devel-104
</pre>
</div>
</content>
</entry>
</feed>
