aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix another issue with fixed strings.Vsevolod Stakhov2015-10-291-1/+10
|
* Fix settings application.Vsevolod Stakhov2015-10-281-1/+1
| | | | | Issue: #416 Reported by: @moisseev
* Merge pull request #417 from dottedmag/masterVsevolod Stakhov2015-10-281-1/+1
|\ | | | | Grammar fix
| * Grammar fixMikhail Gusarov2015-10-281-1/+1
|/
* Update version.Vsevolod Stakhov2015-10-271-1/+1
|
* Release 1.0.91.0.9Vsevolod Stakhov2015-10-271-0/+4
| | | | | | | * Emergency fix in keyed blake2 to fix fuzzy hashes and encrypted password * Support passwords longer than 64 symbols Signed-off-by: Vsevolod Stakhov <vsevolod@highsecure.ru>
* Update version.Vsevolod Stakhov2015-10-272-2/+2
|
* Fix critical issue in keyed blake2 implementation.Vsevolod Stakhov2015-10-271-5/+24
|
* Release 1.0.81.0.8Vsevolod Stakhov2015-10-261-0/+9
| | | | | | | | | | | | * Add function to traverse AST atoms * Allow dependencies on rspamd symbols for SA metas * Fix memory corruption when timeout is removed in fuzzy check * Fix encrypted fuzzy add processing * Avoid use-after-free in controller session destructor * Use session pool instead of task pool in fuzzy check * Fix assembly in i386 mode (#413, #412) Signed-off-by: Vsevolod Stakhov <vsevolod@highsecure.ru>
* Fix assembly in i386 mode.Vsevolod Stakhov2015-10-261-16/+16
|
* Use session pool instead of task pool.Vsevolod Stakhov2015-10-261-3/+5
|
* Avoid use-after-free.Vsevolod Stakhov2015-10-261-1/+3
|
* Move controller session definition.Vsevolod Stakhov2015-10-262-12/+12
|
* Fix encrypted fuzzy add processing.Vsevolod Stakhov2015-10-261-2/+2
|
* Fix timeout event deleting.Vsevolod Stakhov2015-10-261-1/+3
|
* Allow dependencies on rspamd symbols for SA metasVsevolod Stakhov2015-10-261-0/+38
|
* Add method to lua expression to extract all atomsVsevolod Stakhov2015-10-261-0/+41
|
* Add function to traverse AST atomsVsevolod Stakhov2015-10-262-0/+53
|
* Update version.Vsevolod Stakhov2015-10-261-1/+1
|
* Release 1.0.71.0.7Vsevolod Stakhov2015-10-261-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Plugged memory leaks in internet address object & html parser * Fixed static build * Fixed multiple sigchld processing * Fixed deletion of signal events after event processing loop * Fixed build on ARM (#404 - reported by @Gottox) * Fixed setting the default mask for SPF. * Fixed sanitisation of HTTP query values * Fixed parsing of the last header in encrypted HTTP messages * Additions and fixes for test suite & benchmarks * Added openssl aes-256-gcm support to libcryptobox & HTTP server * Implemented support for starting multiple HTTP servers * Implemented batch accept in HTTP server * Added module to get data from HTTP headers (#285 - reported by @msimerson) * Added `rspamadm control` command * Added ability to sort counters output. * Added ability to specify custom headers for rspamc client * Fix architecture detection * Converted history storage to the UCL format * Allow flexible number of rows in history * Fix action badges in WebUI * Add universal cryptobox hash API * Migrated to the optimized blake2b implementation adopted from Andrew Moon * Allow explicit loading of specific modules * Always load settings module * Allow to add symbols from settings * Fix double free in the controller fuzzy learn command * Avoid endless loop when cannot open sqlite db * Updated libucl Signed-off-by: Vsevolod Stakhov <vsevolod@highsecure.ru>
* Update webui.Vsevolod Stakhov2015-10-261-0/+0
|
* Update specVsevolod Stakhov2015-10-261-1/+2
|
* Merge pull request #408 from fatalbanana/masterVsevolod Stakhov2015-10-261-0/+19
|\ | | | | Update ChangeLog
| * Update ChangeLogAndrew Lewis2015-10-231-0/+19
| |
* | Fix load of settings with no setup.Vsevolod Stakhov2015-10-261-2/+2
| |
* | Avoid endless loop when cannot open sqlite db.Vsevolod Stakhov2015-10-261-2/+14
| |
* | Fix double free for the controller.Vsevolod Stakhov2015-10-261-2/+13
| |
* | Update documentationVsevolod Stakhov2015-10-262-0/+6
| |
* | Allow to add symbols from settingsVsevolod Stakhov2015-10-261-4/+12
| |
* | Always load settings.Vsevolod Stakhov2015-10-261-0/+1
| |
* | Allow explicit loading of specific modulesVsevolod Stakhov2015-10-263-0/+14
| |
* | Fix sections positions.Vsevolod Stakhov2015-10-261-1/+1
| |
* | Adopt the rest of rspamd for new hash api.Vsevolod Stakhov2015-10-254-26/+26
| |
* | Fix issues with keyed hash API.Vsevolod Stakhov2015-10-253-11/+6
| |
* | Start migrating to the new hash API.Vsevolod Stakhov2015-10-258-40/+43
| |
* | Add universal cryptobox hash API.Vsevolod Stakhov2015-10-252-3/+78
| |
* | Remove previous blake2 implementation.Vsevolod Stakhov2015-10-257-636/+4
| |
* | Add optimized version of blake2b from @floodyberryVsevolod Stakhov2015-10-257-13/+3558
| |
* | Start rework of blake2 implementation.Vsevolod Stakhov2015-10-255-1/+591
| |
* | Finish history format rework.Vsevolod Stakhov2015-10-246-2/+13
| |
* | Fix controllerVsevolod Stakhov2015-10-241-19/+36
| |
* | Implement new saving.Vsevolod Stakhov2015-10-241-1/+45
| |
* | Start conversion history to a flexible form.Vsevolod Stakhov2015-10-242-61/+148
| |
* | Fix architecture detection.Vsevolod Stakhov2015-10-232-2/+3
| |
* | Allow conditional build of snowball.Vsevolod Stakhov2015-10-237-7/+30
|/
* Plug internet address objects leakVsevolod Stakhov2015-10-221-0/+2
|
* Plug memory leak in html parserVsevolod Stakhov2015-10-221-1/+1
|
* Fix parsing of openssl keys by semicolon splittingVsevolod Stakhov2015-10-221-3/+16
|
* Another bug in format stringVsevolod Stakhov2015-10-211-1/+1
|
* Fix csv issues.Vsevolod Stakhov2015-10-211-7/+8
|