1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-13 13:18:06 +03:00
samba-mirror/source4/scripting/ejs
Andrew Tridgell 7efeb8f451 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 12d2092dd8)
2007-10-10 13:19:26 -05:00
..
config.mk r8233: - added support for more base types in pidl ejs 2007-10-10 13:19:23 -05:00
ejsrpc.c r8256: - allow rpc calls from non-command line ejs contexts by creating a set 2007-10-10 13:19:26 -05:00
ejsrpc.h r8256: - allow rpc calls from non-command line ejs contexts by creating a set 2007-10-10 13:19:26 -05:00
mprutil.c r8256: - allow rpc calls from non-command line ejs contexts by creating a set 2007-10-10 13:19:26 -05:00
smbcalls_cli.c r7928: Add rename, unlink and list commands. 2007-10-10 13:18:51 -05:00
smbcalls_config.c r7266: Split the different types of js function defines into separate files, 2007-10-10 13:17:34 -05:00
smbcalls_irpc.c r8192: updated the glue code for the generated ejs functions from pidl 2007-10-10 13:19:18 -05:00
smbcalls_ldb.c r7266: Split the different types of js function defines into separate files, 2007-10-10 13:17:34 -05:00
smbcalls_nbt.c r7266: Split the different types of js function defines into separate files, 2007-10-10 13:17:34 -05:00
smbcalls_rpc.c r8256: - allow rpc calls from non-command line ejs contexts by creating a set 2007-10-10 13:19:26 -05:00
smbcalls.c r8254: fixed a valgrind error in the unix auth code 2007-10-10 13:19:26 -05:00
smbcalls.h r7266: Split the different types of js function defines into separate files, 2007-10-10 13:17:34 -05:00
smbscript.c r8220: added auto-generation of ENUM constants in ejs wrapper. So we can now use the enum name 2007-10-10 13:19:21 -05:00