Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-06-24 | s4-python: python is not always in /usr/bin | Andrew Tridgell | 1 | -1/+1 | |
Using "#!/usr/bin/env python" is more portable. It still isn't ideal though, as we should really use the python path found at configure time. We do that in many places already, but some don't. Signed-off-by: Andrew Bartlett <abartlet@samba.org> | |||||
2010-06-20 | testparm: Check netbios name and workgroup characters and length. | Jelmer Vernooij | 1 | -14/+36 | |
2010-06-20 | selftest: Use scripted testparm. | Jelmer Vernooij | 1 | -2/+2 | |
2010-06-20 | testparm: Simplify default option handling. | Jelmer Vernooij | 1 | -19/+14 | |
2010-06-20 | testparm: Fix suppress prompt option. | Jelmer Vernooij | 1 | -7/+5 | |
2010-06-20 | testparm: Fix exit value, install. | Jelmer Vernooij | 1 | -13/+20 | |
2010-06-20 | s4-python: Implement LoadParm.dump(). | Jelmer Vernooij | 1 | -1/+1 | |
2010-06-20 | testparm: Split up functions that do multiple things. | Jelmer Vernooij | 1 | -40/+33 | |
2010-06-20 | testparm: Convert to Python. | Jelmer Vernooij | 1 | -0/+204 | |