Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Fix] Fix out-of-bound access in base64 decode | Vsevolod Stakhov | 2017-03-16 | 2 | -2/+2 |
| | |||||
* | [Fix] Fix double free when closing lua_tcp connections | Vsevolod Stakhov | 2017-03-16 | 1 | -3/+8 |
| | |||||
* | [Fix] Use optimised base64 decoding in DKIM | Vsevolod Stakhov | 2017-03-16 | 1 | -53/+23 |
| | |||||
* | [CritFix] Fix base64 decoding when there are unparseable characters | Vsevolod Stakhov | 2017-03-16 | 2 | -4/+22 |
| | |||||
* | [Feature] Allow multiple formats of DKIM signing key | Vsevolod Stakhov | 2017-03-16 | 3 | -91/+149 |
| | |||||
* | Merge pull request #1526 from fatalbanana/dmm | Vsevolod Stakhov | 2017-03-16 | 1 | -2/+13 |
|\ | | | | | [Minor] DKIM signing: ensure variables in path are replaced | ||||
| * | [Minor] DKIM signing: ensure variables in path are replaced | Andrew Lewis | 2017-03-15 | 1 | -2/+13 |
| | | | | | | | | - Also use lpeg | ||||
* | | [Fix] Fix subject rewriting | Vsevolod Stakhov | 2017-03-16 | 1 | -0/+1 |
|/ | |||||
* | [Minor] Use regexps for greylist whitelist | Vsevolod Stakhov | 2017-03-15 | 1 | -1/+1 |
| | |||||
* | Merge pull request #1525 from fatalbanana/dm | Vsevolod Stakhov | 2017-03-15 | 1 | -6/+33 |
|\ | | | | | [Feature] DKIM signing: support use of maps | ||||
| * | [Feature] DKIM signing: support use of maps | Andrew Lewis | 2017-03-15 | 1 | -6/+33 |
| | | |||||
* | | [Minor] Fix lua stack for history | Vsevolod Stakhov | 2017-03-15 | 1 | -8/+4 |
| | | |||||
* | | [Minor] Save extra fields in history | Vsevolod Stakhov | 2017-03-15 | 1 | -0/+3 |
| | | |||||
* | | [Fix] Fix memory corruption on termination | Vsevolod Stakhov | 2017-03-15 | 1 | -0/+3 |
| | | |||||
* | | [Minor] Change keys in protocol as '-' symbol is bad | Vsevolod Stakhov | 2017-03-15 | 1 | -2/+2 |
|/ | |||||
* | [Minor] Redis history: fix number of rows | Andrew Lewis | 2017-03-14 | 1 | -2/+2 |
| | |||||
* | Merge pull request #1523 from fatalbanana/confighelp | Vsevolod Stakhov | 2017-03-14 | 1 | -1/+1 |
|\ | | | | | [Proxy] Fix max_retries option | ||||
| * | [Fix] Proxy: max_retries option | Andrew Lewis | 2017-03-14 | 1 | -1/+1 |
| | | |||||
* | | [Minor] Save unix time in redis history | Vsevolod Stakhov | 2017-03-14 | 1 | -0/+3 |
| | | |||||
* | | [Feature] Implement redis history querying | Vsevolod Stakhov | 2017-03-14 | 1 | -3/+68 |
| | | |||||
* | | [Fix] Do not reallocate completed zstd buffer | Vsevolod Stakhov | 2017-03-14 | 1 | -1/+1 |
| | | |||||
* | | [Feature] Implement lua history in controller | Vsevolod Stakhov | 2017-03-14 | 2 | -43/+186 |
|/ | |||||
* | [Fix] DKIM signing: use domain-specific signing key | Andrew Lewis | 2017-03-14 | 1 | -2/+2 |
| | | | | Reported by: @jnhmn | ||||
* | [Feature] Preliminary implementation of redis history plugin | Vsevolod Stakhov | 2017-03-13 | 1 | -0/+131 |
| | |||||
* | [Minor] Disable internal history if handled by plugins | Vsevolod Stakhov | 2017-03-13 | 3 | -9/+46 |
| | |||||
* | [Feature] Cache and insert scan time into the protocol | Vsevolod Stakhov | 2017-03-13 | 4 | -3/+16 |
| | |||||
* | [Feature] Add method to get protocol reply from Lua | Vsevolod Stakhov | 2017-03-13 | 1 | -0/+84 |
| | |||||
* | [Feature] Allow to cache and use flexible protocol reply | Vsevolod Stakhov | 2017-03-13 | 3 | -54/+127 |
| | |||||
* | [Minor] Fix tests | Andrew Lewis | 2017-03-13 | 1 | -1/+3 |
| | |||||
* | Merge pull request #1517 from fatalbanana/gln | Vsevolod Stakhov | 2017-03-13 | 1 | -1/+11 |
|\ | | | | | [Fix] Greylist: Suppress greylist action for whitelisted hosts too | ||||
| * | [Fix] Greylist: Suppress greylist action for whitelisted hosts too | Andrew Lewis | 2017-03-13 | 1 | -1/+11 |
| | | |||||
* | | Merge pull request #1516 from fatalbanana/wl | Vsevolod Stakhov | 2017-03-13 | 1 | -4/+25 |
|\ \ | | | | | | | [Fix] Deal with lists of maps in whitelist module | ||||
| * | | [Fix] Deal with lists of maps in whitelist module | Andrew Lewis | 2017-03-13 | 1 | -4/+25 |
| |/ | |||||
* / | [Minor] Fix help text | Andrew Lewis | 2017-03-13 | 1 | -3/+3 |
|/ | |||||
* | [Fix] Properly set missing fields in exporter | Vsevolod Stakhov | 2017-03-12 | 1 | -3/+9 |
| | |||||
* | [Feature] Allow to set one_shot flag from register_symbol | Vsevolod Stakhov | 2017-03-11 | 1 | -4/+9 |
| | |||||
* | [Fix] Fix crash when resolver is undefined | Vsevolod Stakhov | 2017-03-11 | 1 | -1/+4 |
| | |||||
* | [Minor] Remove some unused variables | Vsevolod Stakhov | 2017-03-10 | 9 | -23/+10 |
| | |||||
* | [Fix] Do not use local_addrs in proxy | Vsevolod Stakhov | 2017-03-10 | 6 | -8/+20 |
| | |||||
* | [Feature] Detect newlines in rspamc --mime | Vsevolod Stakhov | 2017-03-10 | 1 | -26/+46 |
| | | | | Issue: #1510 | ||||
* | [Minor] Fold symbols in metadata_exporter | Vsevolod Stakhov | 2017-03-10 | 2 | -12/+15 |
| | |||||
* | [Fix] Change default template to deal with non-ASCII characters | Vsevolod Stakhov | 2017-03-10 | 1 | -1/+2 |
| | |||||
* | [Minor] Metadata exporter: fallback to some default settings | Andrew Lewis | 2017-03-10 | 1 | -4/+4 |
| | |||||
* | Merge pull request #1507 from fatalbanana/mt | Vsevolod Stakhov | 2017-03-09 | 1 | -0/+26 |
|\ | | | | | [Feature] Support using request headers in settings | ||||
| * | [Feature] Support using request headers in settings | Andrew Lewis | 2017-03-09 | 1 | -0/+26 |
| | | | | | | | | - Issue: #1502 | ||||
* | | Merge pull request #1506 from fatalbanana/cleanup | Vsevolod Stakhov | 2017-03-09 | 1 | -2/+0 |
|\ \ | | | | | | | [Minor] get_symbols_all: return nil instead of error | ||||
| * | | [Minor] get_symbols_all: return nil instead of error | Andrew Lewis | 2017-03-09 | 1 | -2/+0 |
| |/ | |||||
* | | Merge pull request #1505 from fatalbanana/me | Vsevolod Stakhov | 2017-03-09 | 1 | -5/+5 |
|\ \ | | | | | | | [Fix] Metadata exporter: use rule-specific settings for emails | ||||
| * | | [Fix] Metadata exporter: use rule-specific settings for emails | Andrew Lewis | 2017-03-09 | 1 | -5/+5 |
| |/ | | | | | | | - Reported by @croessner | ||||
* | | [Fix] Fix task:set_recipients function | Vsevolod Stakhov | 2017-03-09 | 1 | -4/+4 |
| | |