r23792: convert Samba4 to GPLv3
[jelmer/samba4-debian.git] / source / scripting / ejs / ejsrpc.c
2007-10-10 Andrew Tridgellr23792: convert Samba4 to GPLv3
2007-10-10 Stefan Metzmacherr20358: - fix ejs generated code for ipv4address
2007-10-10 Andrew Bartlettr20353: Restructure the DRSUAPI DsGetDomainControllerIn...
2007-10-10 Jelmer Vernooijr15328: Move some functions around, remove dependencies.
2007-10-10 Stefan Metzmacherr14860: create libcli/security/security.h
2007-10-10 Jelmer Vernooijr14464: Don't include ndr_BASENAME.h files unless stric...
2007-10-10 Jelmer Vernooijr13924: Split more prototypes out of include/proto...
2007-10-10 Jelmer Vernooijr12516: Fix drsuapi and netlogon javascript bindings
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 Tridgellr8581: fixed handling of 64 bit integers in rpc calls...
2007-10-10 Andrew Tridgellr8483: switched our generated ejs rpc code over to...
2007-10-10 Andrew Tridgellr8399: move the ejs and esp code closer to the director...
2007-10-10 Andrew Tridgellr8340: - added sys_gmtime()
2007-10-10 Andrew Tridgellr8333: merged with latest upstream ejs sources
2007-10-10 Andrew Tridgellr8320: make sure all our returned objects are full...
2007-10-10 Andrew Tridgellr8276: fixed the remaining memory leaks in smbscript...
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 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 Tridgellr8236: fixed support for arrays of structures
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 Tridgellr8216: - handle union pull in ejs pidl generation
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 Tim Potterr8105: Add ejsrpc push/pull functions for uint16 and...
2007-10-10 Andrew Tridgellr8073: a successful rpc call from ejs!