summaryrefslogtreecommitdiffstats
path: root/source4/scripting
Commit message (Expand)AuthorAgeFilesLines
* 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
* r6591: Add some comments.Tim Potter2007-10-101-4/+44
* r6590: Remove bogus library versioning variables from swig wrappers.Tim Potter2007-10-101-6/+0
* r6540: Implement a bunch more SAMR functions.Tim Potter2007-10-103-19/+139
* r6539: A patch from jbm:Tim Potter2007-10-101-13/+16
* r6512: Refactor samr torture test to use the nicer OO interface instead of theTim Potter2007-10-101-552/+88
* r6511: Implement GetUserPwInfo(), QueryUserInfo(), QueryUserInfo2().Tim Potter2007-10-101-5/+29
* r6510: Initialise rid parameter in samr_RidToSid(). This is faulting for meTim Potter2007-10-101-4/+56
* r6508: Fix typo - yay testsuite.Tim Potter2007-10-101-1/+1
* r6507: Fix syntax error in GetAliasMembership().Tim Potter2007-10-101-1/+11
* r6506: Rename parameter to GetDomPwInfo.Tim Potter2007-10-101-2/+2
* r6469: Add CreateDomainGroup, GetAliasMembership.Tim Potter2007-10-101-4/+26
* r6329: Write tests for newly implemented alias functions.Tim Potter2007-10-101-119/+52
* r6328: Fix bug in OpenAlias.Tim Potter2007-10-101-9/+66
* r6327: Add LSA objects to dcerpc swig library.Tim Potter2007-10-101-1/+1
* r6326: Add %array_functions for struct lsa_SidPtr.Tim Potter2007-10-101-0/+3
* r6324: Pass server name instead of binding string on command line (always useTim Potter2007-10-101-22/+19
* r6215: Add test for LookupNames. Fix CreateUser2 test.Tim Potter2007-10-101-32/+9
* r6214: Fix typo in DomainHandle.OpenUser() function.Tim Potter2007-10-101-3/+22
* r6213: Add %array_functions for struct samr_String so we can create andTim Potter2007-10-101-0/+1
* r6212: Treat uint8 and int8's as integers instead of chars. Swig maps a charTim Potter2007-10-101-2/+2