aboutsummaryrefslogtreecommitdiffstats
path: root/debian
Commit message (Collapse)AuthorAgeFilesLines
* Added by a mistake.Vsevolod Stakhov2014-10-152-259/+0
|
* Update debian packaging.Vsevolod Stakhov2014-10-154-10/+262
|
* Merge pull request #84 from CameronNemo/patch-1Vsevolod Stakhov2014-10-101-0/+8
|\ | | | | Add Upstart job to debian packaging
| * Add Upstart job to debian packagingCameron Norman2014-07-231-0/+8
| | | | | | This will automatically be shipped by dh_installinit.
* | Release 0.7.1.0.7.1Vsevolod Stakhov2014-09-301-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix typo in stat output. * Fix issues with includes crossing with the system includes * Restore testing framework * Add radix trie test suite * Implement new path-compressed radix trie. - The performance benefit over the old algorithm is about 1.5 times. - Memory usage is significantly lower as well. - Now radix trie can accept any IPv4/IPv6 values * Various improvements to the memory pools code * Fix writing reply to a client when no filters are defined * Write base32 encoded fuzzy * Fix 'soft reject' action * Fix rspamd reload and modules reconfiguration * Fix subject rewriting for the default subject * Fix states for processing task and pre-filters * Fix issues with connection closing * Fix crashes in rdns * Fix ratelimit pre-filter * Update exim patch. - Update to the recent exim version - Strip extra leading src/ from the patch - Remove sendfile since it was broken - Fix rspamd spam report for exim * Improve documentation Signed-off-by: Vsevolod Stakhov <vsevolod@highsecure.ru>
* | Prepare for release.Vsevolod Stakhov2014-09-011-0/+1
| |
* | Remove embedded jansson completely.Vsevolod Stakhov2014-08-191-4/+0
| |
* | Appease lintian by stating that public-domain is a public domain.Mikhail Gusarov2014-08-131-0/+1
| |
* | Fix copyright for debian.Vsevolod Stakhov2014-08-111-43/+59
|/ | | | | Submitted by: Andreas Cadhalpun <andreas.cadhalpun at googlemail.com> Ok by: Mikhail Gusarov
* Add systemd unitMikhail Gusarov2014-03-295-2/+30
|
* Update changelogMikhail Gusarov2014-03-281-0/+6
|
* Update Debianization from 0.6 branchMikhail Gusarov2014-03-283-11/+4
|
* Also remove /run/rspamd on purgeMikhail Gusarov2014-03-081-0/+1
|
* Do not muck with adm group: rspamd logs are not sensitiveMikhail Gusarov2014-03-081-3/+1
|
* Add lintian override (unusal permission)Mikhail Gusarov2014-03-081-0/+1
|
* Bump debhelper dependency, we are relying on compat 9Mikhail Gusarov2014-03-081-1/+1
|
* Fix examples directory (should be under /doc/)Mikhail Gusarov2014-03-081-1/+1
|
* Remove implementation detailMikhail Gusarov2014-03-081-1/+1
|
* Fix typoMikhail Gusarov2014-03-081-1/+1
|
* Allow 'adm' group to read rspamd logsMikhail Gusarov2014-03-081-1/+3
|
* Do not pass RSPAMD_USER/RSPAMD_GROUP to cmake, packaging takes care of itMikhail Gusarov2014-03-081-2/+0
|
* Fix RSPAMD_GROUP option during compilationMikhail Gusarov2014-03-081-1/+1
|
* Remove unnecessary variableMikhail Gusarov2014-03-081-2/+1
|
* Describe incompatible changes in NEWS.DebianMikhail Gusarov2014-03-081-0/+15
|
* Get rid of multiple rspamd instances (use LXC/systemd-nspawn instead)Mikhail Gusarov2014-03-081-61/+45
|
* Add debhelper mark to the end of postinst to start daemon after creating ↵Mikhail Gusarov2014-02-241-2/+2
| | | | user/group
* Add postrm to remove log/lib files on purgeMikhail Gusarov2014-02-241-0/+16
|
* pid-file for rspamd is in /run/rspamdMikhail Gusarov2014-02-241-1/+1
|
* _rspamd user needs --force-badnameMikhail Gusarov2014-02-241-0/+1
|
* Re-enable packaged hiredisMikhail Gusarov2014-02-241-3/+4
|
* Reindent for better readabilityMikhail Gusarov2014-02-241-15/+15
|
* Fix permissions in package, don't change it in postinstMikhail Gusarov2014-02-242-2/+4
|
* Use dh instead of CDBSMikhail Gusarov2014-02-242-12/+12
|
* Use _rspamd as a system user in DebianMikhail Gusarov2014-02-243-5/+5
|
* No need to specify group for chown explicitlyMikhail Gusarov2014-02-241-1/+1
|
* Use /run/rspamd to store pid file, /var/run is obsoleteMikhail Gusarov2014-02-242-2/+2
|
* /var/lib/rspamd ownership is fixed, don't allow to overrideMikhail Gusarov2014-02-241-7/+3
|
* /var/run is transient, create subdirectory in initscript insteadMikhail Gusarov2014-02-242-6/+2
|
* Ship /var/{lib,log}/rspamd in packageMikhail Gusarov2014-02-242-34/+12
| | | | | | Conflicts: debian/postinst
* Move preinst to postinst, rspamd does not need anything in preinstMikhail Gusarov2014-02-241-4/+3
|
* Turn off bundled hiredisMikhail Gusarov2014-02-242-2/+3
|
* Do not remove rspamd user in prerm (See #621833)Mikhail Gusarov2014-02-241-71/+0
|
* Move xxhash to contrib.Vsevolod Stakhov2014-02-181-1/+1
|
* Merge remote-tracking branch 'dottedmag/debian' into rspamd-0.6Vsevolod Stakhov2014-02-187-292/+123
| | | | | | | | | | Conflicts: debian/copyright debian/watch Conflicts: debian/changelog
* Misprint.Vsevolod Stakhov2014-02-171-1/+1
|
* Update copyright and debian files.Vsevolod Stakhov2014-02-174-34/+106
|
* Remove deprecated bitbucket homepage.Vsevolod Stakhov2014-02-031-3/+3
|
* Stop for 0.6.7.0.6.7Vsevolod Stakhov2014-01-101-0/+6
|
* Update changelogs.0.6.6Vsevolod Stakhov2013-12-271-0/+6
|
* Update to 0.6.5.0.6.5Vsevolod Stakhov2013-12-201-0/+6
|