1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
samba-mirror/source/scripting/ejs
Andrew Tridgell 1c170138a8 r8280: - added irpc_connect() for connecting to a irpc server by name
- make the dcerpc pipe in rpc_connect() a talloc child of the ejs
  connection variable. That means when the connection variable goes out
  of scope, the connection is automatically closed. That makes for a
  more natural interface for closing connections in a scripting language
  (tpot, you may wish to use mprSetPtrChild() in your smb glue code too)
2007-10-10 13:19:30 -05:00
..
config.mk r8280: - added irpc_connect() for connecting to a irpc server by name 2007-10-10 13:19:30 -05:00
ejsrpc.c r8276: fixed the remaining memory leaks in smbscript. We can now loop doing 2007-10-10 13:19:30 -05:00
ejsrpc.h r8273: fixed some memory leaks in smbscript. This required converting 2007-10-10 13:19:29 -05:00
mprutil.c r8280: - added irpc_connect() for connecting to a irpc server by name 2007-10-10 13:19:30 -05:00
smbcalls_cli.c r8276: fixed the remaining memory leaks in smbscript. We can now loop doing 2007-10-10 13:19:30 -05:00
smbcalls_config.c r8276: fixed the remaining memory leaks in smbscript. We can now loop doing 2007-10-10 13:19:30 -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 r8276: fixed the remaining memory leaks in smbscript. We can now loop doing 2007-10-10 13:19:30 -05:00
smbcalls_nbt.c r8276: fixed the remaining memory leaks in smbscript. We can now loop doing 2007-10-10 13:19:30 -05:00
smbcalls_rpc.c r8280: - added irpc_connect() for connecting to a irpc server by name 2007-10-10 13:19:30 -05:00
smbcalls.c r8276: fixed the remaining memory leaks in smbscript. We can now loop doing 2007-10-10 13:19:30 -05:00
smbcalls.h r8276: fixed the remaining memory leaks in smbscript. We can now loop doing 2007-10-10 13:19:30 -05:00
smbscript.c r8276: fixed the remaining memory leaks in smbscript. We can now loop doing 2007-10-10 13:19:30 -05:00