aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix some compile time warnings.Vsevolod Stakhov2015-02-025-7/+5
* Remove unused signal post-handlers.Vsevolod Stakhov2015-02-021-47/+0
* Load controller's keypair from configuration.Vsevolod Stakhov2015-02-011-0/+12
* Fix encryption of messages with no body.Vsevolod Stakhov2015-02-011-2/+3
* Return statfiles stats from controller.Vsevolod Stakhov2015-02-014-16/+74
* Implement statistics for mmaped statfiles.Vsevolod Stakhov2015-02-013-2/+37
* Merge pull request #131 from fatalbanana/masterVsevolod Stakhov2015-02-013-233/+124
|\
| * Enable one_shot for RECEIVED_SPAMHAUS_XBL - Fixes #102Andrew Lewis2015-02-011-1/+1
| * Update Exim patchAndrew Lewis2015-01-312-232/+123
* | Merge pull request #133 from AlexeySa/patch-2Vsevolod Stakhov2015-02-011-1/+1
|\ \
| * | Fix: Centos init script: configtest()Alexey2015-02-011-1/+1
|/ /
* | Be more precise when stealing a key from a message.Vsevolod Stakhov2015-01-301-0/+2
* | Preserve keys inside HTTP session.Vsevolod Stakhov2015-01-302-1/+17
* | Set peer's key properly.Vsevolod Stakhov2015-01-301-3/+2
* | Fix length in the message.Vsevolod Stakhov2015-01-301-1/+1
* | Fix cryptobox code.Vsevolod Stakhov2015-01-302-13/+9
* | Rework message store to allow encryption.Vsevolod Stakhov2015-01-3012-42/+37
* | Add workaround for parsing encrypted messages.Vsevolod Stakhov2015-01-301-2/+10
* | Fix remote keys parsing.Vsevolod Stakhov2015-01-301-4/+2
* | Fix blocks chaining.Vsevolod Stakhov2015-01-301-1/+9
* | Fix peer keys handling.Vsevolod Stakhov2015-01-307-43/+32
* | Fix detached cryptobox.Vsevolod Stakhov2015-01-291-1/+2
* | Fix issues with base32 encoding.Vsevolod Stakhov2015-01-293-36/+53
* | Fix keys initialization.Vsevolod Stakhov2015-01-297-4/+35
* | Implement keys manipulation in client.Vsevolod Stakhov2015-01-293-4/+28
* | Add routine to parse remote pubkeys.Vsevolod Stakhov2015-01-292-0/+29
* | Use const for base32 encoding.Vsevolod Stakhov2015-01-292-4/+4
* | Store peer's key in http message.Vsevolod Stakhov2015-01-292-11/+12
* | Use shorter hash length for pubkey id.Vsevolod Stakhov2015-01-291-3/+4
* | Add support of encryption to the worker.Vsevolod Stakhov2015-01-293-3/+39
* | Add configuration routine to parse keypairs.Vsevolod Stakhov2015-01-292-0/+80
* | Allow generate keypairs by rspamd.Vsevolod Stakhov2015-01-292-1/+19
* | Add routine to print keys.Vsevolod Stakhov2015-01-292-0/+69
* | Free router's key.Vsevolod Stakhov2015-01-291-0/+6
* | Add keys support for the router.Vsevolod Stakhov2015-01-292-1/+26
* | Merge branch 'crypto'Vsevolod Stakhov2015-01-2811-19/+1533
|\ \
| * | Implement encryption.Vsevolod Stakhov2015-01-281-3/+52
| * | Add keypair generation routine.Vsevolod Stakhov2015-01-282-0/+20
| * | Add prototypes.Vsevolod Stakhov2015-01-281-0/+3
| * | Implement detached cryptobox.Vsevolod Stakhov2015-01-281-0/+79
| * | Implement decryption of messages.Vsevolod Stakhov2015-01-281-7/+44
| * | Use more targeted compile flags setup.Vsevolod Stakhov2015-01-282-5/+5
| * | Do not pad encrypted messages.Vsevolod Stakhov2015-01-282-8/+10
| * | Forgot to add.Vsevolod Stakhov2015-01-281-0/+8
| * | Allow refcounting on keypairs.Vsevolod Stakhov2015-01-282-1/+24
| * | Rework key API to allow reusing of keypairs.Vsevolod Stakhov2015-01-282-17/+32
| * | Allow to set keypair for a connection.Vsevolod Stakhov2015-01-282-0/+44
| * | Implement key parsing from an HTTP request.Vsevolod Stakhov2015-01-282-7/+60
| * | Use g_malloc for convinience.Vsevolod Stakhov2015-01-281-2/+2
| * | Add base32 decoding routine.Vsevolod Stakhov2015-01-282-0/+82