summaryrefslogtreecommitdiff
path: root/source4/web_server/config.m4
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r7235: We do not need PAM here anymoreSimo Sorce1-12/+0
(This used to be commit f338697edd31a0aa675aadedf2a51d748b75f913)
2007-10-10r7058: Add experimenthal pam authentication for web pagesSimo Sorce1-0/+12
(This used to be commit 36d905407465cb9d8950da86322531e3c3102642)
2007-10-10r7013: added tls support to the builtin web server. It auto-detects if the ↵Andrew Tridgell1-0/+12
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)
2007-10-10r7004: added support for exceptions generated in the esp library. If the OSAndrew Tridgell1-0/+1
supports setjmp/longjmp then the exception will generate a error in the web page and the Samba log. If the OS doesn't support setjmp then we will abort. (This used to be commit 2614ace175a51cfb4b1e0e3ca3db405a19f7ab18)