<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba.git/source4/libnet, 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>show more reasonable object counts during a vampire</title>
<updated>2009-09-03T08:36:09+00:00</updated>
<author>
<name>Andrew Tridgell</name>
<email>tridge@samba.org</email>
</author>
<published>2009-09-03T08:31:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=7dbe0797b1c98fc63af20af03c2b36cc04a7386e'/>
<id>7dbe0797b1c98fc63af20af03c2b36cc04a7386e</id>
<content type='text'>
We now show the total number of objects we have processed, which gives
the user a better idea of how much has been done. A vampire on a large
domain can take an hour or more (which needs to be fixed btw, it is a
problem with the lack of scalability of the ltdb index code). Watching
the same msg for an hour makes you wonder if any progress is being
made!
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We now show the total number of objects we have processed, which gives
the user a better idea of how much has been done. A vampire on a large
domain can take an hour or more (which needs to be fixed btw, it is a
problem with the lack of scalability of the ltdb index code). Watching
the same msg for an hour makes you wonder if any progress is being
made!
</pre>
</div>
</content>
</entry>
<entry>
<title>wrap the entire vampire operation in a transaction</title>
<updated>2009-09-02T08:19:55+00:00</updated>
<author>
<name>Andrew Tridgell</name>
<email>tridge@samba.org</email>
</author>
<published>2009-09-02T06:57:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=69802b3a3b934407d898088c8b3fbee64919b668'/>
<id>69802b3a3b934407d898088c8b3fbee64919b668</id>
<content type='text'>
We want to grab the whole database, or none of it.
This is also needed to get linked attributes right
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We want to grab the whole database, or none of it.
This is also needed to get linked attributes right
</pre>
</div>
</content>
</entry>
<entry>
<title>s4:libnet: use talloc_strdup() instead of talloc_reference()</title>
<updated>2009-07-31T12:42:03+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2009-07-15T10:06:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=ff37d6631c40a61e596ce93a6803c65e1efe98c1'/>
<id>ff37d6631c40a61e596ce93a6803c65e1efe98c1</id>
<content type='text'>
metze
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
metze
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix compile of py_net.c</title>
<updated>2009-07-28T08:00:46+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2009-07-28T08:00:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=4e049b0a1c95d896280944588df130a5f5e7563f'/>
<id>4e049b0a1c95d896280944588df130a5f5e7563f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>s4:libnet Add in a 'credentials' parameter for python libnet_Join</title>
<updated>2009-07-28T06:06:05+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2009-07-28T06:01:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=058cd95c88f693a42bb1c4f620b62346a3f0f08d'/>
<id>058cd95c88f693a42bb1c4f620b62346a3f0f08d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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>Add missing includes.</title>
<updated>2009-07-19T11:39:38+00:00</updated>
<author>
<name>Jelmer Vernooij</name>
<email>jelmer@samba.org</email>
</author>
<published>2009-07-19T11:39:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=28d155499a19943fca3624c814bc13e53d7c71be'/>
<id>28d155499a19943fca3624c814bc13e53d7c71be</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>s4:libnet: rename uint =&gt; uint32_t because uint is not portable</title>
<updated>2009-07-15T18:47:00+00:00</updated>
<author>
<name>Stefan Metzmacher</name>
<email>metze@samba.org</email>
</author>
<published>2009-07-15T18:45:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=722765213bcda1de93d2fe7d64b89c8b7a37f29e'/>
<id>722765213bcda1de93d2fe7d64b89c8b7a37f29e</id>
<content type='text'>
metze
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
metze
</pre>
</div>
</content>
</entry>
</feed>
