<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba.git/lib/torture, branch talloc-2.1.7</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>lib/torture: add torture_assert_u64_not_equal_goto macro</title>
<updated>2016-03-21T23:23:21+00:00</updated>
<author>
<name>Günther Deschner</name>
<email>gd@samba.org</email>
</author>
<published>2016-02-24T18:23:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=c5c3f91c6fd1ac3282d2fa27e262af097f0adfca'/>
<id>c5c3f91c6fd1ac3282d2fa27e262af097f0adfca</id>
<content type='text'>
Guenther

Signed-off-by: Günther Deschner &lt;gd@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>
Guenther

Signed-off-by: Günther Deschner &lt;gd@samba.org&gt;
Reviewed-by: Jeremy Allison &lt;jra@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>dlist: remove unneeded type argument from DLIST_ADD_END()</title>
<updated>2016-02-06T20:48:17+00:00</updated>
<author>
<name>Michael Adam</name>
<email>obnox@samba.org</email>
</author>
<published>2016-02-05T10:32:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=476672b647e44898a6de8894b23e598ad13b1fcf'/>
<id>476672b647e44898a6de8894b23e598ad13b1fcf</id>
<content type='text'>
Signed-off-by: Michael Adam &lt;obnox@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>
Signed-off-by: Michael Adam &lt;obnox@samba.org&gt;
Reviewed-by: Jeremy Allison &lt;jra@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename 'errors' to 'samba-errors' and make it public.</title>
<updated>2016-01-13T06:47:04+00:00</updated>
<author>
<name>Jelmer Vernooĳ</name>
<email>jelmer@jelmer.uk</email>
</author>
<published>2016-01-04T01:01:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=da8674c72ab1f2dc8458434d714c61530630f51e'/>
<id>da8674c72ab1f2dc8458434d714c61530630f51e</id>
<content type='text'>
This is necessary because it has public headers.

Signed-off-by: Jelmer Vernooĳ &lt;jelmer@jelmer.uk&gt;
Reviewed-By: Andrew Bartlett &lt;abartlet@samba.org&gt;
Reviewed-By: Stefan Metzmacher &lt;metze@samba.org&gt;

Autobuild-User(master): Jelmer Vernooij &lt;jelmer@samba.org&gt;
Autobuild-Date(master): Wed Jan 13 07:47:04 CET 2016 on sn-devel-144
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is necessary because it has public headers.

Signed-off-by: Jelmer Vernooĳ &lt;jelmer@jelmer.uk&gt;
Reviewed-By: Andrew Bartlett &lt;abartlet@samba.org&gt;
Reviewed-By: Stefan Metzmacher &lt;metze@samba.org&gt;

Autobuild-User(master): Jelmer Vernooij &lt;jelmer@samba.org&gt;
Autobuild-Date(master): Wed Jan 13 07:47:04 CET 2016 on sn-devel-144
</pre>
</div>
</content>
</entry>
<entry>
<title>Make libtorture private, for now.</title>
<updated>2016-01-13T03:43:23+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@jelmer.uk</email>
</author>
<published>2016-01-28T15:21:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=2f7dde3af769fb367679f42494d30c298adacfec'/>
<id>2f7dde3af769fb367679f42494d30c298adacfec</id>
<content type='text'>
Signed-Off-By: Jelmer Vernooij &lt;jelmer@jelmer.uk&gt;
Reviewed-By: Andrew Bartlett &lt;abartlet@samba.org&gt;
Reviewed-By: Stefan Metzmacher &lt;metze@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-Off-By: Jelmer Vernooij &lt;jelmer@jelmer.uk&gt;
Reviewed-By: Andrew Bartlett &lt;abartlet@samba.org&gt;
Reviewed-By: Stefan Metzmacher &lt;metze@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>lib/torture: add torture_assert_hresult_{equal,ok} macros.</title>
<updated>2015-07-30T23:55:28+00:00</updated>
<author>
<name>Günther Deschner</name>
<email>gd@samba.org</email>
</author>
<published>2015-07-21T20:21:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=04e1f2ea90e85e0e36804b66965a120cfbc93d03'/>
<id>04e1f2ea90e85e0e36804b66965a120cfbc93d03</id>
<content type='text'>
Guenther

Signed-off-by: Günther Deschner &lt;gd@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>
Guenther

Signed-off-by: Günther Deschner &lt;gd@samba.org&gt;
Reviewed-by: Jeremy Allison &lt;jra@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>lib/torture: be more verbose about ndr failures.</title>
<updated>2015-07-03T00:00:27+00:00</updated>
<author>
<name>Günther Deschner</name>
<email>gd@samba.org</email>
</author>
<published>2015-06-25T22:50:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=e3cb9f721db92bcdf8e1025d30f7c0216462ae19'/>
<id>e3cb9f721db92bcdf8e1025d30f7c0216462ae19</id>
<content type='text'>
Guenther

Signed-off-by: Günther Deschner &lt;gd@samba.org&gt;
Reviewed-by: Stefan Metzmacher &lt;metze@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Guenther

Signed-off-by: Günther Deschner &lt;gd@samba.org&gt;
Reviewed-by: Stefan Metzmacher &lt;metze@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>s4-torture: move torture_assert_sid_equal() out of ndr headers.</title>
<updated>2015-07-03T00:00:27+00:00</updated>
<author>
<name>Günther Deschner</name>
<email>gd@samba.org</email>
</author>
<published>2015-06-25T22:48:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=6aeb0a08abed38f311970d403b366636d01d8a8f'/>
<id>6aeb0a08abed38f311970d403b366636d01d8a8f</id>
<content type='text'>
Guenther

Signed-off-by: Günther Deschner &lt;gd@samba.org&gt;
Reviewed-by: Stefan Metzmacher &lt;metze@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Guenther

Signed-off-by: Günther Deschner &lt;gd@samba.org&gt;
Reviewed-by: Stefan Metzmacher &lt;metze@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>torture: add torture_assert_not_null[_goto]</title>
<updated>2015-03-30T11:41:26+00:00</updated>
<author>
<name>Michael Adam</name>
<email>obnox@samba.org</email>
</author>
<published>2015-03-26T20:20:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=4de622b6b1a6b5eb1d4984872fbcfd94666a84db'/>
<id>4de622b6b1a6b5eb1d4984872fbcfd94666a84db</id>
<content type='text'>
Signed-off-by: Michael Adam &lt;obnox@samba.org&gt;
Reviewed-by: Guenther Deschner &lt;gd@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Michael Adam &lt;obnox@samba.org&gt;
Reviewed-by: Guenther Deschner &lt;gd@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>torture: add torture_assert_int_not_equal_goto</title>
<updated>2015-03-30T11:41:25+00:00</updated>
<author>
<name>Michael Adam</name>
<email>obnox@samba.org</email>
</author>
<published>2015-03-27T09:02:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=bc858fda4237dd75934ab6c29ae68ba4b0aa04cc'/>
<id>bc858fda4237dd75934ab6c29ae68ba4b0aa04cc</id>
<content type='text'>
Signed-off-by: Michael Adam &lt;obnox@samba.org&gt;
Reviewed-by: Guenther Deschner &lt;gd@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Michael Adam &lt;obnox@samba.org&gt;
Reviewed-by: Guenther Deschner &lt;gd@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Inline outputting of subunit in libtorture.</title>
<updated>2015-03-06T03:41:47+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2014-12-13T22:11:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=1341e6477277dd8f21f419aa79d9517bba4caf0c'/>
<id>1341e6477277dd8f21f419aa79d9517bba4caf0c</id>
<content type='text'>
Change-Id: I2c7045c530183a6961cb253540579312c2767330
Signed-off-by: Jelmer Vernooij &lt;jelmer@samba.org&gt;
Reviewed-by: Andrew Bartlett &lt;abartlet@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I2c7045c530183a6961cb253540579312c2767330
Signed-off-by: Jelmer Vernooij &lt;jelmer@samba.org&gt;
Reviewed-by: Andrew Bartlett &lt;abartlet@samba.org&gt;
</pre>
</div>
</content>
</entry>
</feed>
