r20353: Restructure the DRSUAPI DsGetDomainControllerInfo test, because as
[jra/samba/.git] / source4 / scripting / ejs / ejsrpc.h
2007-10-10 Andrew Bartlettr20353: Restructure the DRSUAPI DsGetDomainControllerIn...
2007-10-10 Stefan Metzmacherr17888: use talloc_*_ptrtype() macros as wrappers arrou...
2007-10-10 Jelmer Vernooijr14542: Remove librpc, libndr and libnbt from includes.h
2007-10-10 Jelmer Vernooijr12516: Fix drsuapi and netlogon javascript bindings
2007-10-10 Jelmer Vernooijr12501: Merge EJSHeader.pm into EJS.pm and simplify...
2007-10-10 Stefan Metzmacherr12013: fix compiler warnings
2007-10-10 Andrew Tridgellr9339: treat arrays of uint8 values as a special DATA_B...
2007-10-10 Andrew Tridgellr9146: - enable winreg pipe from ejs
2007-10-10 Tim Potterr9123: Add ejs_pull_DATA_BLOB() and ejs_pull_BOOL(...
2007-10-10 Andrew Tridgellr8483: switched our generated ejs rpc code over to...
2007-10-10 Andrew Tridgellr8281: pass the callnum and rpc interface table directl...
2007-10-10 Andrew Tridgellr8273: fixed some memory leaks in smbscript. This requi...
2007-10-10 Andrew Tridgellr8262: - simplify the dependency handling for ejs modules
2007-10-10 Andrew Tridgellr8260: added an init based registration system for...
2007-10-10 Andrew Tridgellr8256: - allow rpc calls from non-command line ejs...
2007-10-10 Andrew Tridgellr8238: - fixed handling of NULL pointers from ejs
2007-10-10 Andrew Tridgellr8233: - added support for more base types in pidl ejs
2007-10-10 Andrew Tridgellr8220: added auto-generation of ENUM constants in ejs...
2007-10-10 Andrew Tridgellr8215: switched the pull side of the ejs generator...
2007-10-10 Andrew Tridgellr8213: I've started to understand the LEVELS stuff...
2007-10-10 Andrew Tridgellr8198: - handled push/pull of simple strings in ejs
2007-10-10 Andrew Tridgellr8195: - fixed handling of simple arrays. To keep the...
2007-10-10 Andrew Tridgellr8192: updated the glue code for the generated ejs...
2007-10-10 Andrew Tridgellr8114: fixed the build after tpots ejs commit ....
2007-10-10 Tim Potterr8105: Add ejsrpc push/pull functions for uint16 and...
2007-10-10 Andrew Tridgellr8073: a successful rpc call from ejs!