git.samba.org
/
samba.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
21eecc6
)
r3906: fix compiler warnings
author
Stefan Metzmacher
<metze@samba.org>
Mon, 22 Nov 2004 10:59:46 +0000
(10:59 +0000)
committer
Gerald (Jerry) Carter
<jerry@samba.org>
Wed, 10 Oct 2007 18:06:04 +0000
(13:06 -0500)
metze
(This used to be commit
df924e18220aedbfbfae569e1fb37da652914c0b
)
source4/libcli/auth/credentials.c
patch
|
blob
|
history
diff --git
a/source4/libcli/auth/credentials.c
b/source4/libcli/auth/credentials.c
index ec41ebf4bdaee6b92ade3fdccce7003a8e7398a5..a61660d7765184d025e9a72af8cb09cb107c05be 100644
(file)
--- a/
source4/libcli/auth/credentials.c
+++ b/
source4/libcli/auth/credentials.c
@@
-172,7
+172,7
@@
void creds_des_decrypt(struct creds_CredentialState *creds, struct samr_Password
/*
ARCFOUR encrypt/decrypt a password buffer using the session key
*/
-void creds_arcfour_crypt(struct creds_CredentialState *creds,
char
*data, size_t len)
+void creds_arcfour_crypt(struct creds_CredentialState *creds,
uint8_t
*data, size_t len)
{
DATA_BLOB session_key = data_blob(creds->session_key, 16);