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