Home
last modified time | relevance | path

Searched refs:password (Results 1 – 25 of 683) sorted by relevance

12345678910>>...28

/netbsd-src/crypto/external/bsd/openssl.old/dist/test/ssl-tests/
H A D23-srp.conf6 test-1 = 1-srp-bad-password
8 test-3 = 3-srp-auth-bad-password
36 SRPPassword = password
40 SRPPassword = password
46 [1-srp-bad-password]
47 ssl_conf = 1-srp-bad-password-ssl
49 [1-srp-bad-password-ssl]
50 server = 1-srp-bad-password-server
51 client = 1-srp-bad-password-client
53 [1-srp-bad-password-server]
[all …]
H A D23-srp.conf.in24 "SRPPassword" => "password",
32 "SRPPassword" => "password",
40 name => "srp-bad-password",
46 "SRPPassword" => "password",
69 "SRPPassword" => "password",
77 "SRPPassword" => "password",
85 name => "srp-auth-bad-password",
91 "SRPPassword" => "password",
/netbsd-src/crypto/external/bsd/openssl/dist/test/ssl-tests/
H A D23-srp.cnf6 test-1 = 1-srp-bad-password
8 test-3 = 3-srp-auth-bad-password
36 SRPPassword = password
40 SRPPassword = password
46 [1-srp-bad-password]
47 ssl_conf = 1-srp-bad-password-ssl
49 [1-srp-bad-password-ssl]
50 server = 1-srp-bad-password-server
51 client = 1-srp-bad-password-client
53 [1-srp-bad-password-server]
[all …]
H A D23-srp.cnf.in24 "SRPPassword" => "password",
32 "SRPPassword" => "password",
40 name => "srp-bad-password",
46 "SRPPassword" => "password",
69 "SRPPassword" => "password",
77 "SRPPassword" => "password",
85 name => "srp-auth-bad-password",
91 "SRPPassword" => "password",
/netbsd-src/external/bsd/openldap/dist/doc/drafts/
H A Ddraft-vchu-ldap-pwd-policy-xx.txt43 This document describes the implementation of password policy in
46 password policy.
50 and make it difficult for password cracking programs to break into
51 directories, it is desirable to enforce a set of rules on password
53 words periodically, the new password meets construction requirements,
54 the re-use of the old password is restricted, and lock out the users
67 after a certain number of bad password attempts.
80 authentication using password. In many systems, in order to improve the
81 security of the system, the simple password-based authentication often
82 is used in conjunction with a set of password restrictions to control
[all …]
H A Ddraft-behera-ldap-password-policy-xx.txt14 draft-behera-ldap-password-policy-11
22 password cracking programs to break into directories, it is desirable
23 to enforce a set of rules on password usage. These rules are made to
25 construction requirements, the re-use of old password is restricted,
26 and to deter password guessing attacks.
180 and password. In this case, many LDAP servers have implemented some
181 kind of policy related to the password used to authenticate. Among
192 standardize on a common password policy model. This is critical to
236 The term "password administrator" refers to a user that has
238 term "password policy administrator" refers to a user that has
[all …]
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dsalt-des.c56 char password[8+1]; /* crypt is limited to 8 chars anyway */ in krb5_DES_AFS3_CMU_string_to_key() local
63 password[i] = c ? c : 'X'; in krb5_DES_AFS3_CMU_string_to_key()
65 password[8] = '\0'; in krb5_DES_AFS3_CMU_string_to_key()
67 memcpy(key, crypt(password, "p1") + 2, sizeof(DES_cblock)); in krb5_DES_AFS3_CMU_string_to_key()
88 char password[512]; in krb5_DES_AFS3_Transarc_string_to_key() local
91 memcpy(password, pw.data, min(pw.length, sizeof(password))); in krb5_DES_AFS3_Transarc_string_to_key()
92 if(pw.length < sizeof(password)) { in krb5_DES_AFS3_Transarc_string_to_key()
93 int len = min(cell.length, sizeof(password) - pw.length); in krb5_DES_AFS3_Transarc_string_to_key()
96 memcpy(password + pw.length, cell.data, len); in krb5_DES_AFS3_Transarc_string_to_key()
98 password[i] = tolower((unsigned char)password[i]); in krb5_DES_AFS3_Transarc_string_to_key()
[all …]
H A Dsalt.c136 krb5_data password, in krb5_string_to_key_data() argument
146 ret = krb5_string_to_key_data_salt(context, enctype, password, salt, key); in krb5_string_to_key_data()
154 const char *password, in krb5_string_to_key() argument
159 pw.data = rk_UNCONST(password); in krb5_string_to_key()
160 pw.length = strlen(password); in krb5_string_to_key()
167 krb5_data password, in krb5_string_to_key_data_salt() argument
173 return krb5_string_to_key_data_salt_opaque(context, enctype, password, in krb5_string_to_key_data_salt()
186 krb5_data password, in krb5_string_to_key_data_salt_opaque() argument
201 return (*st->string_to_key)(context, enctype, password, in krb5_string_to_key_data_salt_opaque()
218 const char *password, in krb5_string_to_key_salt() argument
[all …]
H A Dsalt-des3.c42 krb5_data password, in DES3_string_to_key() argument
53 len = password.length + salt.saltvalue.length; in DES3_string_to_key()
57 memcpy(str, password.data, password.length); in DES3_string_to_key()
58 memcpy(str + password.length, salt.saltvalue.data, salt.saltvalue.length); in DES3_string_to_key()
105 krb5_data password, in DES3_string_to_key_derived() argument
111 size_t len = password.length + salt.saltvalue.length; in DES3_string_to_key_derived()
117 memcpy(s, password.data, password.length); in DES3_string_to_key_derived()
119 memcpy(s + password.length, salt.saltvalue.data, salt.saltvalue.length); in DES3_string_to_key_derived()
/netbsd-src/external/gpl2/xcvs/dist/src/
H A Dlogin.c112 char *password = NULL; in password_entry_parseline() local
153 password = p + 1; in password_entry_parseline()
207 password = p + 1; in password_entry_parseline()
212 return password; in password_entry_parseline()
288 char *password = NULL; in password_entry_operation() local
323 password = password_entry_parseline (cvsroot_canonical, 1, line, in password_entry_operation()
325 if (password != NULL) in password_entry_operation()
343 if (password != NULL) in password_entry_operation()
346 p = strchr (password, '\n'); in password_entry_operation()
349 password = xstrdup (password); in password_entry_operation()
[all …]
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Dlock.c45 struct _hx509_password password; member
92 hx509_lock_add_password(hx509_lock lock, const char *password) in hx509_lock_add_password() argument
97 s = strdup(password); in hx509_lock_add_password()
101 d = realloc(lock->password.val, in hx509_lock_add_password()
102 (lock->password.len + 1) * sizeof(lock->password.val[0])); in hx509_lock_add_password()
107 lock->password.val = d; in hx509_lock_add_password()
108 lock->password.val[lock->password.len] = s; in hx509_lock_add_password()
109 lock->password.len++; in hx509_lock_add_password()
117 return &lock->password; in _hx509_lock_get_passwords()
130 for (i = 0; i < lock->password.len; i++) in hx509_lock_reset_passwords()
[all …]
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DSSL_CTX_set_default_passwd_cb.pod27 SSL_CTX_set_default_passwd_cb() sets the default password callback called
31 which will be provided to the password callback on invocation.
33 SSL_CTX_get_default_passwd_cb() returns a function pointer to the password
45 The password callback, which must be provided by the application, hands back the
46 password to be used during decryption.
48 is provided. The function must store the password into the provided buffer
49 B<buf> which is of size B<size>. The actual length of the password must
57 When loading or storing private keys, a password might be supplied to
58 protect the private key. The way this password can be supplied may depend
60 to have the callback handle the password dialog interactively. If several
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DSSL_CTX_set_default_passwd_cb.pod27 SSL_CTX_set_default_passwd_cb() sets the default password callback called
31 which will be provided to the password callback on invocation.
33 SSL_CTX_get_default_passwd_cb() returns a function pointer to the password
45 The password callback, which must be provided by the application, hands back the
46 password to be used during decryption.
48 is provided. The function must store the password into the provided buffer
49 B<buf> which is of size B<size>. The actual length of the password must
57 When loading or storing private keys, a password might be supplied to
58 protect the private key. The way this password can be supplied may depend
60 to have the callback handle the password dialog interactively. If several
[all …]
/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dauth-passwd.c81 auth_password(struct ssh *ssh, const char *password) in auth_password() argument
87 if (strlen(password) > MAX_PASSWORD_LEN) in auth_password()
92 if (*password == '\0' && options.permit_empty_passwd == 0) in auth_password()
96 int ret = auth_krb5_password(authctxt, password); in auth_password()
105 return (sshpam_auth_passwd(authctxt, password) && ok); in auth_password()
107 return (sys_auth_passwd(ssh, password) && ok); in auth_password()
146 sys_auth_passwd(struct ssh *ssh, const char *password) in sys_auth_passwd() argument
153 (char *)password); in sys_auth_passwd()
175 sys_auth_passwd(struct ssh *ssh, const char *password) in sys_auth_passwd() argument
185 if (strcmp(pw_password, "") == 0 && strcmp(password, "") == 0) in sys_auth_passwd()
[all …]
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/kadm5/
H A Dsample_passwd_check.c53 krb5_data *password) in check_length() argument
59 if(password->length < min_length) in check_length()
73 krb5_data *password) in check_cracklib() argument
75 char *s = malloc(password->length + 1); in check_cracklib()
82 memcpy(s, password->data, password->length); in check_cracklib()
83 s[password->length] = '\0'; in check_cracklib()
85 memset(s, 0, password->length); in check_cracklib()
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man1/
H A Dpasswd.pod6 passwd - compute password hashes
26 {I<password>}
30 The B<passwd> command computes the hash of a password typed at
31 run-time or the hash of each password in a list. The password list is
49 Use the MD5 based BSD password algorithm B<1>.
69 When reading a password from the terminal, this implies B<-noverify>.
81 Don't verify when reading a password from the terminal.
89 In the output list, prepend the cleartext password and a TAB character
90 to each password hash.
109 % openssl passwd -crypt -salt xx password
[all …]
/netbsd-src/crypto/external/cpl/tpm-tools/dist/src/tpm_mgmt/
H A Dtpm_nvwrite.c40 static const char *password; variable
91 password = aArg; in parse()
92 if (!password) in parse()
100 password = NULL; in parse()
257 password = _GETPASSWD(_("Enter NVRAM access password: "), &pswd_len, in main()
259 if (!password) { in main()
264 if (password || passWellKnown) { in main()
268 if (password) { in main()
270 pswd_len = strlen(password); in main()
271 if (policySetSecret(hTpmPolicy, strlen(password), in main()
[all …]
H A Dtpm_nvread.c39 static const char *password; variable
73 password = aArg; in parse()
74 if (!password) in parse()
82 password = NULL; in parse()
200 password = _GETPASSWD(_("Enter NVRAM access password: "), &pswd_len, in main()
202 if (!password) { in main()
208 if (password || passWellKnown) { in main()
212 if (password) { in main()
214 pswd_len = strlen(password); in main()
216 (BYTE *)password) != TSS_SUCCESS) in main()
[all …]
/netbsd-src/external/bsd/wpa/dist/src/eap_peer/
H A Dmschapv2.c37 const u8 *password, size_t password_len, in mschapv2_derive_response() argument
65 password, password_len); in mschapv2_derive_response()
68 password, nt_response) || in mschapv2_derive_response()
70 password, peer_challenge, auth_challenge, in mschapv2_derive_response()
76 password, password_len); in mschapv2_derive_response()
79 password, password_len, in mschapv2_derive_response()
81 generate_authenticator_response(password, password_len, in mschapv2_derive_response()
96 if (hash_nt_password_hash(password, password_hash_hash)) in mschapv2_derive_response()
99 if (nt_password_hash(password, password_len, password_hash) || in mschapv2_derive_response()
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man1/
H A Dopenssl-passwd.pod.in6 openssl-passwd - compute password hashes
26 [I<password>]
30 This command computes the hash of a password typed at
31 run-time or the hash of each password in a list. The password list is
45 Use the MD5 based BSD password algorithm B<1> (default).
65 When reading a password from the terminal, this implies B<-noverify>.
77 Don't verify when reading a password from the terminal.
85 In the output list, prepend the cleartext password and a TAB character
86 to each password hash.
100 % openssl passwd -1 -salt xxxxxxxx password
[all …]
/netbsd-src/external/bsd/openldap/dist/doc/guide/admin/
H A Dsecurity.sdf121 * user/password authenticated.
123 Anonymous access is requested by providing no name and no password
125 by providing a name but no password. Authenticated access is
126 requested by providing a valid name and password.
142 intended (that is, they do not ensure a password was provided),
145 A successful user/password authenticated bind results in a user
147 the session. User/password authenticated bind is enabled by default.
149 (e.g., the password is set in the clear), it is recommended that
152 Where the administrator relies on TLS to protect the password, it
156 protection to require for {{simple}} user/password authentication.
[all …]
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hdb/
H A Dext.c294 if (db->hdb_master_key_set && ext->data.u.password.mkvno) { in hdb_entry_get_password()
297 key = _hdb_find_master_key(ext->data.u.password.mkvno, in hdb_entry_get_password()
303 *ext->data.u.password.mkvno); in hdb_entry_get_password()
308 ext->data.u.password.password.data, in hdb_entry_get_password()
309 ext->data.u.password.password.length, in hdb_entry_get_password()
312 ret = der_copy_octet_string(&ext->data.u.password.password, &pw); in hdb_entry_get_password()
369 &ext.data.u.password.password); in hdb_entry_set_password()
373 ext.data.u.password.mkvno = in hdb_entry_set_password()
374 malloc(sizeof(*ext.data.u.password.mkvno)); in hdb_entry_set_password()
375 if (ext.data.u.password.mkvno == NULL) { in hdb_entry_set_password()
[all …]
/netbsd-src/external/bsd/ppp/dist/
H A DREADME.pwfd2 Support to pass the password via a pipe to the pppd
12 Normally programs like wvdial or kppp read the online password from their
17 that starts the pppd opens a pipe and writes the password into it. The pppd
18 simply reads the password from that pipe.
49 char *password = "hello";
105 // Open a pipe to pass the password to pppd.
111 // Of course this only works it the password is shorter
114 write (pppd_passwdfd[1], password, strlen (password));
117 // Tell the pppd to read the password from the fd.
158 # This plugin enables us to pipe the password to pppd, thus we don't have
[all …]
/netbsd-src/external/bsd/ppp/dist/sample/
H A Dpap-secrets5 # Here you should add your userid password to connect to your providers via
6 # pap. The * means that the password is to be used for ANY host you connect
8 # replace password with your password.
11 #hostname * password
14 #client hostname <password> 192.168.1.1
17 # all users in /etc/passwd can use their password for pap-authentication.
/netbsd-src/crypto/external/bsd/heimdal/dist/tests/kdc/
H A Dcheck-kdc.in364 ${kinit} --password-file=${objdir}/notfoopassword \
370 ${kinit} --password-file=${objdir}/foopassword foo@$R || \
383 ${kinit} --password-file=${objdir}/foopassword foo@${RH} || \
388 ${kinit} --password-file=${objdir}/foopassword \
410 ${kinit} --password-file=${objdir}/foopassword \
430 ${kinit} --password-file=${objdir}/foopassword \
447 ${kinit} --password-file=${objdir}/foopassword \
457 ${kinit} -f --renewable -r 5d --password-file=${objdir}/foopassword foo@$R || \
469 ${kinit} --password-file=${objdir}/foopassword \
476 …${kinit} --enctype=$a --password-file=${objdir}/foopassword foo@$R || { ec=1 ; eval "${testfailed}…
[all …]

12345678910>>...28