summaryrefslogtreecommitdiffstats
path: root/source4/scripting/ejs/ejsrpc.c
Commit message (Expand)AuthorAgeFilesLines
* r25752: use EJS_CHECK() instead of NDR_CHECK()Stefan Metzmacher2007-12-211-12/+12
* r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij2007-10-101-3/+3
* r25266: Fix case.Jelmer Vernooij2007-10-101-5/+5
* r25035: Fix some more warnings, use service pointer rather than service numbe...Jelmer Vernooij2007-10-101-1/+1
* r23792: convert Samba4 to GPLv3Andrew Tridgell2007-10-101-3/+2
* r20358: - fix ejs generated code for ipv4addressStefan Metzmacher2007-10-101-2/+2
* r20353: Restructure the DRSUAPI DsGetDomainControllerInfo test, because asAndrew Bartlett2007-10-101-0/+20
* r15328: Move some functions around, remove dependencies.Jelmer Vernooij2007-10-101-1/+0
* r14860: create libcli/security/security.hStefan Metzmacher2007-10-101-1/+1
* r14464: Don't include ndr_BASENAME.h files unless strictly required, insteadJelmer Vernooij2007-10-101-2/+2
* r13924: Split more prototypes out of include/proto.h + initial work on headerJelmer Vernooij2007-10-101-0/+1
* r12516: Fix drsuapi and netlogon javascript bindingsJelmer Vernooij2007-10-101-0/+17
* r12013: fix compiler warningsStefan Metzmacher2007-10-101-4/+4
* r9339: treat arrays of uint8 values as a special DATA_BLOB type in the ejsAndrew Tridgell2007-10-101-0/+37
* r9146: - enable winreg pipe from ejsAndrew Tridgell2007-10-101-0/+31
* r9123: Add ejs_pull_DATA_BLOB() and ejs_pull_BOOL() although leave DATA_BLOBTim Potter2007-10-101-0/+26
* r8581: fixed handling of 64 bit integers in rpc calls from ejsAndrew Tridgell2007-10-101-14/+8
* r8483: switched our generated ejs rpc code over to the new OO interface. ThisAndrew Tridgell2007-10-101-19/+0
* r8399: move the ejs and esp code closer to the directory layout used by theAndrew Tridgell2007-10-101-1/+1
* r8340: - added sys_gmtime()Andrew Tridgell2007-10-101-3/+3
* 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
* r8276: fixed the remaining memory leaks in smbscript. We can now loop doingAndrew Tridgell2007-10-101-58/+1
* r8273: fixed some memory leaks in smbscript. This required convertingAndrew Tridgell2007-10-101-21/+0
* r8262: - simplify the dependency handling for ejs modulesAndrew Tridgell2007-10-101-105/+58
* r8256: - allow rpc calls from non-command line ejs contexts by creating a setAndrew Tridgell2007-10-101-1/+20
* r8238: - fixed handling of NULL pointers from ejsAndrew Tridgell2007-10-101-0/+17
* r8236: fixed support for arrays of structuresAndrew Tridgell2007-10-101-4/+4
* r8233: - added support for more base types in pidl ejsAndrew Tridgell2007-10-101-3/+105
* r8220: added auto-generation of ENUM constants in ejs wrapper. So we can now ...Andrew Tridgell2007-10-101-1/+20
* 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-101-27/+0
* r8213: I've started to understand the LEVELS stuff in pidl much better now,Andrew Tridgell2007-10-101-25/+8
* r8198: - handled push/pull of simple strings in ejsAndrew Tridgell2007-10-101-3/+44
* r8195: - fixed handling of simple arrays. To keep the logic simple, I moved t...Andrew Tridgell2007-10-101-12/+12
* r8192: updated the glue code for the generated ejs functions from pidlAndrew Tridgell2007-10-101-1/+120
* r8105: Add ejsrpc push/pull functions for uint16 and uint8.Tim Potter2007-10-101-0/+44
* r8073: a successful rpc call from ejs!Andrew Tridgell2007-10-101-0/+118