summaryrefslogtreecommitdiff
path: root/source4/scripting
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-10r9159: abstract the winreg js functions into a nice library interfaceAndrew Tridgell1-0/+115
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-10r9131: started adding the server side code for "AJAJ" (asynchronous javascrip...Andrew Tridgell2-0/+195
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-10r8985: Automatically generate make dependency rules forJelmer Vernooij1-3/+1
2007-10-10r8979: Bunch of makefile fragment inclusion fixes:Jelmer Vernooij1-0/+23
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-10r8822: fixed number of arguments in samr libAndrew Tridgell1-2/+2
2007-10-10r8821: continue the trend to move to a more OO style of interface for our jsAndrew Tridgell3-71/+73
2007-10-10r8790: Finish the migration of aliases and privilages with SamSync, by addingAndrew Bartlett1-12/+7
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-10r8677: The first part of the domain name may not be equal to the netbios doma...Andrew Bartlett1-0/+3
2007-10-10r8661: added strstr() ejs function in string libAndrew Tridgell1-0/+17
2007-10-10r8660: Use templates for the initial provision of user and computer accounts.Andrew Bartlett1-0/+2
2007-10-10r8659: return ldif formatted attributes in the ejs ldb search call, so sids s...Andrew Tridgell2-8/+24
2007-10-10r8650: Use the timestamps and a new objectguid module rather than placingAndrew Bartlett1-5/+14
2007-10-10r8648: automatically redirect to provisioning if not yet provisioned when theAndrew Tridgell1-0/+21
2007-10-10r8643: - make lp_configfile() work againAndrew Tridgell3-7/+61
2007-10-10r8640: continue the trend by moving the ejs random calls into an objectAndrew Tridgell2-4/+17
2007-10-10r8639: moved loadparm calls into an ejs objectAndrew Tridgell5-11/+30
2007-10-10r8638: continue the trend of maknig our C functions true ejs objects by makin...Andrew Tridgell2-7/+22
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 Tridgell2-27/+25
2007-10-10r8603: we have to use the same db name as the rest of smbd uses so the ldb co...Andrew Tridgell1-1/+1
2007-10-10r8602: allow options in ldb connect callsAndrew Tridgell1-2/+3
2007-10-10r8590: added server status utility functions for checking on the status of a ...Andrew Tridgell2-0/+80
2007-10-10r8589: - support --version option to smbstatusAndrew Tridgell1-0/+2
2007-10-10r8584: added --nbt option to smbstatus for nbt server statisticsAndrew Tridgell2-3/+47
2007-10-10r8583: nicer smbstatus outputAndrew Tridgell1-13/+45
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