Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] wget: Add --ssh-askpass support
@ 2016-07-22 18:24 Liam R. Howlett
  2016-07-22 18:24 ` Liam R. Howlett
  2016-07-22 19:21 ` Burton, Ross
  0 siblings, 2 replies; 7+ messages in thread
From: Liam R. Howlett @ 2016-07-22 18:24 UTC (permalink / raw)
  To: openembedded-core; +Cc: Liam.Howlett

wget: Add --ssh-askpass support

This adds the --ssh-askpass option which is disabled by default.

--ssh-askpass will request the username and password for a given URL by
executing the external program pointed to by the environment variable
SSH_ASKPASS.  If the environment variable is not set, an error is
returned.  If an error occurs requesting the username or password, wget
will exit.

Upstream-Status: Pending

Liam R. Howlett (1):
  wget: Add --ssh-askpass support

 .../wget/0001-wget-Add-ssh-askpass-support.patch   | 221 +++++++++++++++++++++
 meta/recipes-extended/wget/wget_1.18.bb            |   1 +
 2 files changed, 222 insertions(+)
 create mode 100644 meta/recipes-extended/wget/wget/0001-wget-Add-ssh-askpass-support.patch

-- 
1.9.1



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2016-07-27 14:08 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-22 18:24 [PATCH] wget: Add --ssh-askpass support Liam R. Howlett
2016-07-22 18:24 ` Liam R. Howlett
2016-07-26 13:38   ` Burton, Ross
2016-07-27 14:08     ` Liam R. Howlett
2016-07-22 19:21 ` Burton, Ross
2016-07-22 20:06   ` Mark Hatle
2016-07-25 16:06   ` Liam R. Howlett

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox