| Commit message (Expand) | Author | Age | Files | Lines |
| * | build: Update Guile's and Gettext's Autoconf macros.•••* m4/guile.m4, m4/lib-link.m4, m4/lib-ld.m4, m4/lib-prefix.m4: Update
from Guile 2.0.12 and Gettext 0.19.8.
* build-aux/compile, build-aux/config.rpath: New files, imported from
Gettext.
* Makefile.am (EXTRA_DIST): Add them.
* INSTALL: Update.
Signed-off-by: Artyom V. Poptsov <poptsov.artyom@gmail.com>
| Ludovic Courtès | 2016-10-09 | 1 | -2/+4 |
| * | Makefile.am (SUBDIRS): Change order of dirs•••* Makefile.am (SUBDIRS): Place 'tests' after 'modules' to ensure that modules
are compiled before tests performed.
| Artyom V. Poptsov | 2016-07-30 | 1 | -3/+3 |
| * | Makefile.am: Fix 'clean-go' target•••* Makefile.am (clean-go): Fix the target.
* modules/ssh/Makefile.am (clean-go): Likewise.
* modules/Makefile.am (clean-go): New target.
| Artyom V. Poptsov | 2015-08-03 | 1 | -1/+1 |
| * | 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 | -3/+1 |
| * | Makefile.am: Generate ChangeLog automatically•••* Makefile.am: Generate ChangeLog automatically.
* ChangeLog: Update.
* build-aux/gitlog-to-changelog: Add to the repository.
| Artyom V. Poptsov | 2015-06-13 | 1 | -0/+11 |
| * | 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 | -2/+0 |
| * | doc/guile-ssh.texi (Installation): Update•••* doc/guile-ssh.texi (Installation): Update URLs to Guile-SSH
repository. Require libssh 0.6.3.
* NEWS: Update.
| Artyom Poptsov | 2014-06-20 | 1 | -1/+3 |
| * | 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 |
| * | Makefile.am (clean-go): New target.•••* Makefile.am (clean-go): New target.
* ssh/Makefile.am (clean-go): Likewise.
| Artyom Poptsov | 2014-03-22 | 1 | -0/+8 |
| * | Makefile.am (EXTRA_DIST): Add srfi-64. | Artyom Poptsov | 2014-03-22 | 1 | -0/+4 |
| * | ssh/Makefile.am [HAVE_GUILE_VM]: Compile Guile modules.•••* configure.ac: Add check for Guile VM's compiler.
(AC_CONFIG_FILES): Add `am/Makefile'.
* Makefile.am (SUBDIRS): Add `am' directory.
* ssh/Makefile.am [HAVE_GUILE_VM]: Compile Guile modules and
install produced *.go files.
* am/guilec: New file.
* am/snarf (AM_V_SNARF_0): Improve formatting.
* ssh/.gitignore: New file.
* NEWS: Update.
| Artyom Poptsov | 2014-02-15 | 1 | -1/+1 |
| * | 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 | -1/+1 |
| * | 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 | -20/+1 |
| * | tests/server-client.scm: New test suite.•••* tests/server-client.scm: New test suite.
* Makefile.am (SCM_TESTS): Add `server-client' TS.
| Artyom Poptsov | 2014-01-31 | 1 | -1/+2 |
| * | tests/auth.scm: Remove.•••* tests/auth.scm: Remove.
* Makefile.am: Likewise.
| Artyom Poptsov | 2014-01-29 | 1 | -1/+0 |
| * | Use the standard `check' target instead of `tests'.•••* configure.ac (AM_INIT_AUTOMAKE): Add `color-tests' option.
* Makefile.am (TESTS): Fix a bug: use value of `SCM_TESTS'
variable, not its name.
(tests): Remove target. Use `make check' instead.
(CLEANFILES): Add auxiliary logs produced by tests.
| Artyom Poptsov | 2014-01-28 | 1 | -6/+2 |
| * | Merge branch 'master' into tests-implementation•••Conflicts:
ChangeLog
| 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 | -1/+1 |
| * | | tests/client-server.scm: New file.•••* tests/client-server.scm: New file.
* Makefile.am (SCM_TESTS): Add `client-server.scm' test.
| Artyom Poptsov | 2014-01-27 | 1 | -1/+2 |
| * | | Add some unit tests for Guile-SSH server API.•••* tests/server.scm: New file.
* tests/dsakey, tests/rsakey: : New files.
* Makefile.am (SCM_TESTS): Add `server.scm' test.
| Artyom Poptsov | 2014-01-26 | 1 | -0/+1 |
| * | | Add some unit tests.•••* tests/session.scm, tests/auth.scm: New files.
* srfi/srfi-64.upstream.scm, srfi/srfi-64.scm: New files.
* Makefile.am (SCM_TESTS): New variable.
(TESTS): Likewise.
(TEST_EXTENSIONS): Likewise.
(AM_TESTS_ENVIRONMENT): Likewise.
(SCM_LOG_COMPILER): Likewise.
(AM_SCM_LOG_FLAGS): Likewise.
(tests): New target.
(CLEANFILES): Add .log-files produced by tests.
| Artyom Poptsov | 2014-01-26 | 1 | -1/+21 |
| |/ |
|
| * | build_aux/: Rename to `build-aux'.•••* build_aux/: Rename to `build-aux'. Configuration files are
updated.
* configure.ac: Update.
* Makefile.am: Update.
| Artyom Poptsov | 2013-11-20 | 1 | -1/+1 |
| * | Add needed m4 macros. Update Automake files.•••* m4/Makefile.am, m4/guile.m4, m4/lib-link.m4: New files.
* Makefile.am: Add "build_aux" and "m4" to `SUBDIRS'.
* configure.ac: Add "m4/Makefile" to `AC_CONFIG_FILES'.
| Artyom Poptsov | 2013-11-16 | 1 | -1/+1 |
| * | Improve Automake files.•••* Makefile.am (ACLOCAL_AMFLAGS): Set variable.
* src/Makefile.am (AM_CFLAGS): Remove.
* INSTALL: Update.
| Artyom Poptsov | 2013-11-16 | 1 | -0/+2 |
| * | examples/: Add to the repository.•••* Makefile.am (SUBDIRS): Add examples/
* configure.ac: Add examples/Makefile
* examples/: Add to the repository.
| Artyom Poptsov | 2013-10-28 | 1 | -1/+1 |
| * | Initial commit. | Artyom Poptsov | 2013-05-12 | 1 | -0/+21 |