forked from HielkeJ/puppet-ossec
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
178 lines (120 loc) · 6.98 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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
2014-11-28 Jonathan Gazeley <[email protected]> - 1.3.0
===========================================================
Jonathan Gazeley <[email protected]>:
* Add support for Debian "Jessie" (thanks to @ivan7farre)
2015-01-16 Jonathan Gazeley <[email protected]> - 1.3.3
===========================================================
Jonathan Gazeley <[email protected]>:
* Fix compatibility issue with PuppetServer (thanks to @d9705996)
2015-03-02 Jonathan Gazeley <[email protected]> - 1.4.0
===========================================================
Jonathan Gazeley <[email protected]>:
* Fix dependency problem by providing EPEL on RHEL (thanks to @otteydw for reporting)
2015-05-28 Jonathan Gazeley <[email protected]> - 1.4.1
===========================================================
Jonathan Gazeley <[email protected]>:
* Email notification is no longer hard-coded in ossec.conf (thanks to @earsdown)
2015-06-10 Jonathan Gazeley <[email protected]> - 1.4.2
===========================================================
Jonathan Gazeley <[email protected]>:
* Fix regression that breaks behaviour on CentOS 6 and lower
2015-06-11 Jonathan Gazeley <[email protected]> - 1.5.1
===========================================================
Jonathan Gazeley <[email protected]>:
* Stop using andyshinn/atomic and configure Atomicorp's OSSEC repo locally
2015-06-30 Jonathan Gazeley <[email protected]> - 1.5.3
===========================================================
Jonathan Gazeley <[email protected]>:
* Fix permissions on log files so logwatch on EL7 doesn't complain
* Key concat::fragment for agentkeys on $agent_name to avoid duplicated resources
2015-07-06 Jonathan Gazeley <[email protected]> - 1.5.4
===========================================================
Jonathan Gazeley <[email protected]>:
* Fix regression in log file permissions (thanks to @paulseward)
2015-07-20 Jonathan Gazeley <[email protected]> - 1.6.0
===========================================================
Jonathan Gazeley <[email protected]>:
* Enable SELinux support
2015-08-03 Jonathan Gazeley <[email protected]> - 1.6.2
===========================================================
Jonathan Gazeley <[email protected]>:
* Fix log directory permissions
2015-08-07 Jonathan Gazeley <[email protected]> - 1.7.0
===========================================================
Jonathan Gazeley <[email protected]>:
* Use puppetlabs/mysql to manage MySQL client
2015-08-21 Jonathan Gazeley <[email protected]> - 1.7.2
===========================================================
Jonathan Gazeley <[email protected]>:
* SELinux permissions fix
2015-09-16 Michael Porter <[email protected]> - 2.0.0
===========================================================
Michael Porter <[email protected]>:
* Allow skipping MySQL dependency, disabling active response,
and executing rootcheck
* Windows agent support
* Use Puppet md5 support, instead of adding parser function
* Utilize centralized agent configuration
* Various clean-up and reorganization of Puppet module structure
* Utilize 'hostname' instead of 'uniqueid' for agent ID, due to uniqueid
not existing on Windows, and not necessarily being unique across the org
on Linux
2015-09-16 Jose Luis Ruiz <[email protected]> - 2.0.0
===========================================================
Jose Luis Ruiz <[email protected]>:
* Update for all kind of Windows
* Change repos to Wazuh, Inc.
2015-10-13 Jose Luis Ruiz <[email protected]> - 2.0.1
===========================================================
Jose Luis Ruiz <[email protected]>:
* Update Windows Agent to version 2.8.1
* Fix a bug with the Windows Agent ID, now use for all systems **fqdn_rand** to generate the client.keys ID
2015-10-13 Jose Luis Ruiz <[email protected]> - 2.0.2
===========================================================
Jose Luis Ruiz <[email protected]>:
* Update Windows Agent to version 2.8.3
* Update packaget to Ubuntu Vivid and Wily
* Update packages to Debian Stretch and Sid
2015-12-02 Jose Luis Ruiz <[email protected]> - 2.0.3
===========================================================
Jose Luis Ruiz <[email protected]>:
* Fix server package name for Ubuntu (thanks to @HielkeJ for Pull request)
* Add full fingerprint for Ubuntu and Debian (thanks to @HielkeJ for Pull request)
2015-12-21 Jose Luis Ruiz <[email protected]> - 2.0.4
===========================================================
Jose Luis Ruiz <[email protected]>:
* Add manage_repo option on client.pp (issue #2 reported by @cudgel)
* Add new repo for RHEL5 and CentOS5 have different rpm signature.
2016-01-19 Jose Luis Ruiz <[email protected]> - 2.0.5
===========================================================
Jose Luis Ruiz <[email protected]>:
* Add multiple email_to addresses
* Adding support for server-hostname in agent config (pull request #3 thanks @alustenberg)
* Adding ossec_scanpaths configuration thanks to @djjudas21 repository
2016-02-03 Jose Luis Ruiz <[email protected]> - 2.0.6
===========================================================
Jose Luis Ruiz <[email protected]>:
* Add ability to manage epel repo to master/client configs (pull request #4 thanks @justicel)
* The @path uses the puppet level path variable (pull request #5 thanks @justicel)
* Allow whitelisting of IP addreses (thanks @chaordix)
* Provides an option to tell the puppet module to not manage the client.keys file at all. (pull request #7 thanks @TravellingGuy)
2016-02-05 Jose Luis Ruiz <[email protected]> - 2.0.7
===========================================================
Jose Luis Ruiz <[email protected]>:
* Run agent-auth if client.keys doesn't exist an agent. (pull request #9 thanks @TravellingGuy)
2016-02-05 Jose Luis Ruiz - 2.0.8
===========================================================
Jose Luis Ruiz <[email protected]>:
* Fix some typos with puppet-lint.
2016-02-23 Jose Luis Ruiz - 2.0.9
===========================================================
Jose Luis Ruiz <[email protected]>:
* Allow the agent identity to be modified. (pull request #10 thanks @damoxc)
* prevent the agent-auth command being used. (pull request #11 thanks @damoxc)
* Change log directory to only be readable by user and group. (pull request #12 thanks @damoxc)
* Add the ability to configure a MySQL database with OSSEC server. (pull request #14 thanks @coreone)
2016-03-07 Jose Luis Ruiz - 2.0.10
===========================================================
Jose Luis Ruiz <[email protected]>:
* Extra rules config to integrate Wazuh ruleset. (pull request #17 thanks @TravellingGUy)
* Allow configuration of the email_maxperhour and email_idsname configuration items. (pull request #18 thanks @TravellingGUy)