-
Notifications
You must be signed in to change notification settings - Fork 1
/
NEWS
29 lines (23 loc) · 1.13 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
2015-06-08
greyd now sports sync compatibility with spamd.
2015-04-15
A host of new database drivers are now available to support different
use cases & workloads. The blacklist storage is now implemented by
way of a PATRICIA trie, which makes lookups 1000x faster than previous
linear search.
2015-02-01
Added new SPF validation functionality.
2015-01-28
DragonFly BSD is now supported using the pf firewall driver.
2015-01-24
NetBSD is now supported using the pf firewall driver. Syncing works between
any host running greyd.
2015-01-19
There has been an internal re-shuffle in order to isolate the parts of the
system that hold a firewall handle to one unprivileged process, with the main
connection handling process & grey processes communicating with it over a pipe.
Now the main connection handling process has no privileges, and runs chrooted
with no direct access to the database (may run as a different user) nor the
firewall.
2015-01-07
Greyd now has a new PF firewall driver, and will be included in release 0.2.0.