r9557: Some more updates. Use combined function for parsing a set of
[samba.git] / source4 / web_server /
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 Tridgellr9389: handle errors reading from files in web server
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 Tridgellr9122: cope with trailing garbage in POST contents...
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 Tridgellr8482: gnutls_x509_crt_set_subject_key_id is not availa...
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 Tim Potterr8351: When finished sending call stream_terminate_conn...
2007-10-10 Andrew Tridgellr8255: enable access to the ejs constants generated...
2007-10-10 Andrew Tridgellr7911: task_terminate() is defined in the macosx header...
2007-10-10 Andrew Tridgellr7751: only enable tls on the ldaps port in ldap server...
2007-10-10 Andrew Tridgellr7744: converted the web server to use the lib/tls...
2007-10-10 Volker Lendecker7441: Get rid of // comments. Tridge, if this breaks...
2007-10-10 Simo Sorcer7236: uhmm this require to be in too
2007-10-10 Simo Sorcer7235: We do not need PAM here anymore
2007-10-10 Simo Sorcer7234: that code path is died
2007-10-10 Simo Sorcer7231: remove some old stuff
2007-10-10 Stefan Metzmacherr7179: remove compiler warnings
2007-10-10 Stefan Metzmacherr7177: fill in REMOTE_ADDR correctly
2007-10-10 Jelmer Vernooijr7166: Move replacement stuff to seperate directory
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 Tridgellr7086: make include() recognise the ".esp" extension...
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 Potterr7068: Missed one!
2007-10-10 Andrew Tridgellr7067: older versions of gnutls don't have GNUTLS_KP_TL...
2007-10-10 Tim Potterr7066: Rename http_exception to ejs_exception.
2007-10-10 Tim Potterr7065: Move ejs from web_server to lib so it can be...
2007-10-10 Tim Potterr7060: Fix use of uninitialised variable.
2007-10-10 Simo Sorcer7058: Add experimenthal pam authentication for web...
2007-10-10 Simo Sorcer7057: remove some ^M at end of lines
2007-10-10 Andrew Tridgellr7055: automatically add the dn to all ldbSearch results
2007-10-10 Andrew Tridgellr7053: added a ldbSearch() call to esp
2007-10-10 Andrew Tridgellr7051: remove an unused file
2007-10-10 Stefan Metzmacherr7050: fix linking of smbd
2007-10-10 Andrew Tridgellr7048: added auto-generation of TLS self-signed certifi...
2007-10-10 Andrew Tridgellr7047: rearranged the tls code a bit, and improved...
2007-10-10 Andrew Tridgellr7023: reduced the number of warnings in building ejs...
2007-10-10 Andrew Tridgellr7019: - added esp call lpServices() which returns...
2007-10-10 Andrew Tridgellr7017: added a esp variable server['TLS_SUPPORT'] which...
2007-10-10 Andrew Tridgellr7016: - added smb.conf parm 'web tls = true/false'
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 Stefan Metzmacherr7009: the correct for maing it all build with my gcc-4.0
2007-10-10 Andrew Tridgellr7008: - split out the loadparm type definitions so...
2007-10-10 Andrew Tridgellr7007: try to get ejs compiling again
2007-10-10 Stefan Metzmacherr7006: fix a build problem with my gcc-4.0
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 Tridgellr6990: apparently some systems define UNUSED :-)
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...