diff options
author | Günther Deschner <gd@samba.org> | 2010-05-18 12:06:23 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-05-26 22:17:02 +0200 |
commit | 2807ab358ec346a1da15522adce7f182d3ffefe5 (patch) | |
tree | eafd88c92b500c74495c2005932a8078ffe68ea7 /source3/include | |
parent | 14b03d132bba45b368a07de4c4ed3ce73a8e1bde (diff) | |
download | samba-2807ab358ec346a1da15522adce7f182d3ffefe5.tar.gz samba-2807ab358ec346a1da15522adce7f182d3ffefe5.tar.bz2 samba-2807ab358ec346a1da15522adce7f182d3ffefe5.zip |
s3-samr: move chgpasswd.c out of smbd and into the samr server.
Guenther
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index cadbbd99a1..92c757b1ef 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -5365,20 +5365,6 @@ struct blocking_lock_record *blocking_lock_cancel_smb1(files_struct *fsp, NTSTATUS change_trust_account_password( const char *domain, const char *remote_machine); -/* The following definitions come from smbd/chgpasswd.c */ - -bool chgpasswd(const char *name, const struct passwd *pass, - const char *oldpass, const char *newpass, bool as_root); -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); -NTSTATUS check_password_complexity(const char *username, - const char *password, - enum samPwdChangeReason *samr_reject_reason); - /* The following definitions come from smbd/close.c */ void set_close_write_time(struct files_struct *fsp, struct timespec ts); |