<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba.git/source4/utils, branch talloc-2.0.0</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: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>
<entry>
<title>fixed the event context for net vampire</title>
<updated>2009-02-24T00:39:44+00:00</updated>
<author>
<name>Andrew Tridgell</name>
<email>tridge@samba.org</email>
</author>
<published>2009-02-24T00:39:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=b9860043dc092df25d4a39074e106d7367ebbe8f'/>
<id>b9860043dc092df25d4a39074e106d7367ebbe8f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>added a missing linefeed</title>
<updated>2009-02-23T23:48:11+00:00</updated>
<author>
<name>Andrew Tridgell</name>
<email>tridge@samba.org</email>
</author>
<published>2009-02-23T23:48:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=0016b9cee8d9e640e0b4604a81a900708a944c0d'/>
<id>0016b9cee8d9e640e0b4604a81a900708a944c0d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove auth/ntlm as a dependency of GENSEC by means of function pointers.</title>
<updated>2009-02-12T23:24:16+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2009-02-12T23:24:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=71632a16977a93968b0d520a491a52f635e611a1'/>
<id>71632a16977a93968b0d520a491a52f635e611a1</id>
<content type='text'>
When starting GENSEC on the server, the auth subsystem context must be
passed in, which now includes function pointers to the key elements.

This should (when the other dependencies are fixed up) allow GENSEC to
exist as a client or server library without bundling in too much of
our server code.

Andrew Bartlett
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When starting GENSEC on the server, the auth subsystem context must be
passed in, which now includes function pointers to the key elements.

This should (when the other dependencies are fixed up) allow GENSEC to
exist as a client or server library without bundling in too much of
our server code.

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