summaryrefslogtreecommitdiff
path: root/source4/scripting
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r8276: fixed the remaining memory leaks in smbscript. We can now loop doingAndrew Tridgell10-124/+138
2007-10-10r8273: fixed some memory leaks in smbscript. This required convertingAndrew Tridgell4-29/+16
2007-10-10r8262: - simplify the dependency handling for ejs modulesAndrew Tridgell3-106/+63
2007-10-10r8260: added an init based registration system for the generated ejs rpc code...Andrew Tridgell2-18/+47
2007-10-10r8256: - allow rpc calls from non-command line ejs contexts by creating a setAndrew Tridgell4-2/+34
2007-10-10r8254: fixed a valgrind error in the unix auth codeAndrew Tridgell1-1/+1
2007-10-10r8238: - fixed handling of NULL pointers from ejsAndrew Tridgell3-0/+26
2007-10-10r8236: fixed support for arrays of structuresAndrew Tridgell1-4/+4
2007-10-10r8233: - added support for more base types in pidl ejsAndrew Tridgell4-5/+143
2007-10-10r8230: prevent authentication dying on a NULL domainAndrew Tridgell1-1/+1
2007-10-10r8220: added auto-generation of ENUM constants in ejs wrapper. So we can now ...Andrew Tridgell5-1/+41
2007-10-10r8216: - handle union pull in ejs pidl generationAndrew Tridgell1-0/+9
2007-10-10r8215: switched the pull side of the ejs generator over to the recursive LEVE...Andrew Tridgell2-30/+14
2007-10-10r8213: I've started to understand the LEVELS stuff in pidl much better now,Andrew Tridgell2-29/+13
2007-10-10r8200: - added stub functions for union pull/pushAndrew Tridgell1-0/+3
2007-10-10r8198: - handled push/pull of simple strings in ejsAndrew Tridgell3-9/+56
2007-10-10r8195: - fixed handling of simple arrays. To keep the logic simple, I moved t...Andrew Tridgell2-17/+17
2007-10-10r8194: delete the old hand-written ejs code for echo_AddOne. This is nowAndrew Tridgell1-45/+0
2007-10-10r8192: updated the glue code for the generated ejs functions from pidlAndrew Tridgell5-30/+155
2007-10-10r8114: fixed the build after tpots ejs commit ....Andrew Tridgell1-0/+11
2007-10-10r8105: Add ejsrpc push/pull functions for uint16 and uint8.Tim Potter2-12/+55
2007-10-10r8073: a successful rpc call from ejs!Andrew Tridgell6-13/+292
2007-10-10r8069: the beginnings of code to allow rpc calls to be made from ejsAndrew Tridgell6-39/+194
2007-10-10r7928: Add rename, unlink and list commands.Tim Potter1-2/+139
2007-10-10r7924: Add mkdir() and rmdir() functions.Tim Potter1-2/+81
2007-10-10r7922: Comment out complicated connect/session/tree API for the moment. ReplaceTim Potter1-2/+83
2007-10-10r7633: this patch started as an attempt to make the dcerpc code use a givenAndrew Tridgell2-2/+5
2007-10-10r7570: Add tree, session and socket disconnect ejs functions.Tim Potter1-8/+114
2007-10-10r7530: Simply calling convention of lp_load().Andrew Bartlett1-1/+1
2007-10-10r7505: Add more argument forms for session_setup().Tim Potter1-1/+34
2007-10-10r7501: Fix credential initialisation in ejs session setup. Implement fourTim Potter1-7/+127
2007-10-10r7500: Initialise module subsystems.Tim Potter1-0/+2
2007-10-10r7477: Add MPR_TYPE_PTR to ejs_typeof().Tim Potter1-1/+2
2007-10-10r7461: this is the start of some code for mapping IDL onto ejs. This is handAndrew Tridgell1-0/+197
2007-10-10r7457: Return an ejs C pointer object from the ejs connect() function.Tim Potter1-16/+62
2007-10-10r7422: Create a ejs object to wrap a smbcli_transport pointer.Tim Potter1-0/+18
2007-10-10r7355: this should fix the link problem metze hit with smbscriptAndrew Tridgell1-1/+1
2007-10-10r7351: Start of ejs smb client library. I need to figure out a nice API hereTim Potter3-0/+91
2007-10-10r7350: Remove unused label.Tim Potter1-1/+0
2007-10-10r7268: allocate the strings to avoid them disappearing under our feetSimo Sorce1-5/+5
2007-10-10r7267: REMOTE_HOST is a better choiceSimo Sorce1-34/+65
2007-10-10r7266: Split the different types of js function defines into separate files,Tim Potter6-243/+368
2007-10-10r7263: Exit smbscript with the intepreter return value (defaults to 0).Tim Potter1-10/+13
2007-10-10r7262: Add a length property to ARGV array.Tim Potter1-0/+1
2007-10-10r7261: Pass by reference is done in js via MPR_TYPE_OBJECT. Update argumentTim Potter1-2/+7
2007-10-10r7255: Change syntax of resolveName() js function to be more like theTim Potter1-26/+28
2007-10-10r7254: Add a mprWERROR() function with the same attributes as mprNTSTATUS.Tim Potter1-0/+24
2007-10-10r7238: Add pam auth support in swatSimo Sorce2-1/+83
2007-10-10r7225: Create a MprVar object from a NTSTATUS, e.g:Tim Potter1-0/+23
2007-10-10r7223: Advance script past interpreter line.Tim Potter1-0/+11