forked from mikey-austin/greyd
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChangeLog
More file actions
81 lines (52 loc) · 2.46 KB
/
Copy pathChangeLog
File metadata and controls
81 lines (52 loc) · 2.46 KB
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
2015-06-26 Mikey Austin <mikey@greyd.org>
* Fixed race between grey & main processes with the fw pipe
2015-06-22 Mikey Austin <mikey@greyd.org>
* Added configuration options/docs for max_cons & max_cons_black
* Decoupled setrlimit from debug config option
2015-06-08 Mikey Austin <mikey@greyd.org>
* Added proxy support to greyd-setup
* Added spamd sync compatability
* Extended sync to sync white/trap deletions via greydb
* Fixed bugs in netfilter & sqlite drivers
* Bumped sync protocol version to 2 (incompatible with previous releases)
* Modified sqlite driver to auto retry commits & begins when db is busy
2015-05-10 Mikey Austin <mikey@greyd.org>
* New blacklist PATRICIA trie storage for fast lookups
* New BDB SQL, SQLite & MySQL storage drivers
* Updated documentation for new drivers
* Bug fixes.
2015-03-12 Mikey Austin <mikey@greyd.org>
* Hash performance tuning.
* Added --with-ltdl-fix for distros with broken libltdl (credit to Ivan Agarkov (kreon))
* Updated sync slave debug messages to be less chatty
2015-03-08 Mikey Austin <mikey@greyd.org>
* Minor internal refactoring & cleanups.
* Cleanup the test framework and added support for unit testing through valgrind.
* Added RPM packaging capabilities to build system.
* Added RHEL-based init scripts.
* Minor bug fixes & updates to default configuration file.
2015-02-06 Mikey Austin <mikey@greyd.org>
* Minor documentation fixes & updates.
2015-02-01 Mikey Austin <mikey@greyd.org>
* Added new SPF validation functionality.
* Fixed some minor bugs.
2015-01-28 Mikey Austin <mikey@greyd.org>
* Added greyd_pidfile & greylogd_pidfile functionality
* Added support for DragonFly BSD.
2015-01-24 Mikey Austin <mikey@greyd.org>
* Fixed issues with sending sync messages.
* Fixed issue with firewall process not terminating at shutdown.
* Added support for NetBSD.
* Added support for FreeBSD.
2015-01-19 Mikey Austin <mikey@greyd.org>
* Refactored internal firewall access between greyd processes.
2015-01-10 Mikey Austin <mikey@greyd.org>
* Bug fixes in sync engine
* Consistent default config path handling
2015-01-08 Mikey Austin <mikey@greyd.org>
* Minor bug fix in netfilter driver preventing greylogd from operating.
2015-01-07 Mikey Austin <mikey@greyd.org>
* New PF firewall driver and OpenBSD portability changes.
* Small bug fixes in error reporting for useability.
2015-01-01 Mikey Austin <mikey@greyd.org>
* Initial development release of greyd.