r8256: - allow rpc calls from non-command line ejs contexts by creating a set
authorAndrew Tridgell <tridge@samba.org>
Sat, 9 Jul 2005 05:28:42 +0000 (05:28 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:19:26 +0000 (13:19 -0500)
commit7efeb8f451345b54ce125bcbb601ba2475ef9e59
treec271dd1897070b31b2f7dcc977dd8ead73dab6e2
parent8ca17e2f47cb171d615784b2449106135e27f1c2
r8256: - allow rpc calls from non-command line ejs contexts by creating a set
  of null credentials to use if cmdline_credentials is not setup

- hide the length and size elements of a lsa_String from js scripts,
  so you can use a lsa_String just as an ordinary string without
  knowing its a structure. We won't do this with all structures, just
  a few core ones that are used often enough to warrant it.

- make sure returned ldb arrays have a length property
(This used to be commit 12d2092dd8668de41776132ccbcd634790c371a9)
source4/librpc/idl/lsa.idl
source4/scripting/ejs/ejsrpc.c
source4/scripting/ejs/ejsrpc.h
source4/scripting/ejs/mprutil.c
source4/scripting/ejs/smbcalls_rpc.c