summaryrefslogtreecommitdiff
path: root/source4/scripting/ejs/ejsrpc.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r8256: - allow rpc calls from non-command line ejs contexts by creating a setAndrew Tridgell1-1/+20
2007-10-10r8238: - fixed handling of NULL pointers from ejsAndrew Tridgell1-0/+17
2007-10-10r8236: fixed support for arrays of structuresAndrew Tridgell1-4/+4
2007-10-10r8233: - added support for more base types in pidl ejsAndrew Tridgell1-3/+105
2007-10-10r8220: added auto-generation of ENUM constants in ejs wrapper. So we can now ...Andrew Tridgell1-1/+20
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 Tridgell1-27/+0
2007-10-10r8213: I've started to understand the LEVELS stuff in pidl much better now,Andrew Tridgell1-25/+8
2007-10-10r8198: - handled push/pull of simple strings in ejsAndrew Tridgell1-3/+44
2007-10-10r8195: - fixed handling of simple arrays. To keep the logic simple, I moved t...Andrew Tridgell1-12/+12
2007-10-10r8192: updated the glue code for the generated ejs functions from pidlAndrew Tridgell1-1/+120
2007-10-10r8105: Add ejsrpc push/pull functions for uint16 and uint8.Tim Potter1-0/+44
2007-10-10r8073: a successful rpc call from ejs!Andrew Tridgell1-0/+118