diff options
| author | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2015-12-01 15:24:12 +0300 |
|---|---|---|
| committer | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2015-12-01 15:24:12 +0300 |
| commit | 1673d06dff3678aa88af9dd2d28931274a8de4b2 (patch) | |
| tree | a5bb3a1484cf33f659d667563efd8e955828a017 /NEWS | |
| parent | NEWS: Update (diff) | |
| download | guile-ssh-1673d06dff3678aa88af9dd2d28931274a8de4b2.tar.gz | |
session.scm: Implement SSH config parsing
* modules/ssh/session.scm (make-session): Accept 'config' option.
(session-parse-config!): New procedure.
* libguile-ssh/session-func.c (gssh_session_parse_config): New procedure.
* tests/common.scm (%config): Export the new global symbol.
* doc/api-sessions.texi: Update.
* tests/config: Add to the repository.
* tests/session.scm ("session-parse-config!"): New test case.
* NEWS: Update.
Diffstat (limited to 'NEWS')
| -rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -36,6 +36,10 @@ Copyright (C) Artyom V. Poptsov <poptsov.artyom@gmail.com> ** New procedures *** New procedure 'node-server-running?' in (ssh dist node) *** New procedure 'node-run-server' in (ssh dist node) +*** New procedure 'session-parse-config!' in (ssh session) +** 'make-session' now takes 'config' option + that allows to specify whether the SSH config should be parsed or not, and + optionally the path to the config. ** Unit tests *** Expand the test suite for distributed forms *** Expand the test suite for tunnels |
