summaryrefslogtreecommitdiffstats
path: root/source4/scripting
Commit message (Expand)AuthorAgeFilesLines
* r8114: fixed the build after tpots ejs commit ....Andrew Tridgell2007-10-101-0/+11
* r8105: Add ejsrpc push/pull functions for uint16 and uint8.Tim Potter2007-10-102-12/+55
* r8073: a successful rpc call from ejs!Andrew Tridgell2007-10-106-13/+292
* r8069: the beginnings of code to allow rpc calls to be made from ejsAndrew Tridgell2007-10-106-39/+194
* r7928: Add rename, unlink and list commands.Tim Potter2007-10-101-2/+139
* r7924: Add mkdir() and rmdir() functions.Tim Potter2007-10-101-2/+81
* r7922: Comment out complicated connect/session/tree API for the moment. ReplaceTim Potter2007-10-101-2/+83
* r7633: this patch started as an attempt to make the dcerpc code use a givenAndrew Tridgell2007-10-102-2/+5
* r7570: Add tree, session and socket disconnect ejs functions.Tim Potter2007-10-101-8/+114
* r7530: Simply calling convention of lp_load().Andrew Bartlett2007-10-101-1/+1
* r7505: Add more argument forms for session_setup().Tim Potter2007-10-101-1/+34
* r7501: Fix credential initialisation in ejs session setup. Implement fourTim Potter2007-10-101-7/+127
* r7500: Initialise module subsystems.Tim Potter2007-10-101-0/+2
* r7477: Add MPR_TYPE_PTR to ejs_typeof().Tim Potter2007-10-101-1/+2
* r7461: this is the start of some code for mapping IDL onto ejs. This is handAndrew Tridgell2007-10-101-0/+197
* r7457: Return an ejs C pointer object from the ejs connect() function.Tim Potter2007-10-101-16/+62
* r7422: Create a ejs object to wrap a smbcli_transport pointer.Tim Potter2007-10-101-0/+18
* r7355: this should fix the link problem metze hit with smbscriptAndrew Tridgell2007-10-101-1/+1
* r7351: Start of ejs smb client library. I need to figure out a nice API hereTim Potter2007-10-103-0/+91
* r7350: Remove unused label.Tim Potter2007-10-101-1/+0
* r7268: allocate the strings to avoid them disappearing under our feetSimo Sorce2007-10-101-5/+5
* r7267: REMOTE_HOST is a better choiceSimo Sorce2007-10-101-34/+65
* r7266: Split the different types of js function defines into separate files,Tim Potter2007-10-106-243/+368
* r7263: Exit smbscript with the intepreter return value (defaults to 0).Tim Potter2007-10-101-10/+13
* r7262: Add a length property to ARGV array.Tim Potter2007-10-101-0/+1
* r7261: Pass by reference is done in js via MPR_TYPE_OBJECT. Update argumentTim Potter2007-10-101-2/+7
* r7255: Change syntax of resolveName() js function to be more like theTim Potter2007-10-101-26/+28
* r7254: Add a mprWERROR() function with the same attributes as mprNTSTATUS.Tim Potter2007-10-101-0/+24
* r7238: Add pam auth support in swatSimo Sorce2007-10-102-1/+83
* r7225: Create a MprVar object from a NTSTATUS, e.g:Tim Potter2007-10-101-0/+23
* r7223: Advance script past interpreter line.Tim Potter2007-10-101-0/+11
* r7215: Convert smbscript to use ejsEvalScript() and file_load() instead ofTim Potter2007-10-101-4/+7
* r7135: make typeof() complient with ECMA 11.4.3Andrew Tridgell2007-10-101-11/+12
* r7083: Add a ejs hook to the resolve_name() function.Tim Potter2007-10-101-0/+51
* r7082: Call load_interfaces() in smbscript initialisation.Tim Potter2007-10-101-0/+2
* r7081: Add mprToInt() function.Tim Potter2007-10-101-0/+9
* r7080: Fix typo in error message.Tim Potter2007-10-101-1/+1
* r7078: - fix an uninitialised variable in smbscriptAndrew Tridgell2007-10-102-5/+5
* r7077: pull in a bunch more libs for smbscript. I plan on making a whole lotAndrew Tridgell2007-10-101-1/+2
* r7075: added support for ARGV[] in ejs scriptsAndrew Tridgell2007-10-101-1/+12
* r7074: we should load all shares in smbscriptAndrew Tridgell2007-10-101-1/+1
* r7072: moved the esp hooks calls to the ejs level, so we can call them fromAndrew Tridgell2007-10-104-13/+444
* r7069: Add a little usage message to smbscript and fix a compiler warning. MyVolker Lendecke2007-10-101-1/+7
* r7066: Rename http_exception to ejs_exception.Tim Potter2007-10-101-2/+2
* r7065: Move ejs from web_server to lib so it can be shared with smbscript.Tim Potter2007-10-101-1/+1
* r7064: Clean up handle parameter passing after peeking at tridge's ejstest.cTim Potter2007-10-101-4/+4
* r7063: Do error checking on the ejs functions.Tim Potter2007-10-101-9/+19
* r7062: Merge scripting/swig/config.mk with scripting/config.mkTim Potter2007-10-102-5/+14
* r7061: A ejs scripting client. This should allow javascript to be run in aTim Potter2007-10-102-0/+70
* r6592: Throw an IOError exception if tdb_open() or tdb_open_Ex() returns NULL.Tim Potter2007-10-101-0/+12