aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/libssh
Commit message (Collapse)AuthorAge
* Add main_repo for some more projects. (#4819)Gravatar Abhishek Arya2020-12-10
|
* [libssh] Give Anderson access (#4145)Gravatar Andreas Schneider2020-07-16
|
* Update Dockerfiles (#4070)Gravatar devtty1er2020-07-06
| | | | | * Use LABEL in place of MAINTAINER * Remove LABEL maintainer from Dockerfiles
* libssh: Enable support for none ciphers to unbreak build (#3770)Gravatar Jakub Jelen2020-05-07
| | | | | | | | | * libssh: Enable support for none ciphers to unbreak build https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=22074 * Add a new include for libssh_version.h https://gitlab.com/libssh/libssh-mirror/-/merge_requests/116
* libssh: Build all fuzzers in source directory (#3734)Gravatar Jakub Jelen2020-04-29
| | | | | Do it in separate work directory and prepare for corpus inclusion Signed-off-by: Jakub Jelen <jjelen@redhat.com>
* [presubmit] Enforce language attribute in project.yaml to be always set. (#3477)Gravatar Max Moroz2020-03-10
| | | | | | | | | | | | | | | | | | | * [presubmit] Enforce language attribute in projectt.yaml to be always set. * Update documentation, better presubmit check, new project template. * add docstring to templates.py * Add example values in the project.yaml template and remove python value for now * Add "project: c++" to 256 projects * format * Add labels and selective_unpack sections to the presubmit check * fix incorrect auto_ccs format in three projects * fix nss emails after rebase
* [libssh] Fix building libssh as a static library (#3020)Gravatar Andreas Schneider2019-11-09
|
* [libssh] Add Jakub and enable msan (#2863)Gravatar Andreas Schneider2019-09-20
| | | | | | | | | | * [libssh] Enable msan Signed-off-by: Andreas Schneider <asn@cryptomilk.org> * [libssh] Add Jakub Jelen to the project Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
* [libssh] Add the libssh client fuzzer (#2581)Gravatar Andreas Schneider2019-07-09
| | | | | | * [libssh] Clone the repository with depth=1 * [libssh] Add a client fuzzer
* Migrate projects using -lFuzzingEngine to $LIB_FUZZING_ENGINE (#2325)Gravatar jonathanmetzman2019-05-01
| | | Migrate from -lFuzzingEngine to $LIB_FUZZING_ENGINE where possible and not causing breakage
* [libssh] Fix include path (#1230)Gravatar Andreas Schneider2018-03-10
| | | Fix #1161
* Fixes #1161Gravatar Abhishek Arya2018-02-15
|
* [libssh] The ssh_server_fuzzer code is in the source directory (#1165)Gravatar Andreas Schneider2018-02-15
| | | Fixes #1161
* Update build.shGravatar Oliver Chang2018-02-09
|
* libssh: Use the fuzzer from the source code (#1135)Gravatar Andreas Schneider2018-02-05
| | | | | | The fuzzer has been integrated into the source code. It is also compiled there linking against libFuzzer.a from the clang project. However it seems that oss-fuzz uses its own library so we still need to create the executable on our own here and can't let cmake do it.
* [libssh] Disable MSan since dependencies are not instrumented properly (#820).Gravatar Max Moroz2017-09-07
|
* Enable msan experiment on some projects. (#591)Gravatar Abhishek Arya2017-05-10
|
* Use apt-get update && apt-get install, per best practices: (#561)Gravatar Devin Jeanpierre2017-05-01
| | | | | | | | | | | | | | | | | | | https://docs.docker.com/engine/userguide/eng-image/dockerfile_best-practices/ I ran into this because I was getting errors locally, like: E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/main/d/dpkg/libdpkg-perl_1.18.4ubuntu1.1_all.deb 404 Not Found [IP: 91.189.88.149 80] It turns out you get these if you don't update, and the official best practices are to `run apt-get update && apt-get install`. In fact, running _any_ apt-get install command without the apt-get update && before it can result in unfortunate caching artifacts -- see "cache busting". (P.S. thanks to Peng on Freenode for helping me, I'm bad at Ubuntu.) So: sed -re \ 's/RUN apt-get ((-y )?(install|build-dep))/RUN apt-get update \&\& apt-get \1/' -i \ projects/**/Dockerfile I also manually fixed the cases that already ran apt-get update in their Dockerfile: dlplibs/Dockerfile grpc/Dockerfile libreoffice/Dockerfile
* Update project.yamlGravatar Abhishek Arya2017-04-20
|
* libssh: fix key file permissionsGravatar Oliver Chang2017-04-19
| | | | Should hopefully fix https://github.com/google/oss-fuzz/pull/418#issuecomment-295277016
* Fix image nameGravatar Abhishek Arya2017-04-18
|
* [WIP] Added libssh fuzzer (#418)Gravatar Alex Gaynor2017-04-17
|
* Add libssh project (#138)Gravatar Andreas Schneider2016-12-06