Go to file
Daniel Stenberg 8bb6cf7f95 docs: move INSTALL, AUTHORS, HACKING and TODO to docs/
And with this, cleanup README to be shorter and mention the new source
code home.
2015-03-07 11:42:14 +01:00
docs docs: move INSTALL, AUTHORS, HACKING and TODO to docs/ 2015-03-07 11:42:14 +01:00
example examples/x11.c: include sys/select.h for improved portability 2015-03-04 22:57:25 +01:00
include Updated copyright year. 2014-11-30 15:48:55 +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 NetWare build: added some missing exports. 2015-01-08 21:03:17 +01:00
src knownhost.c: fix use of uninitialized argument variable wrote 2014-12-29 18:37:46 +01:00
tests tests on Windows: check for WSAStartup return code 2014-12-15 01:00:36 +01:00
vms VMS specific: make sure final release can be installed over daily build 2010-05-22 11:06:08 +01:00
win32 Watcom build: added support for WinCNG build. 2014-12-08 02:56:34 +01: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
acinclude.m4 Fix shell usage. 2009-09-23 09:39:47 +02:00
buildconf Make it portable; test uses = for string comparison (not ==). Indent. 2010-02-23 15:27:18 +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 configure: change LIBS not LDFLAGS when checking for libs 2014-12-04 22:45:30 +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 Changed 'Requires' to 'Requires.private'. 2012-04-23 12:33:08 +02:00
Makefile.am docs: move INSTALL, AUTHORS, HACKING and TODO to docs/ 2015-03-07 11:42:14 +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.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 docs: move INSTALL, AUTHORS, HACKING and TODO to docs/ 2015-03-07 11:42:14 +01:00
RELEASE-NOTES RELEASE-NOTES: synced with a8473c819b 2015-03-04 09:38:17 +01: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/bagder/libssh2

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

Installation instructions are in docs/INSTALL