summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Handle invalid IP addresses.Vsevolod Stakhov2014-03-292-18/+39
* Fix plugins.Vsevolod Stakhov2014-03-293-4/+4
* Add utility to convert ip to int.Vsevolod Stakhov2014-03-291-0/+68
* Merge pull request #58 from dottedmag/masterVsevolod Stakhov2014-03-2912-24/+80
|\
| * Rename variable to decrease confusionMikhail Gusarov2014-03-291-4/+4
| * Fix checking for error in systemd_get_socketMikhail Gusarov2014-03-291-1/+1
| * Add systemd unitMikhail Gusarov2014-03-298-2/+64
| * Don't call listen(3) on systemd sockets, already doneMikhail Gusarov2014-03-281-7/+2
| * LISTEN_FDS specifies number of passed sockets, not the first available fdMikhail Gusarov2014-03-281-2/+2
| * Update changelogMikhail Gusarov2014-03-281-0/+6
| * Update Debianization from 0.6 branchMikhail Gusarov2014-03-283-11/+4
* | Add common resolver function.Vsevolod Stakhov2014-03-283-14/+80
* | Merge pull request #55 from AlexeySa/patch-4Vsevolod Stakhov2014-03-281-5/+8
|\ \ | |/ |/|
| * Hfilter: Fix for IPv6 supportAlexey2014-03-281-5/+8
|/
* Fix initialization order.Vsevolod Stakhov2014-03-212-7/+7
* Remove warning.Vsevolod Stakhov2014-03-081-1/+1
* Add Log header to prevent logging of a task.Vsevolod Stakhov2014-03-083-2/+19
* 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
* Restore 'saveactions' target in webui.Vsevolod Stakhov2014-02-281-86/+63
* Implement secure IPs for webui.Vsevolod Stakhov2014-02-282-9/+27
* Add rspamd interface as a submodule.Vsevolod Stakhov2014-02-282-0/+3
* Add an utility to parse IP tree from a string.Vsevolod Stakhov2014-02-284-26/+45
* Implement learn spam and learn ham.Vsevolod Stakhov2014-02-281-70/+99
* Rework HTTP router.Vsevolod Stakhov2014-02-283-23/+100
* Merge pull request #50 from dottedmag/masterVsevolod Stakhov2014-02-240-0/+0
|\
| * Fix name of pkg-config snippet for hiredisMikhail Gusarov2014-02-241-1/+1
* | Add debhelper mark to the end of postinst to start daemon after creating user...Mikhail Gusarov2014-02-241-2/+2
* | 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