Mainly BDC-related changes.
authorMatthew Chapman <matty@samba.org>
Thu, 8 Apr 1999 05:36:15 +0000 (05:36 +0000)
committerMatthew Chapman <matty@samba.org>
Thu, 8 Apr 1999 05:36:15 +0000 (05:36 +0000)
commit373ea639e03e72bef8242133abbf678cf90ed0d9
treec6fb6d1918c77c49f039ba0953dc4066abbb2d9c
parent53f0cd990c3d26e73b42266be35516d6db9621e0
Mainly BDC-related changes.

* Added SEC_CHAN_BDC
* Propagate sec_chan into the various functions which change trust account
  passwords, so they can be used for domain control and inter-domain
  trusts.
* Fix for endianness problem reported by Edan Idzerda <edan@mtu.edu>. A
  BUFFER2 is really a "unibuf" in my terminology and we should treat it as
  such.
* Added some more common NT structures (BIGINT, BUFHDR2, BUFFER4).
* Added NET_SAM_SYNC (-> NetDatabaseSync2) RPC for account replication.
  Still experimental and incomplete, with a few too many NULL security
  descriptors lying around (must go look at Jeremy's SD code). Haven't
  worked out password encryption yet either.
  However, the XXX_INFO structures I've added to rpc_netlogon.h are quite
  nice as they give some insight into how these objects are stored in the
  SAM.
(This used to be commit 7b830350eb54dc9d357c115e12ddf9a0633527ac)
source3/rpc_client/cli_login.c
source3/rpc_client/cli_netlogon.c
source3/rpc_client/cli_reg.c
source3/rpc_parse/parse_misc.c
source3/rpc_parse/parse_net.c
source3/rpc_parse/parse_prs.c
source3/rpc_parse/parse_reg.c
source3/rpcclient/cmd_netlogon.c
source3/rpcclient/display.c
source3/rpcclient/rpcclient.c