Searched refs:askpass (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10/OpenSSH-189/openssh/contrib/redhat/
H A Dgnome-ssh-askpass.csh1 setenv SSH_ASKPASS /usr/libexec/openssh/gnome-ssh-askpass
H A Dgnome-ssh-askpass.sh1 SSH_ASKPASS=/usr/libexec/openssh/gnome-ssh-askpass
H A Dopenssh.spec8 # 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...]
/macosx-10.10/OpenSSH-189/openssh/
H A Dreadpass.c51 ssh_askpass(char *askpass, const char *msg) argument
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, promp
[all...]
/macosx-10.10/OpenSSH-189/openssh/contrib/suse/
H A Dopenssh.spec8 # 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
[all...]
/macosx-10.10/OpenSSH-189/openssh/contrib/caldera/
H A Dopenssh.spec27 %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...]
/macosx-10.10/OpenSSH-189/openssh/contrib/
H A DMakefile17 rm -f *.o gnome-ssh-askpass1 gnome-ssh-askpass2 gnome-ssh-askpass
/macosx-10.10/sudo-73/src/
H A Ddef_data.in214 askpass
216 "Path to the askpass helper program: %s"
H A Dsudo.h62 char *askpass; member in struct:sudo_user
184 #define user_askpass (sudo_user.askpass)
219 #define TGP_ASKPASS 0x04 /* read from askpass helper program */

Completed in 219 milliseconds