summaryrefslogtreecommitdiff
path: root/wscript_build
diff options
context:
space:
mode:
authorGarming Sam <garming@catalyst.net.nz>2019-03-06 13:06:50 +1300
committerJeremy Allison <jra@samba.org>2019-03-07 00:33:16 +0000
commit72c79e30f07bcc98610cca878f5de50e7db239a0 (patch)
treeec88099d63b15dabe745065aede89c44234949d8 /wscript_build
parentd94c8992f9a2941868aa3438a3fd7096c65c411d (diff)
downloadsamba-72c79e30f07bcc98610cca878f5de50e7db239a0.tar.gz
web_server: Remove the unused Python WSGI web server
SWAT was removed in Samba 4.1 and there isn't any reason to keep a web server in our codebase. The web server was not turned on by default. The web server plainly does not hold up to modern web server standards and allows for resource exhaustion (and probably generally has bugs). Credit goes to Michael Hanselmann for prompting us to remove this service entirely. Signed-off-by: Garming Sam <garming@catalyst.net.nz> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'wscript_build')
-rw-r--r--wscript_build1
1 files changed, 0 insertions, 1 deletions
diff --git a/wscript_build b/wscript_build
index a72094838d4..b07ae1b5df2 100644
--- a/wscript_build
+++ b/wscript_build
@@ -89,7 +89,6 @@ bld.RECURSE('source4/echo_server')
bld.RECURSE('source4/smb_server')
bld.RECURSE('source4/rpc_server')
bld.RECURSE('source4/ldap_server')
-bld.RECURSE('source4/web_server')
bld.RECURSE('source4/winbind')
bld.RECURSE('source4/nbt_server')
bld.RECURSE('source4/wrepl_server')