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

..03-May-2022-

cmake/H20-Jan-2022-521469

docs/H03-May-2022-7,2495,724

example/H03-May-2022-6,9935,313

include/H20-Jan-2022-1,8221,066

m4/H20-Jan-2022-1,0521,022

nw/H20-Jan-2022-1,274991

os400/H20-Jan-2022-4,5673,337

src/H03-May-2022-42,10630,206

tests/H03-May-2022-2,4401,754

vms/H20-Jan-2022-1,7171,407

win32/H20-Jan-2022-1,4121,142

COPYINGH A D20-Jan-20221.8 KiB4341

Makefile.OpenSSL.incH A D20-Jan-202284 43

Makefile.WinCNG.incH A D20-Jan-2022101 43

Makefile.amH A D20-Jan-20224.6 KiB155126

Makefile.incH A D20-Jan-2022386 86

Makefile.libgcrypt.incH A D20-Jan-202291 43

Makefile.mbedTLS.incH A D20-Jan-202291 43

Makefile.os400qc3.incH A D20-Jan-202258 32

NEWSH A D20-Jan-202286 42

NMakefileH A D20-Jan-2022675 3425

READMEH A D20-Jan-2022476 2012

README.mdH A D20-Jan-2022442 1710

RELEASE-NOTESH A D20-Jan-20222.1 KiB4539

acinclude.m4H A D20-Jan-202214.3 KiB513446

appveyor.ymlH A D20-Jan-20224.1 KiB11089

buildconfH A D20-Jan-2022607 2314

config.rpathH A D20-Jan-202217.7 KiB661557

configure.acH A D20-Jan-202211 KiB396342

get_ver.awkH A D20-Jan-2022750 2523

git2news.plH A D20-Jan-20221.6 KiB7765

libssh2-style.elH A D20-Jan-20221.9 KiB5233

libssh2.pc.inH A D20-Jan-2022492 1815

maketgzH A D20-Jan-20222.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