<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba.git/source4/utils, 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>s4:utils Remove typo...</title>
<updated>2009-09-19T21:51:18+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2009-09-19T21:51:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=63b584bb15be2b8bbf07edf05f96e833e3c2f308'/>
<id>63b584bb15be2b8bbf07edf05f96e833e3c2f308</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>s4:utils Explian fix for testparm -v</title>
<updated>2009-09-19T21:33:41+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2009-09-19T18:59:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=d58976012eada94d55eb3ac89fd1601291167232'/>
<id>d58976012eada94d55eb3ac89fd1601291167232</id>
<content type='text'>
The problem here was that we take an address of a bool, and then (via
a void*) cast it to a int *, so put this in a comment.

Andrew Bartlett
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The problem here was that we take an address of a bool, and then (via
a void*) cast it to a int *, so put this in a comment.

Andrew Bartlett
</pre>
</div>
</content>
</entry>
<entry>
<title>s4-testparm: fixed -v option</title>
<updated>2009-09-19T21:11:43+00:00</updated>
<author>
<name>Andrew Tridgell</name>
<email>tridge@samba.org</email>
</author>
<published>2009-09-19T18:47:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=22054523dce137c3eba443cfb5a197796c0dbfcf'/>
<id>22054523dce137c3eba443cfb5a197796c0dbfcf</id>
<content type='text'>
never pass a bool pointer to popt
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
never pass a bool pointer to popt
</pre>
</div>
</content>
</entry>
<entry>
<title>s4:kerberos Add 'net export keytab' command for wireshark decryption</title>
<updated>2009-07-27T22:52:43+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2009-07-27T12:04:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=47a7a2e442c7e006eca8188c6a01707d85c4e61c'/>
<id>47a7a2e442c7e006eca8188c6a01707d85c4e61c</id>
<content type='text'>
It is much easier to do decryption with wireshark when the keytab is
available for every host in the domain.  Running 'net export keytab
&lt;keytab name&gt;' will export the current (as pointed to by the supplied
smb.conf) local Samba4 doamin.

(This uses Heimdal's 'hdb' keytab and then the existing hdb-samba4,
and so has a good chance of keeping working in the long term).

Andrew Bartlett
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It is much easier to do decryption with wireshark when the keytab is
available for every host in the domain.  Running 'net export keytab
&lt;keytab name&gt;' will export the current (as pointed to by the supplied
smb.conf) local Samba4 doamin.

(This uses Heimdal's 'hdb' keytab and then the existing hdb-samba4,
and so has a good chance of keeping working in the long term).

Andrew Bartlett
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "s4:kerberos Add 'net export keytab' command for wireshark decryption"</title>
<updated>2009-07-27T15:41:11+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2009-07-27T15:25:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=b7c003c09c06ef5a23beb0928affaba75f65587c'/>
<id>b7c003c09c06ef5a23beb0928affaba75f65587c</id>
<content type='text'>
This reverts commit a40ce5d0d9d06f592a8885162bbaf644006b9f0f.

This breaks the build...

Andrew, please repush it, when it's fixed:-)

metze
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit a40ce5d0d9d06f592a8885162bbaf644006b9f0f.

This breaks the build...

Andrew, please repush it, when it's fixed:-)

metze
</pre>
</div>
</content>
</entry>
<entry>
<title>s4:kerberos Add 'net export keytab' command for wireshark decryption</title>
<updated>2009-07-27T12:41:42+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2009-07-27T12:04:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=a40ce5d0d9d06f592a8885162bbaf644006b9f0f'/>
<id>a40ce5d0d9d06f592a8885162bbaf644006b9f0f</id>
<content type='text'>
It is much easier to do decryption with wireshark when the keytab is
available for every host in the domain.  Running 'net export keytab
&lt;keytab name&gt;' will export the current (as pointed to by the supplied
smb.conf) local Samba4 doamin.

(This uses Heimdal's 'hdb' keytab and then the existing hdb-samba4,
and so has a good chance of keeping working in the long term).

Andrew Bartlett
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It is much easier to do decryption with wireshark when the keytab is
available for every host in the domain.  Running 'net export keytab
&lt;keytab name&gt;' will export the current (as pointed to by the supplied
smb.conf) local Samba4 doamin.

(This uses Heimdal's 'hdb' keytab and then the existing hdb-samba4,
and so has a good chance of keeping working in the long term).

Andrew Bartlett
</pre>
</div>
</content>
</entry>
<entry>
<title>s4:net Move net_vampire() to net_vampire.c</title>
<updated>2009-07-06T06:41:42+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2009-07-06T06:41:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=8f3f62e9d6326936bd39b4e1ca127677b9e09d19'/>
<id>8f3f62e9d6326936bd39b4e1ca127677b9e09d19</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed some uninitialised variables</title>
<updated>2009-06-19T01:32:01+00:00</updated>
<author>
<name>Matthias Dieter Wallnöfer</name>
<email>mwallnoefer@yahoo.de</email>
</author>
<published>2009-06-18T09:16:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=2627c6c0c2d3d96b3d458092ba8b090447a76a61'/>
<id>2627c6c0c2d3d96b3d458092ba8b090447a76a61</id>
<content type='text'>
I tried hard to not change the program logic. Should fix bug #6439.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I tried hard to not change the program logic. Should fix bug #6439.
</pre>
</div>
</content>
</entry>
<entry>
<title>Port Samba4 to the new combined libcli/auth functions</title>
<updated>2009-04-14T06:23:41+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2009-03-17T03:03:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=6c8f7e400540421320e3cbd80f7e1a9551dfed14'/>
<id>6c8f7e400540421320e3cbd80f7e1a9551dfed14</id>
<content type='text'>
For example, some of the new shared functionality was previously in the wkssvc
torture test.

Andrew Bartlett
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For example, some of the new shared functionality was previously in the wkssvc
torture test.

Andrew Bartlett
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove ad2oLschema, insted call it directly from provision-backend</title>
<updated>2009-03-05T05:52:11+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2009-03-05T05:52:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=17aac8cad2b3fe4b23eaebd869b1538735a1954a'/>
<id>17aac8cad2b3fe4b23eaebd869b1538735a1954a</id>
<content type='text'>
This removes a level of indirection via external binaries in the
provision-backend code, and also makes better use of our internal code
for loading schema from an LDIF file.

Remaining to do: Sort the output again, as the load from LDIF is
unsorted (also needed because the normal LDB load from sorted input is too slow
anyway, and is only needed here).

Andrew Bartlett
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This removes a level of indirection via external binaries in the
provision-backend code, and also makes better use of our internal code
for loading schema from an LDIF file.

Remaining to do: Sort the output again, as the load from LDIF is
unsorted (also needed because the normal LDB load from sorted input is too slow
anyway, and is only needed here).

Andrew Bartlett
</pre>
</div>
</content>
</entry>
</feed>
