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-19 | python: Use samba.tests.TestCase, make sure base class tearDown and | Jelmer Vernooij | 1 | -4/+4 | |
setUp methods are called, fix formatting. | |||||
2010-06-13 | s4-test: Use smb.conf path set in environment rather than using | Jelmer Vernooij | 1 | -2/+2 | |
command-line options. This is the first step towards supporting custom test runners. | |||||
2009-10-02 | s4-pygensec: a bit closer to working | Andrew Tridgell | 1 | -1/+5 | |
I'll need help from Andrew on how to get gensec to initialise it's ops element | |||||
2009-09-26 | pygensec: Add initial work on a gensec Python module. | Jelmer Vernooij | 1 | -0/+35 | |