| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
| |
* 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>
|
| |
|
|
|
| |
* Makefile.am (SUBDIRS): Place 'tests' after 'modules' to ensure that modules
are compiled before tests performed.
|
| |
|
|
|
|
| |
* Makefile.am (clean-go): Fix the target.
* modules/ssh/Makefile.am (clean-go): Likewise.
* modules/Makefile.am (clean-go): New target.
|
| |
|
|
|
|
| |
* ssh: Rename to 'libguile-ssh'.
* Makefile.am, configure.ac, modules/ssh/Makefile.am, tests/Makefile.am:
Update.
|
| |
|
|
|
|
|
|
|
|
|
| |
* 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'.
|
| |
|
|
|
|
| |
* Makefile.am: Generate ChangeLog automatically.
* ChangeLog: Update.
* build-aux/gitlog-to-changelog: Add to the repository.
|
| |
|
|
|
|
|
|
|
| |
* 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.
|
| |
|
|
|
|
| |
* doc/guile-ssh.texi (Installation): Update URLs to Guile-SSH
repository. Require libssh 0.6.3.
* NEWS: Update.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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.
|
| |
|
|
|
| |
* Makefile.am (clean-go): New target.
* ssh/Makefile.am (clean-go): Likewise.
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* 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.
|
| |
|
|
|
|
|
|
|
| |
* 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.
|
| |
|
|
|
|
|
| |
* 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'.
|
| |
|
|
|
| |
* tests/server-client.scm: New test suite.
* Makefile.am (SCM_TESTS): Add `server-client' TS.
|
| |
|
|
|
| |
* tests/auth.scm: Remove.
* Makefile.am: Likewise.
|
| |
|
|
|
|
|
|
| |
* 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.
|
| |\
| |
| |
| |
| | |
Conflicts:
ChangeLog
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* 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.
|
| | |
| |
| |
| |
| | |
* tests/client-server.scm: New file.
* Makefile.am (SCM_TESTS): Add `client-server.scm' test.
|
| | |
| |
| |
| |
| |
| | |
* tests/server.scm: New file.
* tests/dsakey, tests/rsakey: : New files.
* Makefile.am (SCM_TESTS): Add `server.scm' test.
|
| |/
|
|
|
|
|
|
|
|
|
|
|
| |
* 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.
|
| |
|
|
|
|
|
| |
* build_aux/: Rename to `build-aux'. Configuration files are
updated.
* configure.ac: Update.
* Makefile.am: Update.
|
| |
|
|
|
|
| |
* 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'.
|
| |
|
|
|
|
| |
* Makefile.am (ACLOCAL_AMFLAGS): Set variable.
* src/Makefile.am (AM_CFLAGS): Remove.
* INSTALL: Update.
|
| |
|
|
|
|
| |
* Makefile.am (SUBDIRS): Add examples/
* configure.ac: Add examples/Makefile
* examples/: Add to the repository.
|
| |
|