Go to file
2016-01-18 13:35:28 +01:00
cmake CMake build system. 2015-03-12 22:48:38 +00:00
docs Document crypto library interface 2016-01-18 13:35:28 +01:00
example Update examples/scp.c to fix bug where large files on win32 would cause got to wrap and go negative 2015-09-21 18:01:24 +01:00
include Fold long lines in include files 2016-01-18 13:35:28 +01:00
m4 Ignore libssh2_config.h.in and stamp-h2 in example/ and remove .cvsignore 2010-01-30 00:25:46 +01:00
nw add libssh2_scp_recv2 to support large (> 2GB) files on windows 2015-09-21 18:01:23 +01:00
os400 os400: fix an ILE/RPG prototype 2016-01-18 13:35:28 +01:00
src Protect callback function calls from macro substitution 2016-01-18 13:35:28 +01:00
tests cmake: include CMake files in the release tarballs 2015-07-02 13:09:49 +02:00
vms VMS specific: make sure final release can be installed over daily build 2010-05-22 11:06:08 +01:00
win32 GNUmakefile: up OpenSSL version 2015-09-04 08:17:57 +02:00
.gitattribute Ensure that win32/libssh2.dsp will be generated with CRLF line endings 2009-10-17 02:58:53 +02:00
.gitignore .gitignore: don't ignore INSTALL 2015-03-07 11:32:08 +01:00
.travis.yml Add continuous integration configurations. 2015-03-15 00:06:15 +00:00
acinclude.m4 Fix shell usage. 2009-09-23 09:39:47 +02:00
appveyor.yml Add continuous integration configurations. 2015-03-15 00:06:15 +00:00
buildconf Make it portable; test uses = for string comparison (not ==). Indent. 2010-02-23 15:27:18 +01:00
CMakeLists.txt CMake build system. 2015-03-12 22:48:38 +00:00
config.rpath Revert "config.rpath: generated file, no need to keep in git" 2012-06-11 14:52:31 +02:00
configure.ac Add interface for OS/400 crypto library QC3 2016-01-18 13:35:28 +01:00
COPYING COPYING: bump the copyright year 2014-08-31 00:41:58 +02: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 libssh2.pc.in: fix the output of pkg-config --libs 2015-12-15 10:57:50 +01:00
Makefile.am os400: implement character encoding conversion support 2016-01-18 13:35:28 +01:00
Makefile.inc Move automake conditionals added by commit d512b25f out of Makefile.inc 2013-11-13 02:37:06 +01:00
Makefile.libgcrypt.inc Move automake conditionals added by commit d512b25f out of Makefile.inc 2013-11-13 02:37:06 +01:00
Makefile.OpenSSL.inc Move automake conditionals added by commit d512b25f out of Makefile.inc 2013-11-13 02:37:06 +01:00
Makefile.os400qc3.inc Add interface for OS/400 crypto library QC3 2016-01-18 13:35:28 +01:00
Makefile.WinCNG.inc Added Windows Cryptography API: Next Generation based backend 2014-03-16 17:01:16 +01:00
maketgz maketgz: use git2news.pl by the correct name 2011-04-05 19:19:49 +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 CMake build system. 2015-03-12 22:48:38 +00:00
RELEASE-NOTES bump: start working on 1.6.1 2015-06-12 09:15:47 +02:00

libssh2 - SSH2 library
======================

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

Web site: http://www.libssh2.org/

Mailing list: http://cool.haxx.se/mailman/listinfo/libssh2-devel

License: see COPYING

Source code: https://github.com/libssh2/libssh2

Web site source code: https://github.com/libssh2/www

Installation instructions are in:
 - docs/INSTALL_CMAKE for CMake
 - docs/INSTALL_AUTOTOOLS for Autotools