<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba.git/source4/scripting/python/samba/ntacls.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-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-provision: fixed eadb automatic and manual setting in provision</title>
<updated>2010-11-26T02:08:21+00:00</updated>
<author>
<name>Andrew Tridgell</name>
<email>tridge@samba.org</email>
</author>
<published>2010-11-26T01:10:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=5e8cb67605367ffd9dd2a8624df90f2ca5e77fc4'/>
<id>5e8cb67605367ffd9dd2a8624df90f2ca5e77fc4</id>
<content type='text'>
we should not set posix:eadb in lp in the acl native test code

Pair-Programmed-With: Andrew Bartlett &lt;abartlet@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
we should not set posix:eadb in lp in the acl native test code

Pair-Programmed-With: Andrew Bartlett &lt;abartlet@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>s4-provision: don't test for xattrs if posix:eadb is set</title>
<updated>2010-11-17T12:55:39+00:00</updated>
<author>
<name>Andrew Tridgell</name>
<email>tridge@samba.org</email>
</author>
<published>2010-11-17T10:50:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=1645190b1c0a4708cb3110bc94c1b9ec3e0d77e4'/>
<id>1645190b1c0a4708cb3110bc94c1b9ec3e0d77e4</id>
<content type='text'>
when it is set in smb.conf or on the command line, obey the setting
and don't try to test for system xattr support
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
when it is set in smb.conf or on the command line, obey the setting
and don't try to test for system xattr support
</pre>
</div>
</content>
</entry>
<entry>
<title>s4-python: python is not always in /usr/bin</title>
<updated>2010-06-24T08:46:57+00:00</updated>
<author>
<name>Andrew Tridgell</name>
<email>tridge@samba.org</email>
</author>
<published>2010-06-24T04:33:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=4cb423f52737d980132709fe63bc3194b9307880'/>
<id>4cb423f52737d980132709fe63bc3194b9307880</id>
<content type='text'>
Using "#!/usr/bin/env python" is more portable. It still isn't ideal
though, as we should really use the python path found at configure
time. We do that in many places already, but some don't.

Signed-off-by: Andrew Bartlett &lt;abartlet@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Using "#!/usr/bin/env python" is more portable. It still isn't ideal
though, as we should really use the python path found at configure
time. We do that in many places already, but some don't.

Signed-off-by: Andrew Bartlett &lt;abartlet@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>s4-test: Use smb.conf path set in environment rather than using</title>
<updated>2010-06-13T16:19:03+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2010-06-13T14:38:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=51058213cb183bcb127f5bb275cbb781efc55e35'/>
<id>51058213cb183bcb127f5bb275cbb781efc55e35</id>
<content type='text'>
command-line options.

This is the first step towards supporting custom test runners.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
command-line options.

This is the first step towards supporting custom test runners.
</pre>
</div>
</content>
</entry>
<entry>
<title>s4-python: Fix formatting.</title>
<updated>2010-06-10T23:47:55+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2010-06-10T21:12:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=c446fbc3bfa345c8bc748a162dedb24857272aab'/>
<id>c446fbc3bfa345c8bc748a162dedb24857272aab</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, use standard convention to call instance methods.</title>
<updated>2010-04-08T21:20:36+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2010-04-08T21:18:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=7a6f1c78429183bd22e4b3e82881ac3ce2e0a1a7'/>
<id>7a6f1c78429183bd22e4b3e82881ac3ce2e0a1a7</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: More cleanups.</title>
<updated>2010-04-08T21:20:36+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2010-04-08T19:01:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=dd4ef4e106d372cfadf7b47db8bf9dc25728b3bc'/>
<id>dd4ef4e106d372cfadf7b47db8bf9dc25728b3bc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>More formatting fixes, pointed out by pylint.</title>
<updated>2010-03-01T15:24:58+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2010-03-01T04:04:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=86e2b251861055d770327639808fddc84cdb0b56'/>
<id>86e2b251861055d770327639808fddc84cdb0b56</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
