<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba.git/source4/scripting/python/samba/netcmd/vampire.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>samba-tool: epilog option to OptionParser available in python &gt;= 2.6</title>
<updated>2011-09-09T05:24:05+00:00</updated>
<author>
<name>Amitay Isaacs</name>
<email>amitay@gmail.com</email>
</author>
<published>2011-09-09T03:27:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=46754e9665ceefe26cf28fbc70629e9660d847da'/>
<id>46754e9665ceefe26cf28fbc70629e9660d847da</id>
<content type='text'>
Signed-off-by: Andrew Bartlett &lt;abartlet@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Andrew Bartlett &lt;abartlet@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>samba-tool: moved takes_optiongroups definition to Command base class</title>
<updated>2011-07-21T00:32:24+00:00</updated>
<author>
<name>Giampaolo Lauria</name>
<email>lauria2@yahoo.com</email>
</author>
<published>2011-07-15T16:07:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=f6fa8684896b8f3f9f8b7bd3742c99906973274c'/>
<id>f6fa8684896b8f3f9f8b7bd3742c99906973274c</id>
<content type='text'>
The option groups should be defined at the Command base class level as they are in common across all samba-tool commands.
Major move advantages:
1. more OOP approach
2. enforcing consistency across commands
3. avoiding the need of declaring for every new command

Signed-off-by: Andrew Tridgell &lt;tridge@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The option groups should be defined at the Command base class level as they are in common across all samba-tool commands.
Major move advantages:
1. more OOP approach
2. enforcing consistency across commands
3. avoiding the need of declaring for every new command

Signed-off-by: Andrew Tridgell &lt;tridge@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>samba-tool: update vampire.py message</title>
<updated>2011-07-21T00:32:24+00:00</updated>
<author>
<name>Giampaolo Lauria</name>
<email>lauria2@yahoo.com</email>
</author>
<published>2011-06-28T19:14:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=df6fae2f138269578531f833c86859795785cd73'/>
<id>df6fae2f138269578531f833c86859795785cd73</id>
<content type='text'>
The update was necessary to reflect the move from join to domain join as part of the object-action work

Signed-off-by: Andrew Tridgell &lt;tridge@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The update was necessary to reflect the move from join to domain join as part of the object-action work

Signed-off-by: Andrew Tridgell &lt;tridge@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>samba-tool: deprecate samba-tool vampire command</title>
<updated>2010-11-06T03:36:26+00:00</updated>
<author>
<name>Andrew Tridgell</name>
<email>tridge@samba.org</email>
</author>
<published>2010-11-05T03:16:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=724599de635608f13e0f2d500a59b8830ceede84'/>
<id>724599de635608f13e0f2d500a59b8830ceede84</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>s4-net: added --ipaddress option to net commands</title>
<updated>2010-09-25T17:38:45+00:00</updated>
<author>
<name>Andrew Tridgell</name>
<email>tridge@samba.org</email>
</author>
<published>2010-09-24T02:51:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=c53210bf0609de982d0b36f76198defc8a4502da'/>
<id>c53210bf0609de982d0b36f76198defc8a4502da</id>
<content type='text'>
this allows override of server IP address, bypassing NBT or DNS name
resolution of DCs

Pair-Programmed-With: Stefan Metzmacher &lt;metze@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this allows override of server IP address, bypassing NBT or DNS name
resolution of DCs

Pair-Programmed-With: Stefan Metzmacher &lt;metze@samba.org&gt;
</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:net utility - make outprinted description comments more consistent</title>
<updated>2010-05-09T17:14:47+00:00</updated>
<author>
<name>Matthias Dieter Wallnöfer</name>
<email>mdw@samba.org</email>
</author>
<published>2010-05-09T09:24:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=ce4c0261f69732917ac7401dd123a03d4c13b030'/>
<id>ce4c0261f69732917ac7401dd123a03d4c13b030</id>
<content type='text'>
I've added a [server connection needed] when commands won't work on the local
SamDB.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I've added a [server connection needed] when commands won't work on the local
SamDB.
</pre>
</div>
</content>
</entry>
<entry>
<title>s4-net: Convert machinepw command to python.</title>
<updated>2010-04-09T09:53:00+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2010-04-08T21:58:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=9af8d02b2230f78e4842106b918ff278dadd1d59'/>
<id>9af8d02b2230f78e4842106b918ff278dadd1d59</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>s4-net: Convert vampire command over to Python.</title>
<updated>2010-04-09T09:53:00+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2010-04-08T21:53:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=f83aa13f6228e04359952f04ebd7afed9a742c4a'/>
<id>f83aa13f6228e04359952f04ebd7afed9a742c4a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
