• 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-6,9595,481

example/H03-May-2022-6,7385,119

include/H03-May-2022-1,8201,065

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

nw/H03-May-2022-1,274991

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

src/H03-May-2022-41,74729,926

tests/H03-May-2022-2,3631,701

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

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

.editorconfigH A D24-Aug-2019138 97

.gitattributeH A D24-Aug-201952 32

.gitignoreH A D24-Aug-2019301 3635

.travis.ymlH A D24-Aug-20196.5 KiB125115

COPYINGH A D24-Aug-20191.8 KiB4341

Makefile.OpenSSL.incH A D24-Aug-201984 43

Makefile.WinCNG.incH A D24-Aug-2019101 43

Makefile.amH A D24-Aug-20194.6 KiB153124

Makefile.incH A D24-Aug-2019386 86

Makefile.libgcrypt.incH A D24-Aug-201991 43

Makefile.mbedTLS.incH A D24-Aug-201991 43

Makefile.os400qc3.incH A D24-Aug-201958 32

NEWSH A D24-Aug-201986 42

NMakefileH A D24-Aug-2019675 3425

READMEH A D24-Aug-2019476 2012

README.mdH A D24-Aug-2019439 1710

RELEASE-NOTESH A D24-Aug-20192.1 KiB4539

acinclude.m4H A D24-Aug-201914.3 KiB512445

appveyor.ymlH A D24-Aug-20193.5 KiB9073

buildconfH A D24-Aug-2019607 2314

config.rpathH A D24-Aug-201917.7 KiB661557

configure.acH A D24-Aug-201911 KiB396342

get_ver.awkH A D24-Aug-2019750 2523

git2news.plH A D24-Aug-20191.6 KiB7765

libssh2-style.elH A D24-Aug-20191.9 KiB5233

libssh2.pc.inH A D24-Aug-2019492 1815

maketgzH A D24-Aug-20192.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)
16 - [for autotools](docs/INSTALL_AUTOTOOLS)
17