Rework the CLDAP and NBT netlogon requests and responses.
authorAndrew Bartlett <abartlet@samba.org>
Fri, 16 May 2008 03:03:01 +0000 (13:03 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 16 May 2008 03:03:01 +0000 (13:03 +1000)
commit58e7f253eafecca6934162034e88ee19b103c6ee
tree396365633a8c53434fbb62d33ecfcf9f404c337a
parentd55e57ca99de4c094113c18bf18179923f641887
Rework the CLDAP and NBT netlogon requests and responses.

This now matches section 7.3.3 of the MS-ATDS specification, and all
our current tests pass against windows.  There is still more testing
to do, and the server implementation to complete.

Andrew Bartlett
(This used to be commit 431d0c03965cbee85691cd0dc1e2a509c1a2b717)
14 files changed:
source4/libcli/cldap/cldap.c
source4/libcli/cldap/cldap.h
source4/libcli/config.mk
source4/libcli/dgram/libdgram.h
source4/libcli/dgram/netlogon.c
source4/libcli/dgram/ntlogon.c [deleted file]
source4/libnet/libnet_become_dc.c
source4/libnet/libnet_site.c
source4/libnet/libnet_unbecome_dc.c
source4/librpc/config.mk
source4/librpc/idl/nbt.idl
source4/torture/ldap/cldap.c
source4/torture/nbt/dgram.c
source4/torture/rpc/dssync.c