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
...]
/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/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/
Makefile
15
rm -f *.o gnome-ssh-askpass1 gnome-ssh-askpass2 gnome-ssh-
askpass
Completed in 2028 milliseconds