r25398: Parse loadparm context to all lp_*() functions.
[jelmer/samba4-debian.git] / source / scripting / ejs / smbscript.c
2007-10-10 Jelmer Vernooijr25398: Parse loadparm context to all lp_*() functions.
2007-10-10 Jelmer Vernooijr25392: Add loadparm context as argument in a couple...
2007-10-10 Jelmer Vernooijr24994: Fix some C++ warnings.
2007-10-10 Andrew Tridgellr23792: convert Samba4 to GPLv3
2007-10-10 Stefan Metzmacherr22622: make it possible to pass the config file via...
2007-10-10 Jelmer Vernooijr19339: Merge my 4.0-unittest branch. This adds an...
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 Jelmer Vernooijr13786: [merge] Add registration functions for LDB...
2007-10-10 Jelmer Vernooijr12620: Get rid of automatically generated lists of...
2007-10-10 Jelmer Vernooijr12499: Move smb_build.h out of includes.h
2007-10-10 Jelmer Vernooijr10316: More dynconfig fixes
2007-10-10 Jelmer Vernooijr9722: Initial attempt at converting samba3dump to...
2007-10-10 Andrew Tridgellr9504: use some low level ejs hackery to give much...
2007-10-10 Andrew Tridgellr8678: setup for gdb backtrace in 'make test'
2007-10-10 Andrew Tridgellr8643: - make lp_configfile() work again
2007-10-10 Andrew Tridgellr8483: switched our generated ejs rpc code over to...
2007-10-10 Andrew Tridgellr8452: allow for the ugly hack:
2007-10-10 Andrew Tridgellr8411: we need to use mprVarToNumber() instead of var...
2007-10-10 Andrew Tridgellr8399: move the ejs and esp code closer to the director...
2007-10-10 Tim Potterr8357: Call lp_load() so we can access the various...
2007-10-10 Andrew Tridgellr8316: give full access to the popt command line parsin...
2007-10-10 Andrew Tridgellr8284: - fixed some uninitialised variables in the...
2007-10-10 Andrew Tridgellr8276: fixed the remaining memory leaks in smbscript...
2007-10-10 Andrew Tridgellr8273: fixed some memory leaks in smbscript. This requi...
2007-10-10 Andrew Tridgellr8220: added auto-generation of ENUM constants in ejs...
2007-10-10 Andrew Tridgellr8069: the beginnings of code to allow rpc calls to...
2007-10-10 Andrew Bartlettr7530: Simply calling convention of lp_load().
2007-10-10 Tim Potterr7500: Initialise module subsystems.
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 Potterr7223: Advance script past interpreter line.
2007-10-10 Tim Potterr7215: Convert smbscript to use ejsEvalScript() and...
2007-10-10 Tim Potterr7082: Call load_interfaces() in smbscript initialisation.
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...