summaryrefslogtreecommitdiffstats
path: root/source4/scripting/bin/testparm
Commit message (Collapse)AuthorAgeFilesLines
* s4-python: python is not always in /usr/binAndrew Tridgell2010-06-241-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>
* testparm: Check netbios name and workgroup characters and length.Jelmer Vernooij2010-06-201-14/+36
|
* selftest: Use scripted testparm.Jelmer Vernooij2010-06-201-2/+2
|
* testparm: Simplify default option handling.Jelmer Vernooij2010-06-201-19/+14
|
* testparm: Fix suppress prompt option.Jelmer Vernooij2010-06-201-7/+5
|
* testparm: Fix exit value, install.Jelmer Vernooij2010-06-201-13/+20
|
* s4-python: Implement LoadParm.dump().Jelmer Vernooij2010-06-201-1/+1
|
* testparm: Split up functions that do multiple things.Jelmer Vernooij2010-06-201-40/+33
|
* testparm: Convert to Python.Jelmer Vernooij2010-06-201-0/+204