aboutsummaryrefslogtreecommitdiff
path: root/src/lib/protocols/kerberos.c
Commit message (Expand)AuthorAge
* Fix some warnings reported by CODESonar (#2227)Ivan Nardi2024-01-12
* Keep separating public and private API (#2157)Ivan Nardi2023-11-29
* Have a clear distinction between public and private/internal API (#2137)Ivan Nardi2023-11-09
* Warning fixesLuca Deri2023-10-30
* fixed numeric truncation error in kerberos.c (#2032)headshog2023-07-05
* Some small changes (#1869)Ivan Nardi2023-01-25
* Add protocol disabling feature (#1808)Ivan Nardi2022-12-18
* HTTP, Bittorrent, Kerberos: fix stopping of extra dissection (#1700)Ivan Nardi2022-08-06
* Further simplification of `ndpi_process_extra_packet()` (#1698)Ivan Nardi2022-08-05
* ASN1/BER: fix signed integer overflow (#1660)Ivan Nardi2022-07-12
* LDAP: rewrite dissection (#1649)Ivan Nardi2022-07-08
* Kerberos: add support for Krb-Error messages (#1647)Ivan Nardi2022-07-07
* Fix some debug messages (#1583)Ivan Nardi2022-06-05
* Compilation fixesLuca Deri2022-05-27
* Kerberos: fix Undefined-shift error (#1516)Ivan Nardi2022-04-18
* Fixed msys2 build warnings and re-activated CI Mingw64 build.fix/windows-msys2Toni Uhlig2022-04-14
* Kerberos: fix some memory access errors (#1514)Ivan Nardi2022-04-13
* Improved ASN.1 parsing for Keberos. Fixes #1492. (#1497)Toni2022-04-10
* Kerberos, TLS, example: fix some memory errors (#1419)Ivan Nardi2022-01-27
* Kerberos: fix use-of-uninitialized-value error (#1409)Ivan Nardi2022-01-15
* Add a "confidence" field about the reliability of the classification. (#1395)Ivan Nardi2022-01-11
* Update copyrightAlfredo Cardigliano2022-01-03
* Fix writes to `flow->protos` union fields (#1354)Ivan Nardi2021-11-15
* Fix broken fuzz_process_packet fuzzer by adding a call to ndpi_finalize_initi...Toni2021-10-18
* Remove `struct ndpi_packet_struct` from `struct ndpi_flow_struct` (#1319)Ivan Nardi2021-10-05
* Compile everything with "-W -Wall -Wno-unused-parameter" flags (#1276)Ivan Nardi2021-08-20
* (C) UpdateLuca Deri2021-01-07
* Added initializationLuca Deri2020-12-11
* Added boundary checkLuca Deri2020-09-10
* Fixed off-by-one error in Kerberos protocol.Toni Uhlig2020-09-02
* Added boundary checkLuca Deri2020-09-01
* CentOS6 fix (santize won't work as too old system)lucaderi2020-06-25
* Added boundary check in kerberos protocolLuca Deri2020-06-01
* Added offset check in kerberos dissectorLuca Deri2020-05-31
* kerberos: fix heap-overflow errorNardi Ivan2020-04-08
* kerberos: fix use-after-free errorNardi Ivan2020-03-27
* Allocation fix in kerberos dissectorLuca Deri2020-02-10
* Minor fixesLuca Deri2020-01-21
* Added check to avoid double allocations with retransmitted packetsLuca Deri2020-01-06
* Merge branch 'dev' of https://github.com/ntop/nDPI into devLuca Deri2020-01-05
|\
| * Kerberos fixesLuca2019-12-29
* | Updated (C)Luca Deri2020-01-05
|/
* Code cleanupLuca Deri2019-12-09
* Improved memory management in the kerberos dissectorLuca Deri2019-12-08
* Major kerberos reworkLuca Deri2019-12-08
* Fixes crash when searching kerberos usernamesSimone Mainardi2019-11-19
* Minor fixLuca Deri2019-11-17
* Kerberos dissection improvementsLuca Deri2019-11-17
* Added ability to defien custom protocolsLuca Deri2019-10-29
* Implemented Kerberos metadata extractionLuca Deri2019-10-08