/external/openssh/contrib/redhat/ |
gnome-ssh-askpass.csh | 1 setenv SSH_ASKPASS /usr/libexec/openssh/gnome-ssh-askpass
|
gnome-ssh-askpass.sh | 1 SSH_ASKPASS=/usr/libexec/openssh/gnome-ssh-askpass
|
openssh.spec | 8 # Version of ssh-askpass 11 # Do we want to disable building of x11-askpass? (1=yes 0=no) 14 # Do we want to disable building of gnome-askpass? (1=yes 0=no) 23 # Use GTK2 instead of GNOME in gnome-ssh-askpass 32 # Reserve options to override askpass settings with: 78 Source1: http://www.jmknoble.net/software/x11-ssh-askpass/x11-ssh-askpass-%{aversion}.tar.gz 122 %package askpass 128 %package askpass-gnome 162 %description askpass [all...] |
/external/openssh/ |
readpass.c | 51 ssh_askpass(char *askpass, const char *msg) 62 if (askpass == NULL) 63 fatal("internal error: askpass undefined"); 79 execlp(askpass, askpass, msg, (char *) 0); 80 fatal("ssh_askpass: exec(%s): %s", askpass, strerror(errno)); 121 char *askpass = NULL, *ret, buf[1024]; local 149 askpass = getenv(SSH_ASKPASS_ENV); 151 askpass = _PATH_SSH_ASKPASS_DEFAULT; 152 if ((ret = ssh_askpass(askpass, prompt)) == NULL [all...] |
pathnames.h | 119 * Default location of askpass 122 #define _PATH_SSH_ASKPASS_DEFAULT "/usr/X11R6/bin/ssh-askpass" 178 /* Askpass program define */ 180 #define ASKPASS_PROGRAM "/usr/lib/ssh/ssh-askpass"
|
ssh.h | 67 * Environment variable for overwriting the default location of askpass
|
CREDITS | 98 Zack Weinberg <zack@wolery.cumb.org> - GNOME askpass enhancement
|
INSTALL | 56 http://www.jmknoble.net/software/x11-ssh-askpass/
|
Makefile.in | 25 ASKPASS_PROGRAM=$(libexecdir)/ssh-askpass
|
configure.ac | [all...] |
ChangeLog | 708 the the askpass child's exit status. Correct test for exit status/signal to [all...] |
/external/openssh/contrib/caldera/ |
openssh.spec | 27 %define xsa x11-ssh-askpass 28 %define askpass %{xsa}-1.2.4.1 62 Source2: http://www.jmknoble.net/software/%{xsa}/%{askpass}.tar.gz 79 %Package askpass 82 URL : http://www.jmknoble.net/software/x11-ssh-askpass/ 164 %Description askpass 166 default by ssh-add(1). It is based on %{askpass} 187 cd %{askpass} 200 %makeinstall -C %{askpass} \ 252 mkdir -p $DocD/%{askpass} [all...] |
/external/openssh/contrib/suse/ |
openssh.spec | 8 # The version of x11-ssh-askpass to use 20 Source1: x11-ssh-askpass-%{xversion}.tar.gz 41 %package askpass 46 Provides: openssh:${_libdir}/ssh/ssh-askpass 66 %description askpass 88 - Updated for new gnome-ssh-askpass build 90 - Made symlink to gnome-ssh-askpass called ssh-askpass 148 cd x11-ssh-askpass-%{xversion} 168 cd x11-ssh-askpass-%{xversion [all...] |
/external/openssh/contrib/ |
README | 17 X11 SSH Askpass: 22 http://www.jmknoble.net/software/x11-ssh-askpass/ 33 gnome-ssh-askpass[12]:
|
Makefile | 15 rm -f *.o gnome-ssh-askpass1 gnome-ssh-askpass2 gnome-ssh-askpass
|
gnome-ssh-askpass1.c | 28 * gnome-ssh-askpass before calling "ssh-add < /dev/null". 31 * "GNOME_SSH_ASKPASS_GRAB_SERVER=true" then gnome-ssh-askpass will grab 41 * gnome-ssh-askpass1.c -o gnome-ssh-askpass \ 160 gnome_init("GNOME ssh-askpass", "0.1", argc, argv);
|
gnome-ssh-askpass2.c | 30 * gnome-ssh-askpass before calling "ssh-add < /dev/null". 33 * "GNOME_SSH_ASKPASS_GRAB_SERVER=true" then gnome-ssh-askpass will grab 46 * gnome-ssh-askpass2.c -o gnome-ssh-askpass \
|
/external/dropbear/ |
cli-authpasswd.c | 35 /* Returns 1 if we want to use the askpass program, 0 otherwise */ 58 TRACE(("leave gui_getpass: no askpass program"))
|
/external/openssh/regress/ |
agent-pkcs11.sh | 12 # prevent ssh-agent from calling ssh-askpass
|