<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba.git/source4/scripting/python/samba/schema.py, branch talloc-2.0.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>s4-provision Remove setup_path, setup_dir and find_setup_dir</title>
<updated>2011-02-07T02:22:01+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2011-02-04T23:34:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=d1e5a7380619043a351ba8a25ebb8031163e70b7'/>
<id>d1e5a7380619043a351ba8a25ebb8031163e70b7</id>
<content type='text'>
We now have a reliable way to know the current location of the
templates: dyn_SETUPDIR, which is updated for both the in-build and
installed binaries.

This replaces the function arguments and the distributed resolution of
the setup directory with one 'global' function (imported as required).

This also removes the ability to specify an alternate setup directory
on the command line, as this was rarely if ever used and never tested.

Andrew Bartlett
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We now have a reliable way to know the current location of the
templates: dyn_SETUPDIR, which is updated for both the in-build and
installed binaries.

This replaces the function arguments and the distributed resolution of
the setup directory with one 'global' function (imported as required).

This also removes the ability to specify an alternate setup directory
on the command line, as this was rarely if ever used and never tested.

Andrew Bartlett
</pre>
</div>
</content>
</entry>
<entry>
<title>s4-samba-tool: fixed exception handling in subcommands</title>
<updated>2010-11-29T07:04:42+00:00</updated>
<author>
<name>Andrew Tridgell</name>
<email>tridge@samba.org</email>
</author>
<published>2010-11-29T03:15:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=37bfc4ec384df71a4cb1c19ceb136fecd3b9afc6'/>
<id>37bfc4ec384df71a4cb1c19ceb136fecd3b9afc6</id>
<content type='text'>
this switches to the new pattern of:

 except Exception, e:
 	raise CommandError("some error message", e)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this switches to the new pattern of:

 except Exception, e:
 	raise CommandError("some error message", e)
</pre>
</div>
</content>
</entry>
<entry>
<title>s4-python: Some reformatting for the purpose of pydoctor.</title>
<updated>2010-11-28T16:23:28+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2010-11-28T13:09:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=eb5a8e29cf362ea382da7bb9dd8c9eb175b9ebe3'/>
<id>eb5a8e29cf362ea382da7bb9dd8c9eb175b9ebe3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>s4-python: Fix formatting of docstrings for the purpose of pydoctor.</title>
<updated>2010-11-28T04:00:06+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2010-11-28T02:34:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=a7675bd5010641051096344bffb9ce569193a8fb'/>
<id>a7675bd5010641051096344bffb9ce569193a8fb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>s4:schema.py - reformat and fix the security descriptor</title>
<updated>2010-10-23T19:35:06+00:00</updated>
<author>
<name>Matthias Dieter Wallnöfer</name>
<email>mdw@samba.org</email>
</author>
<published>2010-10-23T18:27:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=245642a36b5126d2a481a2aac0b20318ed955732'/>
<id>245642a36b5126d2a481a2aac0b20318ed955732</id>
<content type='text'>
- Now it matches Windows's order
- It contained a superfluous entry (an "Administrator" user grant)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Now it matches Windows's order
- It contained a superfluous entry (an "Administrator" user grant)
</pre>
</div>
</content>
</entry>
<entry>
<title>s4-provision Remove serverdn parameter from Schema()</title>
<updated>2010-10-19T07:57:00+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2010-10-18T22:12:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=4d9b12ae8f9fc7c097b94e6c02df3cb1c38a52ce'/>
<id>4d9b12ae8f9fc7c097b94e6c02df3cb1c38a52ce</id>
<content type='text'>
We don't need to know the server DN here any more, and it
makes no sense for many callers.

Andrew Bartlett
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We don't need to know the server DN here any more, and it
makes no sense for many callers.

Andrew Bartlett
</pre>
</div>
</content>
</entry>
<entry>
<title>s4:provision Remove am_rodc from Schema</title>
<updated>2010-06-23T10:10:05+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2010-06-21T13:18:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=b26125b7d3242895038065ddece32554436ba474'/>
<id>b26125b7d3242895038065ddece32554436ba474</id>
<content type='text'>
The SamDB created in the schema code isn't real enough to care if it's an
rodc or not.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The SamDB created in the schema code isn't real enough to care if it's an
rodc or not.
</pre>
</div>
</content>
</entry>
<entry>
<title>pydsdb: Mark all SamDB and Schema methods that are in pydsdb as</title>
<updated>2010-06-20T13:22:49+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2010-06-20T13:22:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=9e02764f7c34fd5c9686c7a754a30e9a6ae95769'/>
<id>9e02764f7c34fd5c9686c7a754a30e9a6ae95769</id>
<content type='text'>
private, to discourage them being called directly.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
private, to discourage them being called directly.
</pre>
</div>
</content>
</entry>
<entry>
<title>Some more formatting fixes, move schema related functions from Ldb to Schema.</title>
<updated>2010-06-20T00:46:57+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2010-06-20T00:32:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=94e06fe2032b0143939abd85044b5c3ccddefe70'/>
<id>94e06fe2032b0143939abd85044b5c3ccddefe70</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move convert_to_openldap onto Schema class.</title>
<updated>2010-06-20T00:46:56+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2010-06-19T23:43:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=d3d7ff66d4a7952a50e7d9175528985358cb3522'/>
<id>d3d7ff66d4a7952a50e7d9175528985358cb3522</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
