Searched refs:new_pw (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/utils/
H A Dpasswd_util.c36 static fstring new_pw; local
39 ZERO_ARRAY(new_pw);
46 if ( fgets(new_pw, sizeof(new_pw), stdin) != NULL) {
47 if ((len = strlen(new_pw)) > 0) {
48 if(new_pw[len-1] == '\n')
49 new_pw[len - 1] = 0;
52 return(new_pw);
H A Dsmbpasswd.c206 fstring new_pw; local
208 ZERO_ARRAY(new_pw);
212 fstrcpy(new_pw, p);
217 if (strcmp(p, new_pw)) {
219 ZERO_ARRAY(new_pw);
233 char *old_passwd, char *new_pw,
247 old_passwd, new_pw, err_str, sizeof(err_str));
253 ret = local_password_change(username, local_flags, new_pw,
486 char *new_pw = NULL; local
521 new_pw
232 password_change(const char *remote_mach, char *username, char *old_passwd, char *new_pw, int local_flags) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/libbb/
H A Dupdate_passwd.c15 const char *new_pw)
91 fprintf(new_fp, "%s%s%s", username, new_pw, cp);
14 update_passwd(const char *filename, const char *username, const char *new_pw) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/libsmb/
H A Dsmbencrypt.c496 uchar new_pw[512]; local
502 new_pw_len = push_string(NULL, new_pw,
504 sizeof(new_pw), string_flags);
506 memcpy(&buffer[512 - new_pw_len], new_pw, new_pw_len);
515 ZERO_STRUCT(new_pw);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/include/
H A Dlibbb.h812 const char *new_pw);

Completed in 95 milliseconds