| Commit message (Expand) | Author | Age | Files | Lines |
| * | tests/Makefile.am (CLEANFILES): Add new logs | Artyom V. Poptsov | 2017-05-08 | 1 | -0/+5 |
| * | tests/shell.scm: Add to the repository•••* tests/shell.scm: Add to the repository.
* tests/Makefile.am (SCM_TESTS): Add 'shell.scm'.
| Artyom V. Poptsov | 2016-12-31 | 1 | -0/+1 |
| * | tests/Makefile.am (CLEANFILES): Add 'key-*.log' files | Artyom V. Poptsov | 2016-08-19 | 1 | -0/+2 |
| * | tests/Makefile.am: Compile 'common.scm' | Artyom V. Poptsov | 2016-07-03 | 1 | -2/+32 |
| * | tests/Makefile.am (CLEANFILES): Add 'server-{errors,libssh}.log' | Artyom V. Poptsov | 2016-02-24 | 1 | -0/+2 |
| * | tests/Makefile.am (CLEANFILES): Bugfix: Add 'dist-*' logs•••* tests/Makefile.am (CLEANFILES): Bugfix: Add 'dist-errors.log',
'dist-libssh.log'.
| Artyom V. Poptsov | 2015-12-06 | 1 | -0/+2 |
| * | tests/Makefile.am (EXTRA_DIST): Bugfix: Add 'config' | Artyom V. Poptsov | 2015-12-06 | 1 | -1/+2 |
| * | tests/popen.scm: New test suite•••* tests/popen.scm: New test suite.
* tests/client-server.scm: Move remote pipes test cases to 'popen.scm'.
* tests/Makefile.am: Update.
| Artyom V. Poptsov | 2015-12-06 | 1 | -1/+4 |
| * | tests/Makefile.am (CLEANFILES): Bugfix: add 'session-*.log' | Artyom V. Poptsov | 2015-11-22 | 1 | -0/+2 |
| * | tests/Makefile.am (CLEANFILES): Bugfix: Add 'tunnel-*.log' | Artyom V. Poptsov | 2015-11-22 | 1 | -1/+3 |
| * | tests/tunnel.scm: New test suite•••* tests/client-server.scm: Move test cases related to tunnels and port
forwarding to 'tests/tunnel.scm'.
* tests/tunnel.scm: New test suite.
* tests/Makefile.am (SCM_TESTS): Add 'tunnel.scm'.
| Artyom V. Poptsov | 2015-10-30 | 1 | -0/+1 |
| * | tests: Move keys to 'tests/keys' directory•••* tests/rsakey, tests/rsakey.pub, tests/dsakey, tests/dsakey.pub,
tests/ecdsakey, tests/ecdsakey.pub,: Move to 'tests/keys' directory.
* tests/common.scm: Update pathes to keys.
* tests/Makefile.am (EXTRA_DIST): Update.
| Artyom V. Poptsov | 2015-10-29 | 1 | -6/+6 |
| * | ssh: Rename to 'libguile-ssh'•••* ssh: Rename to 'libguile-ssh'.
* Makefile.am, configure.ac, modules/ssh/Makefile.am, tests/Makefile.am:
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 | -0/+1 |
| * | Merge branch 'master' into wip-distributed-forms | Artyom V. Poptsov | 2015-06-14 | 1 | -0/+1 |
| |\ |
|
| | * | tests/common.scm: Add to the repository•••* tests/common.scm: Add to the repository.
* tests/client-server.scm: Load 'common.scm'.
(make-session-loop, test-assert-with-log): Move to 'common.scm'.
* tests/Makefile.am (EXTRA_DIST): Add 'common.scm'.
| Artyom V. Poptsov | 2015-06-14 | 1 | -0/+1 |
| * | | tests/dist.scm: New test suite•••* tests/dist.scm: New test suite.
* tests/Makefile.am (SCM_TESTS): Add 'dist.scm'.
| Artyom V. Poptsov | 2015-06-07 | 1 | -1/+2 |
| |/ |
|
| * | tests/Makefile.am (CLEANFILES): Update•••* tests/Makefile.am (CLEANFILES): Add `server-client-errors.log' and
`server-client-libssh.log'.
| Artyom V. Poptsov | 2014-08-22 | 1 | -1/+3 |
| * | tests/client-server.scm (%knownhosts): Use `abs_top_builddir'•••* tests/client-server.scm (%knownhosts): Use `abs_top_builddir'
instead of `abs_top_srcdir' to fix the permission issue on `make
distcheck' during tests.
* tests/Makefile.am (AM_TESTS_ENVIRONMENT): Export `abs_top_builddir'.
| Artyom V. Poptsov | 2014-08-22 | 1 | -0/+1 |
| * | tests/client-server.scm: Improve logging•••* tests/client-server.scm: Improve logging: Redirect stderr to
`client-server-errors.log' file. Redirect libssh log messages to
`client-server-libssh.log' file. Set more verbose log level for
sessions. Use `test-assert-with-log' macro instead of `test-assert'.
(libssh-log-printer): New procedure.
(test-assert-with-log): New macro.
* tests/Makefile.am (CLEANFILES): Add log files.
* .dir-locals.el: Update.
| Artyom Poptsov | 2014-07-03 | 1 | -0/+4 |
| * | 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 | -0/+1 |
| * | tests/key.scm: New test suite•••* tests/key.scm: New test suite.
* tests/Makefile.am (SCM_TESTS): Add `key.scm'.
(EXTRA_DIST): Add `dsakey.pub', `ecdsakey', `ecdsakey.pub',
`rsakey.pub'.
* tests/dsakey.pub, tests/ecdsakey, tests/ecdsakey.pub,
tests/rsakey.pub: New files
* NEWS: Update.
| Artyom Poptsov | 2014-06-01 | 1 | -2/+7 |
| * | Replace `libguile-ssh' with `Guile-SSH' in commentaries.•••* Makefile.am, am/Makefile.am, ssh/Makefile.am, ssh/auth.c,
ssh/auth.h, ssh/auth.scm, ssh/base64.c, ssh/base64.h,
ssh/channel-func.c, ssh/channel-func.h, ssh/channel-main.c,
ssh/channel-type.c, ssh/channel-type.h, ssh/channel.scm,
ssh/common.c, ssh/common.h, ssh/error.c, ssh/error.h,
ssh/key-func.c, ssh/key-func.h, ssh/key-main.c, ssh/key-type.c,
ssh/key-type.h, ssh/key.scm, ssh/message-func.c,
ssh/message-func.h, ssh/message-main.c, ssh/message-type.c,
ssh/message-type.h, ssh/message.scm, ssh/server-func.c,
ssh/server-func.h, ssh/server-main.c, ssh/server-type.c,
ssh/server-type.h, ssh/server.scm, ssh/session-func.c,
ssh/session-func.h, ssh/session-main.c, ssh/session-type.c,
ssh/session-type.h, ssh/session.scm, ssh/threads.c, ssh/threads.h,
ssh/version.c, ssh/version.scm, tests/Makefile.am,
tests/client-server.scm, tests/server-client.scm,
tests/server.scm, tests/session.scm, tests/sssh-ssshd.scm,
configure.ac: Replace `libguile-ssh' with `Guile-SSH' in
commentaries.
| Artyom Poptsov | 2014-03-23 | 1 | -4/+4 |
| * | tests/Makefile.am (EXTRA_DIST): Add `dsakey' and `rsakey'. | Artyom Poptsov | 2014-03-22 | 1 | -1/+4 |
| * | tests/Makefile.am (AM_SCM_LOG_FLAGS): Use `top_srcdir'.•••* tests/Makefile.am (AM_SCM_LOG_FLAGS): Use `top_srcdir' instead
of `top_builddir'.
| Artyom Poptsov | 2014-03-22 | 1 | -1/+1 |
| * | tests/sssh-ssshd.scm: New TC.•••* tests/Makefile.am (SCM_TESTS): Add `sssh-ssshd.scm' TC.
* tests/sssh-ssshd.scm: New file.
| Artyom Poptsov | 2014-02-05 | 1 | -1/+2 |
| * | src/: Rename to `ssh/'.•••* src/: Rename to `ssh/'.
* Makefile.am (SUBDIRS): Update.
* configure.ac (LIBGUILE_SSH_INTERFACE): Update.
* tests/Makefile.am: Update.
(AM_SCM_LOG_FLAGS): Remove extra options.
* README: Update.
| Artyom Poptsov | 2014-02-01 | 1 | -8/+1 |
| * | tests/Makefile.am: Use `AM_SCM_LOG_FLAGS' to set compiler's options.•••* tests/Makefile.am (SCM_LOG_COMPILER): Move compiler's options to
`AM_SCM_LOG_FLAGS' variable.
(AM_SCM_LOG_FLAGS): New variable.
| Artyom Poptsov | 2014-02-01 | 1 | -9/+15 |
| * | tests/Makefile.am (AM_TESTS_ENVIRONMENT): Fix a bug.•••* tests/Makefile.am (AM_TESTS_ENVIRONMENT): Fix setting up of
environment variables.
| Artyom Poptsov | 2014-02-01 | 1 | -4/+5 |
| * | tests/Makefile.am (SCM_LOG_COMPILER): Remove `--debug' option. | Artyom Poptsov | 2014-02-01 | 1 | -1/+1 |
| * | tests/Makefile.am: Use pre-built files for tests.•••* tests/Makefile.am: Use pre-built files from the repository for
tests instead of installed ones.
(AM_TESTS_ENVIRONMENT, SCM_LOG_COMPILER): Update.
(EXTRA_DIST): Add tests.
| Artyom Poptsov | 2014-02-01 | 1 | -4/+16 |
| * | Makefile.am: Move AM tests to `tests/Makefile.am'.•••* Makefile.am: Move AM tests to `tests/Makefile.am'.
(SUBDIRS): Add `tests'.
* tests/Makefile.am: New file.
* configure.ac (AC_CONFIG_FILES): Add `tests/Makefile'.
| Artyom Poptsov | 2014-01-31 | 1 | -0/+35 |