summaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
masterlibguile-ssh: Fix building with libssh 0.8Artyom V. Poptsov7 years
wip-session-set-improvementsession.scm (session-set!): Accept keywordsArtyom V. Poptsov9 years
wip-getters-deprecationmodules/ssh/channel.scm: Update module commentaryArtyom V. Poptsov9 years
wip-better-logginglibguile-ssh/log.h: Replace 'import' with 'include'Artyom V. Poptsov10 years
 
TagDownloadAuthorAge
v0.11.3guile-ssh-0.11.3.tar.gz  Artyom V. Poptsov8 years
v0.11.2guile-ssh-0.11.2.tar.gz  Artyom V. Poptsov9 years
v0.11.1guile-ssh-0.11.1.tar.gz  Artyom V. Poptsov9 years
v0.11.0guile-ssh-0.11.0.tar.gz  Artyom V. Poptsov9 years
v0.10.2guile-ssh-0.10.2.tar.gz  Artyom V. Poptsov9 years
v0.10.1guile-ssh-0.10.1.tar.gz  Artyom V. Poptsov9 years
v0.10.0guile-ssh-0.10.0.tar.gz  Artyom V. Poptsov9 years
v0.9.0guile-ssh-0.9.0.tar.gz  Artyom V. Poptsov10 years
v0.8.0guile-ssh-0.8.0.tar.gz  Artyom V. Poptsov10 years
v0.7.2guile-ssh-0.7.2.tar.gz  Artyom V. Poptsov11 years
[...]
 
AgeCommit messageAuthorFilesLines
2018-10-01libguile-ssh: Fix building with libssh 0.8•••The 'libguile-ssh' library would fail to build due to missing 'libssh_threads' library that was removed libssh 0.8. This patch fixes that. Reported by lantw44 in <https://github.com/artyom-poptsov/guile-ssh/issues/9> * configure.ac: Add check for libssh 0.8 * libguile-ssh/Makefile.am: Don't use 'libssh_threads' library when building with libssh 0.8+. * NEWS: Update. HEADmasterArtyom V. Poptsov3-1/+30
2018-10-01INSTALL: UpdateArtyom V. Poptsov1-159/+157
2018-08-07libguile-ssh/channel-type.c (ptob_close): Bugfix: fix a segfault•••'ptob_close' would always get a segfault when it tried to free a closed channel. This patch fixes that by adding a check if a channel is already closed. Reported by Michael Bowcutt <mbowcutt@case.edu> in <https://github.com/artyom-poptsov/guile-ssh/issues/8> and Njagi Mwaniki in a personal email. * libguile-ssh/channel-type.c (ptob_close): Check if a channel is already closed before trying to close and free it. Improve logging. * libguile-ssh/log.c (_gssh_log_debug, _gssh_log_debug1): New procedures * libguile-ssh/log.h: Likewise. Artyom V. Poptsov3-1/+33
2018-03-31README (Installation): Mention Parabola GNU/LinuxArtyom V. Poptsov1-0/+2
2018-03-27NEWS: Bump version to 0.11.3•••* NEWS: Update. Bump version to 0.11.3. * configure.ac: Update. v0.11.3Artyom V. Poptsov2-3/+3
2018-03-08modules/ssh/dist/node.scm: Update copyright datesArtyom V. Poptsov1-1/+1
2018-03-08node.scm: Improve error handling•••* modules/ssh/dist/node.scm: Improve error handling: throw an error with the current node and the error code from the server. Log errors to the main log. * doc/api-dist.texi: Update. Artyom V. Poptsov2-5/+11
2018-03-05node.scm (node-run-server): Check return code•••* modules/ssh/dist/node.scm (node-run-server): Check return code of the executed command, throw a 'node-error' on a non-zero code. * AUTHORS, NEWS, THANKS: Update. Artyom V. Poptsov4-7/+23
2017-06-19auth.scm: Add procedures for interacting w/ an OpenSSH agent•••* modules/ssh/auth.scm (openssh-agent-start, openssh-agent-info) (openssh-agent-setenv): New procedures. Artyom V. Poptsov1-1/+81
2017-06-18NEWS: Bump version to 0.11.2•••* NEWS: Update. Bump version to 0.11.2. * configure.ac: Update. v0.11.2Artyom V. Poptsov2-4/+7
[...]
 
Clone
https://cgit.wugi.info/git/guile/guile-ssh