aboutsummaryrefslogtreecommitdiff
path: root/src/lib/protocols/ssh.c
Commit message (Expand)AuthorAge
* Classifications "by-port"/"by-ip" should never change (#2656)Ivan Nardi2025-01-06
* Add the ability to enable/disable every specific flow risks (#2653)Ivan Nardi2025-01-06
* SSH: fix how the flow risk is set (#2652)Ivan Nardi2025-01-06
* fuzzing: improve coverage (#2495)Ivan Nardi2024-07-12
* Disable `-Wno-unused-parameter -Wno-unused-function`. (#2358)Toni2024-04-03
* Have a clear distinction between public and private/internal API (#2137)Ivan Nardi2023-11-09
* Minor warning fixesLuca Deri2023-09-05
* Add protocol disabling feature (#1808)Ivan Nardi2022-12-18
* Dissectors shouldn't update `flow->guessed_host_protocol_id`Nardi Ivan2022-09-14
* Further simplification of `ndpi_process_extra_packet()` (#1698)Ivan Nardi2022-08-05
* Added RiskInfo stringLuca Deri2022-05-30
* Add a "confidence" field about the reliability of the classification. (#1395)Ivan Nardi2022-01-11
* Update copyrightAlfredo Cardigliano2022-01-03
* Remove `struct ndpi_packet_struct` from `struct ndpi_flow_struct` (#1319)Ivan Nardi2021-10-05
* Reworked flow risk implementationLuca Deri2021-07-23
* Improved DGA detection with trigrams. Disadvantage: slower startup timeLuca Deri2021-03-03
* (C) UpdateLuca Deri2021-01-07
* Improved SSH protocol detection. (#1052)Toni2020-11-09
* SSH code cleanupLuca Deri2020-07-25
* added other ssh implementations to checkMrRadix2020-07-24
* added cipher checkMrRadix2020-07-22
* Resolved conflicts on fetchMrRadix2020-07-22
|\
| * Added changes for handlign SSSH cipher detectionLuca Deri2020-07-22
* | fixed bug inside set bit macro callMrRadix2020-07-22
* | added sscanf error handlingMrRadix2020-07-22
* | improved performance and legibilityMrRadix2020-07-22
* | improved performance by removing linear scanMrRadix2020-07-22
* | added ssh_analyse_signature_version and ssh_has_old_signature for check old s...MrRadix2020-07-21
|/
* Added skeleton for checking SSH signatureLuca Deri2020-07-20
* SSH boundary check reworkLuca Deri2020-04-30
* Minor cleanupLuca Deri2020-04-30
* Better fix for integer overflow in SSHPhilippe Antoine2020-04-30
* ssh: fixing unsigned overflow leading to heap overflowPhilippe Antoine2020-04-02
* ssh: adds systematic bounds checks in concat_hash_stringPhilippe Antoine2020-04-02
* ssh: fix heap-overflow errorNardi Ivan2020-03-27
* Fixed invalid allocationLuca Deri2020-03-24
* Adds different checks against overflowsPhilippe Antoine2020-03-19
* Minor fixesLuca Deri2020-01-21
* Merge branch 'dev' of https://github.com/ntop/nDPI into devLuca Deri2020-01-05
|\
| * Removed disable_metadata_export preference that is no longer usefulLuca2019-12-29
* | Updated (C)Luca Deri2020-01-05
|/
* Fix invalid reads and add valgrind testemanuele-f2019-12-04
* SSH dissection improvementsLuca Deri2019-10-25
* SMTP and SSH dissection fixesLuca Deri2019-10-24
* Added STUN check to avoid false positivesLuca Deri2019-09-11
* SSH hash fixLuca Deri2019-08-26
* Add more length checks in HASSHemanuele-f2019-08-23
* Implemented HASSH (https://github.com/salesforce/hassh)Luca Deri2019-08-22
* Major code cleanupLuca2018-07-21
* Added ndpi_set_detection_preferences() APi callLuca Deri2018-05-14