Home
last modified time | relevance | path

Searched refs:prompts (Results 1 – 25 of 55) sorted by relevance

123

/freebsd/crypto/heimdal/lib/krb5/
H A Dprompter_posix.c42 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 Dinit_creds_pw.c486 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 Dauth-bsdauth.c52 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 Dauth-pam.c845 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 Dauth2-chall.c257 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 Dmonitor_wrap.c773 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 Dmonitor.c947 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 Dauth.h130 u_int *numprompts, char ***prompts, u_int **echo_on);
H A DFREEBSD-upgrade65 git prompts for these deleted files during the merge, choose 'd'
/freebsd/contrib/pam_modules/pam_passwdqc/
H A DPLATFORMS9 module prompts for the old password, things should work either way.
H A DREADME13 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 Dt5fw_cfg.txt32 # prompts the firmware to set it up
37 # prompts the firmware to set it up in
H A Dt5fw_cfg_hashfilter.txt32 # prompts the firmware to set it up
37 # prompts the firmware to set it up in
H A Dt5fw_cfg_fpga.txt133 # prompts the firmware to set it up
138 # prompts the firmware to set it up in
/freebsd/crypto/heimdal/kpasswd/
H A Dkpasswd-generator.c71 krb5_prompt prompts[]) in nop_prompter() argument
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DInterpreterProperties.td31 def SpaceReplPrompts: Property<"space-repl-prompts", "Boolean">,
/freebsd/contrib/openpam/
H A DHISTORY42 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 DREADME.changes52 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 Dpam.man52 conversation function, and prompts.
/freebsd/usr.sbin/bsdconfig/share/media/
H A Dcommon.subr83 # Returns success if the media device is available, and if not, prompts the
/freebsd/crypto/openssl/
H A DFREEBSD-upgrade67 If git prompts for these deleted files during the merge, choose 'd'
/freebsd/crypto/heimdal/doc/
H A Dinit-creds16 krb5_prompt prompts[]);
126 The prompts argument contains an array describing the values
/freebsd/crypto/openssl/doc/man3/
H A DUI_create_method.pod106 For example, a typical tty reader wouldn't write the prompts in the
/freebsd/contrib/bc/gen/
H A Ddc_help.txt141 Disable the prompts in interactive mode.
/freebsd/share/examples/csh/
H A Ddot.cshrc121 # Alternate prompts

123