1
1
The SSH library (LGPL license) https://www.libssh.org
Перейти к файлу
Jakub Jelen 59ac79c4dc gitlab-ci: Avoid passing artifacts between completely unrelated stages
The introduction of stages in gitlab-ci had quite a unfortune side
effect that is described in the documentation [1]. The whole artifacts
path (in our case obj/) is passed from one stage to another by default,
which is causing very odd behavior as the previous results are only
partially overwritten by the new cmake command and can even lead to
execution of tests that are not supposed to run in particular job.

[1] https://docs.gitlab.com/ee/ci/yaml/#dependencies

Signed-off-by: Jakub Jelen <jjelen@redhat.com>
Reviewed-by: Anderson Toshiyuki Sasaki <ansasaki@redhat.com>
2020-04-20 14:14:33 +02:00
cmake cmake: Update compile flags for UndefinedSanitizer 2020-03-30 09:46:18 +02:00
doc Make the documentation reproducible 2020-04-15 13:22:47 +02:00
examples examples: Add missing includes 2020-04-15 20:05:56 +02:00
include init: Introduce internal is_ssh_initialized() 2020-04-09 11:25:49 +02:00
src config_parser: Allow equal sign as a separator and eat up trailing whitespace 2020-04-20 14:14:33 +02:00
tests tests: Enable RSA SHA1 certs for testing against older OpenSSH 2020-04-20 14:14:33 +02: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: Avoid passing artifacts between completely unrelated stages 2020-04-20 14:14:33 +02: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 2019-12-23 14:50:26 +01:00
CMakeLists.txt cmake: Add cmake module to find softhsm 2019-12-20 14:36:20 +01:00
CompilerChecks.cmake cmake: Add -Wsign-compare to CFLAGS 2019-12-09 16:08:03 +01:00
config.h.cmake Implement ChaCha20-poly1305 cipher using native OpenSSL 2020-01-23 09:48:11 +01:00
ConfigureChecks.cmake Implement ChaCha20-poly1305 cipher using native OpenSSL 2020-01-23 09:48:11 +01:00
COPYING COPYING: Reformat the last paragraph 2018-11-17 20:11:51 +01:00
CPackConfig.cmake cpack: Ignore patch files 2019-12-09 19:25:38 +01:00
CTestConfig.cmake cmake: Drop reports via https only. 2015-02-20 15:47:22 +01:00
DefineOptions.cmake cmake: Add new option for PKCS11 URI support 2019-12-20 14:36:04 +01:00
INSTALL doc: Use https where possible 2019-12-09 16:08:03 +01:00
libssh.pc.cmake cmake: Use GNUInstallDirs for installation 2019-07-04 16:08:34 +02:00
README doc: Use https where possible 2019-12-09 16:08:03 +01:00
README.CodingStyle doc: Use https where possible 2019-12-09 16:08:03 +01: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 Fix link for bug tracker 2019-12-10 16:50:39 +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