summaryrefslogtreecommitdiff
path: root/source4/scripting/ejs
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r23126: this was sitting on my laptop for a while...Rafal Szczesniak2-18/+14
2007-10-10r23125: add host manager subcontext function.Rafal Szczesniak1-0/+2
2007-10-10r23124: add host subcontext providing (at the moment) list of domainsRafal Szczesniak3-1/+203
2007-10-10r23065: revert local includes to prevent security problems (at leastRafal Szczesniak1-17/+0
2007-10-10r23047: Allow local inclusion of js files as well as from predefinedRafal Szczesniak1-4/+22
2007-10-10r23011: initialisation functions must return NTSTATUS, otherwise we get busAndrew Tridgell1-1/+2
2007-10-10r22993: - make it possible to load a dsdb_schema from ldif via the ejs bindingsStefan Metzmacher2-0/+126
2007-10-10r22748: fix memleaks by passing an mem_ctx toStefan Metzmacher1-1/+1
2007-10-10r22622: make it possible to pass the config file via 'SMB_CONF_PATH' envvarStefan Metzmacher1-0/+4
2007-10-10r22406: this dependencies should also be privateStefan Metzmacher1-3/+3
2007-10-10r22323: - add credentials property to NetContext objectRafal Szczesniak2-7/+25
2007-10-10r21496: A number of ldb control and LDAP changes, surrounding theAndrew Bartlett1-3/+45
2007-10-10r21419: Give some more clue about what's going onSimo Sorce1-2/+2
2007-10-10r21351: Change ldb ejs bindings return codes.Simo Sorce3-14/+28
2007-10-10r21135: Instead of having hooks to update keytabs as an explicit thing, updateAndrew Bartlett1-12/+0
2007-10-10r20910: fix crash bugStefan Metzmacher1-1/+1
2007-10-10r20908: - fix uninitialized usage of 'ctx'Stefan Metzmacher1-16/+14
2007-10-10r20885: - I forgot the page size passed to enumeration function is actuallyRafal Szczesniak2-4/+10
2007-10-10r20882: Formatting.Rafal Szczesniak1-0/+1
2007-10-10r20881: Sorting out NetUsrCtx methods. Still a couple of things left.Rafal Szczesniak1-42/+133
2007-10-10r20813: fix the build with autodependenciesStefan Metzmacher1-1/+1
2007-10-10r20792: fix the build, sorry...Stefan Metzmacher4-7/+6
2007-10-10r20791: the ejsnet stuff can be a normal smbcalls module...Stefan Metzmacher4-11/+6
2007-10-10r20786: Fix the build.Jelmer Vernooij1-0/+1
2007-10-10r20783: Ejsnet files are now moved into a separate directory. I need to commitRafal Szczesniak4-449/+15
2007-10-10r20782: Place ejsnet files in a separate directory.Rafal Szczesniak3-0/+651
2007-10-10r20646: first preparations for cluster enablement. This changes "Andrew Tridgell1-4/+5
2007-10-10r20444: WEB Application framework / SWAT.Derrell Lipman1-1/+1
2007-10-10r20364: SWAT updates, part 1Derrell Lipman1-0/+18
2007-10-10r20358: - fix ejs generated code for ipv4addressStefan Metzmacher2-3/+3
2007-10-10r20353: Restructure the DRSUAPI DsGetDomainControllerInfo test, because asAndrew Bartlett2-0/+24
2007-10-10r20184: change ldb_attrib_handler into ldb_schema_attribute, which has a pointerStefan Metzmacher1-6/+6
2007-10-10r20175: use libnet context instead mem_ctx as the latter getsRafal Szczesniak1-4/+3
2007-10-10r20163: Return null object if no user is found.Rafal Szczesniak1-1/+5
2007-10-10r20143: a bit of experiments before doing serious changes in ejsnet.Rafal Szczesniak1-1/+41
2007-10-10r19972: put a placeholder of a new js function and use error stringsRafal Szczesniak1-6/+59
2007-10-10r19832: better prototypes for the linearization functions:Simo Sorce1-2/+2
2007-10-10r19831: Big ldb_dn optimization and interfaces enhancement patchSimo Sorce1-7/+7
2007-10-10r19732: The 'res' from ldb_search is only valid if the call returns LDB_SUCCESS.Andrew Bartlett1-1/+1
2007-10-10r19598: Ahead of a merge to current lorikeet-heimdal:Andrew Bartlett2-1/+2
2007-10-10r19449: ldbbrowse: installation hopefully works now. "Developer" installationsDerrell Lipman1-5/+7
2007-10-10r19339: Merge my 4.0-unittest branch. This adds an API for more fine-grainedJelmer Vernooij1-1/+1
2007-10-10r19297: fixed a leak in the ejs ldb interfaceAndrew Tridgell1-2/+2
2007-10-10r19165: handle errors better for jsonrpc. generate an error object whenever ...Derrell Lipman1-0/+1
2007-10-10r19055: JSON-RPC is working! It passes the small qooxdoo JSON-RPC test suiteDerrell Lipman2-124/+233
2007-10-10r19051: JSON-RPC server work-in-progress. It's almost working.Derrell Lipman2-1/+34
2007-10-10r19048: ensure our memory gets cleaned up even upon exceptionDerrell Lipman1-1/+1
2007-10-10r19020: move jsonrpc_include to a more appropriate location in the file, and ...Derrell Lipman1-13/+17
2007-10-10r19019: Add a parser for javascript literals. This is implemented for parsin...Derrell Lipman2-1/+672
2007-10-10r18880: JSON-RPC work in progressDerrell Lipman2-0/+166