/freebsd/crypto/heimdal/lib/krb5/ |
H A D | prompter_posix.c | 42 krb5_prompt prompts[]) in krb5_prompter_posix() argument 53 if (prompts[i].hidden) { in krb5_prompter_posix() 54 if(UI_UTIL_read_pw_string(prompts[i].reply->data, in krb5_prompter_posix() 55 prompts[i].reply->length, in krb5_prompter_posix() 56 prompts[i].prompt, in krb5_prompter_posix() 60 char *s = prompts[i].reply->data; in krb5_prompter_posix() 62 fputs (prompts[i].prompt, stdout); in krb5_prompter_posix() 64 if(fgets(prompts[i].reply->data, in krb5_prompter_posix() 65 prompts[i].reply->length, in krb5_prompter_posix()
|
H A D | init_creds_pw.c | 486 krb5_prompt prompts[2]; in change_password() local 530 prompts[0].hidden = 1; in change_password() 531 prompts[0].prompt = "New password: "; in change_password() 532 prompts[0].reply = &password_data[0]; in change_password() 533 prompts[0].type = KRB5_PROMPT_TYPE_NEW_PASSWORD; in change_password() 538 prompts[1].hidden = 1; in change_password() 539 prompts[1].prompt = "Repeat new password: "; in change_password() 540 prompts[1].reply = &password_data[1]; in change_password() 541 prompts[1].type = KRB5_PROMPT_TYPE_NEW_PASSWORD_AGAIN; in change_password() 544 2, prompts); in change_password()
|
/freebsd/crypto/openssh/ |
H A D | auth-bsdauth.c | 52 u_int *numprompts, char ***prompts, u_int **echo_on) in bsdauth_query() argument 59 *prompts = NULL; in bsdauth_query() 88 *prompts = xcalloc(*numprompts, sizeof(char *)); in bsdauth_query() 90 (*prompts)[0] = xstrdup(challenge); in bsdauth_query()
|
H A D | auth-pam.c | 845 u_int *num, char ***prompts, u_int **echo_on) in sshpam_query() argument 860 *prompts = xmalloc(sizeof(char *)); in sshpam_query() 861 **prompts = NULL; in sshpam_query() 875 **prompts = xreallocarray(**prompts, 1, len); in sshpam_query() 876 strlcpy(**prompts + plen, msg, len - plen); in sshpam_query() 886 **prompts = xreallocarray(**prompts, 1, len); in sshpam_query() 887 strlcpy(**prompts + plen, msg, len - plen); in sshpam_query() 889 strlcat(**prompts + plen, "\n", len - plen); in sshpam_query() 902 if (**prompts != NULL && strlen(**prompts) != 0) { in sshpam_query() 904 *info = **prompts; in sshpam_query() [all …]
|
H A D | auth2-chall.c | 257 char *name, *instr, **prompts; in send_userauth_info_request() local 262 &name, &instr, &kbdintctxt->nreq, &prompts, &echo_on)) in send_userauth_info_request() 272 if ((r = sshpkt_put_cstring(ssh, prompts[i])) != 0 || in send_userauth_info_request() 281 free(prompts[i]); in send_userauth_info_request() 282 free(prompts); in send_userauth_info_request()
|
H A D | monitor_wrap.c | 773 u_int *num, char ***prompts, u_int **echo_on) in mm_sshpam_query() argument 796 *prompts = xcalloc((*num + 1), sizeof(char *)); in mm_sshpam_query() 799 if ((r = sshbuf_get_cstring(m, &((*prompts)[i]), NULL)) != 0 || in mm_sshpam_query() 866 char ***prompts, u_int **echo_on) in mm_chall_setup() argument 871 *prompts = xcalloc(*numprompts, sizeof(char *)); in mm_chall_setup() 878 u_int *numprompts, char ***prompts, u_int **echo_on) in mm_bsdauth_query() argument 906 mm_chall_setup(name, infotxt, numprompts, prompts, echo_on); in mm_bsdauth_query() 907 (*prompts)[0] = challenge; in mm_bsdauth_query()
|
H A D | monitor.c | 947 char **prompts; in mm_answer_bsdauthquery() local 953 &prompts, &echo_on) < 0 ? 0 : 1; in mm_answer_bsdauthquery() 959 if ((r = sshbuf_put_cstring(m, prompts[0])) != 0) in mm_answer_bsdauthquery() 969 free(prompts); in mm_answer_bsdauthquery() 1076 char *name = NULL, *info = NULL, **prompts = NULL; in mm_answer_pam_query() local 1085 &num, &prompts, &echo_on); in mm_answer_pam_query() 1101 if ((r = sshbuf_put_cstring(m, prompts[i])) != 0 || in mm_answer_pam_query() 1104 free(prompts[i]); in mm_answer_pam_query() 1106 free(prompts); in mm_answer_pam_query()
|
H A D | auth.h | 130 u_int *numprompts, char ***prompts, u_int **echo_on);
|
H A D | FREEBSD-upgrade | 65 git prompts for these deleted files during the merge, choose 'd'
|
/freebsd/contrib/pam_modules/pam_passwdqc/ |
H A D | PLATFORMS | 9 module prompts for the old password, things should work either way.
|
H A D | README | 13 password changing module lacks the "use_authtok" option or its prompts 131 password between the prompts. Of course, this will only work with
|
/freebsd/sys/dev/cxgbe/firmware/ |
H A D | t5fw_cfg.txt | 32 # prompts the firmware to set it up 37 # prompts the firmware to set it up in
|
H A D | t5fw_cfg_hashfilter.txt | 32 # prompts the firmware to set it up 37 # prompts the firmware to set it up in
|
H A D | t5fw_cfg_fpga.txt | 133 # prompts the firmware to set it up 138 # prompts the firmware to set it up in
|
/freebsd/crypto/heimdal/kpasswd/ |
H A D | kpasswd-generator.c | 71 krb5_prompt prompts[]) in nop_prompter() argument
|
/freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
H A D | InterpreterProperties.td | 31 def SpaceReplPrompts: Property<"space-repl-prompts", "Boolean">,
|
/freebsd/contrib/openpam/ |
H A D | HISTORY | 42 pam_get_user(3) from using application-provided custom prompts. 163 embedded in strings such as prompts. Apply it to the prompts used 167 oldauthtok_prompt module options, which override the prompts passed
|
/freebsd/usr.sbin/ppp/ |
H A D | README.changes | 52 o Any number of diagnostic prompts are allowed, and they are allowed in 62 o The dial/call/open command works asynchronously. As a result, prompts
|
/freebsd/contrib/openpam/doc/man/ |
H A D | pam.man | 52 conversation function, and prompts.
|
/freebsd/usr.sbin/bsdconfig/share/media/ |
H A D | common.subr | 83 # Returns success if the media device is available, and if not, prompts the
|
/freebsd/crypto/openssl/ |
H A D | FREEBSD-upgrade | 67 If git prompts for these deleted files during the merge, choose 'd'
|
/freebsd/crypto/heimdal/doc/ |
H A D | init-creds | 16 krb5_prompt prompts[]); 126 The prompts argument contains an array describing the values
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | UI_create_method.pod | 106 For example, a typical tty reader wouldn't write the prompts in the
|
/freebsd/contrib/bc/gen/ |
H A D | dc_help.txt | 141 Disable the prompts in interactive mode.
|
/freebsd/share/examples/csh/ |
H A D | dot.cshrc | 121 # Alternate prompts
|