]>
source.dussan.org Git - rspamd.git/log
Vsevolod Stakhov [Tue, 3 Jul 2012 15:45:03 +0000 (19:45 +0400)]
Use gmime-2.6 if gmime-2.4 is not found.
Vsevolod Stakhov [Tue, 19 Jun 2012 17:10:44 +0000 (21:10 +0400)]
Log smtp FROM in urls output if smtp user is not defined.
Vsevolod Stakhov [Thu, 14 Jun 2012 18:20:50 +0000 (22:20 +0400)]
* Allow to use other composites inside a composite's expression
Fix for cmake 2.6.
Vsevolod Stakhov [Sat, 9 Jun 2012 12:35:05 +0000 (16:35 +0400)]
Added tag 0.5.0 for changeset
26ad7ecdd714
Vsevolod Stakhov [Sat, 9 Jun 2012 12:35:00 +0000 (16:35 +0400)]
Update debian rules and changelog.
Update sample config file.
Vsevolod Stakhov [Thu, 7 Jun 2012 15:56:07 +0000 (19:56 +0400)]
Fix dependency.
Vsevolod Stakhov [Thu, 7 Jun 2012 15:48:27 +0000 (19:48 +0400)]
Allow NO_SHARED build to use static archives for internal libraries.
Check for -fPIC/-fpic support.
Vsevolod Stakhov [Thu, 7 Jun 2012 15:16:51 +0000 (19:16 +0400)]
Reorganize libs.
Vsevolod Stakhov [Thu, 7 Jun 2012 15:06:09 +0000 (19:06 +0400)]
Avoid using global 'counters' hash, include it in struct rspamd_main.
Move worker related utils to separate file and include it in rspamd-mime library.
Add some cross-dependencies.
Vsevolod Stakhov [Tue, 5 Jun 2012 18:09:46 +0000 (22:09 +0400)]
Version some lonely libraries.
Vsevolod Stakhov [Tue, 5 Jun 2012 16:52:41 +0000 (20:52 +0400)]
Strict prototypes.
Vsevolod Stakhov [Tue, 5 Jun 2012 16:08:44 +0000 (20:08 +0400)]
Fix rspamdclient bug while reading controller's greeting.
Vsevolod Stakhov [Tue, 5 Jun 2012 15:22:57 +0000 (19:22 +0400)]
Fix static build.
As there are too many changes from 0.4.7 mark this version as 0.5.0.
Vsevolod Stakhov [Tue, 5 Jun 2012 14:21:49 +0000 (18:21 +0400)]
* Split rspamd build to several independent libraries to reduce overhead.
Vsevolod Stakhov [Mon, 4 Jun 2012 22:39:21 +0000 (02:39 +0400)]
* DKIM module now check only first signature as others must be rejected or skipped by definition.
* Add 'trusted_only' and 'skip_multi' options to DKIM module.
* Improve flags parsing to support strings like: 'true', 'false', '1', '0', 'yes', 'no', 'y', 'n'.
Vsevolod Stakhov [Mon, 4 Jun 2012 19:48:11 +0000 (23:48 +0400)]
Change ptr array creation function.
Vsevolod Stakhov [Mon, 4 Jun 2012 17:55:57 +0000 (21:55 +0400)]
Print percents with actions in controller's 'stat' command output.
Vsevolod Stakhov [Mon, 4 Jun 2012 17:44:34 +0000 (21:44 +0400)]
Ignore empty or invalid keys.
Vsevolod Stakhov [Mon, 4 Jun 2012 17:36:58 +0000 (21:36 +0400)]
* Implement 'time_jitter' setting allowing to check signatures in future in case of incorrect system time (1 minute jittering by default).
Vsevolod Stakhov [Mon, 4 Jun 2012 17:27:46 +0000 (21:27 +0400)]
Follow RFC while checking multiply headers.
Vsevolod Stakhov [Mon, 4 Jun 2012 15:22:17 +0000 (19:22 +0400)]
Assume empty headers as headers with "" as value.
Vsevolod Stakhov [Thu, 31 May 2012 18:10:50 +0000 (22:10 +0400)]
* Allow keys without values in kv maps
Some fixes to dkim_check strict logic.
Vsevolod Stakhov [Thu, 31 May 2012 17:56:44 +0000 (21:56 +0400)]
* Strict domains for dkim now contain more data (kv pairs in format <dkim_domain> <reject_multiplier:deny_multiplier>).
Vsevolod Stakhov [Thu, 31 May 2012 17:41:55 +0000 (21:41 +0400)]
Fix WSP canonization.
Vsevolod Stakhov [Tue, 29 May 2012 21:24:30 +0000 (01:24 +0400)]
* Implement relaxed canonization.
Vsevolod Stakhov [Tue, 29 May 2012 18:08:54 +0000 (22:08 +0400)]
* Add support of strict_domains.
Several fixes in dkim code.
Make initial support of body relaxed canonization.
Vsevolod Stakhov [Tue, 29 May 2012 16:39:29 +0000 (20:39 +0400)]
* Add dkim check plugin.
Vsevolod Stakhov [Tue, 29 May 2012 16:39:14 +0000 (20:39 +0400)]
Make 'simple' dkim canonization working.
Vsevolod Stakhov [Mon, 28 May 2012 23:14:45 +0000 (03:14 +0400)]
Support of length attribute.
Vsevolod Stakhov [Mon, 28 May 2012 23:07:23 +0000 (03:07 +0400)]
* Write tests for DKIM signature and key parsers.
Fix DKIM parsers.
Vsevolod Stakhov [Mon, 28 May 2012 19:37:58 +0000 (23:37 +0400)]
Implement keysigning.
Vsevolod Stakhov [Mon, 28 May 2012 17:31:56 +0000 (21:31 +0400)]
* Add signing and simple canonization support (not finished yet, work in progress).
Vsevolod Stakhov [Mon, 28 May 2012 13:33:54 +0000 (17:33 +0400)]
Check received for not more than 5 recipients.
Install lua configuration by default (as user's one should be in rspamd.local.lua).
Vsevolod Stakhov [Mon, 28 May 2012 13:26:38 +0000 (17:26 +0400)]
* Avoid DoS while sending a message with a lot of recipients in 'To' header.
Fix possible deadlock in lua_redis.
Version is now 0.4.8 as there are enough changes.
Vsevolod Stakhov [Fri, 25 May 2012 16:14:18 +0000 (20:14 +0400)]
Implement key extracting for dkim records.
Vsevolod Stakhov [Thu, 24 May 2012 17:35:03 +0000 (21:35 +0400)]
* Start dkim support implementation.
Vsevolod Stakhov [Wed, 2 May 2012 12:52:23 +0000 (16:52 +0400)]
* Add emulating of session in case of dnsbl reject.
Vsevolod Stakhov [Fri, 27 Apr 2012 16:56:58 +0000 (20:56 +0400)]
Merge.
Vsevolod Stakhov [Fri, 27 Apr 2012 16:51:56 +0000 (20:51 +0400)]
* Add ability to specify dnsbls for smtp_proxy.
Fix handling of params with the same name in configuration.
Add ability for rspamc to bind on a local address.
Vsevolod Stakhov [Mon, 23 Apr 2012 20:05:43 +0000 (00:05 +0400)]
Make it possible to start several rspamd with different configurations from a single commandline.
Vsevolod Stakhov [Mon, 23 Apr 2012 17:40:01 +0000 (21:40 +0400)]
* Add support of XCLIENT to the smtp proxy.
Vsevolod Stakhov [Mon, 23 Apr 2012 14:47:21 +0000 (18:47 +0400)]
Add basic list config parser.
Vsevolod Stakhov [Mon, 23 Apr 2012 14:43:08 +0000 (18:43 +0400)]
* Allow workers to specify multiply options of the same type.
Vsevolod Stakhov [Mon, 23 Apr 2012 13:57:02 +0000 (17:57 +0400)]
* Allow full access to controller's commands without a password if
controller password is not specified in configuration.
Fix some minor stuff while I'm here.
Vsevolod Stakhov [Mon, 23 Apr 2012 13:24:39 +0000 (17:24 +0400)]
Fix some problems with learning.
Vsevolod Stakhov [Fri, 20 Apr 2012 16:27:55 +0000 (20:27 +0400)]
Fix multimap to handle ipv6 addresses.
Vsevolod Stakhov [Fri, 20 Apr 2012 16:02:28 +0000 (20:02 +0400)]
* Fix spf plugin that was broken in 0.4.7
* Add partial ipv6 support for some rspamd modules.
Vsevolod Stakhov [Fri, 20 Apr 2012 12:40:59 +0000 (16:40 +0400)]
Fix controller freezing.
Vsevolod Stakhov [Thu, 19 Apr 2012 22:55:22 +0000 (02:55 +0400)]
Allow rspamd dispatcher code to process half-closed connections.
Vsevolod Stakhov [Fri, 13 Apr 2012 15:46:05 +0000 (19:46 +0400)]
Add portable api for locks and threads to handle Glib threads API change.
Vsevolod Stakhov [Fri, 6 Apr 2012 16:46:55 +0000 (20:46 +0400)]
* Add ratelimit plugin
Some polishing of lua task api.
Vsevolod Stakhov [Fri, 30 Mar 2012 16:54:18 +0000 (20:54 +0400)]
* Implement pre-filters that realizes concepts to check mail by some absolute values like:
- greylisting
- DNS BL/WL
- ratelimits
Vsevolod Stakhov [Thu, 29 Mar 2012 12:08:38 +0000 (16:08 +0400)]
Use guint64 for all IO operations.
Vsevolod Stakhov [Wed, 28 Mar 2012 10:53:58 +0000 (14:53 +0400)]
Parse big limits on 32 bits machine (for file sizes).
Vsevolod Stakhov [Tue, 27 Mar 2012 14:58:04 +0000 (18:58 +0400)]
Detect amd64.
Vsevolod Stakhov [Tue, 27 Mar 2012 14:46:21 +0000 (18:46 +0400)]
Use 64 bit offset while compiled in 32 bit mode.
Vsevolod Stakhov [Mon, 26 Mar 2012 17:30:43 +0000 (21:30 +0400)]
* Improve statistics for scanned messages.
Vsevolod Stakhov [Mon, 26 Mar 2012 15:44:44 +0000 (19:44 +0400)]
* Add lua bindings for upstream API.
Vsevolod Stakhov [Fri, 16 Mar 2012 13:30:46 +0000 (17:30 +0400)]
Allow multiply aio requests in flight.
Vsevolod Stakhov [Thu, 15 Mar 2012 18:15:04 +0000 (22:15 +0400)]
Fix stupid error in aio_write.
Vsevolod Stakhov [Tue, 13 Mar 2012 13:30:06 +0000 (17:30 +0400)]
Fix proxy logic.
Vsevolod Stakhov [Tue, 13 Mar 2012 12:52:48 +0000 (16:52 +0400)]
Cleanup callback's data for aio.
Vsevolod Stakhov [Sun, 11 Mar 2012 13:53:58 +0000 (17:53 +0400)]
Aio context must be long not int.
O_DIRECT on linux requires strict memory alignment.
Vsevolod Stakhov [Sun, 11 Mar 2012 12:01:20 +0000 (16:01 +0400)]
Add offset support to aio operations.
Vsevolod Stakhov [Wed, 7 Mar 2012 16:47:55 +0000 (20:47 +0400)]
* Add initial implementation of proxy object
* Add simple smtp proxy worker
Vsevolod Stakhov [Tue, 6 Mar 2012 14:32:46 +0000 (18:32 +0400)]
Fix aio syscall numbers for x86_64 platform.
Vsevolod Stakhov [Mon, 5 Mar 2012 14:58:50 +0000 (18:58 +0400)]
Fixed threading for testing suite.
Vsevolod Stakhov [Thu, 1 Mar 2012 17:57:09 +0000 (21:57 +0400)]
Fix asynchronous IO API.
Write test case for aio.
Vsevolod Stakhov [Thu, 1 Mar 2012 16:14:32 +0000 (20:14 +0400)]
Separate librspamdserver API from plugins and workers functions.
Make tests compileable again.
Vsevolod Stakhov [Thu, 1 Mar 2012 12:45:38 +0000 (16:45 +0400)]
Use DB_HASH access method for bdb backend.
Fix signed and unsigned comparasion while I'm here.
Vsevolod Stakhov [Tue, 21 Feb 2012 16:16:17 +0000 (20:16 +0400)]
Forgot event_del.
Vsevolod Stakhov [Tue, 21 Feb 2012 16:05:24 +0000 (20:05 +0400)]
Some fixes to dispatcher code to allow change policy more flexible.
Vsevolod Stakhov [Tue, 21 Feb 2012 11:01:41 +0000 (15:01 +0400)]
Another workaround for old glib.
Vsevolod Stakhov [Fri, 17 Feb 2012 17:13:59 +0000 (21:13 +0400)]
Workaround for old glib.
Vsevolod Stakhov [Fri, 17 Feb 2012 17:06:00 +0000 (21:06 +0400)]
Added tag 0.4.7 for changeset
b0d4207e9a41
Vsevolod Stakhov [Fri, 17 Feb 2012 17:05:56 +0000 (21:05 +0400)]
Update debian changelog.
Vsevolod Stakhov [Thu, 16 Feb 2012 13:13:09 +0000 (17:13 +0400)]
Add support of buffered IO reset to support persistent connections.
Vsevolod Stakhov [Wed, 15 Feb 2012 18:01:08 +0000 (22:01 +0400)]
Add temporary pages to pool allocator to allow reset of some pool data.
Vsevolod Stakhov [Wed, 15 Feb 2012 13:08:20 +0000 (17:08 +0400)]
Fix build.
Vsevolod Stakhov [Tue, 14 Feb 2012 14:32:19 +0000 (18:32 +0400)]
More fixes to thread-safe processing.
Vsevolod Stakhov [Mon, 13 Feb 2012 17:51:10 +0000 (21:51 +0400)]
* More things to be thread-safe:
- pool allocator is now thread-safe
- lua subsystem now holds lock to avoid lua stack corruption
- events subsystem now using conditional variables to wait for async_threads
- insert_result is thread-safe now
Vsevolod Stakhov [Mon, 13 Feb 2012 15:09:27 +0000 (19:09 +0400)]
Add quarks to events to determine source of event inside rspamd.
Another try to fix threading.
Vsevolod Stakhov [Fri, 3 Feb 2012 14:02:01 +0000 (18:02 +0400)]
Fix build with glib <= 2.30.
Vsevolod Stakhov [Tue, 31 Jan 2012 18:24:51 +0000 (22:24 +0400)]
Fixes to threading (still incomplete).
Vsevolod Stakhov [Tue, 31 Jan 2012 17:24:32 +0000 (21:24 +0400)]
Rework events library slightly:
- forced events are no longer checked or created
- add async threads to prevent session to be destroyed till all threads are finished
Vsevolod Stakhov [Tue, 31 Jan 2012 17:02:46 +0000 (21:02 +0400)]
Fix critical bug with events checking during filters processing.
Vsevolod Stakhov [Tue, 31 Jan 2012 16:59:10 +0000 (20:59 +0400)]
Adopt rspamd for the next glib release.
Fix several issues in threads handling inside keystorage.
Fix sigsuspend usage in keystorage.
Vsevolod Stakhov [Mon, 30 Jan 2012 18:26:25 +0000 (22:26 +0400)]
* Add support to process regexp in multiply threads by using thread pool.
Vsevolod Stakhov [Fri, 20 Jan 2012 15:56:03 +0000 (19:56 +0400)]
Fix hashing in events library.
Vsevolod Stakhov [Mon, 16 Jan 2012 16:59:37 +0000 (20:59 +0400)]
* Introduce new system of worker's and modules initialization:
- Removed legacy limitation of worker's types;
- Using GQuarks to identify workers and modules;
- Remove modules.sh script;
- Add a common system of workers and modules;
- Write management and configuration for new architecture.
Vsevolod Stakhov [Mon, 16 Jan 2012 13:36:22 +0000 (17:36 +0400)]
* Add AIO framework for linux io(3) interface.
Vsevolod Stakhov [Tue, 20 Dec 2011 16:14:29 +0000 (19:14 +0300)]
Restore std=c99 compiler flag.
Vsevolod Stakhov [Tue, 20 Dec 2011 16:12:15 +0000 (19:12 +0300)]
Added tag 0.4.6 for changeset
d2825fcdbb52
Vsevolod Stakhov [Tue, 20 Dec 2011 16:11:49 +0000 (19:11 +0300)]
More cleanups and fixes for compiler warnings.
Vsevolod Stakhov [Tue, 20 Dec 2011 14:11:39 +0000 (17:11 +0300)]
Make compiler happy in several cases, remove warnings.
Vsevolod Stakhov [Tue, 20 Dec 2011 13:21:41 +0000 (16:21 +0300)]
Add an entry to debian/changelog.
Vsevolod Stakhov [Fri, 16 Dec 2011 15:37:50 +0000 (18:37 +0300)]
Add expire and whitelist options to ip_score plugin.
Some fixes to expiration of keys (still need to be reworked however).
Vsevolod Stakhov [Fri, 16 Dec 2011 15:22:31 +0000 (18:22 +0300)]
* Add new plugin ip_score to set and get score for specified ip address.
Vsevolod Stakhov [Fri, 16 Dec 2011 14:38:52 +0000 (17:38 +0300)]
Allow for post filters to register async events.
Some fixes to lua redis library.
Vsevolod Stakhov [Wed, 14 Dec 2011 17:41:34 +0000 (20:41 +0300)]
* Now it is possible to specify local functions to every callback of rspamd lua API,
that will allow such things as passing different variables via lua closures
mechanic.
Use config pool for configuration allocation in lua API to avoid leaks on config reload.