- 28 Apr, 2021 1 commit
-
-
Kevin Duret authored
-
- 07 Apr, 2021 2 commits
-
-
Colin Gagnaire authored
* enh(doc): change doc layout * enh(project): add license file
-
David Boucher authored
* test(perl): tests fixed to match last changes in clib. * cleanup(cmake): cleanup of CMakeLists.txt REFS: MON-6508
-
- 03 Feb, 2021 1 commit
-
-
David Boucher authored
-
- 30 Oct, 2020 1 commit
-
-
Kevin Duret authored
-
- 04 Sep, 2020 1 commit
-
-
Matthieu Kermagoret authored
-
- 24 Apr, 2020 1 commit
-
-
Matthieu Kermagoret authored
-
- 23 Mar, 2020 2 commits
-
-
David Boucher authored
-
syl authored
* enh(logger): add a common folder, for common sources. * enh(perl): cleanup perl connector code. * enh(ssh): cleanup code. * enh(ssh): switch to spdlog. * fix(chore): fix compile on centos7
-
- 17 Mar, 2020 1 commit
-
-
syl authored
* enh(perl): switch to gtest * fix(perl): remove some dead code. * enh(tests): switch to googletest. * enh(log): add spdlog support for perl_connectors. * fix(chore): use same connectors version for both connectos. * fix(perl): fix compile
-
- 12 Mar, 2020 1 commit
-
-
syl authored
-
- 10 Mar, 2020 1 commit
-
-
David Boucher authored
-
- 13 Feb, 2020 1 commit
-
-
sc979 authored
-
- 09 Jan, 2020 1 commit
-
-
David Boucher authored
* cleanup(perl/checks): headers coding style * cleanup(perl/orders): headers coding style * cleanup(perl): headers coding style updated * cleanup(perl/checks): c++ files coding style updated * cleanup(perl/orders): c++ files coding style updated * cleanup(perl): c++ files coding style updated * fix(ssh): Failing tests compilation enabled. * cleanup(ssh/checks): headers coding style updaed * cleanup(ssh/orders): headers coding style updated * cleanup(ssh/sessions): headers coding style updated * cleanup(ssh): headers coding style updated * cleanup(ssh/checks): c++ files coding style updated * cleanup(ssh): c++ files coding style updated * cleanup(ssh/orders): c++ files coding style updated * cleanup(ssh/sessions): c++ files coding style updated * cleanup(ssh/test/checks): c++ files coding style updated * cleanup(tasks): classes inherited from tasks are updated to match clib * cleanup(pipe_handle/buffer_handle): classes updated due to changes in clib::handle. * fix(various): multiplexer is restored and listeners are cleanup * cleanup(various): Many little changes * fix(session): Deadlock fixed. * cleanup(reporter): Not needed code removed. * cleanup(orders/parser): unused code removed. * cleanup(ssh/session): unused functions removed * cleanup(parser/reporter): unused functions removed - changes due to handle_listener changes * cleanup(gitignore): little update * fix(perl): clib singletons api is changed. * fix(ssh): clib singletons api changed * fix(ssh/test/timeout): clib singletons api changed * cleanup(ssh/test/orders): c++ files coding style updated * fix(ssh/test/reporter): clib singletons api changed * cleanup(ssh/test/credentials): c++ files coding style updated * cleanup(benchmark): coding style updated * fix(perl/options): unused code removed.
-
- 14 Nov, 2019 2 commits
-
-
David Boucher authored
-
David Boucher authored
* enh(ssh): auto_ptr replaced by unique_ptr * enh(ssh): concurrency::mutex replaced by std::mutex * enh(connector): WIP to suppress concurrency objects from clib The goal here is to use standard ones. * enh(concurrency): Standard library used for threads stuff * fix(test): Failing tests disabled * cleanup(ssh): debug functions removed.
-
- 30 Oct, 2019 1 commit
-
-
Matthieu Kermagoret authored
-
- 20 May, 2019 1 commit
-
-
Matthieu Kermagoret authored
-
- 07 May, 2019 1 commit
-
-
Matthieu Kermagoret authored
-
- 19 Apr, 2019 1 commit
-
-
Matthieu Kermagoret authored
-
- 25 Mar, 2019 2 commits
-
-
Matthieu Kermagoret authored
-
Matthieu Kermagoret authored
-
- 07 Feb, 2019 1 commit
-
-
Matthieu Kermagoret authored
-
- 01 Feb, 2019 1 commit
-
-
Matthieu Kermagoret authored
-
- 03 Sep, 2018 1 commit
-
-
Matthieu Kermagoret authored
-
- 21 Jun, 2018 3 commits
-
-
Matthieu Kermagoret authored
-
Matthieu Kermagoret authored
-
Matthieu Kermagoret authored
-
- 05 Sep, 2017 2 commits
-
-
Matthieu Kermagoret authored
-
bouda1 authored
feat(perl,ssh): add --log-file option to connectors.
-
- 03 Mar, 2016 1 commit
-
-
Matthieu Kermagoret authored
-
- 10 Sep, 2015 1 commit
-
-
Matthieu Kermagoret authored
-
- 09 Sep, 2015 2 commits
-
-
Matthieu Kermagoret authored
-
Matthieu Kermagoret authored
-
- 04 Sep, 2015 1 commit
-
-
Matthieu Kermagoret authored
-
- 31 Aug, 2015 2 commits
-
-
Matthieu Kermagoret authored
-
Matthieu Kermagoret authored
WEB-709 #to-test Discard session on I/O error.
-
- 02 Oct, 2014 1 commit
-
-
Matthieu Kermagoret authored
This fixes #5797.
-
- 04 Sep, 2014 2 commits
-
-
Matthieu Kermagoret authored
-
Matthieu Kermagoret authored
Centreon Connector Perl works parsing Perl scripts in a main process. When a script execution is requested, the Connector fork()s itself and child processes run one of the already parsed script. However because of the fork() mechanism, children inherit file descriptors of pipes already open towards previously forked children. This behavior can freeze Centreon Connector Perl (read/write on the other end of pipe maintained alive by a dead process). This commit closes all unnecessary file descriptors in children.
-