summaryrefslogtreecommitdiff
path: root/source4/web_server
AgeCommit message (Expand)AuthorFilesLines
2010-12-12s4:dsdb/pydsdb.c and web_server/wsgi.c - remove accidentally introduced Py_RE...Matthias Dieter Wallnöfer1-4/+0
2010-12-12s4:web_server/*.c - optimise includesMatthias Dieter Wallnöfer2-8/+2
2010-12-12s4:web_server/wsgi.c - fix a counter typeMatthias Dieter Wallnöfer1-1/+1
2010-12-12s4:web_server/wsgi.c - add missing Python compatibility codeMatthias Dieter Wallnöfer1-0/+11
2010-11-15cldap: Build as shared module.Jelmer Vernooij1-1/+1
2010-11-15s4-server: make server sockets a child of the task contextAndrew Tridgell1-2/+3
2010-11-14web_server: Build as module.Jelmer Vernooij3-8/+14
2010-10-31s4: Remove the old perl/m4/make/mk-based build system.Jelmer Vernooij1-14/+0
2010-10-30s4-smbd: don't initialise process models more than onceAndrew Tridgell1-1/+1
2010-10-21s4-waf: removed dependencies on missing subsystemsAndrew Tridgell1-1/+1
2010-10-10wafsamba: Fix handling of pyembed/pyext.Jelmer Vernooij1-11/+12
2010-10-10wafsamba: Clarify needs_python argument name, use pyembed/pyext whereJelmer Vernooij1-3/+3
2010-07-16s4-loadparm: 2nd half of lp_ to lpcfg_ conversionAndrew Tridgell1-7/+7
2010-06-24s4-python: python is not always in /usr/binAndrew Tridgell1-1/+1
2010-06-18web_server: Don't build wsgi support as python module but rather asJelmer Vernooij1-2/+3
2010-05-30s4:web_server/wsgi.c - free the "env" and "inputstream" objects on an "asprin...Matthias Dieter Wallnöfer1-0/+2
2010-05-28s4:web_server/wsgi.c - provide a better out-of-memory handling for an "asprin...Matthias Dieter Wallnöfer1-1/+2
2010-05-28s4:web_server/wsgi.c - fix "asprintf" callMatthias Dieter Wallnöfer1-1/+3
2010-04-28s4:web_server: use tsocket_address functions to get the local ip and portStefan Metzmacher3-7/+13
2010-04-27Revert "s4:web_server: use tsocket_address functions to get the local ip and ...Matthias Dieter Wallnöfer1-11/+5
2010-04-27s4:web_server: use tsocket_address functions to get the local ip and portStefan Metzmacher1-5/+11
2010-04-06s4-waf: more dependencies on tallocAndrew Tridgell1-2/+3
2010-04-06s4-waf: mark the wscript files as python so vim/emacs knows how to highlight ...Andrew Tridgell1-0/+2
2010-04-06build: commit all the waf build files in the treeAndrew Tridgell1-0/+14
2010-02-09s4:Remove "Py_RETURN_NONE" compatibility codeMatthias Dieter Wallnöfer1-4/+0
2009-10-23s4-python: we need to include Python.h firstAndrew Tridgell1-1/+1
2009-09-18s4-server: kill main daemon if a task fails to initialiseAndrew Tridgell1-1/+1
2009-02-02s4:service_stream: s/private/private_dataStefan Metzmacher1-4/+4
2009-02-02s4:service_task: s/private/private_dataStefan Metzmacher1-3/+3
2009-02-02s4:web_server: s/private/private_dataStefan Metzmacher2-3/+3
2009-02-02s4:web_server: s/private/private_dataStefan Metzmacher1-2/+2
2009-01-08Avoid using a utility header for Python replacements included in Samba,Jelmer Vernooij1-1/+5
2009-01-07s3/s4 build: Fix Py_RETURN_NONE to work with python versions < 2.4Tim Prouty1-1/+1
2009-01-06py: Properly increase the reference counter of Py_None.Jelmer Vernooij1-4/+4
2008-12-29s4:lib/tevent: rename structsStefan Metzmacher1-2/+2
2008-12-23Fix more compiler warnings in various places.Jelmer Vernooij1-4/+0
2008-12-22Fix missing symbols issues when building with shared libraries.Jelmer Vernooij1-1/+1
2008-10-11Fix include paths to new location of libutil.Jelmer Vernooij2-3/+3
2008-09-24Rename smbd -> samba.Jelmer Vernooij1-1/+1
2008-09-22s4: allways initialize the process model before it's usedStefan Metzmacher1-1/+1
2008-09-21Revert "Rename smbd -> samba."Jelmer Vernooij1-1/+1
2008-09-21Rename smbd -> samba.Jelmer Vernooij1-1/+1
2008-09-21Allow SWAT to be run outside of smbd.Jelmer Vernooij1-0/+5
2008-09-21Support POST requests again, provide more variables in environment.Jelmer Vernooij2-32/+75
2008-09-21Make standard SWAT script print received headers.Jelmer Vernooij1-2/+8
2008-09-21First GET request works. SWAT now displays a Hello world message.Jelmer Vernooij2-15/+32
2008-09-21Properly call WSGI request handler when requests come in.Jelmer Vernooij4-64/+198
2008-09-21Remove support for ESP in the web server.Jelmer Vernooij5-1066/+76
2008-09-21Remove some dependencies of the web server on esp.Jelmer Vernooij4-44/+61
2008-09-21Add input / error stream objects in WSGI implementation.Jelmer Vernooij1-13/+100