]> source.dussan.org Git - rspamd.git/log
rspamd.git
8 years agoRemove debugging comment.
Vsevolod Stakhov [Thu, 5 Nov 2015 13:56:44 +0000 (16:56 +0300)]
Remove debugging comment.

8 years agoFix variables names
Vsevolod Stakhov [Thu, 5 Nov 2015 13:55:22 +0000 (16:55 +0300)]
Fix variables names

8 years agoFix variables boundaries
Vsevolod Stakhov [Thu, 5 Nov 2015 13:51:42 +0000 (16:51 +0300)]
Fix variables boundaries

8 years agoAdd parsing logic for log_format
Vsevolod Stakhov [Thu, 5 Nov 2015 13:49:25 +0000 (16:49 +0300)]
Add parsing logic for log_format

8 years agoAdd routine to compare an ftok with C string
Vsevolod Stakhov [Thu, 5 Nov 2015 13:22:56 +0000 (16:22 +0300)]
Add routine to compare an ftok with C string

8 years agoStart variable log format support.
Vsevolod Stakhov [Thu, 5 Nov 2015 12:54:48 +0000 (15:54 +0300)]
Start variable log format support.

8 years agoStart new feature release.
Vsevolod Stakhov [Thu, 5 Nov 2015 12:32:03 +0000 (15:32 +0300)]
Start new feature release.

8 years agoRemove unused includes.
Vsevolod Stakhov [Wed, 4 Nov 2015 18:49:31 +0000 (21:49 +0300)]
Remove unused includes.

8 years agoUse the proper string for make_dns_request
Vsevolod Stakhov [Mon, 2 Nov 2015 08:07:36 +0000 (11:07 +0300)]
Use the proper string for make_dns_request

8 years agoFix comments
Vsevolod Stakhov [Sun, 1 Nov 2015 17:20:12 +0000 (20:20 +0300)]
Fix comments

8 years agoFix hash function invocation.
Vsevolod Stakhov [Sat, 31 Oct 2015 20:48:05 +0000 (23:48 +0300)]
Fix hash function invocation.

8 years agoImprove readme.
Vsevolod Stakhov [Fri, 30 Oct 2015 21:14:21 +0000 (21:14 +0000)]
Improve readme.

8 years agoFix another issue with fixed strings.
Vsevolod Stakhov [Thu, 29 Oct 2015 08:48:03 +0000 (08:48 +0000)]
Fix another issue with fixed strings.

8 years agoFix settings application.
Vsevolod Stakhov [Wed, 28 Oct 2015 21:41:18 +0000 (21:41 +0000)]
Fix settings application.

Issue: #416
Reported by: @moisseev

8 years agoMerge pull request #417 from dottedmag/master
Vsevolod Stakhov [Wed, 28 Oct 2015 19:18:03 +0000 (19:18 +0000)]
Merge pull request #417 from dottedmag/master

Grammar fix

8 years agoGrammar fix 417/head
Mikhail Gusarov [Wed, 28 Oct 2015 12:46:46 +0000 (13:46 +0100)]
Grammar fix

8 years agoUpdate version.
Vsevolod Stakhov [Tue, 27 Oct 2015 13:21:43 +0000 (13:21 +0000)]
Update version.

8 years agoRelease 1.0.9 1.0.9
Vsevolod Stakhov [Tue, 27 Oct 2015 12:56:41 +0000 (12:56 +0000)]
Release 1.0.9

* 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>
8 years agoUpdate version.
Vsevolod Stakhov [Tue, 27 Oct 2015 11:20:04 +0000 (11:20 +0000)]
Update version.

8 years agoFix critical issue in keyed blake2 implementation.
Vsevolod Stakhov [Tue, 27 Oct 2015 11:18:40 +0000 (11:18 +0000)]
Fix critical issue in keyed blake2 implementation.

8 years agoRelease 1.0.8 1.0.8
Vsevolod Stakhov [Mon, 26 Oct 2015 23:20:01 +0000 (23:20 +0000)]
Release 1.0.8

* 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>
8 years agoFix assembly in i386 mode.
Vsevolod Stakhov [Mon, 26 Oct 2015 22:29:05 +0000 (22:29 +0000)]
Fix assembly in i386 mode.

8 years agoUse session pool instead of task pool.
Vsevolod Stakhov [Mon, 26 Oct 2015 22:22:25 +0000 (22:22 +0000)]
Use session pool instead of task pool.

8 years agoAvoid use-after-free.
Vsevolod Stakhov [Mon, 26 Oct 2015 22:22:09 +0000 (22:22 +0000)]
Avoid use-after-free.

8 years agoMove controller session definition.
Vsevolod Stakhov [Mon, 26 Oct 2015 22:21:51 +0000 (22:21 +0000)]
Move controller session definition.

8 years agoFix encrypted fuzzy add processing.
Vsevolod Stakhov [Mon, 26 Oct 2015 18:51:39 +0000 (18:51 +0000)]
Fix encrypted fuzzy add processing.

8 years agoFix timeout event deleting.
Vsevolod Stakhov [Mon, 26 Oct 2015 18:51:24 +0000 (18:51 +0000)]
Fix timeout event deleting.

8 years agoAllow dependencies on rspamd symbols for SA metas
Vsevolod Stakhov [Mon, 26 Oct 2015 18:17:28 +0000 (18:17 +0000)]
Allow dependencies on rspamd symbols for SA metas

8 years agoAdd method to lua expression to extract all atoms
Vsevolod Stakhov [Mon, 26 Oct 2015 17:35:59 +0000 (17:35 +0000)]
Add method to lua expression to extract all atoms

8 years agoAdd function to traverse AST atoms
Vsevolod Stakhov [Mon, 26 Oct 2015 17:24:52 +0000 (17:24 +0000)]
Add function to traverse AST atoms

8 years agoUpdate version.
Vsevolod Stakhov [Mon, 26 Oct 2015 16:14:36 +0000 (16:14 +0000)]
Update version.

8 years agoRelease 1.0.7 1.0.7
Vsevolod Stakhov [Mon, 26 Oct 2015 15:20:07 +0000 (15:20 +0000)]
Release 1.0.7

* 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>
8 years agoUpdate webui.
Vsevolod Stakhov [Mon, 26 Oct 2015 15:17:14 +0000 (15:17 +0000)]
Update webui.

8 years agoUpdate spec
Vsevolod Stakhov [Mon, 26 Oct 2015 15:14:14 +0000 (15:14 +0000)]
Update spec

8 years agoMerge pull request #408 from fatalbanana/master
Vsevolod Stakhov [Mon, 26 Oct 2015 15:14:25 +0000 (15:14 +0000)]
Merge pull request #408 from fatalbanana/master

Update ChangeLog

8 years agoFix load of settings with no setup.
Vsevolod Stakhov [Mon, 26 Oct 2015 14:16:53 +0000 (14:16 +0000)]
Fix load of settings with no setup.

8 years agoAvoid endless loop when cannot open sqlite db.
Vsevolod Stakhov [Mon, 26 Oct 2015 14:02:41 +0000 (14:02 +0000)]
Avoid endless loop when cannot open sqlite db.

8 years agoFix double free for the controller.
Vsevolod Stakhov [Mon, 26 Oct 2015 13:39:52 +0000 (13:39 +0000)]
Fix double free for the controller.

8 years agoUpdate documentation
Vsevolod Stakhov [Mon, 26 Oct 2015 09:26:25 +0000 (09:26 +0000)]
Update documentation

8 years agoAllow to add symbols from settings
Vsevolod Stakhov [Mon, 26 Oct 2015 09:23:31 +0000 (09:23 +0000)]
Allow to add symbols from settings

8 years agoAlways load settings.
Vsevolod Stakhov [Mon, 26 Oct 2015 09:17:45 +0000 (09:17 +0000)]
Always load settings.

8 years agoAllow explicit loading of specific modules
Vsevolod Stakhov [Mon, 26 Oct 2015 09:16:36 +0000 (09:16 +0000)]
Allow explicit loading of specific modules

8 years agoFix sections positions.
Vsevolod Stakhov [Mon, 26 Oct 2015 00:11:32 +0000 (00:11 +0000)]
Fix sections positions.

8 years agoAdopt the rest of rspamd for new hash api.
Vsevolod Stakhov [Sun, 25 Oct 2015 23:30:27 +0000 (23:30 +0000)]
Adopt the rest of rspamd for new hash api.

8 years agoFix issues with keyed hash API.
Vsevolod Stakhov [Sun, 25 Oct 2015 23:23:20 +0000 (23:23 +0000)]
Fix issues with keyed hash API.

8 years agoStart migrating to the new hash API.
Vsevolod Stakhov [Sun, 25 Oct 2015 23:15:16 +0000 (23:15 +0000)]
Start migrating to the new hash API.

8 years agoAdd universal cryptobox hash API.
Vsevolod Stakhov [Sun, 25 Oct 2015 23:00:49 +0000 (23:00 +0000)]
Add universal cryptobox hash API.

8 years agoRemove previous blake2 implementation.
Vsevolod Stakhov [Sun, 25 Oct 2015 22:45:51 +0000 (22:45 +0000)]
Remove previous blake2 implementation.

8 years agoAdd optimized version of blake2b from @floodyberry
Vsevolod Stakhov [Sun, 25 Oct 2015 22:42:28 +0000 (22:42 +0000)]
Add optimized version of blake2b from @floodyberry

8 years agoStart rework of blake2 implementation.
Vsevolod Stakhov [Sun, 25 Oct 2015 21:36:13 +0000 (21:36 +0000)]
Start rework of blake2 implementation.

8 years agoFinish history format rework.
Vsevolod Stakhov [Sat, 24 Oct 2015 22:02:59 +0000 (23:02 +0100)]
Finish history format rework.

8 years agoFix controller
Vsevolod Stakhov [Sat, 24 Oct 2015 21:30:56 +0000 (22:30 +0100)]
Fix controller

8 years agoImplement new saving.
Vsevolod Stakhov [Sat, 24 Oct 2015 13:43:15 +0000 (14:43 +0100)]
Implement new saving.

8 years agoStart conversion history to a flexible form.
Vsevolod Stakhov [Sat, 24 Oct 2015 13:33:02 +0000 (14:33 +0100)]
Start conversion history to a flexible form.

8 years agoFix architecture detection.
Vsevolod Stakhov [Fri, 23 Oct 2015 12:25:59 +0000 (13:25 +0100)]
Fix architecture detection.

8 years agoUpdate ChangeLog 408/head
Andrew Lewis [Fri, 23 Oct 2015 11:23:18 +0000 (13:23 +0200)]
Update ChangeLog

8 years agoAllow conditional build of snowball.
Vsevolod Stakhov [Fri, 23 Oct 2015 10:51:53 +0000 (11:51 +0100)]
Allow conditional build of snowball.

8 years agoPlug internet address objects leak
Vsevolod Stakhov [Thu, 22 Oct 2015 15:35:41 +0000 (16:35 +0100)]
Plug internet address objects leak

8 years agoPlug memory leak in html parser
Vsevolod Stakhov [Thu, 22 Oct 2015 15:35:31 +0000 (16:35 +0100)]
Plug memory leak in html parser

8 years agoFix parsing of openssl keys by semicolon splitting
Vsevolod Stakhov [Thu, 22 Oct 2015 08:45:14 +0000 (09:45 +0100)]
Fix parsing of openssl keys by semicolon splitting

8 years agoAnother bug in format string
Vsevolod Stakhov [Wed, 21 Oct 2015 16:19:29 +0000 (17:19 +0100)]
Another bug in format string

8 years agoFix csv issues.
Vsevolod Stakhov [Wed, 21 Oct 2015 13:16:58 +0000 (14:16 +0100)]
Fix csv issues.

8 years agoAdd CSV output for http-bench
Vsevolod Stakhov [Wed, 21 Oct 2015 12:55:43 +0000 (13:55 +0100)]
Add CSV output for http-bench

8 years agoAllow static key for a server
Vsevolod Stakhov [Wed, 21 Oct 2015 12:42:41 +0000 (13:42 +0100)]
Allow static key for a server

8 years agoAdditional issues with static build.
Vsevolod Stakhov [Wed, 21 Oct 2015 12:17:34 +0000 (13:17 +0100)]
Additional issues with static build.

8 years agoMore fixes to the static build
Vsevolod Stakhov [Wed, 21 Oct 2015 12:05:10 +0000 (13:05 +0100)]
More fixes to the static build

8 years agoAdd special hacks to allow static build.
Vsevolod Stakhov [Wed, 21 Oct 2015 11:57:12 +0000 (12:57 +0100)]
Add special hacks to allow static build.

8 years agoFix multiple sigchld processing
Vsevolod Stakhov [Tue, 20 Oct 2015 22:31:28 +0000 (23:31 +0100)]
Fix multiple sigchld processing

8 years agoRework test framework to use timeout instead of tests number
Vsevolod Stakhov [Tue, 20 Oct 2015 18:10:19 +0000 (19:10 +0100)]
Rework test framework to use timeout instead of tests number

8 years agoAllow writing latencies to a separate file
Vsevolod Stakhov [Tue, 20 Oct 2015 16:32:02 +0000 (17:32 +0100)]
Allow writing latencies to a separate file

8 years agoFix variable in command line options
Vsevolod Stakhov [Tue, 20 Oct 2015 15:55:10 +0000 (16:55 +0100)]
Fix variable in command line options

8 years agoRework benchmark to processes from threads
Vsevolod Stakhov [Tue, 20 Oct 2015 15:30:14 +0000 (16:30 +0100)]
Rework benchmark to processes from threads

9 years agoImplement batch accept in server.
Vsevolod Stakhov [Tue, 20 Oct 2015 14:24:51 +0000 (15:24 +0100)]
Implement batch accept in server.

9 years agoImplement benchmark.
Vsevolod Stakhov [Tue, 20 Oct 2015 14:04:53 +0000 (15:04 +0100)]
Implement benchmark.

9 years agoFix memory allocation in http test
Vsevolod Stakhov [Tue, 20 Oct 2015 12:47:49 +0000 (13:47 +0100)]
Fix memory allocation in http test

9 years agoFix benchmarking server
Vsevolod Stakhov [Tue, 20 Oct 2015 10:47:41 +0000 (11:47 +0100)]
Fix benchmarking server

9 years agoAdd a simple http server for benchmarks
Vsevolod Stakhov [Tue, 20 Oct 2015 09:10:35 +0000 (10:10 +0100)]
Add a simple http server for benchmarks

9 years agoImprove symbols cache time counters
Vsevolod Stakhov [Tue, 20 Oct 2015 08:11:36 +0000 (09:11 +0100)]
Improve symbols cache time counters

9 years agoUpdate manual page.
Vsevolod Stakhov [Mon, 19 Oct 2015 18:07:00 +0000 (19:07 +0100)]
Update manual page.

9 years agoAdd ability to sort counters output.
Vsevolod Stakhov [Mon, 19 Oct 2015 18:04:29 +0000 (19:04 +0100)]
Add ability to sort counters output.

9 years agoFix parsing of the last header in encrypted HTTP messages
Vsevolod Stakhov [Mon, 19 Oct 2015 18:02:59 +0000 (19:02 +0100)]
Fix parsing of the last header in encrypted HTTP messages

9 years agoMerge from libucl.
Vsevolod Stakhov [Mon, 19 Oct 2015 17:53:39 +0000 (18:53 +0100)]
Merge from libucl.

9 years agoFix headers arguments.
Vsevolod Stakhov [Mon, 19 Oct 2015 17:44:30 +0000 (18:44 +0100)]
Fix headers arguments.

9 years agoAdd ability to specify custom headers for rspamc client
Vsevolod Stakhov [Mon, 19 Oct 2015 16:16:21 +0000 (17:16 +0100)]
Add ability to specify custom headers for rspamc client

9 years agoFix parsing of headers
Vsevolod Stakhov [Mon, 19 Oct 2015 16:13:33 +0000 (17:13 +0100)]
Fix parsing of headers

9 years agoAdd module to get data from HTTP headers
Vsevolod Stakhov [Mon, 19 Oct 2015 15:59:08 +0000 (16:59 +0100)]
Add module to get data from HTTP headers

Issue: #285
Reported by: @msimerson

9 years agoCheck unique redirector calls per SURBL suffix
Vsevolod Stakhov [Mon, 19 Oct 2015 15:21:30 +0000 (16:21 +0100)]
Check unique redirector calls per SURBL suffix

9 years agoFix redirector invocation
Vsevolod Stakhov [Mon, 19 Oct 2015 14:24:27 +0000 (15:24 +0100)]
Fix redirector invocation

9 years agoAllow starting of multiple servers
Vsevolod Stakhov [Mon, 19 Oct 2015 11:55:44 +0000 (12:55 +0100)]
Allow starting of multiple servers

9 years agoFix nonces and pk sizes for openssl mode
Vsevolod Stakhov [Mon, 19 Oct 2015 11:19:42 +0000 (12:19 +0100)]
Fix nonces and pk sizes for openssl mode

9 years agoFix http test.
Vsevolod Stakhov [Mon, 19 Oct 2015 11:16:38 +0000 (12:16 +0100)]
Fix http test.

9 years agoFix cryptobox ECDH
Vsevolod Stakhov [Mon, 19 Oct 2015 10:49:38 +0000 (11:49 +0100)]
Fix cryptobox ECDH

9 years agoFix fuzzy storage constants
Vsevolod Stakhov [Mon, 19 Oct 2015 10:49:26 +0000 (11:49 +0100)]
Fix fuzzy storage constants

9 years agoFix HTTP code.
Vsevolod Stakhov [Mon, 19 Oct 2015 10:40:16 +0000 (11:40 +0100)]
Fix HTTP code.

9 years agoMove to pluggable cryptobox object sizes
Vsevolod Stakhov [Mon, 19 Oct 2015 10:08:50 +0000 (11:08 +0100)]
Move to pluggable cryptobox object sizes

9 years agoFix memory allocation for openssl objects
Vsevolod Stakhov [Mon, 19 Oct 2015 08:27:09 +0000 (09:27 +0100)]
Fix memory allocation for openssl objects

9 years agoEnable openssl mode for rspamadm
Vsevolod Stakhov [Mon, 19 Oct 2015 08:25:52 +0000 (09:25 +0100)]
Enable openssl mode for rspamadm

9 years agoEnable openssl mode for keypair generation
Vsevolod Stakhov [Mon, 19 Oct 2015 08:24:08 +0000 (09:24 +0100)]
Enable openssl mode for keypair generation

9 years agoImprove HTTP test for aes-gcm support.
Vsevolod Stakhov [Sun, 18 Oct 2015 22:48:52 +0000 (23:48 +0100)]
Improve HTTP test for aes-gcm support.

9 years agoEnable openssl AES tests
Vsevolod Stakhov [Sun, 18 Oct 2015 22:29:42 +0000 (23:29 +0100)]
Enable openssl AES tests