diff options
| author | Artyom Poptsov <poptsov.artyom@gmail.com> | 2014-07-06 10:31:36 +0400 |
|---|---|---|
| committer | Artyom Poptsov <poptsov.artyom@gmail.com> | 2014-07-06 10:31:36 +0400 |
| commit | b58de6852f1a16f46b3163db275ffb81b0265c42 (patch) | |
| tree | 47f36ace46477ea6609d4a7e9b4d0586edda95a8 /NEWS | |
| parent | ssh/*.c: Improve the docstrings format (diff) | |
| download | guile-ssh-b58de6852f1a16f46b3163db275ffb81b0265c42.tar.gz | |
ssh/auth.c: Handle disconnected sessions
* ssh/auth.c (guile_ssh_userauth_public_key_x)
(guile_ssh_userauth_public_key_auto_x)
(guile_ssh_userauth_public_key_try, guile_ssh_userauth_agent_x)
(guile_ssh_userauth_password_x, guile_ssh_userauth_none_x)
(guile_ssh_userauth_get_list): Throw `guile-ssh-error' if the session
is not connected.
* doc/api-auth.texi (Auth): Update.
* NEWS: Update.
Diffstat (limited to 'NEWS')
| -rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -14,6 +14,7 @@ Copyright (C) Artyom V. Poptsov <poptsov.artyom@gmail.com> *** Accept a public key as the first argument *** Accept a hash type as the second argument Possible types are: 'md5, 'sha1 +** (ssh auth) procedures now throw an exception if the session is not connected ** Change `userauth-pubkey!' *** Rename it to `userauth-public-key!' *** Change arguments |
