Add backend encryption support for NTLMv2.
authorAndrew Bartlett <abartlet@samba.org>
Sat, 7 Jul 2001 07:00:15 +0000 (07:00 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Sat, 7 Jul 2001 07:00:15 +0000 (07:00 +0000)
commit8df8e841445dfe09fc7a06bb55d12adc3fecb345
tree2454d348ce11ef6b2e31a7558d044c10be4b361d
parent4f7b2f51b071ee02b9a2ac7decd9fa7d9e078c1a
Add backend encryption support for NTLMv2.

The leg-work for this was done by the folks at samba-tng.org, I'm just bringing
it accross to HEAD.

The MD5 implementation is seperatly derived, and does not have the copyright
problems that the one in TNG has.

Also add const to a few places where it makes sence.

Andrew Bartlett
source/Makefile.in
source/include/hmacmd5.h [new file with mode: 0644]
source/include/includes.h
source/include/md5.h [new file with mode: 0644]
source/lib/hmacmd5.c [new file with mode: 0644]
source/lib/md4.c
source/lib/md5.c [new file with mode: 0644]
source/lib/util.c
source/libsmb/smbdes.c
source/libsmb/smbencrypt.c