]> source.dussan.org Git - rspamd.git/log
rspamd.git
9 years agoAdd workaround for parsing encrypted messages.
Vsevolod Stakhov [Fri, 30 Jan 2015 01:52:51 +0000 (01:52 +0000)]
Add workaround for parsing encrypted messages.

9 years agoFix remote keys parsing.
Vsevolod Stakhov [Fri, 30 Jan 2015 01:45:04 +0000 (01:45 +0000)]
Fix remote keys parsing.

9 years agoFix blocks chaining.
Vsevolod Stakhov [Fri, 30 Jan 2015 01:44:56 +0000 (01:44 +0000)]
Fix blocks chaining.

9 years agoFix peer keys handling.
Vsevolod Stakhov [Fri, 30 Jan 2015 00:56:18 +0000 (00:56 +0000)]
Fix peer keys handling.

9 years agoFix detached cryptobox.
Vsevolod Stakhov [Thu, 29 Jan 2015 23:48:13 +0000 (23:48 +0000)]
Fix detached cryptobox.

9 years agoFix issues with base32 encoding.
Vsevolod Stakhov [Thu, 29 Jan 2015 23:34:23 +0000 (23:34 +0000)]
Fix issues with base32 encoding.

9 years agoFix keys initialization.
Vsevolod Stakhov [Thu, 29 Jan 2015 23:06:45 +0000 (23:06 +0000)]
Fix keys initialization.

9 years agoImplement keys manipulation in client.
Vsevolod Stakhov [Thu, 29 Jan 2015 19:27:20 +0000 (19:27 +0000)]
Implement keys manipulation in client.

9 years agoAdd routine to parse remote pubkeys.
Vsevolod Stakhov [Thu, 29 Jan 2015 19:27:08 +0000 (19:27 +0000)]
Add routine to parse remote pubkeys.

9 years agoUse const for base32 encoding.
Vsevolod Stakhov [Thu, 29 Jan 2015 19:24:33 +0000 (19:24 +0000)]
Use const for base32 encoding.

9 years agoStore peer's key in http message.
Vsevolod Stakhov [Thu, 29 Jan 2015 18:51:32 +0000 (18:51 +0000)]
Store peer's key in http message.

9 years agoUse shorter hash length for pubkey id.
Vsevolod Stakhov [Thu, 29 Jan 2015 18:44:54 +0000 (18:44 +0000)]
Use shorter hash length for pubkey id.

9 years agoAdd support of encryption to the worker.
Vsevolod Stakhov [Thu, 29 Jan 2015 18:39:42 +0000 (18:39 +0000)]
Add support of encryption to the worker.

9 years agoAdd configuration routine to parse keypairs.
Vsevolod Stakhov [Thu, 29 Jan 2015 18:30:13 +0000 (18:30 +0000)]
Add configuration routine to parse keypairs.

9 years agoAllow generate keypairs by rspamd.
Vsevolod Stakhov [Thu, 29 Jan 2015 18:15:17 +0000 (18:15 +0000)]
Allow generate keypairs by rspamd.

9 years agoAdd routine to print keys.
Vsevolod Stakhov [Thu, 29 Jan 2015 18:06:34 +0000 (18:06 +0000)]
Add routine to print keys.

9 years agoFree router's key.
Vsevolod Stakhov [Thu, 29 Jan 2015 17:09:42 +0000 (17:09 +0000)]
Free router's key.

9 years agoAdd keys support for the router.
Vsevolod Stakhov [Thu, 29 Jan 2015 16:30:57 +0000 (16:30 +0000)]
Add keys support for the router.

9 years agoMerge branch 'crypto'
Vsevolod Stakhov [Wed, 28 Jan 2015 22:52:58 +0000 (22:52 +0000)]
Merge branch 'crypto'

9 years agoImplement encryption.
Vsevolod Stakhov [Wed, 28 Jan 2015 22:52:18 +0000 (22:52 +0000)]
Implement encryption.

9 years agoAdd keypair generation routine.
Vsevolod Stakhov [Wed, 28 Jan 2015 22:25:43 +0000 (22:25 +0000)]
Add keypair generation routine.

9 years agoAdd prototypes.
Vsevolod Stakhov [Wed, 28 Jan 2015 22:22:21 +0000 (22:22 +0000)]
Add prototypes.

9 years agoImplement detached cryptobox.
Vsevolod Stakhov [Wed, 28 Jan 2015 22:19:28 +0000 (22:19 +0000)]
Implement detached cryptobox.

9 years agoImplement decryption of messages.
Vsevolod Stakhov [Wed, 28 Jan 2015 21:42:25 +0000 (21:42 +0000)]
Implement decryption of messages.

9 years agoUse more targeted compile flags setup.
Vsevolod Stakhov [Wed, 28 Jan 2015 21:39:38 +0000 (21:39 +0000)]
Use more targeted compile flags setup.

9 years agoDo not pad encrypted messages.
Vsevolod Stakhov [Wed, 28 Jan 2015 21:39:18 +0000 (21:39 +0000)]
Do not pad encrypted messages.

9 years agoForgot to add.
Vsevolod Stakhov [Wed, 28 Jan 2015 21:39:08 +0000 (21:39 +0000)]
Forgot to add.

9 years agoAllow refcounting on keypairs.
Vsevolod Stakhov [Wed, 28 Jan 2015 17:57:31 +0000 (17:57 +0000)]
Allow refcounting on keypairs.

9 years agoRework key API to allow reusing of keypairs.
Vsevolod Stakhov [Wed, 28 Jan 2015 17:52:59 +0000 (17:52 +0000)]
Rework key API to allow reusing of keypairs.

9 years agoAllow to set keypair for a connection.
Vsevolod Stakhov [Wed, 28 Jan 2015 17:47:12 +0000 (17:47 +0000)]
Allow to set keypair for a connection.

9 years agoImplement key parsing from an HTTP request.
Vsevolod Stakhov [Wed, 28 Jan 2015 17:25:07 +0000 (17:25 +0000)]
Implement key parsing from an HTTP request.

9 years agoUse g_malloc for convinience.
Vsevolod Stakhov [Wed, 28 Jan 2015 16:21:40 +0000 (16:21 +0000)]
Use g_malloc for convinience.

9 years agoAdd base32 decoding routine.
Vsevolod Stakhov [Wed, 28 Jan 2015 16:21:00 +0000 (16:21 +0000)]
Add base32 decoding routine.

9 years agoAdopt tweetnacl for rspamd.
Vsevolod Stakhov [Wed, 28 Jan 2015 15:56:49 +0000 (15:56 +0000)]
Adopt tweetnacl for rspamd.

9 years agoImport tweetnacl.
Vsevolod Stakhov [Wed, 28 Jan 2015 15:43:52 +0000 (15:43 +0000)]
Import tweetnacl.

9 years agoSome fixes to bayes.
Vsevolod Stakhov [Wed, 28 Jan 2015 15:39:32 +0000 (15:39 +0000)]
Some fixes to bayes.

9 years agoIncrease revision after learning.
Vsevolod Stakhov [Wed, 28 Jan 2015 15:01:32 +0000 (15:01 +0000)]
Increase revision after learning.

9 years agoFix learning.
Vsevolod Stakhov [Wed, 28 Jan 2015 14:41:43 +0000 (14:41 +0000)]
Fix learning.

9 years agoFix pointer passing.
Vsevolod Stakhov [Tue, 27 Jan 2015 23:40:09 +0000 (23:40 +0000)]
Fix pointer passing.

9 years agoAnother missing member.
Vsevolod Stakhov [Tue, 27 Jan 2015 22:35:11 +0000 (22:35 +0000)]
Another missing member.

9 years agoFix initialization order.
Vsevolod Stakhov [Tue, 27 Jan 2015 22:18:04 +0000 (22:18 +0000)]
Fix initialization order.

9 years agoFix some issues in learning.
Vsevolod Stakhov [Mon, 26 Jan 2015 22:54:36 +0000 (22:54 +0000)]
Fix some issues in learning.

9 years agoFixing learning.
Vsevolod Stakhov [Mon, 26 Jan 2015 22:20:29 +0000 (22:20 +0000)]
Fixing learning.

9 years agoInit mmaped file runtime function.
Vsevolod Stakhov [Mon, 26 Jan 2015 21:53:15 +0000 (21:53 +0000)]
Init mmaped file runtime function.

9 years agoCreate fuzzy db if it does not exist.
Vsevolod Stakhov [Mon, 26 Jan 2015 21:12:30 +0000 (21:12 +0000)]
Create fuzzy db if it does not exist.

9 years agoAdd libstat to the main rspamd routines.
Vsevolod Stakhov [Mon, 26 Jan 2015 21:06:33 +0000 (21:06 +0000)]
Add libstat to the main rspamd routines.

9 years agoInitialize missing fields.
Vsevolod Stakhov [Mon, 26 Jan 2015 16:19:35 +0000 (16:19 +0000)]
Initialize missing fields.

9 years agoImplement learning function.
Vsevolod Stakhov [Mon, 26 Jan 2015 16:17:33 +0000 (16:17 +0000)]
Implement learning function.

9 years agoImplement classifying.
Vsevolod Stakhov [Mon, 26 Jan 2015 16:10:29 +0000 (16:10 +0000)]
Implement classifying.

9 years agoUpdate bayes.
Vsevolod Stakhov [Mon, 26 Jan 2015 14:07:19 +0000 (14:07 +0000)]
Update bayes.

9 years agoImplement min and max tokens.
Vsevolod Stakhov [Mon, 26 Jan 2015 13:22:59 +0000 (13:22 +0000)]
Implement min and max tokens.

9 years agoWrite statfiles revisions to the runtime.
Vsevolod Stakhov [Mon, 26 Jan 2015 13:05:08 +0000 (13:05 +0000)]
Write statfiles revisions to the runtime.

9 years agoAdd tokens processing.
Vsevolod Stakhov [Sun, 25 Jan 2015 23:22:46 +0000 (23:22 +0000)]
Add tokens processing.

9 years agoAdd functions for getting values from files.
Vsevolod Stakhov [Sun, 25 Jan 2015 22:17:50 +0000 (22:17 +0000)]
Add functions for getting values from files.

9 years agoAdd preprocessing routine for classifiers.
Vsevolod Stakhov [Sat, 24 Jan 2015 22:42:41 +0000 (22:42 +0000)]
Add preprocessing routine for classifiers.

9 years agoStart statistics preprocessing implementation.
Vsevolod Stakhov [Fri, 23 Jan 2015 22:45:11 +0000 (22:45 +0000)]
Start statistics preprocessing implementation.

9 years agoImplement statfiles runtime initialization.
Vsevolod Stakhov [Fri, 23 Jan 2015 22:24:19 +0000 (22:24 +0000)]
Implement statfiles runtime initialization.

9 years agoRework tokenization invocation.
Vsevolod Stakhov [Fri, 23 Jan 2015 21:55:14 +0000 (21:55 +0000)]
Rework tokenization invocation.

9 years agoDisable statistics in rspamd till reworking is done.
Vsevolod Stakhov [Fri, 23 Jan 2015 16:53:28 +0000 (16:53 +0000)]
Disable statistics in rspamd till reworking is done.

9 years agoAdd initial processing routines.
Vsevolod Stakhov [Fri, 23 Jan 2015 16:49:42 +0000 (16:49 +0000)]
Add initial processing routines.

9 years agoRefactor structures names.
Vsevolod Stakhov [Fri, 23 Jan 2015 16:26:55 +0000 (16:26 +0000)]
Refactor structures names.

9 years agoRework types for tokenizers functions.
Vsevolod Stakhov [Fri, 23 Jan 2015 16:26:38 +0000 (16:26 +0000)]
Rework types for tokenizers functions.

9 years agoRework classifiers configuration and naming.
Vsevolod Stakhov [Fri, 23 Jan 2015 15:36:31 +0000 (15:36 +0000)]
Rework classifiers configuration and naming.

Now it is possible to register multiple classifiers with the same type.

9 years agoReorganize libstat API.
Vsevolod Stakhov [Fri, 23 Jan 2015 13:50:17 +0000 (13:50 +0000)]
Reorganize libstat API.

9 years agoRework statistics runtime structures.
Vsevolod Stakhov [Fri, 23 Jan 2015 12:18:04 +0000 (12:18 +0000)]
Rework statistics runtime structures.

9 years agoRemove statfile invalidation.
Vsevolod Stakhov [Thu, 22 Jan 2015 22:23:48 +0000 (22:23 +0000)]
Remove statfile invalidation.

9 years agoIgnore broken TXT records when parsing include.
Vsevolod Stakhov [Thu, 22 Jan 2015 21:58:59 +0000 (21:58 +0000)]
Ignore broken TXT records when parsing include.

9 years agoFix another critical composites issue and memory corruption.
Vsevolod Stakhov [Thu, 22 Jan 2015 01:11:02 +0000 (01:11 +0000)]
Fix another critical composites issue and memory corruption.

9 years agoFix critical issue with composites weights.
Vsevolod Stakhov [Wed, 21 Jan 2015 22:05:38 +0000 (22:05 +0000)]
Fix critical issue with composites weights.

9 years agoFix mmaped files initialization.
Vsevolod Stakhov [Wed, 21 Jan 2015 17:33:32 +0000 (17:33 +0000)]
Fix mmaped files initialization.

9 years agoAnother err dereference for dkim module.
Vsevolod Stakhov [Wed, 21 Jan 2015 11:04:29 +0000 (11:04 +0000)]
Another err dereference for dkim module.

9 years agoAdd initialization prototype.
Vsevolod Stakhov [Tue, 20 Jan 2015 22:44:20 +0000 (22:44 +0000)]
Add initialization prototype.

9 years agoRestore statfile resize logic.
Vsevolod Stakhov [Tue, 20 Jan 2015 22:44:06 +0000 (22:44 +0000)]
Restore statfile resize logic.

9 years agoAdd backend option for statfiles, remove legacy
Vsevolod Stakhov [Tue, 20 Jan 2015 22:43:18 +0000 (22:43 +0000)]
Add backend option for statfiles, remove legacy

9 years agoFix crash on broken DKIM DNS records.
Vsevolod Stakhov [Tue, 20 Jan 2015 13:39:02 +0000 (13:39 +0000)]
Fix crash on broken DKIM DNS records.

9 years agoMore rework.
Vsevolod Stakhov [Tue, 20 Jan 2015 01:20:32 +0000 (01:20 +0000)]
More rework.

9 years agoStart reworking of mmaped files backend.
Vsevolod Stakhov [Mon, 19 Jan 2015 23:49:22 +0000 (23:49 +0000)]
Start reworking of mmaped files backend.

9 years agoRemove legacy statfile pool.
Vsevolod Stakhov [Sun, 18 Jan 2015 23:11:14 +0000 (23:11 +0000)]
Remove legacy statfile pool.

9 years agoRemove direct statfiles manipulation from bayes.
Vsevolod Stakhov [Sat, 17 Jan 2015 22:29:37 +0000 (22:29 +0000)]
Remove direct statfiles manipulation from bayes.

9 years agoNew statistics token definition.
Vsevolod Stakhov [Sat, 17 Jan 2015 22:11:02 +0000 (22:11 +0000)]
New statistics token definition.

9 years agoRemove old statfile_pool logic.
Vsevolod Stakhov [Sat, 17 Jan 2015 21:59:44 +0000 (21:59 +0000)]
Remove old statfile_pool logic.

9 years agoStart refactoring of statistics in rspamd.
Vsevolod Stakhov [Sat, 17 Jan 2015 21:53:49 +0000 (21:53 +0000)]
Start refactoring of statistics in rspamd.

9 years agoDo not reset case of settings if parsed from lua.
Vsevolod Stakhov [Sun, 18 Jan 2015 15:25:20 +0000 (15:25 +0000)]
Do not reset case of settings if parsed from lua.

9 years agoMerge pull request #129 from wiedi/master
Vsevolod Stakhov [Sun, 18 Jan 2015 13:39:48 +0000 (13:39 +0000)]
Merge pull request #129 from wiedi/master

Fix build on SunOS

9 years agoFix build on SunOS 129/head
Sebastian Wiedenroth [Sun, 18 Jan 2015 01:30:28 +0000 (02:30 +0100)]
Fix build on SunOS
- the struct dirent d_type is not available on SunOS
- tm_gmtoff is not a POSIX field

9 years agoRevert "Preserve destructors order as LIFO."
Vsevolod Stakhov [Sat, 17 Jan 2015 16:57:46 +0000 (16:57 +0000)]
Revert "Preserve destructors order as LIFO."

That change was completely incorrect.

This reverts commit 1f2c83f096f28ce79e828edd1ab545a341f10451.

9 years agoFix static build.
Vsevolod Stakhov [Fri, 16 Jan 2015 16:42:48 +0000 (16:42 +0000)]
Fix static build.

9 years agoRemove binlog and statfile_sync: never ever used.
Vsevolod Stakhov [Fri, 16 Jan 2015 15:36:40 +0000 (15:36 +0000)]
Remove binlog and statfile_sync: never ever used.

9 years agoNo more winnow.
Vsevolod Stakhov [Fri, 16 Jan 2015 15:32:30 +0000 (15:32 +0000)]
No more winnow.

9 years agoReorganize statfiles and classifiers into libstat.
Vsevolod Stakhov [Fri, 16 Jan 2015 15:28:40 +0000 (15:28 +0000)]
Reorganize statfiles and classifiers into libstat.

9 years agoUpdate version to 0.9 WIP.
Vsevolod Stakhov [Fri, 16 Jan 2015 14:06:31 +0000 (14:06 +0000)]
Update version to 0.9 WIP.

9 years agoFix double format output.
Vsevolod Stakhov [Fri, 16 Jan 2015 12:24:16 +0000 (12:24 +0000)]
Fix double format output.

9 years agoMerge pull request #128 from fatalbanana/master
Vsevolod Stakhov [Thu, 15 Jan 2015 19:50:55 +0000 (19:50 +0000)]
Merge pull request #128 from fatalbanana/master

Oops: fix regression

9 years agoFix regression 128/head
Andrew Lewis [Thu, 15 Jan 2015 19:41:06 +0000 (21:41 +0200)]
Fix regression

9 years agoMerge pull request #127 from fatalbanana/master
Vsevolod Stakhov [Thu, 15 Jan 2015 17:02:37 +0000 (17:02 +0000)]
Merge pull request #127 from fatalbanana/master

Update RPM packaging

9 years agoUpdate RPM packaging 127/head
Andrew Lewis [Thu, 15 Jan 2015 12:35:12 +0000 (14:35 +0200)]
Update RPM packaging

9 years agoAdd toggle for disabling installation of systemd units on Linux
Andrew Lewis [Thu, 15 Jan 2015 11:43:48 +0000 (13:43 +0200)]
Add toggle for disabling installation of systemd units on Linux

9 years agoMerge pull request #126 from fatalbanana/master
Vsevolod Stakhov [Fri, 9 Jan 2015 14:20:18 +0000 (14:20 +0000)]
Merge pull request #126 from fatalbanana/master

Fix building on Fedora

9 years agoFix building on Fedora 126/head
Andrew Lewis [Fri, 9 Jan 2015 14:05:31 +0000 (16:05 +0200)]
Fix building on Fedora

9 years agoSilent warnings.
Vsevolod Stakhov [Tue, 6 Jan 2015 14:50:12 +0000 (14:50 +0000)]
Silent warnings.