summaryrefslogtreecommitdiffstats
path: root/source4/scripting/ejs/smbcalls_rpc.c
Commit message (Expand)AuthorAgeFilesLines
* r9702: r9680@blu: tridge | 2005-08-27 18:45:08 +1000Andrew Tridgell2007-10-101-2/+3
* r9340: print the [in] contents when debugging even if the marshallingAndrew Tridgell2007-10-101-2/+4
* r9226: make sure we catch rpc faults in the ejs rpc wrappersAndrew Tridgell2007-10-101-0/+3
* r9210: fixed support for a credentials element in a rpc object in ejs to notAndrew Tridgell2007-10-101-2/+5
* r9171: - support putting a credentials object in a rpc pipe object to allow a...Andrew Tridgell2007-10-101-5/+6
* r8887: fixed the irpc error that caused ia64 to fail the LOCAL-IRPC testAndrew Tridgell2007-10-101-1/+1
* r8821: continue the trend to move to a more OO style of interface for our jsAndrew Tridgell2007-10-101-40/+48
* r8483: switched our generated ejs rpc code over to the new OO interface. ThisAndrew Tridgell2007-10-101-26/+4
* r8399: move the ejs and esp code closer to the directory layout used by theAndrew Tridgell2007-10-101-1/+1
* r8333: merged with latest upstream ejs sourcesAndrew Tridgell2007-10-101-1/+1
* r8320: make sure all our returned objects are full objects, which means theyAndrew Tridgell2007-10-101-1/+1
* r8284: - fixed some uninitialised variables in the irpc codeAndrew Tridgell2007-10-101-3/+94
* r8281: pass the callnum and rpc interface table directly from the generatedAndrew Tridgell2007-10-101-18/+24
* r8280: - added irpc_connect() for connecting to a irpc server by nameAndrew Tridgell2007-10-101-2/+77
* r8276: fixed the remaining memory leaks in smbscript. We can now loop doingAndrew Tridgell2007-10-101-2/+3
* r8273: fixed some memory leaks in smbscript. This required convertingAndrew Tridgell2007-10-101-5/+14
* r8260: added an init based registration system for the generated ejs rpc code...Andrew Tridgell2007-10-101-18/+40
* r8256: - allow rpc calls from non-command line ejs contexts by creating a setAndrew Tridgell2007-10-101-1/+12
* r8238: - fixed handling of NULL pointers from ejsAndrew Tridgell2007-10-101-0/+7
* r8233: - added support for more base types in pidl ejsAndrew Tridgell2007-10-101-0/+13
* r8220: added auto-generation of ENUM constants in ejs wrapper. So we can now ...Andrew Tridgell2007-10-101-0/+9
* r8200: - added stub functions for union pull/pushAndrew Tridgell2007-10-101-0/+3
* r8198: - handled push/pull of simple strings in ejsAndrew Tridgell2007-10-101-2/+2
* r8192: updated the glue code for the generated ejs functions from pidlAndrew Tridgell2007-10-101-12/+11
* r8073: a successful rpc call from ejs!Andrew Tridgell2007-10-101-10/+67
* r8069: the beginnings of code to allow rpc calls to be made from ejsAndrew Tridgell2007-10-101-0/+116