summaryrefslogtreecommitdiff
path: root/source4/web_server/tls.c
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r7016: - added smb.conf parm 'web tls = true/false'Andrew Tridgell1-1/+1
- by default enable tls if the certfile is set in smb.conf and gnutls library was compiled in (This used to be commit bbafdeae3a68c0ff1170b0a4ecc568664ec1a925)
2007-10-10r7013: added tls support to the builtin web server. It auto-detects if the ↵Andrew Tridgell1-0/+358
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)