1
1
The SSH library (LGPL license) https://www.libssh.org
Перейти к файлу
Jakub Jelen 606a97c4d6 doc: Update the list of RFCs and clearly mention which are not implemented in libssh
Fixes T196

Signed-off-by: Jakub Jelen <jjelen@redhat.com>
Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
2019-12-09 16:08:03 +01:00
cmake cmake: Use GNUInstallDirs for installation 2019-07-04 16:08:34 +02:00
doc doc: Update the list of RFCs and clearly mention which are not implemented in libssh 2019-12-09 16:08:03 +01:00
examples examples: Use SSH_STRING_FREE_CHAR() 2019-12-09 16:08:03 +01:00
include misc: Add a function to encode newlines 2019-12-09 16:08:03 +01:00
src scp: Do not allow newlines in pushed files names 2019-12-09 16:08:03 +01:00
tests tests: Add a test for SCP with protocol message injection 2019-12-09 16:08:03 +01:00
.arcconfig arcconfig: Add missing comma 2017-08-21 09:12:36 +02:00
.gitignore cmake: Link compile database to source dir for clangd 2019-10-25 17:29:10 +02:00
.gitlab-ci.yml gitlab-ci: Make sure we have enough git commits for csbuild 2019-11-08 13:51:13 +01:00
AUTHORS src: Update my mail address. 2014-01-07 16:08:23 +01:00
BSD added a file from openssh needed for known host parsing 2008-11-02 23:46:55 +00:00
ChangeLog Update ChangeLog to add FIPS 2019-06-24 16:01:48 +02:00
CMakeLists.txt cmake: Add option to build shared libs 2019-11-07 14:00:15 +01:00
CompilerChecks.cmake cmake: Add -Wsign-compare to CFLAGS 2019-12-09 16:08:03 +01:00
config.h.cmake cmake: Detect OpenSSL X25519 support 2019-09-24 16:49:35 +02:00
ConfigureChecks.cmake cmake: Only use OpenSSL Ed25519 implementation when possible 2019-11-07 11:59:36 +01:00
COPYING COPYING: Reformat the last paragraph 2018-11-17 20:11:51 +01:00
CPackConfig.cmake cmake: Link compile database to source dir for clangd 2019-10-25 17:29:10 +02:00
CTestConfig.cmake cmake: Drop reports via https only. 2015-02-20 15:47:22 +01:00
DefineOptions.cmake cmake: Add option to build shared libs 2019-11-07 14:00:15 +01:00
INSTALL Update INSTALL file 2019-02-07 10:30:05 +01:00
libssh.pc.cmake cmake: Use GNUInstallDirs for installation 2019-07-04 16:08:34 +02:00
README Update the README 2016-05-02 11:55:39 +02:00
README.CodingStyle README.Coding: Add section about pointers 2017-09-11 17:14:21 +02:00
README.mbedtls pki: Add mbedTLS ECDSA key comparison support 2018-03-07 15:44:05 +01:00
README.md README: Added markdown readmine with gitlab CI badge 2018-04-18 10:51:43 +02:00
SubmittingPatches Update SubmittingPatches 2017-02-27 11:49:10 +01:00

pipeline status

  _   _   _                          _
 (_) (_) (_)                        (_)
 (_)  _  (_) _         _  _   _  _  (_) _
 (_) (_) (_)(_) _     (_)(_) (_)(_) (_)(_) _
 (_) (_) (_)   (_)  _ (_)  _ (_)    (_)   (_)
 (_) (_) (_)(_)(_) (_)(_) (_)(_)    (_)   (_).org

 The SSH library

Why?

Why not ? :) I've began to work on my own implementation of the ssh protocol because i didn't like the currently public ones. Not any allowed you to import and use the functions as a powerful library, and so i worked on a library-based SSH implementation which was non-existing in the free and open source software world.

How/Who?

If you downloaded this file, you must know what it is : a library for accessing ssh client services through C libraries calls in a simple manner. Everybody can use this software under the terms of the LGPL - see the COPYING file

If you ask yourself how to compile libssh, please read INSTALL before anything.

Where ?

https://www.libssh.org

Contributing

Please read the file 'SubmittingPatches' next to this README file. It explains our copyright policy and how you should send patches for upstream inclusion.

Have fun and happy libssh hacking!

The libssh Team