index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source4
/
scripting
/
ejs
/
mprutil.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r21351: Change ldb ejs bindings return codes.
Simo Sorce
1
-9
/
+22
2007-10-10
r20184: change ldb_attrib_handler into ldb_schema_attribute, which has a pointer
Stefan Metzmacher
1
-6
/
+6
2007-10-10
r19832: better prototypes for the linearization functions:
Simo Sorce
1
-2
/
+2
2007-10-10
r17648: update minschema.js
Simo Sorce
1
-2
/
+14
2007-10-10
r13924: Split more prototypes out of include/proto.h + initial work on header
Jelmer Vernooij
1
-0
/
+1
2007-10-10
r13710: fix compiler warnings
Stefan Metzmacher
1
-3
/
+3
2007-10-10
r11458: fixed our ejs smbscript interfaces to use arrays where appropriate. In
Andrew Tridgell
1
-10
/
+17
2007-10-10
r9700: Change DATA_BLOB in ejs back to struct datablob
Jelmer Vernooij
1
-3
/
+3
2007-10-10
r9698: Fix a bit of memory management
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r9464: fixed a problem with child pointers copied into non-allocated mpr vari...
Andrew Tridgell
1
-2
/
+4
2007-10-10
r9391: Convert all the code to use struct ldb_dn to ohandle ldap like disting...
Simo Sorce
1
-2
/
+2
2007-10-10
r9339: treat arrays of uint8 values as a special DATA_BLOB type in the ejs
Andrew Tridgell
1
-0
/
+25
2007-10-10
r9210: fixed support for a credentials element in a rpc object in ejs to not
Andrew Tridgell
1
-4
/
+5
2007-10-10
r9171: - support putting a credentials object in a rpc pipe object to allow a...
Andrew Tridgell
1
-5
/
+4
2007-10-10
r9096: Spelling.
Tim Potter
1
-1
/
+1
2007-10-10
r8742: fixed handling of zero length names in mprObject()
Andrew Tridgell
1
-1
/
+1
2007-10-10
r8659: return ldif formatted attributes in the ejs ldb search call, so sids s...
Andrew Tridgell
1
-7
/
+23
2007-10-10
r8635: make object inheritance with the builtin objects easy by allowing
Andrew Tridgell
1
-0
/
+14
2007-10-10
r8489: neaten up the object handling
Andrew Tridgell
1
-0
/
+18
2007-10-10
r8488: after discussions with simo, moved to a full OO interface, so you don'...
Andrew Tridgell
1
-2
/
+5
2007-10-10
r8481: switched ldb ejs called over to an OO interface, so you do:
Andrew Tridgell
1
-0
/
+15
2007-10-10
r8399: move the ejs and esp code closer to the directory layout used by the
Andrew Tridgell
1
-1
/
+1
2007-10-10
r8340: - added sys_gmtime()
Andrew Tridgell
1
-7
/
+7
2007-10-10
r8337: - use 64 bit access functions in ejs calls
Andrew Tridgell
1
-3
/
+35
2007-10-10
r8333: merged with latest upstream ejs sources
Andrew Tridgell
1
-3
/
+3
2007-10-10
r8320: make sure all our returned objects are full objects, which means they
Andrew Tridgell
1
-8
/
+15
2007-10-10
r8318: added a bunch more ejs calls.
Andrew Tridgell
1
-0
/
+12
2007-10-10
r8316: give full access to the popt command line parsing in ejs scripts, incl...
Andrew Tridgell
1
-0
/
+3
2007-10-10
r8284: - fixed some uninitialised variables in the irpc code
Andrew Tridgell
1
-3
/
+3
2007-10-10
r8280: - added irpc_connect() for connecting to a irpc server by name
Andrew Tridgell
1
-0
/
+9
2007-10-10
r8276: fixed the remaining memory leaks in smbscript. We can now loop doing
Andrew Tridgell
1
-31
/
+95
2007-10-10
r8256: - allow rpc calls from non-command line ejs contexts by creating a set
Andrew Tridgell
1
-0
/
+1
2007-10-10
r8073: a successful rpc call from ejs!
Andrew Tridgell
1
-2
/
+2
2007-10-10
r8069: the beginnings of code to allow rpc calls to be made from ejs
Andrew Tridgell
1
-0
/
+26
2007-10-10
r7254: Add a mprWERROR() function with the same attributes as mprNTSTATUS.
Tim Potter
1
-0
/
+24
2007-10-10
r7225: Create a MprVar object from a NTSTATUS, e.g:
Tim Potter
1
-0
/
+23
2007-10-10
r7081: Add mprToInt() function.
Tim Potter
1
-0
/
+9
2007-10-10
r7072: moved the esp hooks calls to the ejs level, so we can call them from
Andrew Tridgell
1
-0
/
+159