Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Rework] Further types conversion (no functional changes) | Vsevolod Stakhov | 2024-03-18 | 1 | -72/+72 |
| | |||||
* | [Rework] Remove some of the GLib types in lieu of standard ones | Vsevolod Stakhov | 2024-03-18 | 1 | -4/+4 |
| | | | | This types have constant conflicts with the system ones especially on OSX. | ||||
* | [Rework] Use clang-format to unify formatting in all sources | Vsevolod Stakhov | 2023-07-26 | 1 | -680/+681 |
| | | | | No meaningful changes. | ||||
* | [Minor] Remove unused function | Vsevolod Stakhov | 2022-12-01 | 1 | -3/+0 |
| | |||||
* | [Rework] Use dynamic items for calling callbacks | Vsevolod Stakhov | 2022-05-09 | 1 | -4/+4 |
| | | | | | It is trivial to get a static item by dynamic item by just subtracting pointers. So there is no need in other complications. | ||||
* | [Minor] Fix a name and the description of bogus `user` field in the task | Vsevolod Stakhov | 2022-01-24 | 1 | -1/+1 |
| | |||||
* | [Project] Rework API for the modified headers | Vsevolod Stakhov | 2021-02-23 | 1 | -1/+1 |
| | |||||
* | [Rework] Distinguish between strict config test mode | Vsevolod Stakhov | 2020-12-26 | 1 | -5/+11 |
| | |||||
* | [Rework] Track maps origins | Vsevolod Stakhov | 2020-10-26 | 1 | -1/+1 |
| | |||||
* | [Minor] dkim_signing - add list-unsubscribe-post to sign_headers | Carsten Rosenberg | 2020-09-30 | 1 | -2/+3 |
| | |||||
* | [Minor] Dkim: Use IDNA translation in DKIM checks as well | Vsevolod Stakhov | 2020-09-23 | 1 | -0/+2 |
| | |||||
* | [Fix] Fix unused results | Vsevolod Stakhov | 2020-09-04 | 1 | -3/+5 |
| | |||||
* | [Project] CDB maps: Start making cdb a first class citizen | Vsevolod Stakhov | 2020-02-14 | 1 | -4/+8 |
| | |||||
* | [Rework] Move local IPs check | Vsevolod Stakhov | 2020-02-12 | 1 | -1/+1 |
| | |||||
* | [Rework] Further project structure reorganisation | Vsevolod Stakhov | 2020-02-11 | 1 | -2/+2 |
| | |||||
* | [Minor] Fix dmarc after change | Vsevolod Stakhov | 2019-12-02 | 1 | -1/+2 |
| | |||||
* | [Feature] Allow to limit maps per specific worker | Vsevolod Stakhov | 2019-11-11 | 1 | -3/+5 |
| | |||||
* | [Feature] Allow to disable symbols from the metric config | Vsevolod Stakhov | 2019-11-08 | 1 | -2/+2 |
| | |||||
* | [Minor] Fix compile warnings | Vsevolod Stakhov | 2019-10-10 | 1 | -1/+2 |
| | |||||
* | [Fix] Allow to set 0 size for spf/dkim caches | Vsevolod Stakhov | 2019-07-22 | 1 | -46/+65 |
| | | | | Issue: #2991 | ||||
* | [Minor] Oops, fix format string | Vsevolod Stakhov | 2019-07-12 | 1 | -1/+1 |
| | |||||
* | [Project] Adopt main routines and plugins | Vsevolod Stakhov | 2019-07-12 | 1 | -17/+12 |
| | |||||
* | [Minor] Add flags for rspamd_lua_parse_table_arguments | Vsevolod Stakhov | 2019-07-01 | 1 | -0/+1 |
| | |||||
* | [Fix] Add missing groups to C callback symbols | Vsevolod Stakhov | 2019-06-24 | 1 | -0/+9 |
| | |||||
* | [Project] Another iteration | Vsevolod Stakhov | 2019-06-22 | 1 | -5/+5 |
| | |||||
* | [Rework] Dkim: Remove signing code | Vsevolod Stakhov | 2019-05-31 | 1 | -233/+1 |
| | |||||
* | [Fix] Do not use lightuserdata for traceback | Vsevolod Stakhov | 2019-05-24 | 1 | -4/+3 |
| | | | | | | | | | | LuaJIT limits lightuserdata usage to 47 bits. On Arm64, this leads to break of the C <-> Lua interoperability using this type. This rework has changed traceback function behaviour from lightuserdata opaque pointer (GString * in particular) to luaL_Buffer. Issue: #2906 | ||||
* | [Minor] Change the default list of oversigned headers | Vsevolod Stakhov | 2019-05-13 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | Trivia: `Subject` header needs to be oversigned as an attacker could add some 'bad' subject to DKIM signed emails with no subject (rare but possible case). This header is clearly displayed to a user hence, its presence as well as absence MUST be oversigned explicitly. `Reply-To` header is widely used to designate a special address used for replies only but not for authentication checks. It is thus possible to add a malicious `Reply-To` header to force users to reply to a DKIM signed email to some attacker's controlled email address. It clearly opens surface for social engineering like attacks and this header must thus be unconditionally oversigned even if not presented in an original message. Issue: #2887 | ||||
* | [Minor] Sign list-help header | Vsevolod Stakhov | 2019-05-10 | 1 | -2/+2 |
| | | | | Issue: #2887 | ||||
* | [Fix] Change the default oversigning headers to a more sane list | Vsevolod Stakhov | 2019-05-10 | 1 | -8/+8 |
| | | | | Issue: #2887 | ||||
* | [Fix] Fix memory in arc signing logic | Vsevolod Stakhov | 2019-05-03 | 1 | -0/+5 |
| | |||||
* | [Conf] oversign openpgp and autocrypt headers | heraklit256 | 2019-04-15 | 1 | -2/+2 |
| | |||||
* | [Minor] Add more logging for DKIM keys caching | Vsevolod Stakhov | 2019-04-05 | 1 | -0/+6 |
| | |||||
* | [Feature] Support User-Agent in HTTP requests | Vsevolod Stakhov | 2019-02-20 | 1 | -1/+7 |
| | | | | | Issue: #2750 Closes: #2750 | ||||
* | [Minor] Another fix to dkim keys format detection logic | Vsevolod Stakhov | 2019-02-19 | 1 | -3/+0 |
| | |||||
* | [Fix] Fix HTTP headers signing case | Vsevolod Stakhov | 2019-02-18 | 1 | -5/+13 |
| | |||||
* | [Minor] Move DKIM keys load to DKIM common code | Vsevolod Stakhov | 2019-02-11 | 1 | -86/+13 |
| | |||||
* | Add multiple signature support. | John McKay | 2019-02-02 | 1 | -5/+19 |
| | | | | Configuration is not clean and milter doesn't support it yet | ||||
* | Refactor dkim private key loads | John McKay | 2019-02-02 | 1 | -267/+261 |
| | |||||
* | [Minor] Try better to keep cached records alive | Vsevolod Stakhov | 2019-02-01 | 1 | -12/+14 |
| | |||||
* | [Minor] Add some fail safety | Vsevolod Stakhov | 2019-01-22 | 1 | -4/+27 |
| | |||||
* | [Fix] Arc: Use a separated list of headers for arc signing | Vsevolod Stakhov | 2019-01-11 | 1 | -4/+28 |
| | | | | | Issue: #2704 Closes: #2704 | ||||
* | [Minor] Save dkim check result in mempool variable | Vsevolod Stakhov | 2018-12-01 | 1 | -3/+26 |
| | |||||
* | [Project] Rework DKIM checks results | Vsevolod Stakhov | 2018-12-01 | 1 | -27/+42 |
| | |||||
* | [Feature] Write DKIM selector in dkim allow/reject symbols | Vsevolod Stakhov | 2018-11-16 | 1 | -5/+8 |
| | |||||
* | [Project] Another rework for symbols cache | Vsevolod Stakhov | 2018-10-29 | 1 | -29/+29 |
| | |||||
* | [Rework] Add more traces to async events, get rid of GQuarks | Vsevolod Stakhov | 2018-10-26 | 1 | -2/+4 |
| | |||||
* | [Minor] More fixes to the internal modules | Vsevolod Stakhov | 2018-10-22 | 1 | -0/+13 |
| | |||||
* | [Fix] Various fixes in embedded plugins | Vsevolod Stakhov | 2018-10-21 | 1 | -15/+17 |
| | |||||
* | [Fix] Fix finalization for internal plugins | Vsevolod Stakhov | 2018-10-21 | 1 | -0/+3 |
| |