Authors of Guile-SSH

See also files THANKS and ChangeLog.

* Artyom V. Poptsov <poptsov.artyom@gmail.com>
  The author and current maintainer.
* David Kastrup <dak@gnu.org>
  Pointed out to the bug in Guile-SSH SMOB freeing code.
* David Thompson <davet@gnu.org>
  Bug reports, various comments and suggestions.
* Ludovic Courtès <ludo@gnu.org>
  In the root directory, changes to:
    m4/guile.m4, m4/lib-link.m4, m4/lib-ld.m4, m4/lib-prefix.m4,
    build-aux/compile, build-aux/config.rpath, Makefile.am, configure.ac
    am/guilec

  In subdirectory 'libguile-ssh', changes to:
    auth.c
    channel-func.c
    channel-main.c
    channel-type.c
    common.c
    common.h
    configure.ac
    error.c
    key-func.c
    key-main.c
    key-type.c
    key-type.h
    log.c
    message-func.c
    message-type.c
    server-func.c
    server-main.c
    server-type.c
    session-func.c
    session-func.c
    session-main.c
    session-type.c
    sftp-file-main.c
    sftp-file-type.c
    sftp-file-type.c
    sftp-session-func.c
    sftp-session-main.c
    sftp-session-type.c
    threads.c
    version.c

  In subdirectory 'tests', changes to:
    common.scm
    sssh-ssshd.scm

  In subdirectory 'examples', changes to:
    Makefile.am

  Guile 3.0 support.

  Bug reports, various comments and suggestions.
* Mathieu Othacehe <m.othacehe@gmail.com>
  Pointed out to bugs in 'rrepl-get-result' from (ssh dist node).

  Cross-compilation fixes.
* Marius Bakke <mbakke@fastmail.com>
  Pointed out to buigs in 'node-run-server' from (ssh dist node).
* Ting-Wei Lan <lantw44@gmail.com>
  Bug reports.
  Author and maintainer of an AUR package for Arch GNU/Linux:
  <https://aur.archlinux.org/packages/guile-ssh/>
* Lars-Dominik Braun <ldb@leibniz-psychology.org>
  GSSAPI support.
* Aleix Conchillo Flaqué <aconchillo@gmail.com>
  Fixed Guile-SSH building on macOS. Also packaged the library for Homebrew
  package manager.

  In the root directory, changes to:
    configure.ac

  In subdirectory 'modules/ssh/', changes to:
    Makefile.am

  In subdirectory 'modules/ssh/dist/', changes to:
    Makefile.am

  In subdirectory 'tests', changes to:
    Makefile.am
    common.scm
    sssh-ssshd.scm
* Andrew Tropin <andrew@trop.in>
  Bug reports.
* Sharlatan Hellseher <sharlatanus@gmail.com>
  GNU Guix workflows for GitHub CI.
* Maxim Cournoyer <maxim.cournoyer@gmail.com>
  Fixes for typos in the Texinfo documentation.
* Darya Sev. <sdarsy@ya.ru>
  Very helpful design advices for the new simplified version of the project
  logo.
* Peter Tillemans <pti@snamellit.com>
  Changes to 'libguile-ssh/session-func.c': fix compile error caused by bool
  identifier.
* Nicolas Graves <ngraves@ngraves.fr>
  Implementation of Guile-SSH signing API.

  Changes to:
    .github/workflows/guix.yml
    configure.ac
    doc/api-keys.texi
    doc/guile-ssh.texi
    guix.scm
    libguile-ssh/Makefile.am
    libguile-ssh/key-func.c
    libguile-ssh/key-func.h
    libguile-ssh/session-func.c
    libguile-ssh/threads.c
    libguile-ssh/threads.h
    modules/ssh/key.scm
    tests/client-server.scm
    tests/key.scm
    tests/server.scm
    tests/sssh-ssshd.scm