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)
commit550f17f9924fe783917318753de7d1a388423908
tree44fd423dc47cb2cf414a79eda2c5d8169caca0dc
parent23b529ee090e1858fc18794b949f7e466fa82b0e
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
14 files changed:
source/include/structs.h
source/lib/basic.mk
source/lib/credentials.c
source/lib/samba3/README [new file with mode: 0644]
source/lib/samba3/smbpasswd.c [new file with mode: 0644]
source/lib/util_str.c
source/libnet/config.mk
source/libnet/libnet.h
source/libnet/libnet_vampire.c [new file with mode: 0644]
source/libnet/libnet_vampire.h [new file with mode: 0644]
source/passdb/secrets.c
source/utils/net/config.mk
source/utils/net/net.c
source/utils/net/net_vampire.c [new file with mode: 0644]