summaryrefslogtreecommitdiffstats
path: root/source4/web_server/web_server.c
Commit message (Expand)AuthorAgeFilesLines
* source4/: Fix prototypes for all functions in various subsystems.Jelmer Vernooij2011-03-191-0/+2
* web_server: Fix initialization.Jelmer Vernooij2011-01-171-3/+6
* s4:web_server - immeditately assign "wdata" as private data for the stream so...Matthias Dieter Wallnöfer2011-01-141-11/+11
* s4:web_server/*.c - optimise includesMatthias Dieter Wallnöfer2010-12-121-7/+2
* s4-server: make server sockets a child of the task contextAndrew Tridgell2010-11-151-2/+3
* s4-smbd: don't initialise process models more than onceAndrew Tridgell2010-10-301-1/+1
* s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell2010-07-161-7/+7
* s4-server: kill main daemon if a task fails to initialiseAndrew Tridgell2009-09-181-1/+1
* s4:service_stream: s/private/private_dataStefan Metzmacher2009-02-021-4/+4
* s4:service_task: s/private/private_dataStefan Metzmacher2009-02-021-3/+3
* s4:web_server: s/private/private_dataStefan Metzmacher2009-02-021-2/+2
* s4:lib/tevent: rename structsStefan Metzmacher2008-12-291-2/+2
* Fix include paths to new location of libutil.Jelmer Vernooij2008-10-111-1/+1
* s4: allways initialize the process model before it's usedStefan Metzmacher2008-09-221-1/+1
* First GET request works. SWAT now displays a Hello world message.Jelmer Vernooij2008-09-211-13/+31
* Properly call WSGI request handler when requests come in.Jelmer Vernooij2008-09-211-29/+13
* Remove support for ESP in the web server.Jelmer Vernooij2008-09-211-4/+59
* Remove some dependencies of the web server on esp.Jelmer Vernooij2008-09-211-5/+15
* Rename http to esp, in preparation of adding a python backend.Jelmer Vernooij2008-09-211-2/+2
* Remove useless layer of indirection, where every service calledAndrew Bartlett2008-02-041-13/+1
* Rework service init functions to pass down service name. This isAndrew Bartlett2008-02-041-1/+1
* r26672: Janitorial: Remove uses of global_loadparm.Jelmer Vernooij2008-01-051-4/+6
* r26402: Require a talloc context in libnetif.Jelmer Vernooij2007-12-211-1/+3
* r26401: Don't cache interfaces context in libnetif.Jelmer Vernooij2007-12-211-2/+7
* r26325: Remove use of global_loadparm in netif.Jelmer Vernooij2007-12-211-2/+2
* r26313: Fix more uses of static loadparm.Jelmer Vernooij2007-12-211-2/+3
* r26237: Add loadparm context to the server service interface.Jelmer Vernooij2007-12-211-0/+1
* r26227: Make loadparm_context part of a server task, move loadparm_contexts f...Jelmer Vernooij2007-12-211-3/+3
* r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij2007-10-101-3/+3
* r25035: Fix some more warnings, use service pointer rather than service numbe...Jelmer Vernooij2007-10-101-1/+1
* r25026: Move param/param.h out of includes.hJelmer Vernooij2007-10-101-0/+1
* r24780: More work allowing libutil to be used by external users.Jelmer Vernooij2007-10-101-2/+2
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r19225: 30 seconds is too short for a Samba4 provision to finish. Make theAndrew Bartlett2007-10-101-1/+1
* r18944: talloc_reference() can fail...Stefan Metzmacher2007-10-101-1/+1
* r17586: merge lib/netif into lib/socket and use -lnsl -lsocket on theStefan Metzmacher2007-10-101-1/+1
* r17286: Simply fail the tls_initialise if we don't have TLS compiled in.Andrew Bartlett2007-10-101-3/+11
* r15855: more talloc_set_destructor() typesafe fixes. nearly done ...Andrew Tridgell2007-10-101-2/+1
* r15400: Move the TLS code behind the socket interface.Andrew Bartlett2007-10-101-7/+6
* r14079: I just found the setproctitle library from alt linux:-)Stefan Metzmacher2007-10-101-0/+2
* r13941: fix the buildStefan Metzmacher2007-10-101-1/+1
* r13926: More header splitups.Jelmer Vernooij2007-10-101-0/+1
* r13924: Split more prototypes out of include/proto.h + initial work on headerJelmer Vernooij2007-10-101-0/+2
* r10913: This patch isn't as big as it looks ...Andrew Tridgell2007-10-101-1/+1
* r9409: fix a problem that volker noticed with web page timeouts causing smbdAndrew Tridgell2007-10-101-1/+15
* r9389: handle errors reading from files in web serverAndrew Tridgell2007-10-101-4/+5
* r9122: cope with trailing garbage in POST contents in the web serverAndrew Tridgell2007-10-101-1/+4
* r8351: When finished sending call stream_terminate_connection() with a niceTim Potter2007-10-101-4/+4
* r7911: task_terminate() is defined in the macosx headers, so change the nameAndrew Tridgell2007-10-101-1/+1
* r7751: only enable tls on the ldaps port in ldap server, and reject non-tlsAndrew Tridgell2007-10-101-1/+1