OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:askpass
(Results
1 - 7
of
7
) sorted by null
/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
...]
configure
[
all
...]
/external/openssh/contrib/suse/
openssh.spec
8
# The version of x11-ssh-
askpass
to use
20
Source1: x11-ssh-
askpass
-%{xversion}.tar.gz
39
%package
askpass
44
Provides: openssh:${_libdir}/ssh/ssh-
askpass
64
%description
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
[
all
...]
/external/openssh/contrib/
Makefile
17
rm -f *.o gnome-ssh-askpass1 gnome-ssh-askpass2 gnome-ssh-
askpass
Completed in 952 milliseconds