<feed xmlns='http://www.w3.org/2005/Atom'>
<title>samba.git/source4/scripting/python/samba/ms_schema.py, 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:provision Fix provision on FreeBSD</title>
<updated>2009-07-22T08:04:58+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2009-07-22T08:04:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=1887ad0a26cca026c3503f0ef4e40f8eff42a121'/>
<id>1887ad0a26cca026c3503f0ef4e40f8eff42a121</id>
<content type='text'>
We were missing the 'cn' attribute, which we then prepare a sorted
list based on.  On Linux, strcmp(NULL, NULL) does not segfault, where
it does on FreeBSD.

Reported by Timur I. Bakeyev &lt;timur@com.bat.ru&gt;

Andrew Bartlett
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We were missing the 'cn' attribute, which we then prepare a sorted
list based on.  On Linux, strcmp(NULL, NULL) does not segfault, where
it does on FreeBSD.

Reported by Timur I. Bakeyev &lt;timur@com.bat.ru&gt;

Andrew Bartlett
</pre>
</div>
</content>
</entry>
<entry>
<title>s4:schema Remove 'cn' from the final output of ms_schema.py</title>
<updated>2009-03-20T06:32:19+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2009-03-20T06:32:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=13be4d7ff42bd2b8bf5702a499c482404e5cd164'/>
<id>13be4d7ff42bd2b8bf5702a499c482404e5cd164</id>
<content type='text'>
This avoids one more point of difference between this an the output
from minschema and fullschema

Andrew Bartlett
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This avoids one more point of difference between this an the output
from minschema and fullschema

Andrew Bartlett
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow ms_schema.py to produce output much like minschema_wspp</title>
<updated>2009-03-05T06:03:13+00:00</updated>
<author>
<name>Sreepathi Pai</name>
<email>sree314@gmail.com</email>
</author>
<published>2009-03-05T06:03:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=8352650fee1233e68b489efe635f3661cab2b190'/>
<id>8352650fee1233e68b489efe635f3661cab2b190</id>
<content type='text'>
I've patched the new ms_schema.py (which was intended to be used as a
library) to function as minschema_wspp if invoked standalone. Although
this is less robust than minschema_wspp on incorrect data, having two
programs doing the same thing might not be good idea.

Signed-off-by: Andrew Bartlett &lt;abartlet@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I've patched the new ms_schema.py (which was intended to be used as a
library) to function as minschema_wspp if invoked standalone. Although
this is less robust than minschema_wspp on incorrect data, having two
programs doing the same thing might not be good idea.

Signed-off-by: Andrew Bartlett &lt;abartlet@samba.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Tolerate more whitespace errors</title>
<updated>2009-02-24T23:40:42+00:00</updated>
<author>
<name>Andrew Bartlett</name>
<email>abartlet@samba.org</email>
</author>
<published>2009-01-09T07:17:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=8d63387744bd01015e7d5f3fee2d9062fecb99b2'/>
<id>8d63387744bd01015e7d5f3fee2d9062fecb99b2</id>
<content type='text'>
We need to trim trailing spaces in the Microsoft-supplied schema.

Andrew Bartlett
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We need to trim trailing spaces in the Microsoft-supplied schema.

Andrew Bartlett
</pre>
</div>
</content>
</entry>
<entry>
<title>Create schema.ldif at runtime directly from ad-schema files</title>
<updated>2009-02-24T23:40:41+00:00</updated>
<author>
<name>Sreepathi Pai</name>
<email>sree314@gmail.com</email>
</author>
<published>2009-01-04T21:49:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.exis.tech/samba.git/commit/?id=f83e754ae61046fd441cbaf09a825378c3ab2ff2'/>
<id>f83e754ae61046fd441cbaf09a825378c3ab2ff2</id>
<content type='text'>
Here's a first attempt at moving the minschema_wspp code into a
library as Andrew requested. Since this script no longer has to
generate CN=aggregate, I've simplified it quite a bit to a level where
it almost does a line-by-line translation. This is faster and simpler,
but it may not catch as many errors in the ad-schema files as the
previous versions did.

Signed-off-by: Andrew Bartlett &lt;abartlet@samba.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Here's a first attempt at moving the minschema_wspp code into a
library as Andrew requested. Since this script no longer has to
generate CN=aggregate, I've simplified it quite a bit to a level where
it almost does a line-by-line translation. This is faster and simpler,
but it may not catch as many errors in the ad-schema files as the
previous versions did.

Signed-off-by: Andrew Bartlett &lt;abartlet@samba.org&gt;
</pre>
</div>
</content>
</entry>
</feed>
