r3462: separate out the crypto includes
authorAndrew Tridgell <tridge@samba.org>
Tue, 2 Nov 2004 06:14:15 +0000 (06:14 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:05:16 +0000 (13:05 -0500)
commita1d0b97ed40fe6985bb45b1715309638e7faaffc
treeabe7e5b5a995a60acbb6ec7077441ea5ed392cf1
parent2df2d1b67f9bf2907f452688b2c54b73052cfb49
r3462: separate out the crypto includes
(This used to be commit 3f75117db921e493bb77a5dc14b8ce91a6288f30)
24 files changed:
source4/auth/ntlm_check.c
source4/include/includes.h
source4/include/nameserv.h
source4/include/rewrite.h
source4/include/structs.h
source4/lib/basic.m4
source4/lib/basic.mk
source4/lib/crypto/crc32.h [new file with mode: 0644]
source4/lib/crypto/crypto.h [new file with mode: 0644]
source4/lib/crypto/hmacmd5.c
source4/lib/crypto/hmacmd5.h [moved from source4/include/hmacmd5.h with 72% similarity]
source4/lib/crypto/md4.h [new file with mode: 0644]
source4/lib/crypto/md5.h [moved from source4/include/md5.h with 100% similarity]
source4/lib/genrand.c
source4/libcli/auth/credentials.c
source4/libcli/auth/ntlmssp.c
source4/libcli/auth/ntlmssp_sign.c
source4/libcli/auth/schannel.c
source4/libcli/raw/smb_signing.c
source4/libcli/util/smbencrypt.c
source4/libnet/libnet_passwd.c
source4/passdb/secrets.c
source4/rpc_server/samr/samr_password.c
source4/torture/rpc/samr.c