Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix SIGHUP endless loop. | Vsevolod Stakhov | 2014-05-13 | 1 | -1/+4 |
| | |||||
* | Avoid useless memset. | Vsevolod Stakhov | 2014-05-11 | 1 | -4/+2 |
| | |||||
* | Refactor config API. | Vsevolod Stakhov | 2014-04-30 | 1 | -33/+33 |
| | |||||
* | Refactor memory pool naming. | Vsevolod Stakhov | 2014-04-20 | 1 | -15/+15 |
| | |||||
* | Deprecate xml config utilities finally. | Vsevolod Stakhov | 2014-04-19 | 1 | -5/+1 |
| | |||||
* | Move some rarely used includes from config.h | Vsevolod Stakhov | 2014-04-10 | 1 | -0/+4 |
| | |||||
* | Rename variable to decrease confusion | Mikhail Gusarov | 2014-03-29 | 1 | -4/+4 |
| | |||||
* | Fix checking for error in systemd_get_socket | Mikhail Gusarov | 2014-03-29 | 1 | -1/+1 |
| | |||||
* | Don't call listen(3) on systemd sockets, already done | Mikhail Gusarov | 2014-03-28 | 1 | -7/+2 |
| | |||||
* | LISTEN_FDS specifies number of passed sockets, not the first available fd | Mikhail Gusarov | 2014-03-28 | 1 | -2/+2 |
| | |||||
* | Set cloexec flag to sockets obtained from systemd. | Vsevolod Stakhov | 2014-02-20 | 1 | -1/+5 |
| | |||||
* | Support accepting listening sockets from systemd. | Vsevolod Stakhov | 2014-02-20 | 1 | -3/+51 |
| | |||||
* | Use libottery for secure random numbers. | Vsevolod Stakhov | 2014-02-04 | 1 | -1/+2 |
| | | | | | | | | | | Libottery itself is hosted here: https://github.com/nmathewson/libottery This import is a rough adoptation of libottery to use it for secure random numbers in rspamd when needed (and in DNS resolver specifically). This import makes the internal chacha20 code useless, hence it is removed now. | ||||
* | Fix simultaneous bind to ipv6 and ipv6 sockets. | Vsevolod Stakhov | 2014-01-09 | 1 | -11/+9 |
| | |||||
* | Log to console in case of config test. | Vsevolod Stakhov | 2014-01-05 | 1 | -0/+5 |
| | |||||
* | Fix reload of rspamd. | Vsevolod Stakhov | 2013-12-25 | 1 | -2/+5 |
| | |||||
* | Move PRNG seeding function to the util set. | Vsevolod Stakhov | 2013-12-09 | 1 | -14/+2 |
| | |||||
* | Init logging just after config is parsed by ucl. | Vsevolod Stakhov | 2013-12-04 | 1 | -16/+9 |
| | |||||
* | Reduce initial log level. | Vsevolod Stakhov | 2013-12-04 | 1 | -1/+1 |
| | |||||
* | Fix syntax error. | Vsevolod Stakhov | 2013-11-30 | 1 | -1/+1 |
| | |||||
* | Override pidfile setting from command line. | Vsevolod Stakhov | 2013-11-30 | 1 | -0/+5 |
| | |||||
* | Allow dump of invalid xml to ucl format. | Vsevolod Stakhov | 2013-11-21 | 1 | -1/+1 |
| | |||||
* | Remove legacy stuff. | Vsevolod Stakhov | 2013-11-21 | 1 | -37/+1 |
| | |||||
* | Remove unused xml code. | Vsevolod Stakhov | 2013-11-16 | 1 | -7/+0 |
| | |||||
* | Remove statfile pool size as it was broken. | Vsevolod Stakhov | 2013-11-15 | 1 | -1/+1 |
| | |||||
* | Do not listen on SOCK_DGRAM sockets. | Vsevolod Stakhov | 2013-11-10 | 1 | -1/+1 |
| | |||||
* | Allow xml->ucl config conversion. | Vsevolod Stakhov | 2013-10-26 | 1 | -1/+3 |
| | | | | | | | Now it is possible to read UCL configs directly and convert legacy XML to UCL by --convert-config option. Default config is now rspamd.conf, not rspamd.xml. | ||||
* | Fix other stuff to work with rcl modules. | Vsevolod Stakhov | 2013-10-04 | 1 | -5/+0 |
| | |||||
* | Check openssl version for using EVP. | Vsevolod Stakhov | 2013-09-24 | 1 | -0/+5 |
| | |||||
* | Fix accept event handling. | Vsevolod Stakhov | 2013-09-24 | 1 | -1/+1 |
| | |||||
* | Allow multiply bind configurations. | Vsevolod Stakhov | 2013-09-16 | 1 | -15/+19 |
| | |||||
* | Add test for signature checking in rcl. | Vsevolod Stakhov | 2013-08-22 | 1 | -0/+1 |
| | |||||
* | Fix signing procedure. | Vsevolod Stakhov | 2013-08-22 | 1 | -8/+19 |
| | |||||
* | Add ability to sign configs using rspamd. | Vsevolod Stakhov | 2013-08-22 | 1 | -0/+126 |
| | |||||
* | Allow listening on multiply addresses. | Vsevolod Stakhov | 2013-07-20 | 1 | -16/+23 |
| | | | | | | | Now rspamd can listen on multiply ipv4/ipv6 addresses. Removed legacy workers (lmtp, kvstorage) as they are never used in production. Try to unify workers initialization. | ||||
* | Remove unused code. | Vsevolod Stakhov | 2013-07-08 | 1 | -4/+0 |
| | |||||
* | Add a simple test of rsa utils in lua. | Vsevolod Stakhov | 2013-06-13 | 1 | -8/+17 |
| | | | | | | Support RSA signing in lua_rsa module. Add save function for rsa_signature. Fix test logic for lua modules. | ||||
* | Add ability to perform lua tests by rspamd. | Vsevolod Stakhov | 2013-06-13 | 1 | -8/+48 |
| | | | | | This feature is useful for testing lua modules and writing unit tests for lua modules. | ||||
* | Add preliminary API for rsa verify to lua. | Vsevolod Stakhov | 2013-06-12 | 1 | -1/+12 |
| | |||||
* | Fix listening on sockets. | Vsevolod Stakhov | 2013-06-03 | 1 | -3/+3 |
| | |||||
* | Rework socket creation logic to support both ipv4 and ipv6 sockets. | Vsevolod Stakhov | 2013-06-01 | 1 | -40/+9 |
| | |||||
* | Fix CentOS 5 build. | Vsevolod Stakhov | 2013-03-27 | 1 | -0/+4 |
| | |||||
* | Add locking for maps. | Vsevolod Stakhov | 2013-01-08 | 1 | -0/+10 |
| | | | | Add ability to save rolling history in a file. | ||||
* | * Add rolling history feature saving last 200 scanned messages. | Vsevolod Stakhov | 2013-01-07 | 1 | -0/+3 |
| | | | | Add /history command handler in webui. | ||||
* | Add /maps and /getmap commands to webui. | Vsevolod Stakhov | 2013-01-06 | 1 | -0/+20 |
| | | | | | | Identify maps by id. Initialize secure random numbers using openssl. Add description to maps. | ||||
* | Fix test build and shlibs depends. | Vsevolod Stakhov | 2012-12-15 | 1 | -0/+51 |
| | |||||
* | * Use murmur hash for all hashes as it is more efficient and provides more ↵ | Vsevolod Stakhov | 2012-10-08 | 1 | -2/+2 |
| | | | | | | uniform distribution as glib's default one. * Fix probability renormalization while using advanced classification. | ||||
* | Make mlock option as tunable. | Vsevolod Stakhov | 2012-10-08 | 1 | -1/+1 |
| | |||||
* | * Use mlock to speed up classifiers by locking statfiles in the RAM. | Vsevolod Stakhov | 2012-10-05 | 1 | -0/+2 |
| | |||||
* | Avoid global variables in map logic. | Vsevolod Stakhov | 2012-09-19 | 1 | -46/+1 |
| | | | | * Add support of simple maps like '/path/to/file' as it seems to be more comfortable than 'file:///...' |