summaryrefslogtreecommitdiff
path: root/source4/scripting/ejs/smbscript.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r7082: Call load_interfaces() in smbscript initialisation.Tim Potter1-0/+2
2007-10-10r7080: Fix typo in error message.Tim Potter1-1/+1
2007-10-10r7078: - fix an uninitialised variable in smbscriptAndrew Tridgell1-1/+1
2007-10-10r7075: added support for ARGV[] in ejs scriptsAndrew Tridgell1-1/+12
2007-10-10r7074: we should load all shares in smbscriptAndrew Tridgell1-1/+1
2007-10-10r7072: moved the esp hooks calls to the ejs level, so we can call them fromAndrew Tridgell1-12/+15
2007-10-10r7069: Add a little usage message to smbscript and fix a compiler warning. MyVolker Lendecke1-1/+7
2007-10-10r7066: Rename http_exception to ejs_exception.Tim Potter1-2/+2
2007-10-10r7065: Move ejs from web_server to lib so it can be shared with smbscript.Tim Potter1-1/+1
2007-10-10r7064: Clean up handle parameter passing after peeking at tridge's ejstest.cTim Potter1-4/+4
2007-10-10r7063: Do error checking on the ejs functions.Tim Potter1-9/+19
2007-10-10r7061: A ejs scripting client. This should allow javascript to be run in aTim Potter1-0/+62