Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-08-18 | s4:auth Remove system_session_anon() from python bindings | Andrew Bartlett | 1 | -2/+0 | |
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 | -2/+3 | |
setUp methods are called, fix formatting. | |||||
2008-12-21 | Fix various Python-related bugs. | Jelmer Vernooij | 1 | -1/+1 | |
2008-05-21 | Move more modules inside of the samba package. | Jelmer Vernooij | 1 | -1/+1 | |
(This used to be commit 9b39e99f48266a54ed0b8890c2efde218b4b118a) | |||||
2007-12-21 | r26189: Add really trivial testsuite for the auth module. | Jelmer Vernooij | 1 | -0/+34 | |
(This used to be commit f0fcad0a75998bc45e3073927c0021fa67136d22) |