diff options
author | Günther Deschner <gd@samba.org> | 2008-07-18 20:42:55 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-07-30 16:42:23 +0200 |
commit | 21a8177ed21ad4400fbc00443bdf6a2dad44fc59 (patch) | |
tree | c6461d9881e83c7b66af1c4810e1da26442ca41d /source3/include | |
parent | b15d2dea75f9d1104285bd1fad01f6872efb6ac3 (diff) | |
download | samba-21a8177ed21ad4400fbc00443bdf6a2dad44fc59.tar.gz samba-21a8177ed21ad4400fbc00443bdf6a2dad44fc59.tar.bz2 samba-21a8177ed21ad4400fbc00443bdf6a2dad44fc59.zip |
rpc_client: add init_samr_CryptPasswordEx and init_samr_CryptPassword.
Guenther
(This used to be commit 87b6aac13598a2ac28054de5ab90d63bef65f1fe)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index bf3adb556b..7e70f3ced3 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -7574,6 +7574,12 @@ void init_samr_user_info23(struct samr_UserInfo23 *r, void init_samr_user_info24(struct samr_UserInfo24 *r, uint8_t data[516], uint8_t pw_len); +void init_samr_CryptPasswordEx(const char *pwd, + DATA_BLOB *session_key, + struct samr_CryptPasswordEx *pwd_buf); +void init_samr_CryptPassword(const char *pwd, + DATA_BLOB *session_key, + struct samr_CryptPassword *pwd_buf); /* The following definitions come from rpc_client/init_srvsvc.c */ |