forked from artyom-poptsov/guile-ssh
-
Notifications
You must be signed in to change notification settings - Fork 0
/
AUTHORS
64 lines (58 loc) · 1.62 KB
/
AUTHORS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
Authors of Guile-SSH
See also files THANKS and ChangeLog.
* Artyom V. Poptsov <[email protected]>
The author and current maintainer.
* David Kastrup <[email protected]>
Pointed out to the bug in Guile-SSH SMOB freeing code.
* David Thompson <[email protected]>
Bug reports, various comments and suggestions.
* Ludovic Courtès <[email protected]>
In the root directory, changes to:
m4/guile.m4, m4/lib-link.m4, m4/lib-ld.m4, m4/lib-prefix.m4,
build-aux/compile, build-aux/config.rpath, Makefile.am, configure.ac
am/guilec
In subdirectory 'libguile-ssh', changes to:
auth.c
channel-func.c
channel-main.c
channel-type.c
common.c
common.h
configure.ac
error.c
key-func.c
key-main.c
key-type.c
key-type.h
log.c
message-func.c
message-type.c
server-func.c
server-main.c
server-type.c
session-func.c
session-func.c
session-main.c
session-type.c
sftp-file-main.c
sftp-file-type.c
sftp-file-type.c
sftp-session-func.c
sftp-session-main.c
sftp-session-type.c
threads.c
version.c
In subdirectory 'tests', changes to:
common.scm
sssh-ssshd.scm
In subdirectory 'examples', changes to:
Makefile.am
Bug reports, various comments and suggestions.
* Mathieu <https://github.com/mothacehe>
Pointed out to bugs in 'rrepl-get-result' from (ssh dist node).
* Marius Bakke <[email protected]>
Pointed out to buigs in 'node-run-server' from (ssh dist node).
* Ting-Wei Lan <[email protected]>
Bug reports.
Author and maintainer of an AUR package for Arch GNU/Linux:
<https://aur.archlinux.org/packages/guile-ssh/>