| Commit message (Expand) | Author | Age | Files | Lines |
| * | doc/version.texi: Update | Artyom V. Poptsov | 2016-05-03 | 1 | -2/+2 |
| * | NEWS: Bump version to 0.9.0•••* NEWS: Bump version to 0.9.0.
* configure.ac, doc/version.texi: Likewise.
v0.9.0 | Artyom V. Poptsov | 2015-12-24 | 1 | -2/+2 |
| * | doc/api-tunnels.texi: Add to the repository•••* doc/api-tunnels.texi: Add to the repository.
* doc/api-channels.texi: Move tunnels description to 'api-tunnels.texi'.
* doc/guile-ssh.texi, doc/version.texi: Update.
* doc/Makefile.am (guile_ssh_TEXINFOS): Add 'api-tunnels.texi'.
* NEWS: Update.
| Artyom V. Poptsov | 2015-12-20 | 1 | -1/+1 |
| * | doc/api-popen.texi: Add to the repository•••* doc/api-popen.texi: Add to the repository.
* doc/Makefile.am (guile_ssh_TEXINFOS): Add 'api-popen.texi'.
* doc/api-channels.texi: Move description of remote pipes to 'api-popen.texi'.
* doc/guile-ssh.texi: Add reference to "Remote Pipes" node.
* doc/version.texi: Update.
| Artyom V. Poptsov | 2015-12-06 | 1 | -2/+2 |
| * | api-messages.texi: Describe 'message-global-request-reply-success'•••* doc/api-messages.texi: Add a description of
'message-global-request-reply-success'. Update the description of
'message-reply-success'.
* doc/version.texi: Update.
| Artyom V. Poptsov | 2015-11-19 | 1 | -2/+2 |
| * | TODO (Known Bugs): Update | Artyom V. Poptsov | 2015-10-30 | 1 | -2/+2 |
| * | NEWS: Bump version to 0.8.0•••* NEWS: Bump version to 0.8.0.
* configure.ac, doc/version.texi: Likewise.
v0.8.0 | Artyom V. Poptsov | 2015-08-04 | 1 | -3/+3 |
| * | README (Requirements): Drop libssh 0.6.3•••* README (Requirements): Drop libssh 0.6.3.
* doc/guile-ssh.texi: Update requirements.
* doc/version.texi: Update.
| Artyom V. Poptsov | 2015-08-02 | 1 | -2/+2 |
| * | doc/guile-ssh.texi: Improve order of chapters•••* doc/guile-ssh.texi: Improve order of chapters.
* doc/version.texi: Update.
| Artyom V. Poptsov | 2015-07-25 | 1 | -1/+1 |
| * | srfi: Move to 'modules'•••* srfi: Move to 'modules' directory.
* Makefile.am (SUBDIRS): Add 'modules'.
(EXTRA_DIST): Remove 'srfi'.
* configure.ac (AC_CONFIG_FILES): Add 'modules/Makefile'.
* doc/version.texi: Update.
* modules/Makefile.am: Add to the repository.
* tests/Makefile.am (AM_SCM_LOG_FLAGS): Search for modules in
'$(top_srcdir)/modules'.
| Artyom V. Poptsov | 2015-07-25 | 1 | -2/+2 |
| * | doc/api-channels.texi: Add description of 'channel-cancel-forward'•••* doc/api-channels.texi: Add description of 'channel-cancel-forward'.
* doc/version.texi: Update.
| Artyom V. Poptsov | 2015-06-13 | 1 | -2/+2 |
| * | NEWS: Bump version to 0.7.2•••* NEWS: Bump version to 0.7.2
* configure.ac, doc/version.texi: Likewise.
v0.7.2 | Artyom V. Poptsov | 2015-02-24 | 1 | -3/+3 |
| * | README (Requirements): Require libssh 0.6.3 or 0.6.4•••* README (Requirements): Require libssh 0.6.3 or 0.6.4.
* doc/guile-ssh.texi (Installation): Likewise.
* doc/version.texi: Update.
| Artyom V. Poptsov | 2015-02-22 | 1 | -2/+2 |
| * | NEWS: Bump version to 0.7.1•••* NEWS: Bump version to 0.7.1.
* configure.ac, doc/version.texi: Likewise.
v0.7.1 | Artyom V. Poptsov | 2014-10-11 | 1 | -2/+2 |
| * | doc/guile-ssh.texi (Installation): Add note about GCrypt support•••* doc/guile-ssh.texi (Installation): Add note about GCrypt support in
libssh.
* doc/version.texi: Update.
| Artyom V. Poptsov | 2014-10-11 | 1 | -2/+2 |
| * | NEWS: Bump version to 0.7.0v0.7.0 | Artyom V. Poptsov | 2014-08-31 | 1 | -2/+2 |
| * | ssh/message.scm (message-get-session): New procedure•••* ssh/message.scm (message-get-session): New procedure.
* ssh/message-func.c (guile_ssh_message_get_session): New procedure.
* ssh/message-func.h: Likewise.
* tests/server-client.scm ("message-get-session"): New TC.
* doc/api-messages.texi (Message Handling): Add description of
`message-get-session'
* doc/version.texi: Update.
* NEWS: Update.
| Artyom V. Poptsov | 2014-08-21 | 1 | -2/+2 |
| * | README: Require GNU Guile 2.0•••* README: Require GNU Guile 2.0.
* doc/guile-ssh.texi (Installation): Likewise.
* configure.ac: Remove checks related to GNU Guile 1.8.
* Makefile.am, ssh/Makefile.am: Likewise.
* doc/version.texi: Update.
* NEWS: Update.
| Artyom Poptsov | 2014-07-20 | 1 | -1/+1 |
| * | ssh/log.scm (format-log): New procedure•••* ssh/log.scm (format-log): New procedure.
* ssh/log.c: Add copyright information.
(guile_ssh_write_log): New procedure.
* doc/api-logging.texi (Logging): Add information about `format-log'
procedure.
| Artyom Poptsov | 2014-07-02 | 1 | -2/+2 |
| * | ssh/log.scm: New module•••* doc/api-logging.texi: Add to the repository.
* doc/guile-ssh.texi (API Reference): Add description of logging API.
* doc/version.texi: Update.
* doc/Makefile.am (guile_ssh_TEXINFOS): Add `api-logging.texi'.
* ssh/log.c, ssh/log.h, ssh/log.scm: Add to the repository.
* ssh/Makefile.am (libguile_ssh_la_SOURCES, BUILT_SOURCES)
(SCM_SOURCES): Update.
* ssh/auth.scm, ssh/channel.scm, ssh/key.scm, ssh/message.scm,
ssh/server.scm, ssh/session.scm, ssh/version.scm: Use (ssh log).
* tests/log.scm: New TS.
* tests/Makefile.am (SCM_TESTS): Add `log.scm'.
* NEWS: Update.
| Artyom Poptsov | 2014-06-28 | 1 | -1/+1 |
| * | doc/guile-ssh.texi: Improve the "Examples" chapter•••* doc/guile-ssh.texi: Add an overview of programming with Guile-SSH to
the "Examples" chapter.
* doc/examples.texi: Add to the repository.
* doc/Makefile.am (guile_ssh_TEXINFOS): Add `examples.texi'.
* doc/version.texi: Update.
* NEWS: Update.
| Artyom Poptsov | 2014-06-20 | 1 | -2/+2 |
| * | NEWS: Bump version to 0.6.0•••* NEWS: Bump version to 0.6.0
* doc/version.texi: Likewise.
* configure.ac: Likewise. Change URL of the project.
v0.6.0 | Artyom Poptsov | 2014-03-23 | 1 | -2/+2 |
| * | ssh/auth.c: Remove username form parameter list of functions.•••* ssh/auth.c (guile_ssh_userauth_pubkey): Don't take a username as
an parameter. All callers updated.
(guile_ssh_userauth_password): Likewise.
* examples/ssshd.scm.in (handle-req-auth): Update.
* examples/echo/client.scm.in (main): Update.
* tests/client-server.scm ("userauth-password!, success")
("userauth-password!, denied", "userauth-password!, partial")
("userauth-pubkey!, success"): Update TCs.
* doc/api-auth.texi (Auth): Update documentation for
`userauth-pubkey!' and `userauth-password!'. Add a general note
about setting of a username.
* doc/version.texi: Update.
| Artyom Poptsov | 2014-03-22 | 1 | -2/+2 |
| * | configure.ac, doc/version.texi, NEWS: Bump version to 0.5.0 | Artyom Poptsov | 2014-02-05 | 1 | -2/+2 |
| * | Update requirements.•••* doc/guile-ssh.texi (Installation): Require libssh 0.5.4 or
0.5.5.
* README (Requirements): Update.
* doc/version.texi: Update.
| Artyom Poptsov | 2014-02-02 | 1 | -1/+1 |
| * | README (Installation): Add information about running of self-tests.•••* README (Installation): Add information about running of
self-tests.
* doc/guile-ssh.texi (Installation): Likewise.
* doc/version.texi: Update.
| Artyom Poptsov | 2014-02-01 | 1 | -2/+2 |
| * | doc/api-{sessions,servers}.texi: Improve documentation.•••* doc/api-sessions.texi (Sessions): Improve description of
`session-set!' procedure.
* doc/api-servers.texi (Servers): Improve description of
`server-set!' procedure.
* doc/version.texi: Update.
| Artyom Poptsov | 2014-01-28 | 1 | -1/+1 |
| * | Add documentation in Texinfo format.•••* configure.ac: Add `doc/Makefile' to `AC_CONFIG_FILES'.
* Makefile.am (SUBDIRS): Add `doc' directory.
* doc/Makefile.am: New file.
* doc/api-auth.texi, doc/api-channels.texi, doc/api-keys.texi,
doc/api-messages.texi, doc/api-servers.texi,
doc/api-sessions.texi, doc/api-version.texi, doc/fdl.texi,
doc/guile-ssh.texi, doc/indices.texi, doc/version.texi: New file.
| Artyom Poptsov | 2014-01-27 | 1 | -0/+4 |