summaryrefslogtreecommitdiffstats
path: root/source4/scripting
Commit message (Expand)AuthorAgeFilesLines
* r9702: r9680@blu: tridge | 2005-08-27 18:45:08 +1000Andrew Tridgell2007-10-102-3/+5
* 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
* r9645: fixed the ejs GetOptions() call to look at the first option passed (th...Andrew Tridgell2007-10-101-1/+1
* r9580: put the libinclude() after the GetOptions so the smb.conf is loaded toAndrew Tridgell2007-10-101-4/+4
* r9568: updated the winreg js library for CreateKey, and add a --createkeyAndrew Tridgell2007-10-102-9/+56
* r9566: fix an uninitialised variableAndrew Tridgell2007-10-101-1/+1
* r9504: use some low level ejs hackery to give much better exception error mes...Andrew Tridgell2007-10-101-2/+6
* r9500: userAuth() takes a creds object, not a general object now ...Andrew Tridgell2007-10-101-1/+1
* r9499: added error checking to the userAuth() call. SWAT is still failing, bu...Andrew Tridgell2007-10-101-1/+5
* r9497: - converted the winreg library to a more OO style of interfaceAndrew Tridgell2007-10-102-35/+83
* r9496: added a regToVar() function that converts a registry blob variable to ...Andrew Tridgell2007-10-101-0/+119
* r9492: it is more usual to return 'undefined' instead of 'false' on a call fa...Andrew Tridgell2007-10-101-1/+1
* r9491: fixed up a few scripts that need to be updated for the new GetOptions ...Andrew Tridgell2007-10-101-8/+6
* r9477: Convert popt options to an ejs object. Doesn't seem to break anythingRafal Szczesniak2007-10-104-26/+46
* r9465: handle encoding and decoding of pointers, representing them as aAndrew Tridgell2007-10-101-0/+2
* 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-102-14/+32
* r9377: made winreg a user tool (I find it quite useful). I expect it to get t...Andrew Tridgell2007-10-101-0/+75
* r9355: return the EnumKey and EnumValue list we have so far when we get a rpc...Andrew Tridgell2007-10-101-4/+4
* r9344: started adding calls for manipulation of data blobs in ejsAndrew Tridgell2007-10-104-1/+167
* r9340: print the [in] contents when debugging even if the marshallingAndrew Tridgell2007-10-101-2/+4
* r9339: treat arrays of uint8 values as a special DATA_BLOB type in the ejsAndrew Tridgell2007-10-103-0/+69
* r9338: fixed the winreg IDL to be correct for the EnumKey and EnumValueAndrew Tridgell2007-10-101-17/+110
* r9227: cleanup and simplify the AJAJ codeAndrew Tridgell2007-10-101-6/+7
* r9226: make sure we catch rpc faults in the ejs rpc wrappersAndrew Tridgell2007-10-101-0/+3
* r9218: make the winreg library code handle arbitrary paths more efficientlyAndrew Tridgell2007-10-101-16/+38
* r9210: fixed support for a credentials element in a rpc object in ejs to notAndrew Tridgell2007-10-102-6/+10
* r9178: remove the old server printf codeAndrew Tridgell2007-10-101-13/+0
* r9174: ejs does not include the special variable 'length' in for loops over o...Andrew Tridgell2007-10-101-18/+32
* r9171: - support putting a credentials object in a rpc pipe object to allow a...Andrew Tridgell2007-10-102-10/+10
* r9159: abstract the winreg js functions into a nice library interfaceAndrew Tridgell2007-10-101-0/+115
* r9146: - enable winreg pipe from ejsAndrew Tridgell2007-10-102-0/+35
* r9132: 'pointer' is better for typedef than 'C pointer'Andrew Tridgell2007-10-101-1/+1
* r9131: started adding the server side code for "AJAJ" (asynchronous javascrip...Andrew Tridgell2007-10-102-0/+195
* r9123: Add ejs_pull_DATA_BLOB() and ejs_pull_BOOL() although leave DATA_BLOBTim Potter2007-10-102-1/+34
* r9119: added a lp.categories() call in the loadparm js object, to allowAndrew Tridgell2007-10-101-0/+22
* r9096: Spelling.Tim Potter2007-10-101-1/+1
* r9082: added the ECMA functions encodeURIComponent() andAndrew Tridgell2007-10-101-0/+81
* r9071: Set real and workstation fields in ejs credentials object.Rafal Szczesniak2007-10-101-0/+62
* r9070: More fields in ejs credentials object.Rafal Szczesniak2007-10-101-0/+56
* r9059: add a basic credentials object for mimirAndrew Tridgell2007-10-103-0/+109
* r8985: Automatically generate make dependency rules forJelmer Vernooij2007-10-101-3/+1
* r8979: Bunch of makefile fragment inclusion fixes:Jelmer Vernooij2007-10-101-0/+23
* r8966: Simplify the makefile generation system a bit.Jelmer Vernooij2007-10-101-0/+1
* r8887: fixed the irpc error that caused ia64 to fail the LOCAL-IRPC testAndrew Tridgell2007-10-101-1/+1
* r8822: fixed number of arguments in samr libAndrew Tridgell2007-10-101-2/+2
* r8821: continue the trend to move to a more OO style of interface for our jsAndrew Tridgell2007-10-103-71/+73
* r8790: Finish the migration of aliases and privilages with SamSync, by addingAndrew Bartlett2007-10-101-12/+7
* r8742: fixed handling of zero length names in mprObject()Andrew Tridgell2007-10-101-1/+1