diff options
author | Günther Deschner <gd@samba.org> | 2008-12-06 00:30:11 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-01-06 16:02:10 +0100 |
commit | 52b250fe839965e1031549d3a9265115cdaef663 (patch) | |
tree | 0515ab453569c8cba8a8a72a200c988aa820d15b /source3/include | |
parent | 46f55ef5bc73f9a9d563913433d7d71655123aaa (diff) | |
download | samba-52b250fe839965e1031549d3a9265115cdaef663.tar.gz samba-52b250fe839965e1031549d3a9265115cdaef663.tar.bz2 samba-52b250fe839965e1031549d3a9265115cdaef663.zip |
s3-samr: remove init_samr_user* functions.
Guenther
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 126 |
1 files changed, 0 insertions, 126 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 22183118e2..5221a5ff94 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -5629,132 +5629,6 @@ void init_samr_alias_info1(struct samr_AliasInfoAll *r, const char *description); void init_samr_alias_info3(struct lsa_String *r, const char *description); -void init_samr_user_info5(struct samr_UserInfo5 *r, - const char *account_name, - const char *full_name, - uint32_t rid, - uint32_t primary_gid, - const char *home_directory, - const char *home_drive, - const char *logon_script, - const char *profile_path, - const char *description, - const char *workstations, - NTTIME last_logon, - NTTIME last_logoff, - struct samr_LogonHours logon_hours, - uint16_t bad_password_count, - uint16_t logon_count, - NTTIME last_password_change, - NTTIME acct_expiry, - uint32_t acct_flags); -void init_samr_user_info7(struct samr_UserInfo7 *r, - const char *account_name); -void init_samr_user_info9(struct samr_UserInfo9 *r, - uint32_t primary_gid); -void init_samr_user_info16(struct samr_UserInfo16 *r, - uint32_t acct_flags); -void init_samr_user_info18(struct samr_UserInfo18 *r, - const uint8 lm_pwd[16], - const uint8 nt_pwd[16], - uint8_t password_expired); -void init_samr_user_info20(struct samr_UserInfo20 *r, - struct lsa_BinaryString *parameters); -void init_samr_user_info21(struct samr_UserInfo21 *r, - NTTIME last_logon, - NTTIME last_logoff, - NTTIME last_password_change, - NTTIME acct_expiry, - NTTIME allow_password_change, - NTTIME force_password_change, - const char *account_name, - const char *full_name, - const char *home_directory, - const char *home_drive, - const char *logon_script, - const char *profile_path, - const char *description, - const char *workstations, - const char *comment, - struct lsa_BinaryString *parameters, - uint32_t rid, - uint32_t primary_gid, - uint32_t acct_flags, - uint32_t fields_present, - struct samr_LogonHours logon_hours, - uint16_t bad_password_count, - uint16_t logon_count, - uint16_t country_code, - uint16_t code_page, - uint8_t nt_password_set, - uint8_t lm_password_set, - uint8_t password_expired); -void init_samr_user_info23(struct samr_UserInfo23 *r, - NTTIME last_logon, - NTTIME last_logoff, - NTTIME last_password_change, - NTTIME acct_expiry, - NTTIME allow_password_change, - NTTIME force_password_change, - const char *account_name, - const char *full_name, - const char *home_directory, - const char *home_drive, - const char *logon_script, - const char *profile_path, - const char *description, - const char *workstations, - const char *comment, - struct lsa_BinaryString *parameters, - uint32_t rid, - uint32_t primary_gid, - uint32_t acct_flags, - uint32_t fields_present, - struct samr_LogonHours logon_hours, - uint16_t bad_password_count, - uint16_t logon_count, - uint16_t country_code, - uint16_t code_page, - uint8_t nt_password_set, - uint8_t lm_password_set, - uint8_t password_expired, - struct samr_CryptPassword *pwd_buf); -void init_samr_user_info24(struct samr_UserInfo24 *r, - struct samr_CryptPassword *pwd_buf, - uint8_t password_expired); -void init_samr_user_info25(struct samr_UserInfo25 *r, - NTTIME last_logon, - NTTIME last_logoff, - NTTIME last_password_change, - NTTIME acct_expiry, - NTTIME allow_password_change, - NTTIME force_password_change, - const char *account_name, - const char *full_name, - const char *home_directory, - const char *home_drive, - const char *logon_script, - const char *profile_path, - const char *description, - const char *workstations, - const char *comment, - struct lsa_BinaryString *parameters, - uint32_t rid, - uint32_t primary_gid, - uint32_t acct_flags, - uint32_t fields_present, - struct samr_LogonHours logon_hours, - uint16_t bad_password_count, - uint16_t logon_count, - uint16_t country_code, - uint16_t code_page, - uint8_t nt_password_set, - uint8_t lm_password_set, - uint8_t password_expired, - struct samr_CryptPasswordEx *pwd_buf); -void init_samr_user_info26(struct samr_UserInfo26 *r, - struct samr_CryptPasswordEx *pwd_buf, - uint8_t password_expired); void init_samr_CryptPasswordEx(const char *pwd, DATA_BLOB *session_key, struct samr_CryptPasswordEx *pwd_buf); |