r26235: Avoid global_loadparm.
[jelmer/samba4-debian.git] / source / web_server / http.c
2007-12-21 Jelmer Vernooijr26235: Avoid global_loadparm.
2007-12-21 Stefan MetzmacherMerge commit 'release-4-0-0alpha1' into v4-0-test
2007-10-10 Jelmer Vernooijr25454: Use standard bool types in a couple more places.
2007-10-10 Jelmer Vernooijr25430: Add the loadparm context to all parametric...
2007-10-10 Jelmer Vernooijr25398: Parse loadparm context to all lp_*() functions.
2007-10-10 Jeremy Allisonr25175: Change to talloc_asprintf_append_buffer().
2007-10-10 Andrew Bartlettr25051: Move SWAT back to the old-style form-submit...
2007-10-10 Jelmer Vernooijr25035: Fix some more warnings, use service pointer...
2007-10-10 Jelmer Vernooijr25026: Move param/param.h out of includes.h
2007-10-10 Jelmer Vernooijr24780: More work allowing libutil to be used by extern...
2007-10-10 Andrew Tridgellr23792: convert Samba4 to GPLv3
2007-10-10 Stefan Metzmacherr20816: merge from samba3:
2007-10-10 Derrell Lipmanr20723: Web Application Framework
2007-10-10 Derrell Lipmanr20519: Web Application Framework
2007-10-10 Derrell Lipmanr20444: WEB Application framework / SWAT.
2007-10-10 Derrell Lipmanr19449: ldbbrowse: installation hopefully works now...
2007-10-10 Derrell Lipmanr19165: handle errors better for jsonrpc. generate...
2007-10-10 Derrell Lipmanr19139: typos; consitent ordering of operations
2007-10-10 Andrew Tridgellr19111: fixed basic web server operation
2007-10-10 Derrell Lipmanr19059: allow dash in URLs
2007-10-10 Derrell Lipmanr19051: JSON-RPC server work-in-progress. It's almost...
2007-10-10 Derrell Lipmanr18880: JSON-RPC work in progress
2007-10-10 Jelmer Vernooijr17930: Merge noinclude branch:
2007-10-10 Stefan Metzmacherr17339: pass the event context and messaging context...
2007-10-10 Andrew Tridgellr15855: more talloc_set_destructor() typesafe fixes...
2007-10-10 Andrew Bartlettr15400: Move the TLS code behind the socket interface.
2007-10-10 Jelmer Vernooijr14603: Fix building of ejs modules as shared libs
2007-10-10 Jelmer Vernooijr14500: Make some more functions public
2007-10-10 Stefan Metzmacherr13941: fix the build
2007-10-10 Jelmer Vernooijr13926: More header splitups.
2007-10-10 Jelmer Vernooijr13924: Split more prototypes out of include/proto...
2007-10-10 Andrew Bartlettr12817: Create a ESP variable with the struct socket_ad...
2007-10-10 Andrew Bartlettr12804: This patch reworks the Samba4 sockets layer...
2007-10-10 Jelmer Vernooijr12608: Remove some unused #include lines.
2007-10-10 Andrew Tridgellr9504: use some low level ejs hackery to give much...
2007-10-10 Andrew Tridgellr9409: fix a problem that volker noticed with web page...
2007-10-10 Andrew Tridgellr9183: more workarounds for the global variables in...
2007-10-10 Andrew Tridgellr9179: cope with simultaneous web requests using the...
2007-10-10 Andrew Tridgellr8726: increase default session timeout to 15 minutes...
2007-10-10 Andrew Tridgellr8665: fixed a segv at high debug level in the web...
2007-10-10 Andrew Tridgellr8632: use <pre> around displayed exceptions
2007-10-10 Andrew Tridgellr8520: fixed a pile of warnings from the build farm...
2007-10-10 Andrew Tridgellr8483: switched our generated ejs rpc code over to...
2007-10-10 Andrew Tridgellr8399: move the ejs and esp code closer to the director...
2007-10-10 Love Hörnquist Åstrandr8361: ctype is* macros needs unsigned arguments
2007-10-10 Andrew Tridgellr8255: enable access to the ejs constants generated...
2007-10-10 Andrew Tridgellr7744: converted the web server to use the lib/tls...
2007-10-10 Simo Sorcer7234: that code path is died
2007-10-10 Stefan Metzmacherr7179: remove compiler warnings
2007-10-10 Stefan Metzmacherr7177: fill in REMOTE_ADDR correctly
2007-10-10 Andrew Tridgellr7107: detect when a users session has expired and...
2007-10-10 Andrew Tridgellr7104: add support into the web server for session...
2007-10-10 Andrew Tridgellr7087: always run the /scripting/preauth.esp page befor...
2007-10-10 Andrew Tridgellr7079: remember to register the esp calls
2007-10-10 Andrew Tridgellr7072: moved the esp hooks calls to the ejs level,...
2007-10-10 Tim Potterr7066: Rename http_exception to ejs_exception.
2007-10-10 Andrew Tridgellr7017: added a esp variable server['TLS_SUPPORT'] which...
2007-10-10 Andrew Tridgellr7014: added Content-Length header to both esp and...
2007-10-10 Andrew Tridgellr7013: added tls support to the builtin web server...
2007-10-10 Andrew Tridgellr7004: added support for exceptions generated in the...
2007-10-10 Andrew Tridgellr7002: added support for getting at loadparm config...
2007-10-10 Andrew Tridgellr7000: only keep session data if not empty - this saves...
2007-10-10 Andrew Tridgellr6998: - added support for application[] data, which...
2007-10-10 Andrew Tridgellr6989: - added support for esp style includes (which...
2007-10-10 Andrew Tridgellr6987: - make sure esp pages cannot read data outside...
2007-10-10 Andrew Tridgellr6986: added support for <% include("somefile.ejs"...
2007-10-10 Andrew Tridgellr6982: install the swat pages with 'make installswat'
2007-10-10 Andrew Tridgellr6981: first version of the builtin web server for...