summaryrefslogtreecommitdiffstats
path: root/source4/web_server/swat
Commit message (Collapse)AuthorAgeFilesLines
* web_server: Avoid references to swat. Load samba.web_server instead.Jelmer Vernooij2011-01-171-39/+0
|
* 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>
* Allow SWAT to be run outside of smbd.Jelmer Vernooij2008-09-211-0/+5
|
* Make standard SWAT script print received headers.Jelmer Vernooij2008-09-211-2/+8
|
* Properly call WSGI request handler when requests come in.Jelmer Vernooij2008-09-211-1/+2
|
* Fix import.Jelmer Vernooij2008-05-261-0/+27
(This used to be commit 17231443a0e3b0ebc4b75db3d721fe0b4e1170c6)