r9700: Change DATA_BLOB in ejs back to struct datablob
[samba.git] / source / scripting / ejs / mprutil.c
2007-10-10 Jelmer Vernooijr9700: Change DATA_BLOB in ejs back to struct datablob
2007-10-10 Jelmer Vernooijr9698: Fix a bit of memory management
2007-10-10 Andrew Tridgellr9464: fixed a problem with child pointers copied into...
2007-10-10 Simo Sorcer9391: Convert all the code to use struct ldb_dn to...
2007-10-10 Andrew Tridgellr9339: treat arrays of uint8 values as a special DATA_B...
2007-10-10 Andrew Tridgellr9210: fixed support for a credentials element in a...
2007-10-10 Andrew Tridgellr9171: - support putting a credentials object in a...
2007-10-10 Tim Potterr9096: Spelling.
2007-10-10 Andrew Tridgellr8742: fixed handling of zero length names in mprObject()
2007-10-10 Andrew Tridgellr8659: return ldif formatted attributes in the ejs...
2007-10-10 Andrew Tridgellr8635: make object inheritance with the builtin objects...
2007-10-10 Andrew Tridgellr8489: neaten up the object handling
2007-10-10 Andrew Tridgellr8488: after discussions with simo, moved to a full...
2007-10-10 Andrew Tridgellr8481: switched ldb ejs called over to an OO interface...
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 Tridgellr8337: - use 64 bit access functions in ejs calls
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 Tridgellr8318: added a bunch more ejs calls.
2007-10-10 Andrew Tridgellr8316: give full access to the popt command line parsin...
2007-10-10 Andrew Tridgellr8284: - fixed some uninitialised variables in the...
2007-10-10 Andrew Tridgellr8280: - added irpc_connect() for connecting to a irpc...
2007-10-10 Andrew Tridgellr8276: fixed the remaining memory leaks in smbscript...
2007-10-10 Andrew Tridgellr8256: - allow rpc calls from non-command line ejs...
2007-10-10 Andrew Tridgellr8073: a successful rpc call from ejs!
2007-10-10 Andrew Tridgellr8069: the beginnings of code to allow rpc calls to...
2007-10-10 Tim Potterr7254: Add a mprWERROR() function with the same attribu...
2007-10-10 Tim Potterr7225: Create a MprVar object from a NTSTATUS, e.g:
2007-10-10 Tim Potterr7081: Add mprToInt() function.
2007-10-10 Andrew Tridgellr7072: moved the esp hooks calls to the ejs level,...