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

..03-May-2022-

.github/H03-May-2022-219202

ci/H03-May-2022-830592

cmake/H03-May-2022-521469

docs/H03-May-2022-7,2915,754

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

include/H03-May-2022-1,8251,068

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,33230,272

tests/H03-May-2022-2,9452,147

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

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

.editorconfigH A D29-Nov-1973159 108

.gitattributeH A D29-Nov-197352 32

.gitignoreH A D29-Nov-1973321 3837

.travis.ymlH A D29-Nov-19736.3 KiB129118

COPYINGH A D29-Nov-19731.9 KiB4543

Makefile.OpenSSL.incH A D29-Nov-197384 43

Makefile.WinCNG.incH A D29-Nov-1973101 43

Makefile.amH A D29-Nov-19734.6 KiB155126

Makefile.incH A D29-Nov-1973406 86

Makefile.libgcrypt.incH A D29-Nov-197391 43

Makefile.mbedTLS.incH A D29-Nov-197391 43

Makefile.os400qc3.incH A D29-Nov-197358 32

NEWSH A D29-Nov-197386 42

NMakefileH A D29-Nov-1973675 3425

READMEH A D29-Nov-1973476 2012

README.mdH A D29-Nov-1973442 1710

RELEASE-NOTESH A D29-Nov-19732.9 KiB6357

acinclude.m4H A D29-Nov-197314.3 KiB513446

appveyor.ymlH A D29-Nov-19734.2 KiB123103

buildconfH A D29-Nov-1973234 95

config.rpathH A D29-Nov-197317.7 KiB661557

configure.acH A D29-Nov-197311.5 KiB408350

get_ver.awkH A D29-Nov-1973750 2523

git2news.plH A D29-Nov-19731.6 KiB7765

libssh2-style.elH A D29-Nov-19731.9 KiB5233

libssh2.pc.inH A D29-Nov-1973492 1815

maketgzH A D29-Nov-19732.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