rpc_client/cli_lsarpc.c:
commit06c3f15aa166bb567d8be0a8bc4b095b167ab371
authorAndrew Bartlett <abartlet@samba.org>
Mon, 5 Jan 2004 02:04:37 +0000 (5 02:04 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 5 Jan 2004 02:04:37 +0000 (5 02:04 +0000)
tree6bfcf1e92b6e72d6efb8e2fe72c6f3c7e69e9b30
parent131bb928f19c7b1f582c4ad9ac42e5f3d9dfb622
rpc_client/cli_lsarpc.c:
rpc_parse/parse_lsa.c:
nsswitch/winbindd_rpc.c:
nsswitch/winbindd.h:
 - Add const

libads/ads_ldap.c:
 - Cleanup function for use

nsswitch/winbindd_ads.c:
 - Use new utility function ads_sid_to_dn
 - Don't search for 'dn=', rather call the ads_search_retry_dn()

nsswitch/winbindd_ads.c:
include/rpc_ds.h:
rpc_client/cli_ds.c:
 - Fixup braindamage in cli_ds_enum_domain_trusts():
    - This function was returning a UNISTR2 up to the caller, and
      was doing nasty (invalid, per valgrind) things with memcpy()
    - Create a new structure that represents this informaiton in a useful way
      and use talloc.

Andrew Bartlett
source/include/rpc_ds.h
source/libads/ads_ldap.c
source/nsswitch/winbindd.h
source/nsswitch/winbindd_ads.c
source/nsswitch/winbindd_rpc.c
source/rpc_client/cli_ds.c
source/rpc_client/cli_lsarpc.c
source/rpc_parse/parse_lsa.c