Searched refs:Password (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/t/
H A Dencrypt.t20 -Encrypt => {Password => "abc",
50 ok 2, $@ =~ /^Must specify Password and Flags with Encrypt parameter at/;
55 -Encrypt => {Password => "fred"},
58 ok 3, $@ =~ /^Must specify Password and Flags with Encrypt parameter at/;
66 ok 4, $@ =~ /^Must specify Password and Flags with Encrypt parameter at/;
87 -Encrypt => {Password => "abc",
136 -Encrypt => {Password => "def",
157 ok 17, $@ =~ /^Must specify Password and Flags with Encrypt parameter at/;
162 -Encrypt => {Password => "fred"},
165 ok 18, $@ =~ /^Must specify Password an
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/examples/LDAP/smbldap-tools-0.8.7/
H A Dsmbldap-passwd325 Password Changes
337 Password will prompt again and compare the second entry against the first. Both entries are require to match in order for the password to be changed.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dcurl_ntlm_msgs.c322 if(ntlm->identity.Password) free(ntlm->identity.Password);
431 if((ntlm->identity.Password = (unsigned char *)strdup(passwdp)) == NULL)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hardware/eicon/
H A Dkst_ifc.h82 char Password[DIVA_TRACE_FAX_PRMS_LEN]; member in struct:_diva_trace_fax_state
H A Ddebug.c1574 diva_mnt_internal_dprintf(pC->hDbg->id, DLI_STAT, "FAX Pwd = <%s>", &fax->Password[0]);
H A Dmaintidi.c1365 "State\\B%d\\FAX\\Password", nr);
1366 pLib->parse_table[pLib->cur_parse_entry++].variable = &pFax->Password[0];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/
H A DBerkeleyDB.pm626 Password => undef,
630 croak("Must specify Password and Flags with Encrypt parameter")
631 if ! (defined $p->{Password} && defined $p->{Flags});
633 $got->{"Enc_Passwd"} = $p->{Password};
773 # [ -Encrypt => { Password => string, Flags => value}
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/cifs/
H A Dcifspdu.h637 unsigned char Password[1]; /* followed by */ member in struct:smb_com_tconx_req
H A Dconnect.c3195 bcc_ptr = &pSMB->Password[0];
3246 count = bcc_ptr - &pSMB->Password[0];

Completed in 120 milliseconds