1
1
The SSH library (BSD license) https://www.libssh2.org
Перейти к файлу
Marc Hoersken 93862bf6c1
buildconf: exec autoreconf to avoid additional process (#512)
Also make buildconf exit with the return code of autoreconf.

Follow up to #224
2020-09-01 20:37:21 +02:00
.github stale.yml 2020-07-08 13:48:59 -07:00
cmake crypto: add support for the mbedTLS backend 2016-09-27 08:06:29 +02:00
docs buildsystem: drop custom buildconf script, rely on autoreconf (#224) 2020-07-01 11:44:08 -07:00
example buildsystem: drop custom buildconf script, rely on autoreconf (#224) 2020-07-01 11:44:08 -07:00
include libssh2.h: Update Diffie Hellman group values (#493) 2020-07-01 11:37:20 -07:00
m4 Ignore libssh2_config.h.in and stamp-h2 in example/ and remove .cvsignore 2010-01-30 00:25:46 +01:00
nw url updates, HTTP => HTTPS 2016-02-24 23:44:13 +01:00
os400 Make libssh2 work again on os400. (#118) 2016-11-12 18:15:49 +00:00
src scp.c: fix indentation in shell_quotearg documentation 2020-08-23 20:53:48 +02:00
tests tests: avoid use of deprecated function _sleep (#490) 2020-06-22 21:08:57 +02:00
vms Tweak VMS help file building. 2016-03-15 21:58:26 +00:00
win32 win32/GNUmakefile: define HAVE_WINDOWS_H 2018-09-12 08:57:57 +00:00
.editorconfig Update EditorConfig 2019-08-02 16:38:08 -07:00
.gitattribute Ensure that win32/libssh2.dsp will be generated with CRLF line endings 2009-10-17 02:58:53 +02:00
.gitignore buildsystem: drop custom buildconf script, rely on autoreconf (#224) 2020-07-01 11:44:08 -07:00
.travis.yml buildsystem: drop custom buildconf script, rely on autoreconf (#224) 2020-07-01 11:44:08 -07:00
acinclude.m4 acinclude.m4: add mbedtls to LIBS (#371) 2019-08-23 11:33:18 -07:00
appveyor.yml appveyor: build and run tests for WinCNG crypto backend 2020-06-08 21:14:47 +02:00
buildconf buildconf: exec autoreconf to avoid additional process (#512) 2020-09-01 20:37:21 +02:00
CMakeLists.txt Basic dockerised test suite. 2016-08-14 16:03:25 +01:00
config.rpath Revert "config.rpath: generated file, no need to keep in git" 2012-06-11 14:52:31 +02:00
configure.ac buildsystem: drop custom buildconf script, rely on autoreconf (#224) 2020-07-01 11:44:08 -07:00
COPYING bump copyright date 2019-06-20 10:47:44 -07:00
get_ver.awk Added copyright define to libssh2.h and use it for binary builds. 2010-08-15 04:09:01 +02:00
git2news.pl NEWS: auto-generated from git 2011-04-04 13:31:33 +02:00
libssh2-style.el helper script for emacs users to get the code style done libssh2-style 2008-12-20 12:36:50 +00:00
libssh2.pc.in url updates, HTTP => HTTPS 2016-02-24 23:44:13 +01:00
Makefile.am buildsystem: drop custom buildconf script, rely on autoreconf (#224) 2020-07-01 11:44:08 -07:00
Makefile.inc ED25519 Key Support #39 (#248) 2018-08-02 14:00:25 -07:00
Makefile.libgcrypt.inc configure.ac: Add --with-crypto= instead of many different --with-$backend 2016-11-12 10:46:06 +00:00
Makefile.mbedTLS.inc acinclude.m4: The mbedtls crypto backend actually requires libmbedcrypto 2016-11-16 22:32:39 +01:00
Makefile.OpenSSL.inc configure.ac: Add --with-crypto= instead of many different --with-$backend 2016-11-12 10:46:06 +00:00
Makefile.os400qc3.inc Add interface for OS/400 crypto library QC3 2016-01-18 13:35:28 +01:00
Makefile.WinCNG.inc configure.ac: Add --with-crypto= instead of many different --with-$backend 2016-11-12 10:46:06 +00:00
maketgz maketgz: support "only" to only update version number locally 2016-10-17 09:46:18 +02:00
NEWS NEWS: auto-generated from git 2011-04-04 13:31:33 +02:00
NMakefile NMake build: added support for WinCNG build. 2014-11-30 18:39:57 +01:00
README url updates, HTTP => HTTPS 2016-02-24 23:44:13 +01:00
README.md Update INSTALL_MAKE path to INSTALL_MAKE.md (#446) 2020-02-03 15:02:40 -08:00
RELEASE-NOTES 1.9 Formatting 2019-06-19 11:11:28 -07:00

libssh2 - SSH2 library

libssh2 is a library implementing the SSH2 protocol, available under the revised BSD license.

Web site

Mailing list

BSD Licensed

Web site source code

Installation instructions: