summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-05-07 19:26:06 +0200
committerGünther Deschner <gd@samba.org>2010-05-26 22:16:43 +0200
commit14b03d132bba45b368a07de4c4ed3ce73a8e1bde (patch)
tree38234c30de8edfddea6414adac59d3139df928fd /source3/include
parent7fa2129db665331dcfd2f1849220ea3278252ce3 (diff)
downloadsamba-14b03d132bba45b368a07de4c4ed3ce73a8e1bde.tar.gz
samba-14b03d132bba45b368a07de4c4ed3ce73a8e1bde.tar.bz2
samba-14b03d132bba45b368a07de4c4ed3ce73a8e1bde.zip
s3-smbd: remove unused change/check_lanman_password.
Guenther
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 3bff172d4f..cadbbd99a1 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -5369,24 +5369,15 @@ NTSTATUS change_trust_account_password( const char *domain, const char *remote_m
bool chgpasswd(const char *name, const struct passwd *pass,
const char *oldpass, const char *newpass, bool as_root);
-bool chgpasswd(const char *name, const struct passwd *pass,
- const char *oldpass, const char *newpass, bool as_root);
-bool check_lanman_password(char *user, uchar * pass1,
- uchar * pass2, struct samu **hnd);
-bool change_lanman_password(struct samu *sampass, uchar *pass2);
NTSTATUS pass_oem_change(char *user,
uchar password_encrypted_with_lm_hash[516],
const uchar old_lm_hash_encrypted[16],
uchar password_encrypted_with_nt_hash[516],
const uchar old_nt_hash_encrypted[16],
enum samPwdChangeReason *reject_reason);
-bool password_in_history(uint8_t nt_pw[NT_HASH_LEN],
- uint32_t pw_history_len,
- const uint8_t *pw_history);
NTSTATUS check_password_complexity(const char *username,
const char *password,
enum samPwdChangeReason *samr_reject_reason);
-NTSTATUS change_oem_password(struct samu *hnd, char *old_passwd, char *new_passwd, bool as_root, enum samPwdChangeReason *samr_reject_reason);
/* The following definitions come from smbd/close.c */