summaryrefslogtreecommitdiff
path: root/source4/scripting/ejs
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r9492: it is more usual to return 'undefined' instead of 'false' on a call fa...Andrew Tridgell1-1/+1
2007-10-10r9477: Convert popt options to an ejs object. Doesn't seem to break anythingRafal Szczesniak3-24/+44
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 Sorce2-14/+32
2007-10-10r9344: started adding calls for manipulation of data blobs in ejsAndrew Tridgell4-1/+167
2007-10-10r9340: print the [in] contents when debugging even if the marshallingAndrew Tridgell1-2/+4
2007-10-10r9339: treat arrays of uint8 values as a special DATA_BLOB type in the ejsAndrew Tridgell3-0/+69
2007-10-10r9226: make sure we catch rpc faults in the ejs rpc wrappersAndrew Tridgell1-0/+3
2007-10-10r9210: fixed support for a credentials element in a rpc object in ejs to notAndrew Tridgell2-6/+10
2007-10-10r9171: - support putting a credentials object in a rpc pipe object to allow a...Andrew Tridgell2-10/+10
2007-10-10r9146: - enable winreg pipe from ejsAndrew Tridgell2-0/+35
2007-10-10r9132: 'pointer' is better for typedef than 'C pointer'Andrew Tridgell1-1/+1
2007-10-10r9123: Add ejs_pull_DATA_BLOB() and ejs_pull_BOOL() although leave DATA_BLOBTim Potter2-1/+34
2007-10-10r9119: added a lp.categories() call in the loadparm js object, to allowAndrew Tridgell1-0/+22
2007-10-10r9096: Spelling.Tim Potter1-1/+1
2007-10-10r9082: added the ECMA functions encodeURIComponent() andAndrew Tridgell1-0/+81
2007-10-10r9071: Set real and workstation fields in ejs credentials object.Rafal Szczesniak1-0/+62
2007-10-10r9070: More fields in ejs credentials object.Rafal Szczesniak1-0/+56
2007-10-10r9059: add a basic credentials object for mimirAndrew Tridgell3-0/+109
2007-10-10r8966: Simplify the makefile generation system a bit.Jelmer Vernooij1-0/+1
2007-10-10r8887: fixed the irpc error that caused ia64 to fail the LOCAL-IRPC testAndrew Tridgell1-1/+1
2007-10-10r8821: continue the trend to move to a more OO style of interface for our jsAndrew Tridgell1-40/+48
2007-10-10r8742: fixed handling of zero length names in mprObject()Andrew Tridgell1-1/+1
2007-10-10r8700: Propmted by tridge's need to do plaintext auth in ejs, rework theAndrew Bartlett1-10/+25
2007-10-10r8678: setup for gdb backtrace in 'make test'Andrew Tridgell1-0/+1
2007-10-10r8661: added strstr() ejs function in string libAndrew Tridgell1-0/+17
2007-10-10r8659: return ldif formatted attributes in the ejs ldb search call, so sids s...Andrew Tridgell2-8/+24
2007-10-10r8643: - make lp_configfile() work againAndrew Tridgell2-5/+42
2007-10-10r8640: continue the trend by moving the ejs random calls into an objectAndrew Tridgell1-4/+15
2007-10-10r8639: moved loadparm calls into an ejs objectAndrew Tridgell1-2/+13
2007-10-10r8638: continue the trend of maknig our C functions true ejs objects by makin...Andrew Tridgell1-7/+19
2007-10-10r8637: added sys.stat() and sys.lstat() callsAndrew Tridgell1-0/+71
2007-10-10r8635: make object inheritance with the builtin objects easy by allowingAndrew Tridgell4-22/+29
2007-10-10r8633: check for valid input to ejs_userAuth()Andrew Tridgell1-0/+5
2007-10-10r8629: - moved the getDomainList() call out of smbcalls_auth.c and into libjs...Andrew Tridgell1-27/+8
2007-10-10r8602: allow options in ldb connect callsAndrew Tridgell1-2/+3
2007-10-10r8582: added sys.httptime() call, to display a NTTIME as a http time stringAndrew Tridgell1-0/+19
2007-10-10r8581: fixed handling of 64 bit integers in rpc calls from ejsAndrew Tridgell1-14/+8
2007-10-10r8569: delete is a js reserved word, so use del insteadAndrew Tridgell1-1/+1
2007-10-10r8561: as with the other ejs subsystems, make nss into a objectAndrew Tridgell1-8/+23
2007-10-10r8557: expose ldb_errstring() in ldb ejs codeAndrew Tridgell1-0/+19
2007-10-10r8520: fixed a pile of warnings from the build farm gcc -Wall output onAndrew Tridgell1-1/+1
2007-10-10r8516: let us use all parameters of ldbsearch in ldb.searchSimo Sorce1-8/+31
2007-10-10r8499: clearer function nameSimo Sorce1-5/+5
2007-10-10r8489: neaten up the object handlingAndrew Tridgell2-4/+20
2007-10-10r8488: after discussions with simo, moved to a full OO interface, so you don'...Andrew Tridgell2-41/+44
2007-10-10r8486: switched to a separate connection operation in ldb interfaceAndrew Tridgell1-73/+101
2007-10-10r8484: switched the sys_*() calls to the OO interfaceAndrew Tridgell1-8/+22
2007-10-10r8483: switched our generated ejs rpc code over to the new OO interface. ThisAndrew Tridgell6-60/+6
2007-10-10r8481: switched ldb ejs called over to an OO interface, so you do:Andrew Tridgell3-5/+35