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