Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Print traceback on lua errors in lua config | Vsevolod Stakhov | 2016-02-05 | 1 | -6/+21 |
| | |||||
* | Release 1.1.31.1.3 | Vsevolod Stakhov | 2016-02-04 | 1 | -0/+16 |
| | | | | | | | | | | | | | | | | | | | * Fix DSN rules when SMTP from is unavailable * Fix statconvert routine to avoid lua module usage * Set a sane quark for configtest to avoid NULL to be printed in logs * Support c11 if available * Fix parsing of ip:port strings * Add more diagnostic for lua subr errors * Fix task:set_from_ip lua method * Add basic routines for digital signatures * Add tool for digital signatures * Add plain open file API method for atomic open * Fix parsing nested braces inside logger vars * Pre filters now actually skip processing * Add pre-filter mode for multimap * Switch to apache 2 license Signed-off-by: Vsevolod Stakhov <vsevolod@highsecure.ru> | ||||
* | Document pre-filtering for maps | Vsevolod Stakhov | 2016-02-04 | 1 | -0/+36 |
| | |||||
* | Add possibility to set pre-result using multimap | Vsevolod Stakhov | 2016-02-04 | 1 | -11/+53 |
| | |||||
* | Pre filters should actually skip processing | Vsevolod Stakhov | 2016-02-04 | 3 | -4/+15 |
| | |||||
* | Add notice in the contributions file | Vsevolod Stakhov | 2016-02-04 | 1 | -0/+20 |
| | |||||
* | Switch the rest to apache 2 | Vsevolod Stakhov | 2016-02-04 | 196 | -3999/+2308 |
| | |||||
* | Switch project to the apache2 license | Vsevolod Stakhov | 2016-02-04 | 1 | -23/+68 |
| | |||||
* | Fix parsing nested braces inside logger vars | Vsevolod Stakhov | 2016-02-03 | 1 | -1/+7 |
| | |||||
* | Add utility to manage digital signatures | Vsevolod Stakhov | 2016-02-03 | 3 | -0/+389 |
| | |||||
* | Fix eddsa keys generation | Vsevolod Stakhov | 2016-02-03 | 1 | -3/+6 |
| | |||||
* | Remove realpath call | Vsevolod Stakhov | 2016-02-02 | 1 | -7/+0 |
| | |||||
* | Add plain open file API method | Vsevolod Stakhov | 2016-02-02 | 4 | -0/+42 |
| | |||||
* | Add more fields to ucl definition of the keypair | Vsevolod Stakhov | 2016-02-02 | 1 | -0/+13 |
| | |||||
* | Fix keypair output | Vsevolod Stakhov | 2016-02-02 | 1 | -10/+43 |
| | |||||
* | Fix hex encoding | Vsevolod Stakhov | 2016-02-02 | 1 | -3/+3 |
| | |||||
* | Implement keypairs generation for signing | Vsevolod Stakhov | 2016-02-02 | 2 | -47/+108 |
| | |||||
* | Add ECDSA signatures as well | Vsevolod Stakhov | 2016-02-02 | 1 | -1/+77 |
| | |||||
* | Add test vectors for eddsa | Vsevolod Stakhov | 2016-02-02 | 3 | -1/+202 |
| | |||||
* | Add hex encoding/decoding routines | Vsevolod Stakhov | 2016-02-02 | 2 | -0/+87 |
| | |||||
* | Add basic routines for digital signatures | Vsevolod Stakhov | 2016-02-02 | 5 | -16/+169 |
| | |||||
* | Reserve rspamd_sig_t for signatures | Vsevolod Stakhov | 2016-02-02 | 3 | -19/+22 |
| | |||||
* | Fix set_from_ip method | Vsevolod Stakhov | 2016-02-01 | 1 | -1/+28 |
| | |||||
* | Fix warnings | Vsevolod Stakhov | 2016-02-01 | 1 | -3/+3 |
| | |||||
* | Add more diagnostic for lua subr errors | Vsevolod Stakhov | 2016-01-31 | 1 | -4/+8 |
| | |||||
* | Fix parsing of ip:port strings | Vsevolod Stakhov | 2016-01-31 | 1 | -1/+3 |
| | |||||
* | Another workaround to avoid __int128 warning | Vsevolod Stakhov | 2016-01-30 | 2 | -20/+20 |
| | |||||
* | Fix couple of compiler warnings | Vsevolod Stakhov | 2016-01-30 | 21 | -34/+62 |
| | |||||
* | Support c11 if available | Vsevolod Stakhov | 2016-01-30 | 1 | -4/+9 |
| | |||||
* | Set a sane quark for configtest to avoid NULL | Vsevolod Stakhov | 2016-01-30 | 1 | -1/+2 |
| | |||||
* | Avoid using of lua functional | Vsevolod Stakhov | 2016-01-29 | 1 | -5/+4 |
| | |||||
* | Fix rule when SMTP from is unavailable | Vsevolod Stakhov | 2016-01-29 | 1 | -1/+1 |
| | |||||
* | Update version to 1.1.3 | Vsevolod Stakhov | 2016-01-29 | 1 | -1/+1 |
| | |||||
* | Release 1.1.21.1.2 | Vsevolod Stakhov | 2016-01-29 | 1 | -0/+48 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix stat_cache closing * Add checkpoints to sqlite3 learn cache * Do not recompile lua generated headers all the time * Increase number of messages learned * Fix issues with dual stack and hfilter * Disable MID checks for hfilter by default * Fix cache definitions in multiple classifier and no type * Don't crash if learn cache failed to initialize * Fix googlegroups support in maillist plugin * Rework flags LUA API: - Allow to check for a specific flag - Add `learn_spam`, `learn_ham` and `broken_headers` flags - Unify internal functions * Add `BROKEN_HEADERS` rule * Add support for forged confirmation headers (by @AdUser) * Allow `any`, `mime` and `smtp` for get_from/get_recipients * Add mime types checking plugin * Add rule to detect spammers attempts to cheat mime parsing * Rework parsing of IP addresses in configuration (better IPv6 support) * Add `util.parse_mail_address` function to LUA API * Add lua sqlite3 module * Implement synchronous redis call * Ratelimit: avoid possible indexing of nil value (Fixes #498) (by @fatalbanana) * Add stat_convert command to convert stats tokens from sqlite3 to redis * Implement redis advanced lua api with pipelining * Fix memory leak on redis stat (#500) * Fix user/language learn count in sqlite statistics (#496) (by @fatalbanana) * Fix build with custom pcre * Fix fuzzy relearning (#498) * Improve planning of asynchronous tasks * Show slow rules in log * Add warning for slow regexps * Add base32 decode/encode routines to lua util * Allow converting of learn cache from sqlite to redis * Add methods to check if a messages has from/rcpts * Improve and fix multimap plugin: - Restore 'header' maps - Add filters for headers - Add 'email:addr', 'email:user', 'email:domain' and 'email:name' filters - Add generic regexp filters * Disable reload command in rc scripts * Improve runtime CPU dispatcher for libcryptobox * Add preliminary support of digital signatures via ed25519 * Add detection for RDRAND support * Print configuration of crypto on start * A in SPF presumes AAAA lookup as well Signed-off-by: Vsevolod Stakhov <vsevolod@highsecure.ru> | ||||
* | Add ed25519 reference implementation | Vsevolod Stakhov | 2016-01-29 | 5 | -1/+293 |
| | |||||
* | Cleanup blake2 state on final iteration | Vsevolod Stakhov | 2016-01-29 | 1 | -0/+1 |
| | |||||
* | Properly detect avx set. | Vsevolod Stakhov | 2016-01-29 | 1 | -5/+6 |
| | |||||
* | Use fstring instead of gstring | Vsevolod Stakhov | 2016-01-29 | 1 | -5/+6 |
| | |||||
* | A in SPF presumes AAAA lookup as well | Vsevolod Stakhov | 2016-01-29 | 1 | -0/+6 |
| | |||||
* | Fix CPU features detection | Vsevolod Stakhov | 2016-01-29 | 1 | -32/+44 |
| | |||||
* | Print configuration of crypto on start | Vsevolod Stakhov | 2016-01-29 | 1 | -0/+9 |
| | |||||
* | Fix other usages of ottery_init | Vsevolod Stakhov | 2016-01-29 | 3 | -3/+1 |
| | |||||
* | Use cryptobox rdrand detection for ottery | Vsevolod Stakhov | 2016-01-29 | 2 | -2/+14 |
| | |||||
* | Add detection for RDRAND support | Vsevolod Stakhov | 2016-01-29 | 5 | -8/+30 |
| | |||||
* | Output configuration of libcryptobox | Vsevolod Stakhov | 2016-01-29 | 12 | -18/+81 |
| | |||||
* | Migrate to ref10 curve25519 implmentation | Vsevolod Stakhov | 2016-01-28 | 5 | -263/+4353 |
| | |||||
* | Disable reload command in rc scripts | Vsevolod Stakhov | 2016-01-28 | 3 | -15/+3 |
| | |||||
* | Document new filters in multimap | Vsevolod Stakhov | 2016-01-28 | 1 | -2/+13 |
| | |||||
* | Improve and fix multimap plugin | Vsevolod Stakhov | 2016-01-28 | 1 | -20/+79 |
| | | | | | | | | - Restore 'header' maps - Add filters for headers - Add 'email:addr', 'email:user', 'email:domain' and 'email:name' filters - Add generic regexp filters | ||||
* | Fix rules to avoid nil indexing | Vsevolod Stakhov | 2016-01-28 | 1 | -7/+15 |
| |