r7391: - Added client-support for various lsa_query_trust_dom_info-calls and a
authorGünther Deschner <gd@samba.org>
Wed, 8 Jun 2005 13:59:03 +0000 (13:59 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 15:57:07 +0000 (10:57 -0500)
commit512585293963a1737f831af697ea1dc092d63cb0
tree78532c79cca5ddd7ef3510e572d022159724d166
parenta405e7f479cb71be5634b79f2d7847fcf018f516
r7391: - Added client-support for various lsa_query_trust_dom_info-calls and a
  rpcclient-tester for some info-levels.

  Jerry, I tried to adopt to prs_pointer() where possible and to not
  interfere with your work for usrmgr.

- Add "net rpc trustdom vampire"-tool.

  This allows to retrieve Interdomain Trust(ed)-Relationships from
  NT4-Servers including cleartext-passwords (still stored in the local
  secrets.tdb).

  The net-hook was done in cooperation with Lars Mueller
  <lmuelle@suse.de>.

  To vampire trusted domains simply call:

        net rpc trustdom vampire -S nt4dc -Uadmin%pass

Guenther
source/include/rpc_lsa.h
source/libsmb/smbencrypt.c
source/rpc_client/cli_lsarpc.c
source/rpc_parse/parse_lsa.c
source/rpcclient/cmd_lsarpc.c
source/rpcclient/rpcclient.c
source/utils/net_rpc.c