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:
committed by
Gerald (Jerry) Carter
parent
54aee75980
commit
26e12ebd07
@ -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];
|
||||
|
Reference in New Issue
Block a user