summaryrefslogtreecommitdiffstats
path: root/source4/scripting/ejs
Commit message (Expand)AuthorAgeFilesLines
* r8340: - added sys_gmtime()Andrew Tridgell2007-10-1010-234/+236
* r8339: added ldbAdd(), ldbModify(), ldbDelete() and ldbRename() to ejs ldb fu...Andrew Tridgell2007-10-101-0/+144
* r8337: - use 64 bit access functions in ejs callsAndrew Tridgell2007-10-109-23/+230
* r8333: merged with latest upstream ejs sourcesAndrew Tridgell2007-10-104-12/+9
* r8331: added split(), join() and FileLoad() functions to ejs.Andrew Tridgell2007-10-101-0/+103
* r8320: make sure all our returned objects are full objects, which means theyAndrew Tridgell2007-10-107-16/+23
* r8318: added a bunch more ejs calls.Andrew Tridgell2007-10-106-3/+249
* r8316: give full access to the popt command line parsing in ejs scripts, incl...Andrew Tridgell2007-10-105-27/+204
* r8297: add libinclude() function in ejs, which is like include() but searches...Andrew Tridgell2007-10-101-0/+47
* r8296: - split out the ejs auth functions into a separate fileAndrew Tridgell2007-10-104-121/+148
* r8284: - fixed some uninitialised variables in the irpc codeAndrew Tridgell2007-10-104-7/+99
* r8281: pass the callnum and rpc interface table directly from the generatedAndrew Tridgell2007-10-102-19/+26
* r8280: - added irpc_connect() for connecting to a irpc server by nameAndrew Tridgell2007-10-103-3/+87
* r8276: fixed the remaining memory leaks in smbscript. We can now loop doingAndrew Tridgell2007-10-1010-124/+138
* r8273: fixed some memory leaks in smbscript. This required convertingAndrew Tridgell2007-10-104-29/+16
* r8262: - simplify the dependency handling for ejs modulesAndrew Tridgell2007-10-103-106/+63
* r8260: added an init based registration system for the generated ejs rpc code...Andrew Tridgell2007-10-102-18/+47
* r8256: - allow rpc calls from non-command line ejs contexts by creating a setAndrew Tridgell2007-10-104-2/+34
* r8254: fixed a valgrind error in the unix auth codeAndrew Tridgell2007-10-101-1/+1
* r8238: - fixed handling of NULL pointers from ejsAndrew Tridgell2007-10-103-0/+26
* r8236: fixed support for arrays of structuresAndrew Tridgell2007-10-101-4/+4
* r8233: - added support for more base types in pidl ejsAndrew Tridgell2007-10-104-5/+143
* r8230: prevent authentication dying on a NULL domainAndrew Tridgell2007-10-101-1/+1
* r8220: added auto-generation of ENUM constants in ejs wrapper. So we can now ...Andrew Tridgell2007-10-105-1/+41
* r8216: - handle union pull in ejs pidl generationAndrew Tridgell2007-10-101-0/+9
* r8215: switched the pull side of the ejs generator over to the recursive LEVE...Andrew Tridgell2007-10-102-30/+14
* r8213: I've started to understand the LEVELS stuff in pidl much better now,Andrew Tridgell2007-10-102-29/+13
* r8200: - added stub functions for union pull/pushAndrew Tridgell2007-10-101-0/+3
* r8198: - handled push/pull of simple strings in ejsAndrew Tridgell2007-10-103-9/+56
* r8195: - fixed handling of simple arrays. To keep the logic simple, I moved t...Andrew Tridgell2007-10-102-17/+17
* r8194: delete the old hand-written ejs code for echo_AddOne. This is nowAndrew Tridgell2007-10-101-45/+0
* r8192: updated the glue code for the generated ejs functions from pidlAndrew Tridgell2007-10-105-30/+155
* 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-105-15/+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
* r7351: Start of ejs smb client library. I need to figure out a nice API hereTim Potter2007-10-102-0/+90