summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-09-20 17:00:30 +0200
committerGünther Deschner <gd@samba.org>2008-09-21 22:30:10 +0200
commit1f9624175ab35fe5c4012e931a165d422bf26fdb (patch)
tree683dafcaff69c1538b164f483b812fae43066978 /source3/include
parent2331c96d28fe713d37b421924e610eef80cc8d91 (diff)
downloadsamba-1f9624175ab35fe5c4012e931a165d422bf26fdb.tar.gz
samba-1f9624175ab35fe5c4012e931a165d422bf26fdb.tar.bz2
samba-1f9624175ab35fe5c4012e931a165d422bf26fdb.zip
netlogon: add init_netr_CryptPassword.
Guenther
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 2901911c70..bec5f10f3c 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -7427,6 +7427,9 @@ void init_netr_PasswordInfo(struct netr_PasswordInfo *r,
const char *workstation,
struct samr_Password lmpassword,
struct samr_Password ntpassword);
+void init_netr_CryptPassword(const char *pwd,
+ unsigned char session_key[16],
+ struct netr_CryptPassword *pwd_buf);
/* The following definitions come from rpc_client/init_samr.c */