Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r8339: added ldbAdd(), ldbModify(), ldbDelete() and ldbRename() to ejs ldb fu... | Andrew Tridgell | 1 | -0/+144 |
2007-10-10 | r8337: - use 64 bit access functions in ejs calls | Andrew Tridgell | 9 | -23/+230 |
2007-10-10 | r8333: merged with latest upstream ejs sources | Andrew Tridgell | 4 | -12/+9 |
2007-10-10 | r8331: added split(), join() and FileLoad() functions to ejs. | Andrew Tridgell | 1 | -0/+103 |
2007-10-10 | r8320: make sure all our returned objects are full objects, which means they | Andrew Tridgell | 7 | -16/+23 |
2007-10-10 | r8318: added a bunch more ejs calls. | Andrew Tridgell | 6 | -3/+249 |
2007-10-10 | r8316: give full access to the popt command line parsing in ejs scripts, incl... | Andrew Tridgell | 5 | -27/+204 |
2007-10-10 | r8297: add libinclude() function in ejs, which is like include() but searches... | Andrew Tridgell | 1 | -0/+47 |
2007-10-10 | r8296: - split out the ejs auth functions into a separate file | Andrew Tridgell | 4 | -121/+148 |
2007-10-10 | r8284: - fixed some uninitialised variables in the irpc code | Andrew Tridgell | 4 | -7/+99 |
2007-10-10 | r8281: pass the callnum and rpc interface table directly from the generated | Andrew Tridgell | 2 | -19/+26 |
2007-10-10 | r8280: - added irpc_connect() for connecting to a irpc server by name | Andrew Tridgell | 3 | -3/+87 |
2007-10-10 | r8276: fixed the remaining memory leaks in smbscript. We can now loop doing | Andrew Tridgell | 10 | -124/+138 |
2007-10-10 | r8273: fixed some memory leaks in smbscript. This required converting | Andrew Tridgell | 4 | -29/+16 |
2007-10-10 | r8262: - simplify the dependency handling for ejs modules | Andrew Tridgell | 3 | -106/+63 |
2007-10-10 | r8260: added an init based registration system for the generated ejs rpc code... | Andrew Tridgell | 2 | -18/+47 |
2007-10-10 | r8256: - allow rpc calls from non-command line ejs contexts by creating a set | Andrew Tridgell | 4 | -2/+34 |
2007-10-10 | r8254: fixed a valgrind error in the unix auth code | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r8238: - fixed handling of NULL pointers from ejs | Andrew Tridgell | 3 | -0/+26 |
2007-10-10 | r8236: fixed support for arrays of structures | Andrew Tridgell | 1 | -4/+4 |
2007-10-10 | r8233: - added support for more base types in pidl ejs | Andrew Tridgell | 4 | -5/+143 |
2007-10-10 | r8230: prevent authentication dying on a NULL domain | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r8220: added auto-generation of ENUM constants in ejs wrapper. So we can now ... | Andrew Tridgell | 5 | -1/+41 |
2007-10-10 | r8216: - handle union pull in ejs pidl generation | Andrew Tridgell | 1 | -0/+9 |
2007-10-10 | r8215: switched the pull side of the ejs generator over to the recursive LEVE... | Andrew Tridgell | 2 | -30/+14 |
2007-10-10 | r8213: I've started to understand the LEVELS stuff in pidl much better now, | Andrew Tridgell | 2 | -29/+13 |
2007-10-10 | r8200: - added stub functions for union pull/push | Andrew Tridgell | 1 | -0/+3 |
2007-10-10 | r8198: - handled push/pull of simple strings in ejs | Andrew Tridgell | 3 | -9/+56 |
2007-10-10 | r8195: - fixed handling of simple arrays. To keep the logic simple, I moved t... | Andrew Tridgell | 2 | -17/+17 |
2007-10-10 | r8194: delete the old hand-written ejs code for echo_AddOne. This is now | Andrew Tridgell | 1 | -45/+0 |
2007-10-10 | r8192: updated the glue code for the generated ejs functions from pidl | Andrew Tridgell | 5 | -30/+155 |
2007-10-10 | r8114: fixed the build after tpots ejs commit .... | Andrew Tridgell | 1 | -0/+11 |
2007-10-10 | r8105: Add ejsrpc push/pull functions for uint16 and uint8. | Tim Potter | 2 | -12/+55 |
2007-10-10 | r8073: a successful rpc call from ejs! | Andrew Tridgell | 6 | -13/+292 |
2007-10-10 | r8069: the beginnings of code to allow rpc calls to be made from ejs | Andrew Tridgell | 5 | -15/+194 |
2007-10-10 | r7928: Add rename, unlink and list commands. | Tim Potter | 1 | -2/+139 |
2007-10-10 | r7924: Add mkdir() and rmdir() functions. | Tim Potter | 1 | -2/+81 |
2007-10-10 | r7922: Comment out complicated connect/session/tree API for the moment. Replace | Tim Potter | 1 | -2/+83 |
2007-10-10 | r7633: this patch started as an attempt to make the dcerpc code use a given | Andrew Tridgell | 2 | -2/+5 |
2007-10-10 | r7570: Add tree, session and socket disconnect ejs functions. | Tim Potter | 1 | -8/+114 |
2007-10-10 | r7530: Simply calling convention of lp_load(). | Andrew Bartlett | 1 | -1/+1 |
2007-10-10 | r7505: Add more argument forms for session_setup(). | Tim Potter | 1 | -1/+34 |
2007-10-10 | r7501: Fix credential initialisation in ejs session setup. Implement four | Tim Potter | 1 | -7/+127 |
2007-10-10 | r7500: Initialise module subsystems. | Tim Potter | 1 | -0/+2 |
2007-10-10 | r7477: Add MPR_TYPE_PTR to ejs_typeof(). | Tim Potter | 1 | -1/+2 |
2007-10-10 | r7461: this is the start of some code for mapping IDL onto ejs. This is hand | Andrew Tridgell | 1 | -0/+197 |
2007-10-10 | r7457: Return an ejs C pointer object from the ejs connect() function. | Tim Potter | 1 | -16/+62 |
2007-10-10 | r7422: Create a ejs object to wrap a smbcli_transport pointer. | Tim Potter | 1 | -0/+18 |
2007-10-10 | r7351: Start of ejs smb client library. I need to figure out a nice API here | Tim Potter | 2 | -0/+90 |
2007-10-10 | r7350: Remove unused label. | Tim Potter | 1 | -1/+0 |