summaryrefslogtreecommitdiff
path: root/source4/web_server
Commit message (Expand)AuthorAgeFilesLines
* source4 smdb: Add a post fork hook to the service APIGary Lockyer2018-11-011-7/+20
* source4 smbd: Make the service_details structure constant.Gary Lockyer2018-11-011-1/+1
* s4/web_server: fix panic from wrong type extracted from connNoel Power2018-09-281-2/+1
* s4/web_server: PY3: port to python3Noel Power2018-09-271-24/+42
* PY3: use pyembed_libname for library names (otherwise missing deps)Noel Power2018-09-161-1/+2
* s4/webserver: initialise optional parameterDouglas Bagnall2018-04-131-1/+1
* 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
* python: Remove Python 2.4 support macrosAndrew Bartlett2016-01-071-7/+0
* 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
* Move python modules from source4/scripting/python/ to python/.Jelmer Vernooij2013-03-021-1/+1
* wsgi: Serve '500 Internal Server Error' page when errors occur.Jelmer Vernooij2012-12-051-0/+19
* web_server: Make second argument to websrv_output const.Jelmer Vernooij2012-12-052-2/+2
* wsgi: When encountering error in Python code, print traceback to logs.Jelmer Vernooij2012-12-051-9/+52
* web_server: the web server is not multi-process, indicate so in WSGI.Jelmer Vernooij2012-11-221-1/+1
* web_server: Properly decrement reference counters for python objects in wsgi.Jelmer Vernooij2012-11-221-29/+81
* web_server: Properly set SCRIPT_NAME and PATH_INFO.Jelmer Vernooij2012-11-221-2/+5
* web_server: Create a string object for SERVER_PORT variable.Jelmer Vernooij2012-11-221-1/+1
* web_server/wsgi: Don't segfault when wsgi app doesn't return iterable.Jelmer Vernooij2012-11-221-0/+5
* Introduce system MIT krb5 build with --with-system-mitkrb5 option.Alexander Bokovoy2012-05-231-0/+2
* 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-062-3/+4
* 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
* s4-python Don't force "bin" into the python sys.pathAndrew Bartlett2011-02-071-1/+2
* web_server: Fix initialization.Jelmer Vernooij2011-01-171-3/+6
* web_server: Avoid references to swat. Load samba.web_server instead.Jelmer Vernooij2011-01-172-44/+8
* s4:web_server - immeditately assign "wdata" as private data for the stream so...Matthias Dieter Wallnöfer2011-01-141-11/+11
* s4-python: Only set BASETYPE flag if subclassing is supported.Jelmer Vernooij2011-01-011-3/+3
* s4:dsdb/pydsdb.c and web_server/wsgi.c - remove accidentally introduced Py_RE...Matthias Dieter Wallnöfer2010-12-121-4/+0
* s4:web_server/*.c - optimise includesMatthias Dieter Wallnöfer2010-12-122-8/+2
* s4:web_server/wsgi.c - fix a counter typeMatthias Dieter Wallnöfer2010-12-121-1/+1
* s4:web_server/wsgi.c - add missing Python compatibility codeMatthias Dieter Wallnöfer2010-12-121-0/+11
* cldap: Build as shared module.Jelmer Vernooij2010-11-151-1/+1
* s4-server: make server sockets a child of the task contextAndrew Tridgell2010-11-151-2/+3
* web_server: Build as module.Jelmer Vernooij2010-11-143-8/+14
* s4: Remove the old perl/m4/make/mk-based build system.Jelmer Vernooij2010-10-311-14/+0
* s4-smbd: don't initialise process models more than onceAndrew Tridgell2010-10-301-1/+1
* s4-waf: removed dependencies on missing subsystemsAndrew Tridgell2010-10-211-1/+1
* wafsamba: Fix handling of pyembed/pyext.Jelmer Vernooij2010-10-101-11/+12
* wafsamba: Clarify needs_python argument name, use pyembed/pyext whereJelmer Vernooij2010-10-101-3/+3
* s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell2010-07-161-7/+7
* s4-python: python is not always in /usr/binAndrew Tridgell2010-06-241-1/+1