<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba.git/testdata, branch talloc-2.1.10</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>selftest: ndr_pack/unpack performance test</title>
<updated>2017-03-02T03:35:14+00:00</updated>
<author>
<name>Douglas Bagnall</name>
<email>douglas.bagnall@catalyst.net.nz</email>
</author>
<published>2017-02-16T03:41:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=779ea4c1b5047d546ec7ab91305c97ed9f20cce7'/>
<id>779ea4c1b5047d546ec7ab91305c97ed9f20cce7</id>
<content type='text'>
This just does a lot of packing and unpacking of various structures.

Signed-off-by: Douglas Bagnall &lt;douglas.bagnall@catalyst.net.nz&gt;
Reviewed-by: Andrew Bartlett &lt;abartlet@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This just does a lot of packing and unpacking of various structures.

Signed-off-by: Douglas Bagnall &lt;douglas.bagnall@catalyst.net.nz&gt;
Reviewed-by: Andrew Bartlett &lt;abartlet@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>KCC: unconnected graph test</title>
<updated>2016-12-01T04:54:24+00:00</updated>
<author>
<name>Clive Ferreira</name>
<email>cliveferreira@catalyst.net.nz</email>
</author>
<published>2016-11-03T23:31:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=70b9f8308d244f76b9e87f4a1b319a7e4c4d3569'/>
<id>70b9f8308d244f76b9e87f4a1b319a7e4c4d3569</id>
<content type='text'>
Uses a unconnected 5 DC single site database to test Douglas Bagnalls
patch which corrected a mix up between a str and an object which caused
infinite recursion and a method call on a None type.

This test patch originally triggered an edge case bug. This bug is
triggered by code to create additional edges which normally never ran.
In normal cases, the leftover connections made during a join would
prevent these additional edges from being created.

Signed-off-by: Clive Ferreira &lt;cliveferreira@catalyst.net.nz&gt;
Reviewed-by: Andrew Bartlett &lt;abartlet@samba.org&gt;
Reviewed-by: Garming Sam &lt;garming@catalyst.net.nz&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Uses a unconnected 5 DC single site database to test Douglas Bagnalls
patch which corrected a mix up between a str and an object which caused
infinite recursion and a method call on a None type.

This test patch originally triggered an edge case bug. This bug is
triggered by code to create additional edges which normally never ran.
In normal cases, the leftover connections made during a join would
prevent these additional edges from being created.

Signed-off-by: Clive Ferreira &lt;cliveferreira@catalyst.net.nz&gt;
Reviewed-by: Andrew Bartlett &lt;abartlet@samba.org&gt;
Reviewed-by: Garming Sam &lt;garming@catalyst.net.nz&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>KCC: add multisite ldif file for KCC tests</title>
<updated>2015-05-30T19:05:24+00:00</updated>
<author>
<name>Douglas Bagnall</name>
<email>douglas.bagnall@catalyst.net.nz</email>
</author>
<published>2015-04-27T23:39:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=6965ed844d5fd0a4a968300826de46885720c14e'/>
<id>6965ed844d5fd0a4a968300826de46885720c14e</id>
<content type='text'>
Signed-off-by: Douglas Bagnall &lt;douglas.bagnall@catalyst.net.nz&gt;
Reviewed-by: Garming Sam &lt;garming@catalyst.net.nz&gt;
Reviewed-by: Andrew Bartlett &lt;abartlet@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Douglas Bagnall &lt;douglas.bagnall@catalyst.net.nz&gt;
Reviewed-by: Garming Sam &lt;garming@catalyst.net.nz&gt;
Reviewed-by: Andrew Bartlett &lt;abartlet@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>s4-samldb: Do not allow deletion of objects with RID &lt; 1000</title>
<updated>2013-10-14T11:31:50+00:00</updated>
<author>
<name>Nadezhda Ivanova</name>
<email>nivanova@symas.com</email>
</author>
<published>2013-10-14T09:38:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=13a10d43141c29dad61868b451c0c1dca82360de'/>
<id>13a10d43141c29dad61868b451c0c1dca82360de</id>
<content type='text'>
According to [MS-SAMR] 3.1.5.7 Delete Pattern we should not allow deletion
of security objects with RID &lt; 1000. This patch will prevent deletion of
well-known accounts and groups.

Signed-off-by: Nadezhda Ivanova &lt;nivanova@symas.com&gt;
Reviewed-by:   Andrew Bartlett &lt;abartlet@samba.org&gt;

Autobuild-User(master): Nadezhda Ivanova &lt;nivanova@samba.org&gt;
Autobuild-Date(master): Mon Oct 14 13:31:50 CEST 2013 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
According to [MS-SAMR] 3.1.5.7 Delete Pattern we should not allow deletion
of security objects with RID &lt; 1000. This patch will prevent deletion of
well-known accounts and groups.

Signed-off-by: Nadezhda Ivanova &lt;nivanova@symas.com&gt;
Reviewed-by:   Andrew Bartlett &lt;abartlet@samba.org&gt;

Autobuild-User(master): Nadezhda Ivanova &lt;nivanova@samba.org&gt;
Autobuild-Date(master): Mon Oct 14 13:31:50 CEST 2013 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>s4-s3upgrade: Add my wins.dat and fix the parsing error</title>
<updated>2012-06-16T06:18:10+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2012-06-16T03:58:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=61f7f0155465b14612f7ac29a12c442ff25031b4'/>
<id>61f7f0155465b14612f7ac29a12c442ff25031b4</id>
<content type='text'>
The issue was that the numbers at the end of the lines are space
padded.

Andrew Bartlett
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The issue was that the numbers at the end of the lines are space
padded.

Andrew Bartlett
</pre>
</div>
</content>
</entry>
<entry>
<title>tdb2: don't use TDB2 versions of test tdb files.</title>
<updated>2011-12-12T05:33:44+00:00</updated>
<author>
<name>Rusty Russell</name>
<email>rusty@rustcorp.com.au</email>
</author>
<published>2011-12-10T14:31:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=08019a0973fb2ccf1ee4fa8c6523808033058456'/>
<id>08019a0973fb2ccf1ee4fa8c6523808033058456</id>
<content type='text'>
Now tdb2 handles tdb1 files, we don't need most of commit
5eecc854236f0b943aaa89e0c3a46f9fbd208ca9 which added TDB2 versions of
all the testing tdbs.

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

Autobuild-User: Rusty Russell &lt;rusty@rustcorp.com.au&gt;
Autobuild-Date: Mon Dec 12 06:33:44 CET 2011 on sn-devel-104
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now tdb2 handles tdb1 files, we don't need most of commit
5eecc854236f0b943aaa89e0c3a46f9fbd208ca9 which added TDB2 versions of
all the testing tdbs.

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

Autobuild-User: Rusty Russell &lt;rusty@rustcorp.com.au&gt;
Autobuild-Date: Mon Dec 12 06:33:44 CET 2011 on sn-devel-104
</pre>
</div>
</content>
</entry>
<entry>
<title>testdata: Set netbios name in the samba3 configuation</title>
<updated>2011-08-26T00:06:33+00:00</updated>
<author>
<name>Amitay Isaacs</name>
<email>amitay@gmail.com</email>
</author>
<published>2011-08-25T07:25:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=7017e6b8824e9b1b4035299e42a1f93581406b92'/>
<id>7017e6b8824e9b1b4035299e42a1f93581406b92</id>
<content type='text'>
To correctly find the domain sid, passdb api uses netbios name to
look up secrets database. If no nebios name is configured, passdb uses
current hostname and adds entry for hostname in secrets and uses that
instead of the intended one.

Signed-off-by: Andrew Bartlett &lt;abartlet@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To correctly find the domain sid, passdb api uses netbios name to
look up secrets database. If no nebios name is configured, passdb uses
current hostname and adds entry for hostname in secrets and uses that
instead of the intended one.

Signed-off-by: Andrew Bartlett &lt;abartlet@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>tdb2: create tdb2 versions of various testing TDBs.</title>
<updated>2011-06-20T09:18:36+00:00</updated>
<author>
<name>Rusty Russell</name>
<email>rusty@rustcorp.com.au</email>
</author>
<published>2011-06-20T09:10:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=5eecc854236f0b943aaa89e0c3a46f9fbd208ca9'/>
<id>5eecc854236f0b943aaa89e0c3a46f9fbd208ca9</id>
<content type='text'>
Soon, TDB2 will handle tdb1 files, but until then, we substitute.

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

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Soon, TDB2 will handle tdb1 files, but until then, we substitute.

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

</pre>
</div>
</content>
</entry>
<entry>
<title>s4:setup/provision_rootdse_add.ldif - provide informations in the right order</title>
<updated>2010-10-05T16:06:05+00:00</updated>
<author>
<name>Matthias Dieter Wallnöfer</name>
<email>mdw@samba.org</email>
</author>
<published>2010-10-05T13:57:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=0fb9671a01475d9c79c99ab8ae0f08c2f198097d'/>
<id>0fb9671a01475d9c79c99ab8ae0f08c2f198097d</id>
<content type='text'>
Doesn't change much - but nicer to read.

Btw: is the testdata/samba3 stuff still needed ("provision_samba3sam.ldif"...)?
It seems a bit outdated.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Doesn't change much - but nicer to read.

Btw: is the testdata/samba3 stuff still needed ("provision_samba3sam.ldif"...)?
It seems a bit outdated.
</pre>
</div>
</content>
</entry>
<entry>
<title>testdata/samba3/provision_samba3sam.ldif - update also here the maximum domain controller functionality</title>
<updated>2010-09-13T19:24:53+00:00</updated>
<author>
<name>Matthias Dieter Wallnöfer</name>
<email>mdw@samba.org</email>
</author>
<published>2010-09-13T19:18:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=0a19290ca7cb5531d71e65a37fd11276330b2a12'/>
<id>0a19290ca7cb5531d71e65a37fd11276330b2a12</id>
<content type='text'>
And we do support also LDAPv2.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
And we do support also LDAPv2.
</pre>
</div>
</content>
</entry>
</feed>
