summaryrefslogtreecommitdiff
path: root/source4/web_server/web_server.c
Commit message (Expand)AuthorAgeFilesLines
* source4/smbd: Do not overstamp the process model with "single"Gary Lockyer2017-10-191-8/+5
* source4/smbd: refactor the process model for preforkGary Lockyer2017-10-191-4/+11
* s4: Add TALLOC_CTX * to register_server_service().Jeremy Allison2017-05-111-1/+1
* lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison2017-04-221-2/+2
* web_server: Fix server not to segfault on startupAndrew Bartlett2015-08-311-1/+2
* web_server: Use talloc_get_type_abort()Andrew Bartlett2015-08-311-7/+7
* s4:lib/socket: simplify iface_list_wildcard() and its callersStefan Metzmacher2014-03-071-2/+2
* web_server: Make second argument to websrv_output const.Jelmer Vernooij2012-12-051-1/+1
* s4:misc: remove last usage of legacy event_ fn namesSimo Sorce2011-08-141-4/+4
* s4-ipv6: update callers to load_interface_list()Andrew Tridgell2011-06-061-1/+1
* s4-webserver: fixed a talloc reference error on startup failureAndrew Tridgell2011-06-061-3/+3
* s4-ipv6: use "ip" instead of "ipv4" for serversAndrew Tridgell2011-06-061-1/+1
* s4-ipv6: use iface_list_wildcard() to listen on IPv6Andrew Tridgell2011-06-061-7/+17
* s4-interfaces Rename interfaces code so not to conflict with source3/Andrew Bartlett2011-05-081-3/+3
* 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