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> | |||||
2008-09-21 | Allow SWAT to be run outside of smbd. | Jelmer Vernooij | 1 | -0/+5 | |
2008-09-21 | Make standard SWAT script print received headers. | Jelmer Vernooij | 1 | -2/+8 | |
2008-09-21 | Properly call WSGI request handler when requests come in. | Jelmer Vernooij | 1 | -1/+2 | |
2008-05-26 | Fix import. | Jelmer Vernooij | 1 | -0/+27 | |
(This used to be commit 17231443a0e3b0ebc4b75db3d721fe0b4e1170c6) |