summaryrefslogtreecommitdiff
path: root/source4/scripting/bin/minschema
AgeCommit message (Collapse)AuthorFilesLines
2011-06-30mischema: Remove unused import.Jelmer Vernooij1-1/+0
2010-03-25python: use '#!/usr/bin/env python' to cope with varying install locationsAndrew Tridgell1-1/+1
this should be much more portable
2009-09-18s4:minschema/fullschema - add correct header commentsMatthias Dieter Wallnöfer1-1/+1
2009-03-20s4: Remove autogenerated attributes from minschema and fullschema outputAndrew Bartlett1-2/+0
These attributes will be generated by Samba on import, and do not need to be in the schema file. Andrew Bartlett
2009-03-20s4:minschma Fix aggregate schema generation in minschemaAndrew Bartlett1-24/+23
The conversion from EJS to python I did with Jelmer this morning was not quite complete, due mostly to the difference between print in EJS and python (python implies a newline). Andrew Bartlett
2009-03-20Fix up minschema after the conversion from JavaScript.Jelmer Vernooij1-88/+77
Pair programmed over the phone with Andrew :-)
2008-10-08Fix syntax errors in minschema.Jelmer Vernooij1-20/+16
2008-09-18Remove python extension, simplify some code.Jelmer Vernooij1-0/+585