-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathChangeLog
112 lines (69 loc) · 3.19 KB
/
ChangeLog
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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
2020-01-25 Mikey Austin <[email protected]>
* Improved file logging module
* Updated logger to always write to stderr
2020-01-24 Mikey Austin <[email protected]>
* Added new log_to_file configuration
2020-01-23 Mikey Austin <[email protected]>
* Fix bug in proxy initialization
* Added container support
2020-01-01 Mikey Austin <[email protected]>
* Fix bug in sync module hmac ctx cleanup
* Added new -F (foreground) option to greyd
2020-01-01 Mikey Austin <[email protected]>
* Updated sync module to work with earlier < 1.1 versions of openssl
2019-12-30 Mikey Austin <[email protected]>
* Updated netfilter driver to work with the latest ipset 7+
2019-12-30 Mikey Austin <[email protected]>
* New proxy protocol support
2015-06-26 Mikey Austin <[email protected]>
* Fixed race between grey & main processes with the fw pipe
2015-06-22 Mikey Austin <[email protected]>
* Added configuration options/docs for max_cons & max_cons_black
* Decoupled setrlimit from debug config option
2015-06-08 Mikey Austin <[email protected]>
* 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 <[email protected]>
* 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 <[email protected]>
* 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 <[email protected]>
* 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 <[email protected]>
* Minor documentation fixes & updates.
2015-02-01 Mikey Austin <[email protected]>
* Added new SPF validation functionality.
* Fixed some minor bugs.
2015-01-28 Mikey Austin <[email protected]>
* Added greyd_pidfile & greylogd_pidfile functionality
* Added support for DragonFly BSD.
2015-01-24 Mikey Austin <[email protected]>
* 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 <[email protected]>
* Refactored internal firewall access between greyd processes.
2015-01-10 Mikey Austin <[email protected]>
* Bug fixes in sync engine
* Consistent default config path handling
2015-01-08 Mikey Austin <[email protected]>
* Minor bug fix in netfilter driver preventing greylogd from operating.
2015-01-07 Mikey Austin <[email protected]>
* New PF firewall driver and OpenBSD portability changes.
* Small bug fixes in error reporting for useability.
2015-01-01 Mikey Austin <[email protected]>
* Initial development release of greyd.