[PATCH 0/4] Introduce SSH proxy

Michal Privoznik posted 4 patches 1 year, 9 months ago
Failed in applying to current master (apply log)
There is a newer version of this series
NEWS.rst                                     |   5 +
docs/docs.rst                                |   3 +
docs/meson.build                             |   1 +
docs/nss.rst                                 |   7 +
docs/ssh-proxy.rst                           |  60 +++++
libvirt.spec.in                              |  27 +++
meson.build                                  |  16 +-
meson_options.txt                            |   2 +
po/POTFILES                                  |   1 +
src/datatypes.h                              |  16 ++
tools/meson.build                            |   2 +
tools/ssh-proxy/30-libvirt-ssh-proxy.conf.in |  10 +
tools/ssh-proxy/meson.build                  |  25 ++
tools/ssh-proxy/ssh-proxy.c                  | 233 +++++++++++++++++++
14 files changed, 407 insertions(+), 1 deletion(-)
create mode 100644 docs/ssh-proxy.rst
create mode 100644 tools/ssh-proxy/30-libvirt-ssh-proxy.conf.in
create mode 100644 tools/ssh-proxy/meson.build
create mode 100644 tools/ssh-proxy/ssh-proxy.c
[PATCH 0/4] Introduce SSH proxy
Posted by Michal Privoznik 1 year, 9 months ago
*** BLURB HERE ***

Michal Prívozník (4):
  datatypes: Declare g_autoptr cleanup functions for more public objects
  tools: Introduce SSH proxy
  docs: Document SSH proxy
  NEWS: Document SSH proxy feature

 NEWS.rst                                     |   5 +
 docs/docs.rst                                |   3 +
 docs/meson.build                             |   1 +
 docs/nss.rst                                 |   7 +
 docs/ssh-proxy.rst                           |  60 +++++
 libvirt.spec.in                              |  27 +++
 meson.build                                  |  16 +-
 meson_options.txt                            |   2 +
 po/POTFILES                                  |   1 +
 src/datatypes.h                              |  16 ++
 tools/meson.build                            |   2 +
 tools/ssh-proxy/30-libvirt-ssh-proxy.conf.in |  10 +
 tools/ssh-proxy/meson.build                  |  25 ++
 tools/ssh-proxy/ssh-proxy.c                  | 233 +++++++++++++++++++
 14 files changed, 407 insertions(+), 1 deletion(-)
 create mode 100644 docs/ssh-proxy.rst
 create mode 100644 tools/ssh-proxy/30-libvirt-ssh-proxy.conf.in
 create mode 100644 tools/ssh-proxy/meson.build
 create mode 100644 tools/ssh-proxy/ssh-proxy.c

-- 
2.43.2
_______________________________________________
Devel mailing list -- devel@lists.libvirt.org
To unsubscribe send an email to devel-leave@lists.libvirt.org
Re: [PATCH 0/4] Introduce SSH proxy
Posted by Michal Prívozník 1 year, 9 months ago
On 4/19/24 12:12, Michal Privoznik wrote:
> *** BLURB HERE ***
> 
> Michal Prívozník (4):
>   datatypes: Declare g_autoptr cleanup functions for more public objects
>   tools: Introduce SSH proxy
>   docs: Document SSH proxy
>   NEWS: Document SSH proxy feature
> 
>  NEWS.rst                                     |   5 +
>  docs/docs.rst                                |   3 +
>  docs/meson.build                             |   1 +
>  docs/nss.rst                                 |   7 +
>  docs/ssh-proxy.rst                           |  60 +++++
>  libvirt.spec.in                              |  27 +++
>  meson.build                                  |  16 +-
>  meson_options.txt                            |   2 +
>  po/POTFILES                                  |   1 +
>  src/datatypes.h                              |  16 ++
>  tools/meson.build                            |   2 +
>  tools/ssh-proxy/30-libvirt-ssh-proxy.conf.in |  10 +
>  tools/ssh-proxy/meson.build                  |  25 ++
>  tools/ssh-proxy/ssh-proxy.c                  | 233 +++++++++++++++++++
>  14 files changed, 407 insertions(+), 1 deletion(-)
>  create mode 100644 docs/ssh-proxy.rst
>  create mode 100644 tools/ssh-proxy/30-libvirt-ssh-proxy.conf.in
>  create mode 100644 tools/ssh-proxy/meson.build
>  create mode 100644 tools/ssh-proxy/ssh-proxy.c
> 

Ping? Maybe now it's best time to get this merged and have longer test
window.

Michal
_______________________________________________
Devel mailing list -- devel@lists.libvirt.org
To unsubscribe send an email to devel-leave@lists.libvirt.org