r7013: added tls support to the builtin web server. It auto-detects if the client
authorAndrew Tridgell <tridge@samba.org>
Fri, 27 May 2005 11:57:14 +0000 (11:57 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:17:06 +0000 (13:17 -0500)
commitebb0b35242f5c2967afdba9e746679bc87c5b745
tree9ebe0df98f2ab83dc595c84015879400b56184c2
parent631f9782a6f499b14aad035f1eee5b2aab18878c
r7013: added tls support to the builtin web server. It auto-detects if the client
is using tls by looking at the first byte on the connection. This allows
both https and http services to be on the same port
(This used to be commit 6369dfb6585ce4d4e3028c557395f2d73c290c92)
source4/web_server/config.m4
source4/web_server/config.mk
source4/web_server/http.c
source4/web_server/tls.c [new file with mode: 0644]
source4/web_server/web_server.c
source4/web_server/web_server.h