Mainly BDC-related changes.
authorMatthew Chapman <matty@samba.org>
Thu, 8 Apr 1999 05:35:53 +0000 (05:35 +0000)
committerMatthew Chapman <matty@samba.org>
Thu, 8 Apr 1999 05:35:53 +0000 (05:35 +0000)
commit74d6dec25d6b44e26d3895f789f1958d5f4639ee
tree0a1c2427329dc5376294b70eed8c3a6cced8e5ba
parent7ef76320b79b3ca4e04dcf809ac6388b6c47a3d8
Mainly BDC-related changes.

* Added SEC_CHAN_BDC
* 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.
source/include/proto.h
source/include/rpc_misc.h
source/include/rpc_netlogon.h
source/rpc_server/srv_netlog.c