Merge of sam sync code from TNG.
authorTim Potter <tpot@samba.org>
Tue, 28 Aug 2001 06:43:43 +0000 (06:43 +0000)
committerTim Potter <tpot@samba.org>
Tue, 28 Aug 2001 06:43:43 +0000 (06:43 +0000)
commit3a60cb44f22d5f3f8c78a56ed8f5ea4794cd7ab3
tree434e657810ad3067de582214d00f26475181d444
parentb0c8090396ca02d06669d6e20a1c715fc83ff887
Merge of sam sync code from TNG.

Reverse-engineered the sam replication protocol from staring at hex dumps
for a while.  It's pretty similar to the sam sync protocol with a couple of
different delta header types.

I wasn't able to figure out the format of the privilege stuff - needs more
time and a whiteboard.  (-:

The impressive bit is that the sam sync stuff from tng basically just
worked thanks mainly to Luke Leighton's efforts in this area.
source/include/rpc_misc.h
source/libsmb/cli_netlogon.c
source/rpc_parse/parse_misc.c
source/rpc_parse/parse_net.c
source/rpcclient/cmd_netlogon.c