1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-04 08:22:08 +03:00

r7031: Added encrypt/decrypt function for LSA secrets and trusted

domain passwords on the wire.
Jeremy.
(This used to be commit f82dcac25f)
This commit is contained in:
Jeremy Allison
2005-05-27 16:15:56 +00:00
committed by Gerald (Jerry) Carter
parent 54aee75980
commit 26e12ebd07
2 changed files with 30 additions and 1 deletions

View File

@ -276,7 +276,7 @@ static void str_to_key(const unsigned char *str,unsigned char *key)
}
static void smbhash(unsigned char *out, const unsigned char *in, const unsigned char *key, int forw)
void smbhash(unsigned char *out, const unsigned char *in, const unsigned char *key, int forw)
{
int i;
char outb[64];