forked from wazuh/wazuh
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
262 lines (251 loc) · 7.87 KB
/
.gitignore
File metadata and controls
262 lines (251 loc) · 7.87 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
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
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
*.so
*.o
*.a
*.dSYM
.DS_Store
*.pyc
*.dll
*.exe
# Auto generated build files
src/LOCATION
src/external/zlib/configure.log
src/external/zlib/Makefile
src/external/zlib/zconf.h
src/external/zlib/zlib.pc
src/external/zlib/zlib.3.pdf
src/isbigendian.c
src/analysisd/compiled_rules/compiled_rules.h
etc/ossec.mc
src/Config.OS
src/external/zlib/ztest*
# Compiled programs
src/agent-auth
src/agent_control
src/clear_stats
src/external/lua-5.2.3/src/ossec-lua
src/external/lua-5.2.3/src/ossec-luac
src/isbigendian
src/list_agents
src/manage_agents
src/ossec-agentd
src/ossec-agentlessd
src/ossec-analysisd
src/ossec-authd
src/ossec-csyslogd
src/ossec-dbd
src/ossec-execd
src/ossec-logcollector
src/ossec-logtest
src/ossec-maild
src/ossec-makelists
src/ossec-monitord
src/ossec-regex
src/ossec-remoted
src/ossec-reportd
src/ossec-syscheckd
src/ossec-integratord
src/rootcheck_control
src/syscheck_control
src/syscheck_update
src/verify-agent-conf
src/wazuh-modulesd
src/wazuh-auth
# Windows agent
src/external/lua-5.2.3/src/lua52.dll
src/external/lua-5.2.3/src/ossec-lua*.exe
src/win32/*.exe
src/win32/LICENSE.txt
src/win32/default-local_internal_options.conf
src/win32/default-ossec.conf
src/win32/help_win.txt
src/win32/internal_options.conf
src/win32/restart-ossec.cmd
src/win32/route-null.cmd
# Eclipse files
.cproject
.project
.settings/
# temporary vim files
*.swp
*.swo
# patch files
*.rej
*.orig
# test and coverage files
*.gcno
*.gcda
src/coverage-report/
src/ossec.test
src/test_os_crypto
src/test_os_net
src/test_os_regex
src/test_os_xml
src/test_os_zlib
src/test_shared
etc/preloaded-vars.conf
# Windows-specific build output:
src/win32/LICENSE.txt
src/win32/default-local_internal_options.conf
src/win32/default-ossec.conf
src/win32/help_win.txt
src/win32/internal_options.conf
src/win32/restart-ossec.cmd
src/win32/route-null.cmd
# OpenSSL
src/external/openssl/Makefile
src/external/openssl/apps/CA.pl
src/external/openssl/apps/md4.c
src/external/openssl/crypto/aes/aes-x86_64.s
src/external/openssl/crypto/aes/aesni-mb-x86_64.s
src/external/openssl/crypto/aes/aesni-sha1-x86_64.s
src/external/openssl/crypto/aes/aesni-sha256-x86_64.s
src/external/openssl/crypto/aes/aesni-x86_64.s
src/external/openssl/crypto/aes/bsaes-x86_64.s
src/external/openssl/crypto/aes/lib
src/external/openssl/crypto/aes/vpaes-x86_64.s
src/external/openssl/crypto/asn1/lib
src/external/openssl/crypto/bf/lib
src/external/openssl/crypto/bio/lib
src/external/openssl/crypto/bn/lib
src/external/openssl/crypto/bn/rsaz-avx2.s
src/external/openssl/crypto/bn/rsaz-x86_64.s
src/external/openssl/crypto/bn/x86_64-gf2m.s
src/external/openssl/crypto/bn/x86_64-mont.s
src/external/openssl/crypto/bn/x86_64-mont5.s
src/external/openssl/crypto/buffer/lib
src/external/openssl/crypto/buildinf.h
src/external/openssl/crypto/camellia/cmll-x86_64.s
src/external/openssl/crypto/camellia/lib
src/external/openssl/crypto/cast/lib
src/external/openssl/crypto/cmac/lib
src/external/openssl/crypto/cms/lib
src/external/openssl/crypto/comp/lib
src/external/openssl/crypto/conf/lib
src/external/openssl/crypto/des/lib
src/external/openssl/crypto/dh/lib
src/external/openssl/crypto/dsa/lib
src/external/openssl/crypto/dso/lib
src/external/openssl/crypto/ec/ecp_nistz256-x86_64.s
src/external/openssl/crypto/ec/lib
src/external/openssl/crypto/ecdh/lib
src/external/openssl/crypto/ecdsa/lib
src/external/openssl/crypto/engine/lib
src/external/openssl/crypto/err/lib
src/external/openssl/crypto/evp/lib
src/external/openssl/crypto/hmac/lib
src/external/openssl/crypto/idea/lib
src/external/openssl/crypto/krb5/lib
src/external/openssl/crypto/lhash/lib
src/external/openssl/crypto/lib
src/external/openssl/crypto/md4/lib
src/external/openssl/crypto/md5/lib
src/external/openssl/crypto/md5/md5-x86_64.s
src/external/openssl/crypto/mdc2/lib
src/external/openssl/crypto/modes/aesni-gcm-x86_64.s
src/external/openssl/crypto/modes/ghash-x86_64.s
src/external/openssl/crypto/modes/lib
src/external/openssl/crypto/objects/lib
src/external/openssl/crypto/ocsp/lib
src/external/openssl/crypto/opensslconf.h
src/external/openssl/crypto/pem/lib
src/external/openssl/crypto/pkcs12/lib
src/external/openssl/crypto/pkcs7/lib
src/external/openssl/crypto/pqueue/lib
src/external/openssl/crypto/rand/lib
src/external/openssl/crypto/rc2/lib
src/external/openssl/crypto/rc4/lib
src/external/openssl/crypto/ripemd/lib
src/external/openssl/crypto/rsa/lib
src/external/openssl/crypto/seed/lib
src/external/openssl/crypto/sha/lib
src/external/openssl/crypto/sha/sha1-mb-x86_64.s
src/external/openssl/crypto/sha/sha1-x86_64.s
src/external/openssl/crypto/sha/sha256-mb-x86_64.s
src/external/openssl/crypto/sha/sha256-x86_64.s
src/external/openssl/crypto/sha/sha512-x86_64.s
src/external/openssl/crypto/srp/lib
src/external/openssl/crypto/stack/lib
src/external/openssl/crypto/ts/lib
src/external/openssl/crypto/txt_db/lib
src/external/openssl/crypto/ui/lib
src/external/openssl/crypto/whrlpool/lib
src/external/openssl/crypto/whrlpool/wp-x86_64.s
src/external/openssl/crypto/x509/lib
src/external/openssl/crypto/x509v3/lib
src/external/openssl/crypto/x86_64cpuid.s
src/external/openssl/engines/ccgost/lib
src/external/openssl/engines/lib
src/external/openssl/include/
src/external/openssl/libcrypto.pc
src/external/openssl/libssl.pc
src/external/openssl/openssl.pc
src/external/openssl/ssl/lib
src/external/openssl/test/bad_dtls_test.c
src/external/openssl/test/bftest.c
src/external/openssl/test/bntest.c
src/external/openssl/test/casttest.c
src/external/openssl/test/clienthellotest.c
src/external/openssl/test/constant_time_test.c
src/external/openssl/test/destest.c
src/external/openssl/test/dhtest.c
src/external/openssl/test/dsatest.c
src/external/openssl/test/dtlstest.c
src/external/openssl/test/ecdhtest.c
src/external/openssl/test/ecdsatest.c
src/external/openssl/test/ectest.c
src/external/openssl/test/enginetest.c
src/external/openssl/test/evp_extra_test.c
src/external/openssl/test/evp_test.c
src/external/openssl/test/evptests.txt
src/external/openssl/test/exptest.c
src/external/openssl/test/heartbeat_test.c
src/external/openssl/test/hmactest.c
src/external/openssl/test/ideatest.c
src/external/openssl/test/jpaketest.c
src/external/openssl/test/md2test.c
src/external/openssl/test/md4test.c
src/external/openssl/test/md5test.c
src/external/openssl/test/mdc2test.c
src/external/openssl/test/randtest.c
src/external/openssl/test/rc2test.c
src/external/openssl/test/rc4test.c
src/external/openssl/test/rc5test.c
src/external/openssl/test/rmdtest.c
src/external/openssl/test/rsa_test.c
src/external/openssl/test/sha1test.c
src/external/openssl/test/sha256t.c
src/external/openssl/test/sha512t.c
src/external/openssl/test/shatest.c
src/external/openssl/test/srptest.c
src/external/openssl/test/ssltest.c
src/external/openssl/test/sslv2conftest.c
src/external/openssl/test/v3nametest.c
src/external/openssl/test/verify_extra_test.c
src/external/openssl/test/wp_test.c
src/external/openssl/tools/c_rehash
src/external/openssl/crypto/rc4/rc4-md5-x86_64.s
src/external/openssl/crypto/rc4/rc4-x86_64.s
src/external/openssl/crypto/aes/aes-586.s
src/external/openssl/crypto/aes/aesni-x86.s
src/external/openssl/crypto/aes/vpaes-x86.s
src/external/openssl/crypto/bf/bf-586.s
src/external/openssl/crypto/bn/bn-586.s
src/external/openssl/crypto/bn/co-586.s
src/external/openssl/crypto/bn/x86-gf2m.s
src/external/openssl/crypto/bn/x86-mont.s
src/external/openssl/crypto/camellia/cmll-x86.s
src/external/openssl/crypto/cast/cast-586.s
src/external/openssl/crypto/des/crypt586.s
src/external/openssl/crypto/des/des-586.s
src/external/openssl/crypto/md5/md5-586.s
src/external/openssl/crypto/modes/ghash-x86.s
src/external/openssl/crypto/rc4/rc4-586.s
src/external/openssl/crypto/ripemd/rmd-586.s
src/external/openssl/crypto/sha/sha1-586.s
src/external/openssl/crypto/sha/sha256-586.s
src/external/openssl/crypto/sha/sha512-586.s
src/external/openssl/crypto/whrlpool/wp-mmx.s
src/external/openssl/crypto/x86cpuid.s
src/external/openssl/Makefile.bak
src/external/openssl/apps/CA.pl.bak
src/external/openssl/tools/c_rehash.bak