| Commit message (Expand) | Author | Age |
* | Fix some warnings reported by CODESonar (#2227) | Ivan Nardi | 2024-01-12 |
* | Keep separating public and private API (#2157) | Ivan Nardi | 2023-11-29 |
* | Have a clear distinction between public and private/internal API (#2137) | Ivan Nardi | 2023-11-09 |
* | Warning fixes | Luca Deri | 2023-10-30 |
* | fixed numeric truncation error in kerberos.c (#2032) | headshog | 2023-07-05 |
* | Some small changes (#1869) | Ivan Nardi | 2023-01-25 |
* | Add protocol disabling feature (#1808) | Ivan Nardi | 2022-12-18 |
* | HTTP, Bittorrent, Kerberos: fix stopping of extra dissection (#1700) | Ivan Nardi | 2022-08-06 |
* | Further simplification of `ndpi_process_extra_packet()` (#1698) | Ivan Nardi | 2022-08-05 |
* | ASN1/BER: fix signed integer overflow (#1660) | Ivan Nardi | 2022-07-12 |
* | LDAP: rewrite dissection (#1649) | Ivan Nardi | 2022-07-08 |
* | Kerberos: add support for Krb-Error messages (#1647) | Ivan Nardi | 2022-07-07 |
* | Fix some debug messages (#1583) | Ivan Nardi | 2022-06-05 |
* | Compilation fixes | Luca Deri | 2022-05-27 |
* | Kerberos: fix Undefined-shift error (#1516) | Ivan Nardi | 2022-04-18 |
* | Fixed msys2 build warnings and re-activated CI Mingw64 build.fix/windows-msys2 | Toni Uhlig | 2022-04-14 |
* | Kerberos: fix some memory access errors (#1514) | Ivan Nardi | 2022-04-13 |
* | Improved ASN.1 parsing for Keberos. Fixes #1492. (#1497) | Toni | 2022-04-10 |
* | Kerberos, TLS, example: fix some memory errors (#1419) | Ivan Nardi | 2022-01-27 |
* | Kerberos: fix use-of-uninitialized-value error (#1409) | Ivan Nardi | 2022-01-15 |
* | Add a "confidence" field about the reliability of the classification. (#1395) | Ivan Nardi | 2022-01-11 |
* | Update copyright | Alfredo Cardigliano | 2022-01-03 |
* | Fix writes to `flow->protos` union fields (#1354) | Ivan Nardi | 2021-11-15 |
* | Fix broken fuzz_process_packet fuzzer by adding a call to ndpi_finalize_initi... | Toni | 2021-10-18 |
* | Remove `struct ndpi_packet_struct` from `struct ndpi_flow_struct` (#1319) | Ivan Nardi | 2021-10-05 |
* | Compile everything with "-W -Wall -Wno-unused-parameter" flags (#1276) | Ivan Nardi | 2021-08-20 |
* | (C) Update | Luca Deri | 2021-01-07 |
* | Added initialization | Luca Deri | 2020-12-11 |
* | Added boundary check | Luca Deri | 2020-09-10 |
* | Fixed off-by-one error in Kerberos protocol. | Toni Uhlig | 2020-09-02 |
* | Added boundary check | Luca Deri | 2020-09-01 |
* | CentOS6 fix (santize won't work as too old system) | lucaderi | 2020-06-25 |
* | Added boundary check in kerberos protocol | Luca Deri | 2020-06-01 |
* | Added offset check in kerberos dissector | Luca Deri | 2020-05-31 |
* | kerberos: fix heap-overflow error | Nardi Ivan | 2020-04-08 |
* | kerberos: fix use-after-free error | Nardi Ivan | 2020-03-27 |
* | Allocation fix in kerberos dissector | Luca Deri | 2020-02-10 |
* | Minor fixes | Luca Deri | 2020-01-21 |
* | Added check to avoid double allocations with retransmitted packets | Luca Deri | 2020-01-06 |
* | Merge branch 'dev' of https://github.com/ntop/nDPI into dev | Luca Deri | 2020-01-05 |
|\ |
|
| * | Kerberos fixes | Luca | 2019-12-29 |
* | | Updated (C) | Luca Deri | 2020-01-05 |
|/ |
|
* | Code cleanup | Luca Deri | 2019-12-09 |
* | Improved memory management in the kerberos dissector | Luca Deri | 2019-12-08 |
* | Major kerberos rework | Luca Deri | 2019-12-08 |
* | Fixes crash when searching kerberos usernames | Simone Mainardi | 2019-11-19 |
* | Minor fix | Luca Deri | 2019-11-17 |
* | Kerberos dissection improvements | Luca Deri | 2019-11-17 |
* | Added ability to defien custom protocols | Luca Deri | 2019-10-29 |
* | Implemented Kerberos metadata extraction | Luca Deri | 2019-10-08 |