summaryrefslogtreecommitdiff
path: root/source4/web_server/web_server.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r19225: 30 seconds is too short for a Samba4 provision to finish. Make theAndrew Bartlett1-1/+1
2007-10-10r18944: talloc_reference() can fail...Stefan Metzmacher1-1/+1
2007-10-10r17586: merge lib/netif into lib/socket and use -lnsl -lsocket on theStefan Metzmacher1-1/+1
2007-10-10r17286: Simply fail the tls_initialise if we don't have TLS compiled in.Andrew Bartlett1-3/+11
2007-10-10r15855: more talloc_set_destructor() typesafe fixes. nearly done ...Andrew Tridgell1-2/+1
2007-10-10r15400: Move the TLS code behind the socket interface.Andrew Bartlett1-7/+6
2007-10-10r14079: I just found the setproctitle library from alt linux:-)Stefan Metzmacher1-0/+2
2007-10-10r13941: fix the buildStefan Metzmacher1-1/+1
2007-10-10r13926: More header splitups.Jelmer Vernooij1-0/+1
2007-10-10r13924: Split more prototypes out of include/proto.h + initial work on headerJelmer Vernooij1-0/+2
2007-10-10r10913: This patch isn't as big as it looks ...Andrew Tridgell1-1/+1
2007-10-10r9409: fix a problem that volker noticed with web page timeouts causing smbdAndrew Tridgell1-1/+15
2007-10-10r9389: handle errors reading from files in web serverAndrew Tridgell1-4/+5
2007-10-10r9122: cope with trailing garbage in POST contents in the web serverAndrew Tridgell1-1/+4
2007-10-10r8351: When finished sending call stream_terminate_connection() with a niceTim Potter1-4/+4
2007-10-10r7911: task_terminate() is defined in the macosx headers, so change the nameAndrew Tridgell1-1/+1
2007-10-10r7751: only enable tls on the ldaps port in ldap server, and reject non-tlsAndrew Tridgell1-1/+1
2007-10-10r7744: converted the web server to use the lib/tls/ generic tls codeAndrew Tridgell1-7/+9
2007-10-10r7013: added tls support to the builtin web server. It auto-detects if the cl...Andrew Tridgell1-3/+11
2007-10-10r6998: - added support for application[] data, which is global to all clients...Andrew Tridgell1-0/+7
2007-10-10r6982: install the swat pages with 'make installswat'Andrew Tridgell1-1/+1
2007-10-10r6981: first version of the builtin web server for Samba4Andrew Tridgell1-0/+252