aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Switch the rest to apache 2Vsevolod Stakhov2016-02-04177-3614/+2095
|
* Fix parsing nested braces inside logger varsVsevolod Stakhov2016-02-031-1/+7
|
* Add utility to manage digital signaturesVsevolod Stakhov2016-02-033-0/+389
|
* Fix eddsa keys generationVsevolod Stakhov2016-02-031-3/+6
|
* Remove realpath callVsevolod Stakhov2016-02-021-7/+0
|
* Add plain open file API methodVsevolod Stakhov2016-02-022-0/+40
|
* Add more fields to ucl definition of the keypairVsevolod Stakhov2016-02-021-0/+13
|
* Fix keypair outputVsevolod Stakhov2016-02-021-10/+43
|
* Fix hex encodingVsevolod Stakhov2016-02-021-3/+3
|
* Implement keypairs generation for signingVsevolod Stakhov2016-02-022-47/+108
|
* Add ECDSA signatures as wellVsevolod Stakhov2016-02-021-1/+77
|
* Add test vectors for eddsaVsevolod Stakhov2016-02-023-1/+202
|
* Add hex encoding/decoding routinesVsevolod Stakhov2016-02-022-0/+87
|
* Add basic routines for digital signaturesVsevolod Stakhov2016-02-025-16/+169
|
* Reserve rspamd_sig_t for signaturesVsevolod Stakhov2016-02-022-17/+20
|
* Fix set_from_ip methodVsevolod Stakhov2016-02-011-1/+28
|
* Add more diagnostic for lua subr errorsVsevolod Stakhov2016-01-311-4/+8
|
* Fix parsing of ip:port stringsVsevolod Stakhov2016-01-311-1/+3
|
* Another workaround to avoid __int128 warningVsevolod Stakhov2016-01-302-20/+20
|
* Fix couple of compiler warningsVsevolod Stakhov2016-01-3021-34/+62
|
* Set a sane quark for configtest to avoid NULLVsevolod Stakhov2016-01-301-1/+2
|
* Avoid using of lua functionalVsevolod Stakhov2016-01-291-5/+4
|
* Add ed25519 reference implementationVsevolod Stakhov2016-01-295-1/+293
|
* Cleanup blake2 state on final iterationVsevolod Stakhov2016-01-291-0/+1
|
* Properly detect avx set.Vsevolod Stakhov2016-01-291-5/+6
|
* Use fstring instead of gstringVsevolod Stakhov2016-01-291-5/+6
|
* A in SPF presumes AAAA lookup as wellVsevolod Stakhov2016-01-291-0/+6
|
* Fix CPU features detectionVsevolod Stakhov2016-01-291-32/+44
|
* Print configuration of crypto on startVsevolod Stakhov2016-01-291-0/+9
|
* Fix other usages of ottery_initVsevolod Stakhov2016-01-293-3/+1
|
* Use cryptobox rdrand detection for otteryVsevolod Stakhov2016-01-292-2/+14
|
* Add detection for RDRAND supportVsevolod Stakhov2016-01-295-8/+30
|
* Output configuration of libcryptoboxVsevolod Stakhov2016-01-2912-18/+81
|
* Migrate to ref10 curve25519 implmentationVsevolod Stakhov2016-01-285-263/+4353
|
* Improve and fix multimap pluginVsevolod Stakhov2016-01-281-20/+79
| | | | | | | | - Restore 'header' maps - Add filters for headers - Add 'email:addr', 'email:user', 'email:domain' and 'email:name' filters - Add generic regexp filters
* Add methods to check if a messages has from/rcptsVsevolod Stakhov2016-01-281-0/+104
|
* Allow converting of learn cache from sqlite to redisVsevolod Stakhov2016-01-272-9/+66
|
* Add base32 decode/encode routines to lua utilVsevolod Stakhov2016-01-271-0/+94
|
* Add warning for slow regexpsVsevolod Stakhov2016-01-271-15/+30
|
* Never set negative learn countsVsevolod Stakhov2016-01-271-3/+3
| | | | Issue: #496
* Show slow rules in logVsevolod Stakhov2016-01-261-0/+6
|
* Improve planning of asynchronous tasksVsevolod Stakhov2016-01-262-7/+45
|
* Try to read from HTTP socket even if we have timeoutVsevolod Stakhov2016-01-261-21/+75
|
* Merge pull request #504 from fatalbanana/masterVsevolod Stakhov2016-01-261-2/+2
|\ | | | | Fix user/language learn count in sqlite statistics (#496)
| * Fix user/language learn count in sqlite statistics (#496)Andrew Lewis2016-01-261-2/+2
| |
* | Fix fuzzy relearningVsevolod Stakhov2016-01-261-12/+44
| | | | | | | | | | Issue: #489 Investigated by: @moisseev
* | Temporary enable pcre jit fast pathVsevolod Stakhov2016-01-261-1/+1
|/
* Increase severity of sqlite errorsVsevolod Stakhov2016-01-261-2/+2
|
* Another fix to redis events logicVsevolod Stakhov2016-01-261-6/+1
|
* Try to fix memory leak on redis statVsevolod Stakhov2016-01-261-0/+7
| | | | | Issue: #500 Reported by: @mozzan