summaryrefslogtreecommitdiff
path: root/source4/scripting/ejs/ejsrpc.h
AgeCommit message (Expand)AuthorFilesLines
2007-12-21r25751: use EJS_CHECK() instead of NDR_CHECK() in ejs codeStefan Metzmacher1-0/+8
2007-10-10r25266: Fix case.Jelmer Vernooij1-2/+2
2007-10-10r24712: No longer expose the 'BOOL' data type in any interfaces.Jelmer Vernooij1-3/+3
2007-10-10r24551: rename dcerpc_interface_table -> ndr_interface_tableStefan Metzmacher1-1/+1
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r20358: - fix ejs generated code for ipv4addressStefan Metzmacher1-1/+1
2007-10-10r20353: Restructure the DRSUAPI DsGetDomainControllerInfo test, because asAndrew Bartlett1-0/+4
2007-10-10r17888: use talloc_*_ptrtype() macros as wrappers arround the talloc_*_size()Stefan Metzmacher1-8/+4
2007-10-10r14542: Remove librpc, libndr and libnbt from includes.hJelmer Vernooij1-0/+3
2007-10-10r12516: Fix drsuapi and netlogon javascript bindingsJelmer Vernooij1-0/+8
2007-10-10r12501: Merge EJSHeader.pm into EJS.pm and simplify smbcalls_rpc.c a bit,Jelmer Vernooij1-0/+17
2007-10-10r12013: fix compiler warningsStefan Metzmacher1-2/+2
2007-10-10r9339: treat arrays of uint8 values as a special DATA_BLOB type in the ejsAndrew Tridgell1-0/+7
2007-10-10r9146: - enable winreg pipe from ejsAndrew Tridgell1-0/+4
2007-10-10r9123: Add ejs_pull_DATA_BLOB() and ejs_pull_BOOL() although leave DATA_BLOBTim Potter1-1/+8
2007-10-10r8483: switched our generated ejs rpc code over to the new OO interface. ThisAndrew Tridgell1-5/+2
2007-10-10r8281: pass the callnum and rpc interface table directly from the generatedAndrew Tridgell1-1/+2
2007-10-10r8273: fixed some memory leaks in smbscript. This required convertingAndrew Tridgell1-2/+0
2007-10-10r8262: - simplify the dependency handling for ejs modulesAndrew Tridgell1-0/+4
2007-10-10r8260: added an init based registration system for the generated ejs rpc code...Andrew Tridgell1-0/+7
2007-10-10r8256: - allow rpc calls from non-command line ejs contexts by creating a setAndrew Tridgell1-0/+1
2007-10-10r8238: - fixed handling of NULL pointers from ejsAndrew Tridgell1-0/+2
2007-10-10r8233: - added support for more base types in pidl ejsAndrew Tridgell1-1/+24
2007-10-10r8220: added auto-generation of ENUM constants in ejs wrapper. So we can now ...Andrew Tridgell1-0/+2
2007-10-10r8215: switched the pull side of the ejs generator over to the recursive LEVE...Andrew Tridgell1-3/+14
2007-10-10r8213: I've started to understand the LEVELS stuff in pidl much better now,Andrew Tridgell1-4/+5
2007-10-10r8198: - handled push/pull of simple strings in ejsAndrew Tridgell1-4/+10
2007-10-10r8195: - fixed handling of simple arrays. To keep the logic simple, I moved t...Andrew Tridgell1-5/+5
2007-10-10r8192: updated the glue code for the generated ejs functions from pidlAndrew Tridgell1-12/+20
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 Potter1-12/+11
2007-10-10r8073: a successful rpc call from ejs!Andrew Tridgell1-0/+48