Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Properly set `flag` in fuzzy replies" | Vsevolod Stakhov | 2016-02-16 | 1 | -1/+0 |
* | Rework once_received module | Vsevolod Stakhov | 2016-02-13 | 1 | -49/+71 |
* | Add aliases for task:get_from_ip | Vsevolod Stakhov | 2016-02-13 | 1 | -0/+3 |
* | Unbreak function pointer passing | Vsevolod Stakhov | 2016-02-10 | 1 | -9/+1 |
* | Reduce weights for some hfilter patterns | Vsevolod Stakhov | 2016-02-10 | 1 | -1/+1 |
* | Fix error in printing hex | Vsevolod Stakhov | 2016-02-10 | 1 | -2/+2 |
* | Fix varargs processing (found by coverity) | Vsevolod Stakhov | 2016-02-10 | 1 | -1/+4 |
* | Same result checking error found by coverity | Vsevolod Stakhov | 2016-02-10 | 1 | -1/+5 |
* | Fix issues found by coverity | Vsevolod Stakhov | 2016-02-10 | 1 | -5/+9 |
* | Fix issue with out-of-boundary reading | Vsevolod Stakhov | 2016-02-10 | 1 | -1/+1 |
* | Fix arguments order | Vsevolod Stakhov | 2016-02-10 | 1 | -1/+1 |
* | Properly set `flag` in fuzzy replies | Vsevolod Stakhov | 2016-02-10 | 1 | -0/+1 |
* | Fix metas memoization in SA plugin | Vsevolod Stakhov | 2016-02-06 | 1 | -1/+4 |
* | Fix leaks in lua error paths | Vsevolod Stakhov | 2016-02-05 | 20 | -11/+54 |
* | Print traceback on lua errors in lua config | Vsevolod Stakhov | 2016-02-05 | 1 | -6/+21 |
* | 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 |
* | Switch the rest to apache 2 | Vsevolod Stakhov | 2016-02-04 | 177 | -3614/+2095 |
* | 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 | 2 | -0/+40 |
* | 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 | 2 | -17/+20 |
* | Fix set_from_ip method | Vsevolod Stakhov | 2016-02-01 | 1 | -1/+28 |
* | 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 |
* | 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 |
* | 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 |