summaryrefslogtreecommitdiffstats
path: root/source/scripting
Commit message (Expand)AuthorAgeFilesLines
* r9391: Convert all the code to use struct ldb_dn to ohandle ldap like disting...Simo Sorce2005-08-182-14/+32
* r9377: made winreg a user tool (I find it quite useful). I expect it to get t...Andrew Tridgell2005-08-181-0/+75
* r9355: return the EnumKey and EnumValue list we have so far when we get a rpc...Andrew Tridgell2005-08-171-4/+4
* r9344: started adding calls for manipulation of data blobs in ejsAndrew Tridgell2005-08-174-1/+167
* r9340: print the [in] contents when debugging even if the marshallingAndrew Tridgell2005-08-171-2/+4
* r9339: treat arrays of uint8 values as a special DATA_BLOB type in the ejsAndrew Tridgell2005-08-173-0/+69
* r9338: fixed the winreg IDL to be correct for the EnumKey and EnumValueAndrew Tridgell2005-08-171-17/+110
* r9227: cleanup and simplify the AJAJ codeAndrew Tridgell2005-08-101-6/+7
* r9226: make sure we catch rpc faults in the ejs rpc wrappersAndrew Tridgell2005-08-101-0/+3
* r9218: make the winreg library code handle arbitrary paths more efficientlyAndrew Tridgell2005-08-081-16/+38
* r9210: fixed support for a credentials element in a rpc object in ejs to notAndrew Tridgell2005-08-082-6/+10
* r9178: remove the old server printf codeAndrew Tridgell2005-08-071-13/+0
* r9174: ejs does not include the special variable 'length' in for loops over o...Andrew Tridgell2005-08-071-18/+32
* r9171: - support putting a credentials object in a rpc pipe object to allow a...Andrew Tridgell2005-08-072-10/+10
* r9159: abstract the winreg js functions into a nice library interfaceAndrew Tridgell2005-08-061-0/+115
* r9146: - enable winreg pipe from ejsAndrew Tridgell2005-08-052-0/+35
* r9132: 'pointer' is better for typedef than 'C pointer'Andrew Tridgell2005-08-051-1/+1
* r9131: started adding the server side code for "AJAJ" (asynchronous javascrip...Andrew Tridgell2005-08-052-0/+195
* r9123: Add ejs_pull_DATA_BLOB() and ejs_pull_BOOL() although leave DATA_BLOB Tim Potter2005-08-052-1/+34
* r9119: added a lp.categories() call in the loadparm js object, to allowAndrew Tridgell2005-08-051-0/+22
* r9096: Spelling.Tim Potter2005-08-051-1/+1
* r9082: added the ECMA functions encodeURIComponent() andAndrew Tridgell2005-08-051-0/+81
* r9071: Set real and workstation fields in ejs credentials object.Rafal Szczesniak2005-08-041-0/+62
* r9070: More fields in ejs credentials object.Rafal Szczesniak2005-08-041-0/+56
* r9059: add a basic credentials object for mimirAndrew Tridgell2005-08-043-0/+109
* r8985: Automatically generate make dependency rules for Jelmer Vernooij2005-08-031-3/+1
* r8979: Bunch of makefile fragment inclusion fixes:Jelmer Vernooij2005-08-031-0/+23
* r8966: Simplify the makefile generation system a bit. Jelmer Vernooij2005-08-031-0/+1
* r8887: fixed the irpc error that caused ia64 to fail the LOCAL-IRPC testAndrew Tridgell2005-08-011-1/+1
* r8822: fixed number of arguments in samr libAndrew Tridgell2005-07-281-2/+2
* r8821: continue the trend to move to a more OO style of interface for our jsAndrew Tridgell2005-07-283-71/+73
* r8790: Finish the migration of aliases and privilages with SamSync, by addingAndrew Bartlett2005-07-271-12/+7
* r8742: fixed handling of zero length names in mprObject()Andrew Tridgell2005-07-251-1/+1
* r8700: Propmted by tridge's need to do plaintext auth in ejs, rework theAndrew Bartlett2005-07-221-10/+25
* r8678: setup for gdb backtrace in 'make test'Andrew Tridgell2005-07-211-0/+1
* r8677: The first part of the domain name may not be equal to the netbios doma...Andrew Bartlett2005-07-211-0/+3
* r8661: added strstr() ejs function in string libAndrew Tridgell2005-07-211-0/+17
* r8660: Use templates for the initial provision of user and computer accounts.Andrew Bartlett2005-07-211-0/+2
* r8659: return ldif formatted attributes in the ejs ldb search call, so sids s...Andrew Tridgell2005-07-212-8/+24
* r8650: Use the timestamps and a new objectguid module rather than placingAndrew Bartlett2005-07-201-5/+14
* r8648: automatically redirect to provisioning if not yet provisioned when theAndrew Tridgell2005-07-201-0/+21
* r8643: - make lp_configfile() work againAndrew Tridgell2005-07-203-7/+61
* r8640: continue the trend by moving the ejs random calls into an objectAndrew Tridgell2005-07-202-4/+17
* r8639: moved loadparm calls into an ejs objectAndrew Tridgell2005-07-205-11/+30
* r8638: continue the trend of maknig our C functions true ejs objects by makin...Andrew Tridgell2005-07-202-7/+22
* r8637: added sys.stat() and sys.lstat() callsAndrew Tridgell2005-07-201-0/+71
* r8635: make object inheritance with the builtin objects easy by allowingAndrew Tridgell2005-07-204-22/+29
* r8633: check for valid input to ejs_userAuth()Andrew Tridgell2005-07-201-0/+5
* r8629: - moved the getDomainList() call out of smbcalls_auth.c and into libjs...Andrew Tridgell2005-07-202-27/+25
* r8603: we have to use the same db name as the rest of smbd uses so the ldb co...Andrew Tridgell2005-07-191-1/+1