Searched refs:askpass (Results 1 – 11 of 11) sorted by relevance
/external/openssh/ |
D | readpass.c | 51 ssh_askpass(char *askpass, const char *msg, const char *env_hint) in ssh_askpass() argument 62 if (askpass == NULL) in ssh_askpass() 80 execlp(askpass, askpass, msg, (char *)NULL); in ssh_askpass() 81 fatal("%s: exec(%s): %s", __func__, askpass, strerror(errno)); in ssh_askpass() 125 char cr = '\r', *askpass = NULL, *ret, buf[1024]; in read_passphrase() local 161 askpass = getenv(SSH_ASKPASS_ENV); in read_passphrase() 163 askpass = _PATH_SSH_ASKPASS_DEFAULT; in read_passphrase() 166 if ((ret = ssh_askpass(askpass, prompt, askpass_hint)) == NULL) in read_passphrase() 223 const char *askpass; in notify_start() local 239 if ((askpass = getenv("SSH_ASKPASS")) == NULL) in notify_start() [all …]
|
D | Makefile.in | 23 ASKPASS_PROGRAM=$(libexecdir)/ssh-askpass
|
D | CREDITS | 98 Zack Weinberg <zack@wolery.cumb.org> - GNOME askpass enhancement
|
D | INSTALL | 80 http://www.jmknoble.net/software/x11-ssh-askpass/
|
D | configure.ac | 5424 E=`eval echo ${libexecdir}/ssh-askpass` ; E=`eval echo ${E}`
|
/external/openssh/contrib/suse/ |
D | openssh.spec | 20 Source1: x11-ssh-askpass-%{xversion}.tar.gz 39 %package askpass 44 Provides: openssh:${_libdir}/ssh/ssh-askpass 86 - Updated for new gnome-ssh-askpass build 88 - Made symlink to gnome-ssh-askpass called ssh-askpass 145 cd x11-ssh-askpass-%{xversion} 165 cd x11-ssh-askpass-%{xversion} 231 %files askpass 233 %doc x11-ssh-askpass-%{xversion}/README 234 %doc x11-ssh-askpass-%{xversion}/ChangeLog [all …]
|
/external/openssh/contrib/redhat/ |
D | openssh.spec | 88 Source1: http://www.jmknoble.net/software/x11-ssh-askpass/x11-ssh-askpass-%{aversion}.tar.gz 143 %package askpass 149 %package askpass-gnome 183 %description askpass 188 %description askpass-gnome 238 pushd x11-ssh-askpass-%{aversion} 257 mv gnome-ssh-askpass2 gnome-ssh-askpass 260 mv gnome-ssh-askpass1 gnome-ssh-askpass 284 install x11-ssh-askpass-%{aversion}/x11-ssh-askpass $RPM_BUILD_ROOT%{_libexecdir}/openssh/x11-ssh-a… 285 ln -s x11-ssh-askpass $RPM_BUILD_ROOT%{_libexecdir}/openssh/ssh-askpass [all …]
|
D | gnome-ssh-askpass.csh | 1 setenv SSH_ASKPASS /usr/libexec/openssh/gnome-ssh-askpass
|
D | gnome-ssh-askpass.sh | 1 SSH_ASKPASS=/usr/libexec/openssh/gnome-ssh-askpass
|
/external/openssh/contrib/ |
D | Makefile | 22 rm -f *.o gnome-ssh-askpass gnome-ssh-askpass[123]
|
D | README | 22 http://www.jmknoble.net/software/x11-ssh-askpass/ 33 gnome-ssh-askpass[12]:
|