summaryrefslogtreecommitdiff
path: root/source4/scripting/ejs/mprutil.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r25554: Convert last instances of BOOL, True and False to the standard types.Jelmer Vernooij1-1/+1
2007-10-10r23792: convert Samba4 to GPLv3Andrew Tridgell1-3/+2
2007-10-10r21351: Change ldb ejs bindings return codes.Simo Sorce1-9/+22
2007-10-10r20184: change ldb_attrib_handler into ldb_schema_attribute, which has a pointerStefan Metzmacher1-6/+6
2007-10-10r19832: better prototypes for the linearization functions:Simo Sorce1-2/+2
2007-10-10r17648: update minschema.jsSimo Sorce1-2/+14
2007-10-10r13924: Split more prototypes out of include/proto.h + initial work on headerJelmer Vernooij1-0/+1
2007-10-10r13710: fix compiler warningsStefan Metzmacher1-3/+3
2007-10-10r11458: fixed our ejs smbscript interfaces to use arrays where appropriate. InAndrew Tridgell1-10/+17
2007-10-10r9700: Change DATA_BLOB in ejs back to struct datablobJelmer Vernooij1-3/+3
2007-10-10r9698: Fix a bit of memory managementJelmer Vernooij1-1/+1
2007-10-10r9464: fixed a problem with child pointers copied into non-allocated mpr vari...Andrew Tridgell1-2/+4
2007-10-10r9391: Convert all the code to use struct ldb_dn to ohandle ldap like disting...Simo Sorce1-2/+2
2007-10-10r9339: treat arrays of uint8 values as a special DATA_BLOB type in the ejsAndrew Tridgell1-0/+25
2007-10-10r9210: fixed support for a credentials element in a rpc object in ejs to notAndrew Tridgell1-4/+5
2007-10-10r9171: - support putting a credentials object in a rpc pipe object to allow a...Andrew Tridgell1-5/+4
2007-10-10r9096: Spelling.Tim Potter1-1/+1
2007-10-10r8742: fixed handling of zero length names in mprObject()Andrew Tridgell1-1/+1
2007-10-10r8659: return ldif formatted attributes in the ejs ldb search call, so sids s...Andrew Tridgell1-7/+23
2007-10-10r8635: make object inheritance with the builtin objects easy by allowingAndrew Tridgell1-0/+14
2007-10-10r8489: neaten up the object handlingAndrew Tridgell1-0/+18
2007-10-10r8488: after discussions with simo, moved to a full OO interface, so you don'...Andrew Tridgell1-2/+5
2007-10-10r8481: switched ldb ejs called over to an OO interface, so you do:Andrew Tridgell1-0/+15
2007-10-10r8399: move the ejs and esp code closer to the directory layout used by theAndrew Tridgell1-1/+1
2007-10-10r8340: - added sys_gmtime()Andrew Tridgell1-7/+7
2007-10-10r8337: - use 64 bit access functions in ejs callsAndrew Tridgell1-3/+35
2007-10-10r8333: merged with latest upstream ejs sourcesAndrew Tridgell1-3/+3
2007-10-10r8320: make sure all our returned objects are full objects, which means theyAndrew Tridgell1-8/+15
2007-10-10r8318: added a bunch more ejs calls.Andrew Tridgell1-0/+12
2007-10-10r8316: give full access to the popt command line parsing in ejs scripts, incl...Andrew Tridgell1-0/+3
2007-10-10r8284: - fixed some uninitialised variables in the irpc codeAndrew Tridgell1-3/+3
2007-10-10r8280: - added irpc_connect() for connecting to a irpc server by nameAndrew Tridgell1-0/+9
2007-10-10r8276: fixed the remaining memory leaks in smbscript. We can now loop doingAndrew Tridgell1-31/+95
2007-10-10r8256: - allow rpc calls from non-command line ejs contexts by creating a setAndrew Tridgell1-0/+1
2007-10-10r8073: a successful rpc call from ejs!Andrew Tridgell1-2/+2
2007-10-10r8069: the beginnings of code to allow rpc calls to be made from ejsAndrew Tridgell1-0/+26
2007-10-10r7254: Add a mprWERROR() function with the same attributes as mprNTSTATUS.Tim Potter1-0/+24
2007-10-10r7225: Create a MprVar object from a NTSTATUS, e.g:Tim Potter1-0/+23
2007-10-10r7081: Add mprToInt() function.Tim Potter1-0/+9
2007-10-10r7072: moved the esp hooks calls to the ejs level, so we can call them fromAndrew Tridgell1-0/+159