]> git.ipfire.org Git - thirdparty/rspamd.git/log
thirdparty/rspamd.git
10 years agofix: attempt to index field '?' (a nil value) 160/head
eneq123 [Thu, 12 Feb 2015 20:18:29 +0000 (23:18 +0300)] 
fix: attempt to index field '?' (a nil value)

10 years agoMerge pull request #154 from fatalbanana/master
Vsevolod Stakhov [Thu, 12 Feb 2015 15:28:17 +0000 (15:28 +0000)] 
Merge pull request #154 from fatalbanana/master

rbl.lua: Don't ask for user unless called for by config

10 years agoRename user to exclude_users and invert logic 154/head
Andrew Lewis [Thu, 12 Feb 2015 15:11:58 +0000 (17:11 +0200)] 
Rename user to exclude_users and invert logic

10 years agorbl.lua: Don't ask for user unless called for by config
Andrew Lewis [Thu, 12 Feb 2015 13:01:04 +0000 (15:01 +0200)] 
rbl.lua: Don't ask for user unless called for by config

10 years agoAdd latency calculations.
Vsevolod Stakhov [Thu, 12 Feb 2015 12:51:34 +0000 (12:51 +0000)] 
Add latency calculations.

10 years agoMerge pull request #152 from fatalbanana/master
Vsevolod Stakhov [Thu, 12 Feb 2015 12:18:30 +0000 (12:18 +0000)] 
Merge pull request #152 from fatalbanana/master

Another fix for RBL module (Reported by AL)

10 years agoAnother fix for RBL module (Reported by AL) 152/head
Andrew Lewis [Thu, 12 Feb 2015 11:32:24 +0000 (13:32 +0200)] 
Another fix for RBL module (Reported by AL)

10 years agoMerge pull request #150 from AlexeySa/patch-2
Vsevolod Stakhov [Thu, 12 Feb 2015 09:54:04 +0000 (09:54 +0000)] 
Merge pull request #150 from AlexeySa/patch-2

Fix rbl.lua

10 years agoFix rbl.lua 150/head
Alexey AL [Thu, 12 Feb 2015 00:35:39 +0000 (03:35 +0300)] 
Fix rbl.lua

10 years agoAllow to specify keypairs cache externally.
Vsevolod Stakhov [Wed, 11 Feb 2015 22:13:02 +0000 (22:13 +0000)] 
Allow to specify keypairs cache externally.

10 years agoMerge pull request #149 from fatalbanana/master
Vsevolod Stakhov [Wed, 11 Feb 2015 21:47:36 +0000 (21:47 +0000)] 
Merge pull request #149 from fatalbanana/master

Fixes for work on RBL module

10 years agoFurther amendments for changes to RBL module 149/head
Andrew Lewis [Wed, 11 Feb 2015 21:15:25 +0000 (23:15 +0200)] 
Further amendments for changes to RBL module

10 years agoFix typo
Andrew Lewis [Wed, 11 Feb 2015 18:42:36 +0000 (20:42 +0200)] 
Fix typo

10 years agoMerge pull request #146 from fatalbanana/master
Vsevolod Stakhov [Wed, 11 Feb 2015 16:07:56 +0000 (16:07 +0000)] 
Merge pull request #146 from fatalbanana/master

Update RBL module etc

10 years agoMerge pull request #145 from eneq123/master
Vsevolod Stakhov [Wed, 11 Feb 2015 16:07:03 +0000 (16:07 +0000)] 
Merge pull request #145 from eneq123/master

Various LUA plugin issues

10 years agoWe should check here :is_valid() instead of :to_string() 145/head
eneq123 [Wed, 11 Feb 2015 14:50:14 +0000 (17:50 +0300)] 
We should check here :is_valid() instead of :to_string()

10 years agoAmendment for rbl.lua update 146/head
Andrew Lewis [Wed, 11 Feb 2015 14:14:43 +0000 (16:14 +0200)] 
Amendment for rbl.lua update

10 years agoUpdate RBL module: fix indentation; collapse loops; avoid calling for un-needed infor...
Andrew Lewis [Wed, 11 Feb 2015 13:43:26 +0000 (15:43 +0200)] 
Update RBL module: fix indentation; collapse loops; avoid calling for un-needed information; allow disabling RBLs for authenticated users

10 years agoMake Exim pass usernames to Rspamd
Andrew Lewis [Wed, 11 Feb 2015 13:37:38 +0000 (15:37 +0200)] 
Make Exim pass usernames to Rspamd

10 years agoAdd DNSWL_BLOCKED symbol
Andrew Lewis [Wed, 11 Feb 2015 13:36:34 +0000 (15:36 +0200)] 
Add DNSWL_BLOCKED symbol

10 years agoset empty <> user or addr for msgs without FROM (the MAIL FROM:<> is RFC 821 defined...
eneq123 [Wed, 11 Feb 2015 13:19:02 +0000 (16:19 +0300)] 
set empty <> user or addr for msgs without FROM (the MAIL FROM:<> is RFC 821 defined error message transport)

10 years agofalse if header from is nil
eneq123 [Wed, 11 Feb 2015 13:12:44 +0000 (16:12 +0300)] 
false if header from is nil

10 years agoreal_ip to_string should not nil
eneq123 [Wed, 11 Feb 2015 13:10:21 +0000 (16:10 +0300)] 
real_ip to_string should not nil

10 years agoAdd preliminary API definition for learn cache.
Vsevolod Stakhov [Wed, 11 Feb 2015 01:37:58 +0000 (01:37 +0000)] 
Add preliminary API definition for learn cache.

10 years agoFix race condition.
Vsevolod Stakhov [Mon, 9 Feb 2015 17:28:32 +0000 (17:28 +0000)] 
Fix race condition.

This race condition could occur if a message has too high spam score and the
planner decides to stop checking. However, already registered events
pending were not checked, which caused use-after-free for a task object.

10 years agoRemove old UCL workarounds.
Vsevolod Stakhov [Mon, 9 Feb 2015 17:24:32 +0000 (17:24 +0000)] 
Remove old UCL workarounds.

10 years agoFix memory leaks in HTTP code.
Vsevolod Stakhov [Mon, 9 Feb 2015 16:23:21 +0000 (16:23 +0000)] 
Fix memory leaks in HTTP code.

10 years agoSmall fixes.
Vsevolod Stakhov [Mon, 9 Feb 2015 10:52:31 +0000 (10:52 +0000)] 
Small fixes.

10 years agoFind iconv.
Vsevolod Stakhov [Mon, 9 Feb 2015 10:52:23 +0000 (10:52 +0000)] 
Find iconv.

10 years agoMacro ambiguity hell.
Vsevolod Stakhov [Mon, 9 Feb 2015 10:23:07 +0000 (10:23 +0000)] 
Macro ambiguity hell.

10 years agoSome more BSD fixes.
Vsevolod Stakhov [Mon, 9 Feb 2015 10:20:03 +0000 (10:20 +0000)] 
Some more BSD fixes.

10 years agoOne more push to pthread_mutexattr_setpshared
Vsevolod Stakhov [Mon, 9 Feb 2015 10:12:59 +0000 (10:12 +0000)] 
One more push to pthread_mutexattr_setpshared

10 years agoMore precise detection of pthread_mutexattr_setpshared.
Vsevolod Stakhov [Mon, 9 Feb 2015 10:04:37 +0000 (10:04 +0000)] 
More precise detection of pthread_mutexattr_setpshared.

10 years agoCheck OSXSAVE flag.
Vsevolod Stakhov [Mon, 9 Feb 2015 09:53:15 +0000 (09:53 +0000)] 
Check OSXSAVE flag.

10 years agoMerge pull request #144 from AlexeySa/patch-1
Vsevolod Stakhov [Sun, 8 Feb 2015 22:27:39 +0000 (22:27 +0000)] 
Merge pull request #144 from AlexeySa/patch-1

Build internal libs static

10 years agoUnify align macro.
Vsevolod Stakhov [Sun, 8 Feb 2015 22:27:04 +0000 (22:27 +0000)] 
Unify align macro.

10 years agoAdd static build internal libs 144/head
Alexey AL [Sun, 8 Feb 2015 22:21:43 +0000 (01:21 +0300)] 
Add static build internal libs

10 years agoMerge pull request #143 from fatalbanana/master
Vsevolod Stakhov [Sun, 8 Feb 2015 17:32:37 +0000 (17:32 +0000)] 
Merge pull request #143 from fatalbanana/master

Make settings work as documented

10 years agoMake settings work as documented 143/head
Andrew Lewis [Sun, 8 Feb 2015 13:55:28 +0000 (15:55 +0200)] 
Make settings work as documented

10 years agoFix optimized poly1305.
Vsevolod Stakhov [Sat, 7 Feb 2015 22:28:10 +0000 (22:28 +0000)] 
Fix optimized poly1305.

10 years agoUse optimized version of poly1305.
Vsevolod Stakhov [Sat, 7 Feb 2015 22:10:07 +0000 (22:10 +0000)] 
Use optimized version of poly1305.

10 years agoMerge pull request #140 from AlexeySa/patch-3
Vsevolod Stakhov [Sat, 7 Feb 2015 17:18:22 +0000 (17:18 +0000)] 
Merge pull request #140 from AlexeySa/patch-3

Fix: if not exist Date-header

10 years agoMerge pull request #141 from AlexeySa/master
Vsevolod Stakhov [Sat, 7 Feb 2015 17:18:15 +0000 (17:18 +0000)] 
Merge pull request #141 from AlexeySa/master

Add DATE_NOT_EXISTS rule

10 years agoInit cryptobox library properly.
Vsevolod Stakhov [Sat, 7 Feb 2015 16:53:45 +0000 (16:53 +0000)] 
Init cryptobox library properly.

10 years agoFix cryptobox logic.
Vsevolod Stakhov [Sat, 7 Feb 2015 16:37:19 +0000 (16:37 +0000)] 
Fix cryptobox logic.

10 years agoUse libcryptobox in http.
Vsevolod Stakhov [Sat, 7 Feb 2015 16:08:12 +0000 (16:08 +0000)] 
Use libcryptobox in http.

10 years agoUpdate metrics.conf 141/head
Alexey AL [Sat, 7 Feb 2015 16:01:04 +0000 (19:01 +0300)] 
Update metrics.conf

10 years agoUpdate rspamd.lua
Alexey AL [Sat, 7 Feb 2015 16:00:20 +0000 (19:00 +0300)] 
Update rspamd.lua

10 years agoFix: if not exist Date-header 140/head
Alexey AL [Sat, 7 Feb 2015 15:46:31 +0000 (18:46 +0300)] 
Fix: if not exist Date-header

10 years agoFix beforenm part.
Vsevolod Stakhov [Fri, 6 Feb 2015 23:04:33 +0000 (23:04 +0000)] 
Fix beforenm part.

10 years agoAdd cryptobox encryption.
Vsevolod Stakhov [Fri, 6 Feb 2015 23:00:04 +0000 (23:00 +0000)] 
Add cryptobox encryption.

10 years agoImplement verification and keypair generation.
Vsevolod Stakhov [Fri, 6 Feb 2015 17:15:32 +0000 (17:15 +0000)] 
Implement verification and keypair generation.

10 years agoSet curve25519 bits on keypair generation.
Vsevolod Stakhov [Fri, 6 Feb 2015 17:15:08 +0000 (17:15 +0000)] 
Set curve25519 bits on keypair generation.

10 years agoMerge pull request #138 from fatalbanana/master
Vsevolod Stakhov [Fri, 6 Feb 2015 16:22:36 +0000 (16:22 +0000)] 
Merge pull request #138 from fatalbanana/master

Allow applying settings to authenticated users

10 years agoAdd platform detector based on cpuid.
Vsevolod Stakhov [Fri, 6 Feb 2015 15:04:41 +0000 (15:04 +0000)] 
Add platform detector based on cpuid.

10 years agoAdd chacha20 driver.
Vsevolod Stakhov [Fri, 6 Feb 2015 15:04:31 +0000 (15:04 +0000)] 
Add chacha20 driver.

10 years agoAmendment: fix regex match for unqualified usernames 138/head
Andrew Lewis [Fri, 6 Feb 2015 14:48:18 +0000 (16:48 +0200)] 
Amendment: fix regex match for unqualified usernames

10 years agoAmendment: nest stuff
Andrew Lewis [Fri, 6 Feb 2015 14:08:37 +0000 (16:08 +0200)] 
Amendment: nest stuff

10 years agoAdd curve25519 and poly1305 by @agl / @floodyberry
Vsevolod Stakhov [Fri, 6 Feb 2015 14:10:44 +0000 (14:10 +0000)] 
Add curve25519 and poly1305 by @agl / @floodyberry

10 years agoAdd optimized versions of ChaCha20 by @floodyberry
Vsevolod Stakhov [Fri, 6 Feb 2015 13:49:17 +0000 (13:49 +0000)] 
Add optimized versions of ChaCha20 by @floodyberry

10 years agoAllow applying settings to authenticated users
Andrew Lewis [Fri, 6 Feb 2015 13:39:45 +0000 (15:39 +0200)] 
Allow applying settings to authenticated users

10 years agoStart cryptobox library.
Vsevolod Stakhov [Fri, 6 Feb 2015 11:37:55 +0000 (11:37 +0000)] 
Start cryptobox library.

10 years agoFix potential issues as found by coverity.
Vsevolod Stakhov [Thu, 5 Feb 2015 18:20:22 +0000 (18:20 +0000)] 
Fix potential issues as found by coverity.

10 years agoAdd uncached test.
Vsevolod Stakhov [Wed, 4 Feb 2015 22:05:41 +0000 (22:05 +0000)] 
Add uncached test.

10 years agoFix keypairs cache processing.
Vsevolod Stakhov [Wed, 4 Feb 2015 22:05:28 +0000 (22:05 +0000)] 
Fix keypairs cache processing.

10 years agoFix encryption test.
Vsevolod Stakhov [Wed, 4 Feb 2015 17:17:27 +0000 (17:17 +0000)] 
Fix encryption test.

10 years agoAdd HTTP connections speed test.
Vsevolod Stakhov [Wed, 4 Feb 2015 17:05:53 +0000 (17:05 +0000)] 
Add HTTP connections speed test.

10 years agoAllow single string to be in a string list.
Vsevolod Stakhov [Wed, 4 Feb 2015 15:22:01 +0000 (15:22 +0000)] 
Allow single string to be in a string list.

10 years agoInitialize expire queue.
Vsevolod Stakhov [Wed, 4 Feb 2015 14:56:47 +0000 (14:56 +0000)] 
Initialize expire queue.

10 years agoSecurely erase content of secret keys.
Vsevolod Stakhov [Tue, 3 Feb 2015 22:21:07 +0000 (22:21 +0000)] 
Securely erase content of secret keys.

10 years agoFix LRU hash in keypairs cache.
Vsevolod Stakhov [Tue, 3 Feb 2015 22:19:25 +0000 (22:19 +0000)] 
Fix LRU hash in keypairs cache.

10 years agoAdd explicit_memzero function.
Vsevolod Stakhov [Tue, 3 Feb 2015 22:03:22 +0000 (22:03 +0000)] 
Add explicit_memzero function.

10 years agoRework LRU hash.
Vsevolod Stakhov [Tue, 3 Feb 2015 18:59:35 +0000 (18:59 +0000)] 
Rework LRU hash.

10 years agoFix some initializations.
Vsevolod Stakhov [Tue, 3 Feb 2015 18:14:59 +0000 (18:14 +0000)] 
Fix some initializations.

10 years agoFix urls interaction.
Vsevolod Stakhov [Tue, 3 Feb 2015 17:55:14 +0000 (17:55 +0000)] 
Fix urls interaction.

10 years agoRemove old crap functions from url parser code.
Vsevolod Stakhov [Tue, 3 Feb 2015 17:39:03 +0000 (17:39 +0000)] 
Remove old crap functions from url parser code.

10 years agoMerge pull request #136 from fatalbanana/master
Vsevolod Stakhov [Tue, 3 Feb 2015 13:58:37 +0000 (13:58 +0000)] 
Merge pull request #136 from fatalbanana/master

Cosmetic changes

10 years agoCosmetic changes 136/head
Andrew Lewis [Tue, 3 Feb 2015 12:53:18 +0000 (14:53 +0200)] 
Cosmetic changes

10 years agoUse keys cache in encrypt/decrypt operations.
Vsevolod Stakhov [Mon, 2 Feb 2015 22:56:42 +0000 (22:56 +0000)] 
Use keys cache in encrypt/decrypt operations.

10 years agoUse keypairs cache.
Vsevolod Stakhov [Mon, 2 Feb 2015 22:53:26 +0000 (22:53 +0000)] 
Use keypairs cache.

10 years agoPublish afternm_detached
Vsevolod Stakhov [Mon, 2 Feb 2015 22:28:36 +0000 (22:28 +0000)] 
Publish afternm_detached

10 years agoUpdate keypairs cache.
Vsevolod Stakhov [Mon, 2 Feb 2015 22:17:48 +0000 (22:17 +0000)] 
Update keypairs cache.

10 years agoAdd preliminary implementation of keypairs cache.
Vsevolod Stakhov [Mon, 2 Feb 2015 22:17:27 +0000 (22:17 +0000)] 
Add preliminary implementation of keypairs cache.

10 years agoMerge pull request #134 from fatalbanana/master
Vsevolod Stakhov [Mon, 2 Feb 2015 21:30:40 +0000 (21:30 +0000)] 
Merge pull request #134 from fatalbanana/master

Fix bad change in Exim patch

10 years agoFix bad change in Exim patch 134/head
Andrew Lewis [Mon, 2 Feb 2015 20:39:58 +0000 (22:39 +0200)] 
Fix bad change in Exim patch

10 years agoFix encrypted output.
Vsevolod Stakhov [Mon, 2 Feb 2015 14:25:03 +0000 (14:25 +0000)] 
Fix encrypted output.

10 years agoFix processing of unix sockets.
Vsevolod Stakhov [Mon, 2 Feb 2015 13:35:01 +0000 (13:35 +0000)] 
Fix processing of unix sockets.

Reported by: AL

10 years agoFix some compile time warnings.
Vsevolod Stakhov [Mon, 2 Feb 2015 12:42:49 +0000 (12:42 +0000)] 
Fix some compile time warnings.

10 years agoRemove unused signal post-handlers.
Vsevolod Stakhov [Mon, 2 Feb 2015 12:13:58 +0000 (12:13 +0000)] 
Remove unused signal post-handlers.

10 years agoLoad controller's keypair from configuration.
Vsevolod Stakhov [Sun, 1 Feb 2015 22:44:20 +0000 (22:44 +0000)] 
Load controller's keypair from configuration.

10 years agoFix encryption of messages with no body.
Vsevolod Stakhov [Sun, 1 Feb 2015 22:38:36 +0000 (22:38 +0000)] 
Fix encryption of messages with no body.

10 years agoReturn statfiles stats from controller.
Vsevolod Stakhov [Sun, 1 Feb 2015 22:33:59 +0000 (22:33 +0000)] 
Return statfiles stats from controller.

10 years agoImplement statistics for mmaped statfiles.
Vsevolod Stakhov [Sun, 1 Feb 2015 22:08:20 +0000 (22:08 +0000)] 
Implement statistics for mmaped statfiles.

10 years agoMerge pull request #131 from fatalbanana/master
Vsevolod Stakhov [Sun, 1 Feb 2015 10:35:36 +0000 (10:35 +0000)] 
Merge pull request #131 from fatalbanana/master

Update Exim patch

10 years agoMerge pull request #133 from AlexeySa/patch-2
Vsevolod Stakhov [Sun, 1 Feb 2015 10:35:08 +0000 (10:35 +0000)] 
Merge pull request #133 from AlexeySa/patch-2

Fix: Centos init script: configtest()

10 years agoFix: Centos init script: configtest() 133/head
Alexey [Sun, 1 Feb 2015 03:17:51 +0000 (06:17 +0300)] 
Fix: Centos init script: configtest()

10 years agoEnable one_shot for RECEIVED_SPAMHAUS_XBL - Fixes #102 131/head
Andrew Lewis [Sat, 31 Jan 2015 22:29:10 +0000 (00:29 +0200)] 
Enable one_shot for RECEIVED_SPAMHAUS_XBL - Fixes #102

10 years agoUpdate Exim patch
Andrew Lewis [Sat, 31 Jan 2015 18:46:54 +0000 (20:46 +0200)] 
Update Exim patch

10 years agoBe more precise when stealing a key from a message.
Vsevolod Stakhov [Fri, 30 Jan 2015 18:36:18 +0000 (18:36 +0000)] 
Be more precise when stealing a key from a message.

10 years agoPreserve keys inside HTTP session.
Vsevolod Stakhov [Fri, 30 Jan 2015 18:25:37 +0000 (18:25 +0000)] 
Preserve keys inside HTTP session.