summaryrefslogtreecommitdiffstats
path: root/source4/web_server
Commit message (Expand)AuthorAgeFilesLines
* 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-022-3/+3
* s4:web_server: s/private/private_dataStefan Metzmacher2009-02-021-2/+2
* Avoid using a utility header for Python replacements included in Samba,Jelmer Vernooij2009-01-081-1/+5
* s3/s4 build: Fix Py_RETURN_NONE to work with python versions < 2.4Tim Prouty2009-01-071-1/+1
* py: Properly increase the reference counter of Py_None.Jelmer Vernooij2009-01-061-4/+4
* s4:lib/tevent: rename structsStefan Metzmacher2008-12-291-2/+2
* Fix more compiler warnings in various places.Jelmer Vernooij2008-12-231-4/+0
* Fix missing symbols issues when building with shared libraries.Jelmer Vernooij2008-12-221-1/+1
* Fix include paths to new location of libutil.Jelmer Vernooij2008-10-112-3/+3
* Rename smbd -> samba.Jelmer Vernooij2008-09-241-1/+1
* s4: allways initialize the process model before it's usedStefan Metzmacher2008-09-221-1/+1
* Revert "Rename smbd -> samba."Jelmer Vernooij2008-09-211-1/+1
* Rename smbd -> samba.Jelmer Vernooij2008-09-211-1/+1
* Allow SWAT to be run outside of smbd.Jelmer Vernooij2008-09-211-0/+5
* Support POST requests again, provide more variables in environment.Jelmer Vernooij2008-09-212-32/+75
* Make standard SWAT script print received headers.Jelmer Vernooij2008-09-211-2/+8
* First GET request works. SWAT now displays a Hello world message.Jelmer Vernooij2008-09-212-15/+32
* Properly call WSGI request handler when requests come in.Jelmer Vernooij2008-09-214-64/+198
* Remove support for ESP in the web server.Jelmer Vernooij2008-09-215-1066/+76
* Remove some dependencies of the web server on esp.Jelmer Vernooij2008-09-214-44/+61
* Add input / error stream objects in WSGI implementation.Jelmer Vernooij2008-09-211-13/+100
* Add more parts of the WSGI implementation.Jelmer Vernooij2008-09-211-2/+40
* Add initial work on WSGI support in the web server.Jelmer Vernooij2008-09-212-1/+70
* Rename http to esp, in preparation of adding a python backend.Jelmer Vernooij2008-09-213-11/+11
* Remove remaining embedded JavaScript support.Jelmer Vernooij2008-09-161-0/+1
* Fix import.Jelmer Vernooij2008-05-261-0/+27
* Fix a couple (well, little more than that..) of typos.Jelmer Vernooij2008-05-181-1/+1
* Create prototype headers from Makefile directory, without smb_build in the mi...Jelmer Vernooij2008-05-181-1/+2
* Use variables for source directory in a couple more places.Jelmer Vernooij2008-05-181-1/+1
* Fix the build.Jelmer Vernooij2008-03-081-1/+1
* Move object file lists to the Makefile.Jelmer Vernooij2008-03-031-3/+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
* r26272: Remove global_loadparm in some more places.Jelmer Vernooij2007-12-211-5/+5
* r26238: Add a loadparm context parameter to torture_context, remove more uses...Jelmer Vernooij2007-12-211-1/+1
* r26237: Add loadparm context to the server service interface.Jelmer Vernooij2007-12-211-0/+1
* r26235: Avoid global_loadparm.Jelmer Vernooij2007-12-211-5/+5
* r26227: Make loadparm_context part of a server task, move loadparm_contexts f...Jelmer Vernooij2007-12-211-3/+3
* r25454: Use standard bool types in a couple more places.Jelmer Vernooij2007-10-101-15/+15
* r25430: Add the loadparm context to all parametric options.Jelmer Vernooij2007-10-101-1/+1
* r25398: Parse loadparm context to all lp_*() functions.Jelmer Vernooij2007-10-102-8/+8
* r25175: Change to talloc_asprintf_append_buffer().Jeremy Allison2007-10-101-3/+3
* r25051: Move SWAT back to the old-style form-submit modal.Andrew Bartlett2007-10-101-113/+20