• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.github/H03-May-2022-4536

cmake/H03-May-2022-521469

docs/H03-May-2022-7,2855,751

example/H03-May-2022-7,0305,349

include/H03-May-2022-1,8241,067

m4/H03-May-2022-1,0581,027

nw/H03-May-2022-1,274991

os400/H03-May-2022-4,5673,337

src/H03-May-2022-42,54730,500

tests/H03-May-2022-2,7311,958

vms/H03-May-2022-1,7171,407

win32/H03-May-2022-1,4271,156

.editorconfigH A D01-Feb-2021159 108

.gitattributeH A D01-Feb-202152 32

.gitignoreH A D01-Feb-2021321 3837

.travis.ymlH A D01-Feb-20216.3 KiB131120

COPYINGH A D01-Feb-20211.8 KiB4341

Makefile.OpenSSL.incH A D01-Feb-202184 43

Makefile.WinCNG.incH A D01-Feb-2021101 43

Makefile.amH A D01-Feb-20214.6 KiB155126

Makefile.incH A D01-Feb-2021386 86

Makefile.libgcrypt.incH A D01-Feb-202191 43

Makefile.mbedTLS.incH A D01-Feb-202191 43

Makefile.os400qc3.incH A D01-Feb-202158 32

NEWSH A D01-Feb-202186 42

NMakefileH A D01-Feb-2021675 3425

READMEH A D01-Feb-2021476 2012

README.mdH A D01-Feb-2021442 1710

RELEASE-NOTESH A D01-Feb-20212.1 KiB4539

acinclude.m4H A D01-Feb-202114.3 KiB513446

appveyor.ymlH A D01-Feb-20214.1 KiB11089

buildconfH A D01-Feb-2021234 95

config.rpathH A D01-Feb-202117.7 KiB661557

configure.acH A D01-Feb-202111.5 KiB413354

get_ver.awkH A D01-Feb-2021750 2523

git2news.plH A D01-Feb-20211.6 KiB7765

libssh2-style.elH A D01-Feb-20211.9 KiB5233

libssh2.pc.inH A D01-Feb-2021492 1815

maketgzH A D01-Feb-20212.5 KiB10058

README

1libssh2 - SSH2 library
2======================
3
4libssh2 is a library implementing the SSH2 protocol, available under
5the revised BSD license.
6
7Web site: https://www.libssh2.org/
8
9Mailing list: https://cool.haxx.se/mailman/listinfo/libssh2-devel
10
11License: see COPYING
12
13Source code: https://github.com/libssh2/libssh2
14
15Web site source code: https://github.com/libssh2/www
16
17Installation instructions are in:
18 - docs/INSTALL_CMAKE for CMake
19 - docs/INSTALL_AUTOTOOLS for Autotools
20

README.md

1# libssh2 - SSH2 library
2
3libssh2 is a library implementing the SSH2 protocol, available under
4the revised BSD license.
5
6[Web site](https://www.libssh2.org/)
7
8[Mailing list](https://cool.haxx.se/mailman/listinfo/libssh2-devel)
9
10[BSD Licensed](https://libssh2.org/license.html)
11
12[Web site source code](https://github.com/libssh2/www)
13
14Installation instructions:
15 - [for CMake](docs/INSTALL_CMAKE.md)
16 - [for autotools](docs/INSTALL_AUTOTOOLS)
17