summaryrefslogtreecommitdiff
path: root/source4/web_server/tls.c
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r7048: added auto-generation of TLS self-signed certificates if none exist ↵Andrew Tridgell1-7/+13
already This allows smbd to be setup from scratch over ssl without having to know how to create valid certificates (which can be quite tricky unless you've done it before) Of course, a good admin will provide real certificates, and smbd will use them if specified (This used to be commit 00b67efc99eac7bca386dea03f03bbb9470ab002)
2007-10-10r7047: rearranged the tls code a bit, and improved the error messages when ↵Andrew Tridgell1-119/+131
it fails (This used to be commit f54533dfba4286a3dbab26f1812a926fa6408efd)
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)