Searched refs:opt_password (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/utils/
H A Dntlm_auth.h26 extern const char *opt_password;
H A Dnetlookup.c84 if (!opt_password && !opt_machine_pass) {
87 opt_password = SMB_STRDUP(pass);
98 opt_password,
H A Dntlm_auth_diagnostics.c70 SMBencrypt(opt_password,chall.data,lm_response.data);
71 E_deshash(opt_password, lm_hash);
73 SMBNTencrypt(opt_password,chall.data,nt_response.data);
75 E_md4hash(opt_password, nt_hash);
190 SMBNTencrypt(opt_password,chall.data,nt_response.data);
192 E_deshash(opt_password, lm_hash);
259 SMBNTencrypt(opt_password,chall.data,nt_response.data);
260 E_md4hash(opt_password, (unsigned char *)nt_hash);
263 E_deshash(opt_password, (unsigned char *)lm_hash);
330 if (!SMBNTLMv2encrypt(opt_username, opt_domain, opt_password,
[all...]
H A Dnet.c61 const char *opt_password = NULL; variable
171 if (!opt_password && !opt_machine_pass) {
174 opt_password = SMB_STRDUP(pass);
182 opt_password, 0, Undefined, NULL);
270 if (!opt_password && !opt_machine_pass) {
273 opt_password = SMB_STRDUP(pass);
286 opt_password, CLI_FULL_CONNECTION_USE_KERBEROS,
362 opt_password = secrets_fetch_machine_password(opt_target_workgroup, NULL, NULL);
962 opt_password = p+1;
1026 if (!opt_password) {
[all...]
H A Dnet.h103 extern const char *opt_password;
H A Dntlm_auth.c90 const char *opt_password; variable
526 nt_lm_owf_gen (opt_password, nt_pw, lm_pw);
588 if (opt_password) {
589 status = ntlmssp_set_password(*client_ntlmssp_state, opt_password);
613 if (opt_password) {
713 opt_password = SMB_STRNDUP((const char *)request.data, request.length);
715 if (opt_password == NULL) {
841 opt_password = SMB_STRNDUP((const char *)request.data, request.length);
843 if (opt_password == NULL) {
866 if (opt_password
[all...]
H A Dnet_ads.c247 if (!opt_password && need_password && !opt_machine_pass) {
254 opt_password = getpass(prompt);
258 if (opt_password) {
261 ads->auth.password = smb_xstrdup(opt_password);
337 ads_startup() stores the password in opt_password if it needs to so
1944 opt_password ? opt_password : "",
2093 const char *auth_password = opt_password;
2100 if (opt_user_name == NULL || opt_password == NULL) {
H A Dnet_rpc.c5728 opt_password,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/
H A Dpopt_common.c487 char *opt_password = NULL; local
496 opt_password = secrets_fetch_machine_password(lp_workgroup(), NULL, NULL);
498 if (!opt_password) {
504 pstrcpy(cmdline_auth_info.password,opt_password);
505 SAFE_FREE(opt_password);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/misc/
H A Dadssearch.pl76 $opt_password,
103 'password|w=s' => \$opt_password,
481 $password = $password || $opt_password;

Completed in 161 milliseconds