Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Fix] Another refcount fix | Vsevolod Stakhov | 2016-07-07 | 1 | -4/+4 |
| | |||||
* | [Fix] Fix start of body detection in DKIM | Vsevolod Stakhov | 2016-07-07 | 1 | -8/+44 |
| | |||||
* | [Fix] Fix dkim private keys operations | Vsevolod Stakhov | 2016-07-07 | 2 | -2/+5 |
| | |||||
* | Merge pull request #706 from moisseev/check_extension | Vsevolod Stakhov | 2016-07-07 | 1 | -23/+16 |
|\ | | | | | Fixes for check_mime_type function | ||||
| * | [Minor] Do not pollute symbol options with (long) filenames | Alexander Moisseev | 2016-07-07 | 1 | -4/+4 |
| | | |||||
| * | [Fix] Fix next-to-last extension length check | Alexander Moisseev | 2016-07-07 | 1 | -20/+13 |
| | | | | | | | | | | | | - Insert `symbol_bad_extension` even if length check fails for double extension - Use extension length check with non-archive bad extensions as well - Optimize check_mime_type funtion code | ||||
* | | Merge pull request #705 from fatalbanana/dmarc | Vsevolod Stakhov | 2016-07-07 | 2 | -36/+47 |
|\ \ | | | | | | | Allow for disabling DMARC reporting when Redis is configured globally | ||||
| * | | [Doc] Update & rework DMARC module docs | Andrew Lewis | 2016-07-06 | 1 | -27/+31 |
| | | | |||||
| * | | [Fix] Allow for disabling DMARC reporting when Redis is configured | Andrew Lewis | 2016-07-06 | 1 | -9/+16 |
| | | | | | | | | | | | | | | | | | | - Also disable this by default - Added disposition to report information - Reports should be stored for mail that passed DMARC too | ||||
* | | | Merge pull request #704 from AlexeySa/patch-10 | Vsevolod Stakhov | 2016-07-07 | 1 | -2/+2 |
|\ \ \ | |_|/ |/| | | [Fix] Fix redis set request in replies plugin | ||||
| * | | Update replies.lua | Alexey AL | 2016-07-06 | 1 | -1/+1 |
| | | | |||||
| * | | [Fix] Fix redis set request in replies plugin | Alexey AL | 2016-07-06 | 1 | -2/+2 |
|/ / | |||||
* | | [Fix] Fix parsing of rarv5 archives | Vsevolod Stakhov | 2016-07-06 | 1 | -30/+48 |
| | | | | | | | | | | Issue: #703 Reported by: @moisseev | ||||
* | | Merge pull request #702 from moisseev/mime_types | Vsevolod Stakhov | 2016-07-06 | 1 | -2/+4 |
|\ \ | | | | | | | [Minor] Do not treat numbers as extensions in archived file names | ||||
| * | | [Minor] Do not treat numbers as extensions in archived file names | Alexander Moisseev | 2016-07-06 | 1 | -2/+4 |
| | | | | | | | | | | | | Do not insert 'MIME_DOUBLE_BAD_EXTENSION' sybmol if next-to-last extension is a number. | ||||
* | | | Merge pull request #701 from fatalbanana/lua | Vsevolod Stakhov | 2016-07-06 | 1 | -1/+1 |
|\ \ \ | | |/ | |/| | [Fix] Fix rspamd_redis_make_request syntax in replies plugin | ||||
| * | | [Fix] Fix rspamd_redis_make_request syntax in replies plugin | Andrew Lewis | 2016-07-05 | 1 | -1/+1 |
| |/ | |||||
* | | [Feature] Show DKIM signature in rspamc client | Vsevolod Stakhov | 2016-07-06 | 1 | -0/+4 |
| | | |||||
* | | [Feature] Send DKIM signature to protocol reply | Vsevolod Stakhov | 2016-07-06 | 1 | -0/+8 |
| | | |||||
* | | [Feature] Implement dkim signing in dkim check plugin | Vsevolod Stakhov | 2016-07-06 | 2 | -1/+154 |
| | | |||||
* | | [Fix] Fix body start position | Vsevolod Stakhov | 2016-07-06 | 1 | -4/+12 |
| | | |||||
* | | [Minor] Further adjustments | Vsevolod Stakhov | 2016-07-05 | 1 | -3/+3 |
|/ | |||||
* | [Minor] Slightly adjust multipliers for M$ Word and PDF files | Vsevolod Stakhov | 2016-07-05 | 1 | -4/+4 |
| | |||||
* | [Feature] Support DKIM signing | Vsevolod Stakhov | 2016-07-05 | 2 | -178/+426 |
| | |||||
* | [Fix] Fix writing of HTTP messages | Vsevolod Stakhov | 2016-07-05 | 1 | -1/+2 |
| | |||||
* | [Fix] Always use shmem on linux | Vsevolod Stakhov | 2016-07-05 | 1 | -40/+46 |
| | |||||
* | [Fix] Fix files fallback for shmem transfer | Vsevolod Stakhov | 2016-07-05 | 1 | -7/+16 |
| | |||||
* | [Fix] Add filenames sanity filtering for mime types | Vsevolod Stakhov | 2016-07-05 | 1 | -3/+14 |
| | |||||
* | [Minor] Fix couple of warnings and disable -pedantic mode | Vsevolod Stakhov | 2016-07-05 | 12 | -44/+42 |
| | |||||
* | [Fix] Fix potential NULL dereference | Vsevolod Stakhov | 2016-07-05 | 1 | -0/+5 |
| | |||||
* | [Feature] Add new symbols to filter bad extensions in messages | Vsevolod Stakhov | 2016-07-05 | 2 | -22/+156 |
| | | | | | | | * MIME_ENCRYPTED_ARCHIVE - encrypted archive has been found * MIME_ARCHIVE_IN_ARCHIVE - archive is enclosed within another archive * MIME_DOUBLE_BAD_EXTENSION - double extension to hide something * MIME_BAD_EXTENSION - bad extension in attachement or archive | ||||
* | [Fix] Fix whitelists and blacklists in SA rules | Vsevolod Stakhov | 2016-07-05 | 1 | -2/+2 |
| | |||||
* | [Feature] Store more information about compressed files | Vsevolod Stakhov | 2016-07-05 | 4 | -26/+132 |
| | |||||
* | [Feature] Add rar v4 support | Vsevolod Stakhov | 2016-07-05 | 1 | -2/+142 |
| | |||||
* | [Feature] Add preliminary rarv5 support | Vsevolod Stakhov | 2016-07-04 | 2 | -5/+234 |
| | |||||
* | [Fix] Avoid `table.getn` method as it has been removed in lua 5.3 | Vsevolod Stakhov | 2016-07-04 | 2 | -4/+4 |
| | | | | | Issue: #697 Reported by: @jessbo | ||||
* | [Feature] Add better zip files search algorithm | Vsevolod Stakhov | 2016-07-04 | 1 | -3/+36 |
| | |||||
* | [Fix] Match archive name as well | Vsevolod Stakhov | 2016-07-04 | 1 | -5/+5 |
| | |||||
* | [Feature] Support archives when matching patterns in multimap | Vsevolod Stakhov | 2016-07-04 | 1 | -8/+20 |
| | |||||
* | [Feature] Add new utility methods to mimepart object | Vsevolod Stakhov | 2016-07-04 | 1 | -4/+167 |
| | |||||
* | [Feature] Add lua API for getting info from archives | Vsevolod Stakhov | 2016-07-04 | 1 | -2/+154 |
| | |||||
* | [Fix] Include some more information about archives | Vsevolod Stakhov | 2016-07-04 | 2 | -0/+4 |
| | |||||
* | [Feature] Support archive files list extraction | Vsevolod Stakhov | 2016-07-04 | 4 | -1/+219 |
| | |||||
* | [Rework] Remove dedicated images list | Vsevolod Stakhov | 2016-07-04 | 8 | -69/+59 |
| | |||||
* | [Rework] Rename mime parts structures | Vsevolod Stakhov | 2016-07-04 | 18 | -96/+105 |
| | |||||
* | [Feature] Support EXIF jpeg images | Vsevolod Stakhov | 2016-07-04 | 1 | -2/+4 |
| | |||||
* | [Minor] Adjust array size for fuzzy commands | Vsevolod Stakhov | 2016-07-04 | 1 | -1/+1 |
| | |||||
* | [Fix] Avoid double hashing for images | Vsevolod Stakhov | 2016-07-04 | 1 | -8/+0 |
| | |||||
* | Merge pull request #694 from moisseev/phishing-FQDN | Vsevolod Stakhov | 2016-07-03 | 2 | -3/+6 |
|\ | | | | | [Feature] Supprort FQDNs in phishing module maps | ||||
| * | Fix typo | Alexander Moisseev | 2016-07-03 | 1 | -2/+2 |
| | |