summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [Feature] support for CommuniGate Pro self-generated messagesAndrey Igoshin2018-05-064-1/+21
|
* [Feture] Allow external preprocessors in libuclVsevolod Stakhov2018-05-054-7/+93
|
* [Minor] Disable warning if cannot normalize in-placeVsevolod Stakhov2018-05-051-3/+7
|
* [Minor] Fix compilationVsevolod Stakhov2018-05-051-1/+1
|
* [Feature] Use common jit cache for all regexpsVsevolod Stakhov2018-05-051-43/+36
|
* [Minor] Sync from libuclVsevolod Stakhov2018-05-052-5/+20
|
* [Minor] Try to allow disabling JIT in PCREVsevolod Stakhov2018-05-045-34/+51
|
* Merge pull request #2219 from moisseev/patch-1Vsevolod Stakhov2018-05-041-3/+3
|\ | | | | [Minor] Allow image/pjpeg CT for JPEG compressed images
| * [Minor] Allow image/pjpeg CT for JPEG compressed imagesAlexander Moisseev2018-05-041-3/+3
| |
* | [Feature] Allow to print scores in subject and further extensionsVsevolod Stakhov2018-05-041-12/+29
| |
* | [Fix] Fix importing static maps from UCLVsevolod Stakhov2018-05-041-11/+62
|/ | | | Issue: #2216
* Merge pull request #2217 from michal-adamek/masterVsevolod Stakhov2018-05-042-2/+2
|\ | | | | Fixed typo
| * Fixed typoMichal Adamek2018-05-042-2/+2
| |
* | [Fix] Fix raw_mime regexp on HTML part with no text contentVsevolod Stakhov2018-05-041-15/+23
| | | | | | | | | | Issue: #2218 Closes: #2218
* | [Minor] Avoid shared memory usage in file scan modeVsevolod Stakhov2018-05-041-0/+2
| |
* | [Minor] Set correct HTTP method when proxying connectionsVsevolod Stakhov2018-05-041-2/+7
|/
* [Minor] Improve usability of configwizard statconvertVsevolod Stakhov2018-05-031-1/+7
|
* [Minor] Remove stupid leftoverVsevolod Stakhov2018-05-031-2/+0
|
* [Minor] Fix build on SolarisVsevolod Stakhov2018-05-031-1/+1
| | | | | Issue: #2213 Closes: #2213
* [CritFix] Do not use volatile Lua strings as UCL keysVsevolod Stakhov2018-05-021-2/+2
| | | | | Issue: #2211 Closes: #2211
* [Minor] Update version to 1.7.5Vsevolod Stakhov2018-05-021-1/+1
|
* Merge pull request #2212 from andy-igoshin/masterVsevolod Stakhov2018-05-021-2/+4
|\ | | | | [Fix] Fix AuthservId
| * [Fix] Fix AuthservIdAndrey Igoshin2018-05-021-2/+4
|/
* Release 1.7.41.7.4Vsevolod Stakhov2018-05-011-0/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [Conf] Major stock config updates: - Workers are now specified in a new format worker "type" { ... } - Enable fuzzy worker to simplify local fuzzy storages configuration - Bind all workers to localhost by default to avoid security flaws * [Conf] Make more sane fuzzy_check default settings * [CritFix] Fix ucl escape for bad symbols * [Feature] Add failure symbol for AV module * [Feature] Add lazy expiration mode for new classifier schema * [Feature] Add preliminary version of maps stats plugin * [Feature] Allow to block fuzzy requests from specific networks * [Feature] Allow to change `expire` of live statistics * [Feature] Distinguish AV failure from clean result * [Feature] Further improvements of language detector by using khash * [Feature] Further optimization of the lang_detection * [Feature] Implement cluster-aware bayes expiry * [Feature] Implement exclude patterns in rspamc * [Feature] Implement glob maps in addition to regexp maps * [Feature] Implement map statistics function for lua API * [Feature] Implement stop symbols for Clickhouse collection * [Feature] Support recipients separated by commas * [Feature] Try harder to upload scripts to the Redis server * [Feature] Upgrade t1ha distribution * [Feature] use_domain_sign_inbound * [Feature] Use scores from maps if `symbols_set` is not defined * [Fix] Add resolving version of radix map helper * [Fix] Check URL before adding implicit prefix * [Fix] Do not check pid/state when using PRNG * [Fix] Fix CentOS logrotate script for systemd * [Fix] Fix slash + dot in urls * [Fix] Fix systemd version of the logrotate script * [Fix] Propagate key when import implicit array from Lua * [Fix] Strip spaces from map keys and values * [Fix] Try to fix a specific case when processing milter protocol * [Fix] Try to fix crash when a tcp connection cannot be set * [Fix] Typo use_domain_local --> use_domain_sign_local * [Fix] Various fixes to once_received module * [Project] Store hits counters for map elements Signed-off-by: Vsevolod Stakhov <vsevolod@highsecure.ru>
* [Feature] Distinguish AV failure from clean resultVsevolod Stakhov2018-05-011-6/+30
|
* Merge pull request #2208 from andy-igoshin/masterVsevolod Stakhov2018-05-012-0/+14
|\ | | | | [Minor] domains added
| * [Minor] domains addedAndrey Igoshin2018-05-012-0/+14
|/
* [Minor] List proxy worker configurablesVsevolod Stakhov2018-05-011-0/+5
|
* [Test] Try to fix AV testsVsevolod Stakhov2018-04-301-4/+4
|
* [Minor] Fix virtual symbols registration as parent now supports just idsVsevolod Stakhov2018-04-301-3/+3
|
* [Minor] Fix issues with fail symbol in AV moduleVsevolod Stakhov2018-04-301-0/+4
|
* [Feature] Add failure symbol for AV moduleVsevolod Stakhov2018-04-301-3/+21
|
* [Feature] Implement stop symbols for Clickhouse collectionVsevolod Stakhov2018-04-301-0/+9
|
* Merge pull request #2205 from oxc/extended_virus_headerVsevolod Stakhov2018-04-301-1/+9
|\ | | | | Add optional status prefix to X-Virus header
| * Add optional status prefix to X-Virus headerBernhard Frauendienst2018-04-301-1/+9
| | | | | | | | | | | | | | Adds two options to X-Virus milter header routine that prefix the header value with a configured string when a virus was found (or not). This is useful for sieve implementations (like pidgeonhole) that require a fixed value part to match against.
* | [Minor] Fix simple maps after the recent changeVsevolod Stakhov2018-04-301-0/+2
| |
* | [Feature] Use scores from maps if `symbols_set` is not definedVsevolod Stakhov2018-04-301-10/+13
| |
* | [Minor] Allow to insert enforced results from LuaVsevolod Stakhov2018-04-301-7/+19
| |
* | [Minor] Rename confusing variablesVsevolod Stakhov2018-04-302-27/+27
| |
* | [Rework] Implement flags for inserting a symbolVsevolod Stakhov2018-04-303-53/+36
|/
* [Minor] Remove t1ha0 as it causes too many issuesVsevolod Stakhov2018-04-306-726/+2
|
* [Minor] Try to fix endiannes detection on SolarisVsevolod Stakhov2018-04-292-0/+7
| | | | Issue: #2204
* [Minor] Fix build on SolarisVsevolod Stakhov2018-04-291-1/+1
| | | | | Issue: #2203 Closes: #2203
* [Minor] Mark module as experimental for nowVsevolod Stakhov2018-04-281-0/+5
|
* [Minor] Do not touch elements that have no hitsVsevolod Stakhov2018-04-281-1/+3
|
* [Feature] Add preliminary version of maps stats pluginVsevolod Stakhov2018-04-281-0/+116
|
* [Minor] Add missing helper methodsVsevolod Stakhov2018-04-281-0/+48
|
* [Minor] Try to fix build for old compilers...Vsevolod Stakhov2018-04-283-7/+18
|
* [Feature] Upgrade t1ha distributionVsevolod Stakhov2018-04-2812-524/+2328
|
* [Minor] Store digest for maps dataVsevolod Stakhov2018-04-282-0/+17
|