summaryrefslogtreecommitdiff
path: root/source4/scripting
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r9805: Add 'data' property to param EJS objectJelmer Vernooij2-23/+107
2007-10-10r9800: Add EJS interface to param. tridge, sorry this overlaps a bitJelmer Vernooij5-4/+216
2007-10-10r9798: Add generic functions for handling smb.conf files (the parameters don'...Jelmer Vernooij1-40/+3
2007-10-10r9793: Be more verbose, check for errors in upgrade script.Jelmer Vernooij1-9/+23
2007-10-10r9770: Couple other bugfixesJelmer Vernooij4-13/+28
2007-10-10r9762: Add support for reading good old smbpasswd filesJelmer Vernooij3-25/+99
2007-10-10r9756: One-way upgrade from Samba3->Samba4 basically works nowJelmer Vernooij3-13/+65
2007-10-10r9755: Fix crash bug in SWAT loginJelmer Vernooij1-1/+4
2007-10-10r9754: Upgrading with the command line utility now works, at least partially (-:Jelmer Vernooij2-9/+98
2007-10-10r9746: Add "staff" as possible alternative to wheelJelmer Vernooij1-1/+1
2007-10-10r9744: - [upgrade.js] Start working on smb.conf conversion.Jelmer Vernooij1-36/+123
2007-10-10r9735: More work on generating a valid Samba4 configuration using theJelmer Vernooij3-40/+355
2007-10-10r9728: A *major* update to the credentials system, to incorporate theAndrew Bartlett2-2/+2
2007-10-10r9725: Fix full output mode of samba3dump as well. Thanks to tridge forJelmer Vernooij2-20/+40
2007-10-10r9724: Rewrite samba3dump in JS. The summary works now, but the full outputJelmer Vernooij3-234/+411
2007-10-10r9722: Initial attempt at converting samba3dump to EJS..Jelmer Vernooij6-2/+489
2007-10-10r9718: Work a bit on the SWAT interfaceJelmer Vernooij1-0/+8
2007-10-10r9707: r11080@blu: tridge | 2005-08-28 12:41:12 +1000Andrew Tridgell1-1/+26
2007-10-10r9706: r11042@blu: tridge | 2005-08-28 12:40:09 +1000Andrew Tridgell1-4/+0
2007-10-10r9702: r9680@blu: tridge | 2005-08-27 18:45:08 +1000Andrew Tridgell2-3/+5
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-10r9645: fixed the ejs GetOptions() call to look at the first option passed (th...Andrew Tridgell1-1/+1
2007-10-10r9580: put the libinclude() after the GetOptions so the smb.conf is loaded toAndrew Tridgell1-4/+4
2007-10-10r9568: updated the winreg js library for CreateKey, and add a --createkeyAndrew Tridgell2-9/+56
2007-10-10r9566: fix an uninitialised variableAndrew Tridgell1-1/+1
2007-10-10r9504: use some low level ejs hackery to give much better exception error mes...Andrew Tridgell1-2/+6
2007-10-10r9500: userAuth() takes a creds object, not a general object now ...Andrew Tridgell1-1/+1
2007-10-10r9499: added error checking to the userAuth() call. SWAT is still failing, bu...Andrew Tridgell1-1/+5
2007-10-10r9497: - converted the winreg library to a more OO style of interfaceAndrew Tridgell2-35/+83
2007-10-10r9496: added a regToVar() function that converts a registry blob variable to ...Andrew Tridgell1-0/+119
2007-10-10r9492: it is more usual to return 'undefined' instead of 'false' on a call fa...Andrew Tridgell1-1/+1
2007-10-10r9491: fixed up a few scripts that need to be updated for the new GetOptions ...Andrew Tridgell1-8/+6
2007-10-10r9477: Convert popt options to an ejs object. Doesn't seem to break anythingRafal Szczesniak4-26/+46
2007-10-10r9465: handle encoding and decoding of pointers, representing them as aAndrew Tridgell1-0/+2
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-10r9377: made winreg a user tool (I find it quite useful). I expect it to get t...Andrew Tridgell1-0/+75
2007-10-10r9355: return the EnumKey and EnumValue list we have so far when we get a rpc...Andrew Tridgell1-4/+4
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-10r9338: fixed the winreg IDL to be correct for the EnumKey and EnumValueAndrew Tridgell1-17/+110
2007-10-10r9227: cleanup and simplify the AJAJ codeAndrew Tridgell1-6/+7
2007-10-10r9226: make sure we catch rpc faults in the ejs rpc wrappersAndrew Tridgell1-0/+3
2007-10-10r9218: make the winreg library code handle arbitrary paths more efficientlyAndrew Tridgell1-16/+38
2007-10-10r9210: fixed support for a credentials element in a rpc object in ejs to notAndrew Tridgell2-6/+10
2007-10-10r9178: remove the old server printf codeAndrew Tridgell1-13/+0
2007-10-10r9174: ejs does not include the special variable 'length' in for loops over o...Andrew Tridgell1-18/+32
2007-10-10r9171: - support putting a credentials object in a rpc pipe object to allow a...Andrew Tridgell2-10/+10