r6573: Start on my project to implement an NT4 compatible BDC in Samba4.
authorAndrew Bartlett <abartlet@samba.org>
Mon, 2 May 2005 14:17:19 +0000 (14:17 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:16:27 +0000 (13:16 -0500)
commit8bf57cf8f57be28831023c2218d358b24b705256
treee18e07afa72a46e9c6c94b8faf1ee21650b2cc20
parent591ff7675dfe51f30029cb864df47bc8f6266494
r6573: Start on my project to implement an NT4 compatible BDC in Samba4.

This brings in a compatability layer for Samba3 in Samba4 - where we
will start to define file formats and similar details.

The 'net samdump' command uses 'password server = ' for now, and
performs a similar task to Samba3's 'net rpc samsync'.

Andrew Bartlett
(This used to be commit 550f17f9924fe783917318753de7d1a388423908)
14 files changed:
source4/include/structs.h
source4/lib/basic.mk
source4/lib/credentials.c
source4/lib/samba3/README [new file with mode: 0644]
source4/lib/samba3/smbpasswd.c [new file with mode: 0644]
source4/lib/util_str.c
source4/libnet/config.mk
source4/libnet/libnet.h
source4/libnet/libnet_vampire.c [new file with mode: 0644]
source4/libnet/libnet_vampire.h [new file with mode: 0644]
source4/passdb/secrets.c
source4/utils/net/config.mk
source4/utils/net/net.c
source4/utils/net/net_vampire.c [new file with mode: 0644]