r7633: this patch started as an attempt to make the dcerpc code use a given
[samba.git] / source4 / scripting / ejs /
2007-10-10 Andrew Tridgellr7633: this patch started as an attempt to make the...
2007-10-10 Tim Potterr7570: Add tree, session and socket disconnect ejs...
2007-10-10 Andrew Bartlettr7530: Simply calling convention of lp_load().
2007-10-10 Tim Potterr7505: Add more argument forms for session_setup().
2007-10-10 Tim Potterr7501: Fix credential initialisation in ejs session...
2007-10-10 Tim Potterr7500: Initialise module subsystems.
2007-10-10 Tim Potterr7477: Add MPR_TYPE_PTR to ejs_typeof().
2007-10-10 Andrew Tridgellr7461: this is the start of some code for mapping IDL...
2007-10-10 Tim Potterr7457: Return an ejs C pointer object from the ejs...
2007-10-10 Tim Potterr7422: Create a ejs object to wrap a smbcli_transport...
2007-10-10 Tim Potterr7351: Start of ejs smb client library. I need to...
2007-10-10 Tim Potterr7350: Remove unused label.
2007-10-10 Simo Sorcer7268: allocate the strings to avoid them disappearing...
2007-10-10 Simo Sorcer7267: REMOTE_HOST is a better choice
2007-10-10 Tim Potterr7266: Split the different types of js function defines...
2007-10-10 Tim Potterr7263: Exit smbscript with the intepreter return value...
2007-10-10 Tim Potterr7262: Add a length property to ARGV array.
2007-10-10 Tim Potterr7261: Pass by reference is done in js via MPR_TYPE_OBJ...
2007-10-10 Tim Potterr7255: Change syntax of resolveName() js function to...
2007-10-10 Tim Potterr7254: Add a mprWERROR() function with the same attribu...
2007-10-10 Simo Sorcer7238: Add pam auth support in swat
2007-10-10 Tim Potterr7225: Create a MprVar object from a NTSTATUS, e.g:
2007-10-10 Tim Potterr7223: Advance script past interpreter line.
2007-10-10 Tim Potterr7215: Convert smbscript to use ejsEvalScript() and...
2007-10-10 Andrew Tridgellr7135: make typeof() complient with ECMA 11.4.3
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 Tridgellr7078: - fix an uninitialised variable in smbscript
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 Tridgellr7072: moved the esp hooks calls to the ejs level,...
2007-10-10 Volker Lendecker7069: Add a little usage message to smbscript and...
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 Potterr7061: A ejs scripting client. This should allow javas...