samba.git
2007-10-10 Andrew Tridgellr7108: display a session expired message
2007-10-10 Andrew Tridgellr7107: detect when a users session has expired and...
2007-10-10 Andrew Tridgellr7106: the web interface now works completely with...
2007-10-10 Andrew Tridgellr7105: fixed a typo
2007-10-10 Andrew Tridgellr7104: add support into the web server for session...
2007-10-10 Stefan Metzmacherr7103: fix make installswat again:-)
2007-10-10 Stefan Metzmacherr7102: fix subcontext(0)
2007-10-10 Andrew Tridgellr7101: moved favicon into images/
2007-10-10 Stefan Metzmacherr7100: install lately added files too
2007-10-10 Stefan Metzmacherr7099: make the password field a password field...
2007-10-10 Stefan Metzmacherr7098: - make use of the NDR table instead of the IDL...
2007-10-10 Andrew Tridgellr7097: removed a debug line
2007-10-10 Andrew Tridgellr7096: added support for select lists in forms
2007-10-10 Andrew Tridgellr7095: more html tidying
2007-10-10 Andrew Tridgellr7094: use the Form() object in a few more places
2007-10-10 Andrew Tridgellr7093: - added a new Form() ejs object for producing...
2007-10-10 Andrew Tridgellr7092: added some js for formatting table results in...
2007-10-10 Andrew Tridgellr7091: added some more useful links
2007-10-10 Andrew Tridgellr7090: added back in the showvars test
2007-10-10 Andrew Tridgellr7089: ensure that headers['HOST'] is setup
2007-10-10 Andrew Tridgellr7088: start on some real structure for the SWAT web...
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 Tridgellr7085: fixed a bug in ejs with setting up the arguments...
2007-10-10 Stefan Metzmacherr7084: - readd the work from rev 6516,6517,6572
2007-10-10 Tim Potterr7083: Add a ejs hook to the resolve_name() function.
2007-10-10 Tim Potterr7082: Call load_interfaces() in smbscript initialisation.
2007-10-10 Tim Potterr7081: Add mprToInt() function.
2007-10-10 Tim Potterr7080: Fix typo in error message.
2007-10-10 Andrew Tridgellr7079: remember to register the esp calls
2007-10-10 Andrew Tridgellr7078: - fix an uninitialised variable in smbscript
2007-10-10 Andrew Tridgellr7077: pull in a bunch more libs for smbscript. I plan...
2007-10-10 Andrew Tridgellr7076: added demos of using ARGV[]
2007-10-10 Andrew Tridgellr7075: added support for ARGV[] in ejs scripts
2007-10-10 Andrew Tridgellr7074: we should load all shares in smbscript
2007-10-10 Andrew Tridgellr7073: added some simple example scripts for use with...
2007-10-10 Andrew Tridgellr7072: moved the esp hooks calls to the ejs level,...
2007-10-10 Andrew Tridgellr7071: allow access to the current mpr memory context...
2007-10-10 Stefan Metzmacherr7070: fix redirection when the client
2007-10-10 Volker Lendecker7069: Add a little usage message to smbscript and...
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 Potterr7064: Clean up handle parameter passing after peeking...
2007-10-10 Tim Potterr7063: Do error checking on the ejs functions.
2007-10-10 Tim Potterr7062: Merge scripting/swig/config.mk with scripting...
2007-10-10 Tim Potterr7061: A ejs scripting client. This should allow javas...
2007-10-10 Tim Potterr7060: Fix use of uninitialised variable.
2007-10-10 Jelmer Vernooijr7059: Use namespaces for pidl and the build system...
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 Tridgellr7056: added links to ejs and esp info pages
2007-10-10 Andrew Tridgellr7055: automatically add the dn to all ldbSearch results
2007-10-10 Andrew Tridgellr7054: added a example script showing ldbSearch() usage
2007-10-10 Andrew Tridgellr7053: added a ldbSearch() call to esp
2007-10-10 Andrew Tridgellr7052: added a case insensitive str_list_check_ci(...
2007-10-10 Andrew Tridgellr7051: remove an unused file
2007-10-10 Stefan Metzmacherr7050: fix linking of smbd
2007-10-10 Andrew Tridgellr7049: auto-create the private/tls/ directory on install
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 Tridgellr7044: vance is right that mixing http and https elemen...
2007-10-10 Andrew Bartlettr7043: Patch from Julien Kerihuel <j.kerihuel@openchang...
2007-10-10 Jelmer Vernooijr7037: Add enough pointers in the header file as well
2007-10-10 Jelmer Vernooijr7036: Allow more operations in several properties...
2007-10-10 Jelmer Vernooijr7029: Make array support in pidl similar to that in...
2007-10-10 Andrew Tridgellr7023: reduced the number of warnings in building ejs...
2007-10-10 Jelmer Vernooijr7022: Add support for parsing definitions of multi...
2007-10-10 Andrew Tridgellr7019: - added esp call lpServices() which returns...
2007-10-10 Andrew Tridgellr7018: take advantage of the server[TLS_SUPPORT] variab...
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 Tridgellr7015: use a scripting trick to force images to be...
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 Tridgellr7012: added smb.conf parameters
2007-10-10 Andrew Tridgellr7011: when using macros, the parameters should be...
2007-10-10 Tim Potterr7010: Merge libcli/libsmb.mk into libcli/config.mk
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 Tridgellr7005: added a esp page to demonstrate exception handling
2007-10-10 Andrew Tridgellr7004: added support for exceptions generated in the...
2007-10-10 Andrew Tridgellr7003: added an example script for fetching smb.conf...
2007-10-10 Andrew Tridgellr7002: added support for getting at loadparm config...
2007-10-10 Andrew Tridgellr7001: make sure we install the esp files
2007-10-10 Andrew Tridgellr7000: only keep session data if not empty - this saves...
2007-10-10 Andrew Tridgellr6999: - renamed our html files to esp
2007-10-10 Andrew Tridgellr6998: - added support for application[] data, which...
2007-10-10 Andrew Tridgellr6997: added a private pointer to the task structure...
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 Tridgellr6988: added a test of esp include() calls
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 Tridgellr6985: rearranged the directory structure so as to...
2007-10-10 Derrell Lipmanr6984: added tree representation documentation and...
2007-10-10 Andrew Tridgellr6983: add some sample esp pages to demonstrate the...
next