Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
0001-tests-session-Bugfix.patch | [PATCH 01/13] tests/session: Bugfix * tests/session.scm ("make-session: keywords must overwrite config options"): Bugfix: Set "host" to "example" so the default configuration from the test config will be read. |
"Artyom V. Poptsov" <poptsov.artyom@gmail.com> | no | 2024-05-05 | ||
0004-ssh-popen-Change-API-to-match-open-pipe.patch | [PATCH 04/13] ssh/popen: Change API to match "open-pipe*" Change (ssh popen) procedures to make their behavior match the behavior of "open-pipe*" procedure. Reported by graywolf in <https://github.com/artyom-poptsov/guile-ssh/issues/39> * modules/ssh/popen.scm (string-replace-substring): New procedure. (shell-quote): New procedure. (open-remote-pipe*, open-remote-input-pipe*, open-remote-output-pipe*): Use "shell-quote" to quote arguments to make procedures behavior match the "open-pipe*" behavior. * tests/common.scm (start-server/exec): Update. * NEWS: Update. |
"Artyom V. Poptsov" <poptsov.artyom@gmail.com> | no | 2024-08-23 | ||
0007-fix-compile-error-caused-by-bool-identifier.patch | [PATCH 07/13] fix compile error caused by bool identifier confusion of variable name with typename is now an error. |
Peter Tillemans <pti@snamellit.com> | no | 2024-09-18 | ||
0008-tests-server-make-server-server-get-Fix.patch | [PATCH 08/13] tests/server ("make-server", "server-get"): Fix * tests/server.scm ("make-server", "server-get"): Don't try to use DSA key when it is disabled. |
"Artyom V. Poptsov" <poptsov.artyom@gmail.com> | no | 2024-09-18 | ||
0010-tests-common.scm-Don-t-use-DSA-keys-when-DSA-is-not-.patch | [PATCH 10/13] tests/common.scm: Don't use DSA keys when DSA is not supported * tests/common.scm: Don't use DSA keys when DSA is not supported. * tests/common/test-server.scm: Likewise. |
"Artyom V. Poptsov" <poptsov.artyom@gmail.com> | no | 2024-09-24 | ||
0011-examples-ssshd.scm.in-main-Bugfix-Handle-deprecation.patch | [PATCH 11/13] examples/ssshd.scm.in (main): Bugfix: Handle deprecation of DSA * examples/ssshd.scm.in (main): Bugfix: Don't try to use DSA keys when DSA is not supported. |
"Artyom V. Poptsov" <poptsov.artyom@gmail.com> | no | 2024-09-24 | ||
0012-tests-key.scm-Bugfix-Handle-DSA-deprecation-properly.patch | [PATCH 12/13] tests/key.scm: Bugfix: Handle DSA deprecation properly * tests/key.scm: Bugfix: Don't try to load a DSA key when DSA is not supported. |
"Artyom V. Poptsov" <poptsov.artyom@gmail.com> | no | 2024-09-24 |