summaryrefslogtreecommitdiffstats
path: root/source/scripting/ejs/smbscript.c
Commit message (Expand)AuthorAgeFilesLines
* r9722: Initial attempt at converting samba3dump to EJS..Jelmer Vernooij2005-08-281-0/+5
* r9504: use some low level ejs hackery to give much better exception error mes...Andrew Tridgell2005-08-231-2/+6
* r8678: setup for gdb backtrace in 'make test'Andrew Tridgell2005-07-211-0/+1
* r8643: - make lp_configfile() work againAndrew Tridgell2005-07-201-1/+1
* r8483: switched our generated ejs rpc code over to the new OO interface. ThisAndrew Tridgell2005-07-151-2/+0
* r8452: allow for the ugly hack:Andrew Tridgell2005-07-141-9/+9
* r8411: we need to use mprVarToNumber() instead of var->integer now, to cope withAndrew Tridgell2005-07-131-1/+1
* r8399: move the ejs and esp code closer to the directory layout used by theAndrew Tridgell2005-07-131-1/+1
* r8357: Call lp_load() so we can access the various lp_functions().Tim Potter2005-07-121-0/+2
* r8316: give full access to the popt command line parsing in ejs scripts, incl...Andrew Tridgell2005-07-111-27/+6
* r8284: - fixed some uninitialised variables in the irpc codeAndrew Tridgell2005-07-101-1/+0
* r8276: fixed the remaining memory leaks in smbscript. We can now loop doingAndrew Tridgell2005-07-101-1/+2
* r8273: fixed some memory leaks in smbscript. This required convertingAndrew Tridgell2005-07-101-1/+2
* r8220: added auto-generation of ENUM constants in ejs wrapper. So we can now ...Andrew Tridgell2005-07-081-0/+2
* r8069: the beginnings of code to allow rpc calls to be made from ejsAndrew Tridgell2005-07-021-15/+28
* r7530: Simply calling convention of lp_load(). Andrew Bartlett2005-06-131-1/+1
* r7500: Initialise module subsystems.Tim Potter2005-06-121-0/+2
* r7263: Exit smbscript with the intepreter return value (defaults to 0).Tim Potter2005-06-041-10/+13
* r7262: Add a length property to ARGV array.Tim Potter2005-06-041-0/+1
* r7223: Advance script past interpreter line.Tim Potter2005-06-031-0/+11
* r7215: Convert smbscript to use ejsEvalScript() and file_load() instead ofTim Potter2005-06-031-4/+7
* r7082: Call load_interfaces() in smbscript initialisation.Tim Potter2005-05-291-0/+2
* r7080: Fix typo in error message.Tim Potter2005-05-291-1/+1
* r7078: - fix an uninitialised variable in smbscriptAndrew Tridgell2005-05-291-1/+1
* r7075: added support for ARGV[] in ejs scriptsAndrew Tridgell2005-05-291-1/+12
* r7074: we should load all shares in smbscriptAndrew Tridgell2005-05-291-1/+1
* r7072: moved the esp hooks calls to the ejs level, so we can call them fromAndrew Tridgell2005-05-291-12/+15
* r7069: Add a little usage message to smbscript and fix a compiler warning. MyVolker Lendecke2005-05-291-1/+7
* r7066: Rename http_exception to ejs_exception.Tim Potter2005-05-291-2/+2
* r7065: Move ejs from web_server to lib so it can be shared with smbscript.Tim Potter2005-05-291-1/+1
* r7064: Clean up handle parameter passing after peeking at tridge's ejstest.cTim Potter2005-05-291-4/+4
* r7063: Do error checking on the ejs functions.Tim Potter2005-05-291-9/+19
* r7061: A ejs scripting client. This should allow javascript to be run in a Tim Potter2005-05-291-0/+62