<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba.git/source4/scripting/python/samba/tests, branch v3-5-test</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>samba.tests.provision: Remove broken become_dc test.</title>
<updated>2009-09-26T00:38:09+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2009-09-26T00:38:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=a6d4eec3a5bef5ed4b388961d5a50309e24ed970'/>
<id>a6d4eec3a5bef5ed4b388961d5a50309e24ed970</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add init file for DCE/RPC tests.</title>
<updated>2009-09-24T13:03:59+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2009-09-23T17:52:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=96dd5719d4295654f7e45ac653e66192dc4ca3c5'/>
<id>96dd5719d4295654f7e45ac653e66192dc4ca3c5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>PEP8</title>
<updated>2009-09-24T13:03:59+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2009-09-23T17:52:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=0450a5bf90ea7ba58a44127821b15ab9d931a620'/>
<id>0450a5bf90ea7ba58a44127821b15ab9d931a620</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "s4:python  fixed subunit tests of dcerpc"</title>
<updated>2009-09-24T13:03:58+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2009-09-23T14:54:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=5cf25fd2254ded03c05d4119fa8389c88c05b0f5'/>
<id>5cf25fd2254ded03c05d4119fa8389c88c05b0f5</id>
<content type='text'>
This reverts commit ffd48a79ee34dc90c0f6f16564c3a0de8b53d3d2.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit ffd48a79ee34dc90c0f6f16564c3a0de8b53d3d2.
</pre>
</div>
</content>
</entry>
<entry>
<title>s4:python  fixed subunit tests of dcerpc</title>
<updated>2009-09-04T08:07:04+00:00</updated>
<author>
<name>Andrew Tridgell</name>
<email>tridge@samba.org</email>
</author>
<published>2009-09-04T08:07:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=ffd48a79ee34dc90c0f6f16564c3a0de8b53d3d2'/>
<id>ffd48a79ee34dc90c0f6f16564c3a0de8b53d3d2</id>
<content type='text'>
The version of the unitest python module in Ubuntu Jaunty doesn't seem
to support this many level of subdirectories. Moving the tests up one
level solves the problem.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The version of the unitest python module in Ubuntu Jaunty doesn't seem
to support this many level of subdirectories. Moving the tests up one
level solves the problem.
</pre>
</div>
</content>
</entry>
<entry>
<title>s4: Major rework of the LDB/SAMDB/IDMAP python bindings</title>
<updated>2009-08-17T09:58:40+00:00</updated>
<author>
<name>Matthias Dieter Wallnöfer</name>
<email>mwallnoefer@yahoo.de</email>
</author>
<published>2009-08-15T13:20:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=7a79d161838efcec27a159fc40481e7be419b778'/>
<id>7a79d161838efcec27a159fc40481e7be419b778</id>
<content type='text'>
- Centralise the lookups for the default domain (root) in the call "domain_dn"
- Reduce the LDB connections attempts ("connect" calls) from three to one
  - tools should load faster
- Make the LDB connection init more like the "ldb_wrap_connection" call
- Load the right UTF8 casefolder which fixes up problems with special characters
  (discovered by me: e.g. small "Umlaute" (ä, ö, ü, ...) in the DN weren't upcased
  - so records "seemed" lost in TDB)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Centralise the lookups for the default domain (root) in the call "domain_dn"
- Reduce the LDB connections attempts ("connect" calls) from three to one
  - tools should load faster
- Make the LDB connection init more like the "ldb_wrap_connection" call
- Load the right UTF8 casefolder which fixes up problems with special characters
  (discovered by me: e.g. small "Umlaute" (ä, ö, ü, ...) in the DN weren't upcased
  - so records "seemed" lost in TDB)
</pre>
</div>
</content>
</entry>
<entry>
<title>fixed up add_foreign again</title>
<updated>2009-08-17T07:48:27+00:00</updated>
<author>
<name>Andrew Tridgell</name>
<email>tridge@samba.org</email>
</author>
<published>2009-08-17T07:48:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=52108a19a4130af0c241794898c61bf425b914e5'/>
<id>52108a19a4130af0c241794898c61bf425b914e5</id>
<content type='text'>
my last patch was not even close ...

I'll leave abartlet to work out how to fix the test case
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
my last patch was not even close ...

I'll leave abartlet to work out how to fix the test case
</pre>
</div>
</content>
</entry>
<entry>
<title>more fixups from provision changes</title>
<updated>2009-08-17T07:35:36+00:00</updated>
<author>
<name>Andrew Tridgell</name>
<email>tridge@samba.org</email>
</author>
<published>2009-08-17T07:34:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=905db3288532131171ca1c54198660d86eef1ae9'/>
<id>905db3288532131171ca1c54198660d86eef1ae9</id>
<content type='text'>
Andrew, can you please check this? The idmap.setup_name_mapping tests
look totally out of place here. I'm also not sure I captured your
intention with the other changes
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Andrew, can you please check this? The idmap.setup_name_mapping tests
look totally out of place here. I'm also not sure I captured your
intention with the other changes
</pre>
</div>
</content>
</entry>
<entry>
<title>fixed up some provision errors from the recent changes</title>
<updated>2009-08-17T03:28:57+00:00</updated>
<author>
<name>Andrew Tridgell</name>
<email>tridge@samba.org</email>
</author>
<published>2009-08-17T03:28:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=f3e473ee724aae3cebd7fc53f49c17890e3fdb11'/>
<id>f3e473ee724aae3cebd7fc53f49c17890e3fdb11</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>s4:provision We no longer add krbtgt or kpasswd account into secrets.ldb</title>
<updated>2009-07-28T23:07:49+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2009-07-28T23:07:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=113621d96dbd2e558146e0cc4db4ce0c2067fd58'/>
<id>113621d96dbd2e558146e0cc4db4ce0c2067fd58</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
