Searched refs:askpass (Results 1 – 6 of 6) sorted by relevance
41 ssh_askpass(char *askpass, const char *msg) in ssh_askpass() argument51 if (askpass == NULL) in ssh_askpass()67 execlp(askpass, askpass, msg, (char *) 0); in ssh_askpass()68 fatal("ssh_askpass: exec(%s): %s", askpass, strerror(errno)); in ssh_askpass()103 char *askpass = NULL, *ret, buf[1024]; in read_passphrase() local121 askpass = getenv(SSH_ASKPASS_ENV); in read_passphrase()123 askpass = _PATH_SSH_ASKPASS_DEFAULT; in read_passphrase()124 return ssh_askpass(askpass, prompt); in read_passphrase()
31 SSHASKPASS= $(ROOTLIBSSH)/ssh-askpass
2 - (djm) Use Jim's new 1.0.3 askpass in Redhat RPMs8 - (djm) Don't need X11-askpass in RPM spec file if building without it103 - (djm) Don't rely on atomicio's retval to determine length of askpass242 - (stevesk) Display correct path to ssh-askpass in configure output.284 - (djm) Fix 9 character passphrase failure with gnome-ssh-askpass. 298 - (djm) Update X11-askpass to 1.0.2 in RPM spec file470 - (djm) Pick up Jim's new X11-askpass986 - (djm) Warn user if grabs fail in GNOME askpass. Patch from Zack Weinberg1276 - Deprecate perl-tk askpass.1550 - Moved gnome-ssh-askpass.c to contrib directory and removed config[all …]
29 http://www.ntrnet.net/~jmknoble/software/x11-ssh-askpass/index.html96 --enable-gnome-askpass will build the GNOME passphrase dialog. You
83 Zack Weinberg <zack@wolery.cumb.org> - GNOME askpass enhancement
50 file path=usr/lib/ssh/ssh-askpass mode=0555