Rework Samba4 to use the new common libcli/auth code
authorAndrew Bartlett <abartlet@samba.org>
Mon, 6 Apr 2009 12:54:44 +0000 (22:54 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 14 Apr 2009 06:23:44 +0000 (16:23 +1000)
commit5095d7b1c84e7e37f553867d699a1983f74d4314
tree5c15a82c9519554c13f37de5f69da5d608572337
parenteed0c4f6c9aac5a260f65c05cc809bf5f72cf210
Rework Samba4 to use the new common libcli/auth code

In particular, this is the rename from creds_ to netlogon_creds_, as
well as other links to use the new common crypto.

Andrew Bartlett
27 files changed:
libcli/auth/libcli_auth.h
libcli/auth/smbencrypt.c
libcli/samsync/decrypt.c
libcli/samsync/samsync.h
source4/auth/credentials/credentials.c
source4/auth/credentials/credentials.h
source4/auth/gensec/gensec.h
source4/auth/gensec/schannel.c
source4/auth/gensec/schannel.h
source4/auth/ntlmssp/ntlmssp.h
source4/libnet/config.mk
source4/libnet/libnet_samdump.c
source4/libnet/libnet_samdump_keytab.c
source4/libnet/libnet_samsync.c
source4/libnet/libnet_samsync.h
source4/libnet/libnet_samsync_ldb.c
source4/librpc/rpc/dcerpc_schannel.c
source4/rpc_server/netlogon/dcerpc_netlogon.c
source4/torture/rpc/netlogon.c
source4/torture/rpc/netlogon.h
source4/torture/rpc/remote_pac.c
source4/torture/rpc/samba3rpc.c
source4/torture/rpc/samlogon.c
source4/torture/rpc/samr.c
source4/torture/rpc/samsync.c
source4/torture/rpc/schannel.c
source4/winbind/wb_sam_logon.c