Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IPv6 pull request #563

Merged
merged 232 commits into from
Nov 23, 2015
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
232 commits
Select commit Hold shift + click to select a range
a992372
initial pass to add ipv6
Nov 12, 2013
affb420
Added IPv6 port rootchecks.
Nov 13, 2013
72bc16a
Corrected a typo in the redefinition of remoted.port.
Nov 17, 2013
7cef15e
Fixed CIDR detection bug.
Nov 17, 2013
2973615
Fixed a cut/paste error - can't listen() on a UDP socket.
Nov 17, 2013
5b829e6
Replaced local definitions of protocols with the global definitions.
Nov 17, 2013
30ae5b1
Minor edits.
Nov 17, 2013
d41a128
Enabled single-socket connections.
Nov 23, 2013
a9c5482
Display IPv4-mapped addresses as IPv4.
Nov 23, 2013
55a00c8
Spelling correction: formated -> formatted
Nov 24, 2013
5d3984c
Fixed up event message parsing for IPv6 agent addresses.
Nov 30, 2013
f17de17
Reverted earlier changes to main-client.c since OS_ConnectTCP() can h…
Dec 15, 2013
e67d3a1
Simplified ssl-test.c using OS_ConnectTCP().
Dec 15, 2013
de2a543
Merged jbcheng/ossec-hids into default
aquerubin Dec 15, 2013
bbb2cc6
Added ::1 to localhost list.
Dec 16, 2013
d1e4444
FreeBSD wants the argument to IN6_IS_ADDR_V4MAPPED() cast explicitly.
Dec 16, 2013
23acc75
hosts.deny requires IPv6 addresses be enclosed in brackets.
Jan 11, 2014
8c04841
Merged jbcheng/ossec-hids into default
aquerubin Jan 22, 2014
2b94edd
Replaced IPv4-dependent decoder regular expressions (\d+.\d+.\d+.\d+)
Jan 24, 2014
549ad68
Fix a host-deny IPv6 deletion bug.
Jan 26, 2014
4921694
Merge https://github.com/bb2gh-ossec/ossec-hids-ipv6
aquerubin Feb 2, 2014
ccf4ce9
Merge remote-tracking branch 'upstream/master'
aquerubin Feb 18, 2014
e161231
Merge branch 'master' of https://github.com/ossec/ossec-hids
aquerubin Feb 19, 2014
6d9ee01
Merge remote-tracking branch 'upstream/master'
aquerubin Feb 21, 2014
70055e6
Merge remote-tracking branch 'upstream/master'
aquerubin Feb 25, 2014
87431a6
Merge remote-tracking branch 'upstream/master'
aquerubin Feb 25, 2014
10e027c
Merge remote-tracking branch 'upstream/master'
aquerubin Feb 27, 2014
9bcd856
Merge remote-tracking branch 'upstream/master'
aquerubin Mar 2, 2014
651fc3e
Merge remote-tracking branch 'upstream/master'
aquerubin Mar 2, 2014
c948bd2
Merge remote-tracking branch 'upstream/master'
aquerubin Mar 2, 2014
22a11ee
Merge remote-tracking branch 'upstream/master' into windows
aquerubin Mar 5, 2014
d03c0f1
Merge remote-tracking branch 'upstream/master'
aquerubin Mar 5, 2014
a8d9853
Enable IPv6 in Windows agent.
aquerubin Mar 5, 2014
5b59d43
Enable IPv6 in Windows agent.
aquerubin Mar 5, 2014
04ed4b4
Merge remote-tracking branch 'upstream/master'
aquerubin Mar 6, 2014
6de95d2
Merge remote-tracking branch 'upstream/master'
aquerubin Mar 7, 2014
3f06955
Merge remote-tracking branch 'upstream/master'
aquerubin Mar 8, 2014
02cf94d
Merge remote-tracking branch 'upstream/master'
aquerubin Mar 11, 2014
2f0dac5
Merge remote-tracking branch 'upstream/master'
aquerubin Mar 12, 2014
05c5e75
Merge remote-tracking branch 'upstream/master'
aquerubin Mar 14, 2014
7f0ae95
Merge remote-tracking branch 'upstream/master'
aquerubin Mar 18, 2014
32f9105
Created new branch ipv6
aquerubin Mar 18, 2014
f24fb7b
Merge ../ossec-hids-ipv6 into ipv6
aquerubin Mar 18, 2014
6b89790
Merge remote-tracking branch 'upstream/master' into ipv6
aquerubin Mar 20, 2014
f0ca841
Merge remote-tracking branch 'upstream/master' into ipv6
aquerubin Mar 20, 2014
f8c7c5d
Merge remote-tracking branch 'upstream/master' into ipv6
aquerubin Mar 21, 2014
6796de5
Merge remote-tracking branch 'upstream/master' into ipv6
aquerubin Mar 27, 2014
c2a232b
initial pass to add ipv6
Nov 12, 2013
16f4284
Added IPv6 port rootchecks.
Nov 13, 2013
6636533
Corrected a typo in the redefinition of remoted.port.
Nov 17, 2013
131339c
Fixed CIDR detection bug.
Nov 17, 2013
7712bb9
Fixed a cut/paste error - can't listen() on a UDP socket.
Nov 17, 2013
15fb2c8
Replaced local definitions of protocols with the global definitions.
Nov 17, 2013
ed4ed5c
Minor edits.
Nov 17, 2013
fb48ed2
Enabled single-socket connections.
Nov 23, 2013
d97156b
Display IPv4-mapped addresses as IPv4.
Nov 23, 2013
428db9e
Spelling correction: formated -> formatted
Nov 24, 2013
95cd0c9
Fixed up event message parsing for IPv6 agent addresses.
Nov 30, 2013
a6e973c
Reverted earlier changes to main-client.c since OS_ConnectTCP() can h…
Dec 15, 2013
3254654
Simplified ssl-test.c using OS_ConnectTCP().
Dec 15, 2013
56ab4b1
Added ::1 to localhost list.
Dec 16, 2013
3aa5f9e
FreeBSD wants the argument to IN6_IS_ADDR_V4MAPPED() cast explicitly.
Dec 16, 2013
d8b9161
hosts.deny requires IPv6 addresses be enclosed in brackets.
Jan 11, 2014
2aed733
Replaced IPv4-dependent decoder regular expressions (\d+.\d+.\d+.\d+)
Jan 24, 2014
006192d
Fix a host-deny IPv6 deletion bug.
Jan 26, 2014
169fb1e
Enable IPv6 in Windows agent.
aquerubin Mar 5, 2014
9f8ccdf
Merge branch 'ipv6' of https://bitbucket.org/aquerubin/ossec-hids int…
aquerubin Mar 28, 2014
5eac3cd
Merge remote-tracking branch 'upstream/master' into ipv6
aquerubin Apr 1, 2014
0915745
Merge remote-tracking branch 'upstream/master' into ipv6
aquerubin Apr 2, 2014
5c01444
Merge remote-tracking branch 'upstream/master' into ipv6
aquerubin Apr 3, 2014
e2bf1b2
Merge remote-tracking branch 'upstream/master' into ipv6
aquerubin Apr 5, 2014
7bccceb
Merge remote-tracking branch 'upstream/master' into ipv6
aquerubin Apr 7, 2014
d0135e6
Merge remote-tracking branch 'upstream/master' into ipv6
aquerubin Apr 8, 2014
c59b3a5
Merge remote-tracking branch 'upstream/master' into ipv6
aquerubin Apr 12, 2014
cf8856e
Merge remote-tracking branch 'upstream/master' into ipv6
aquerubin Apr 23, 2014
69855db
Merge remote-tracking branch 'upstream/master' into ipv6
aquerubin Apr 24, 2014
d1b5b14
Merge remote-tracking branch 'upstream/master' into ipv6
aquerubin Apr 27, 2014
266000d
Merge remote-tracking branch 'upstream/master' into ipv6
aquerubin Apr 29, 2014
47283f6
Merge remote-tracking branch 'upstream/master' into ipv6
aquerubin Apr 30, 2014
16ad814
Merge remote-tracking branch 'upstream/master' into ipv6
aquerubin May 2, 2014
4ee169d
Missed several commits on last merge.
aquerubin May 2, 2014
f5dc771
Merge remote-tracking branch 'upstream/master' into ipv6
aquerubin May 10, 2014
eea5c6e
Merge remote-tracking branch 'upstream/master' into ipv6
aquerubin May 24, 2014
8e75497
Merge remote-tracking branch 'upstream/master' into ipv6
aquerubin Jun 1, 2014
43e92df
Merge remote-tracking branch 'upstream/master' into ipv6
aquerubin Jun 12, 2014
f3e1fec
Merge remote-tracking branch 'upstream/master' into ipv6
aquerubin Jun 26, 2014
edc6172
Merge remote-tracking branch 'upstream/master' into ipv6
aquerubin Jul 5, 2014
1910d05
Merge remote-tracking branch 'upstream/master' into ipv6
aquerubin Jul 12, 2014
1cabc5c
Merge remote-tracking branch 'upstream/master' into ipv6
aquerubin Jul 18, 2014
5fb04ad
Merge remote-tracking branch 'upstream/master' into ipv6
aquerubin Jul 26, 2014
7df6ae3
Updated calls to OS_Bindport*() and OS_Connect*() to the IP
aquerubin Jul 26, 2014
4b260b0
Barracuda Spam & Virus Firewall decoders.
aquerubin Jul 27, 2014
e71082d
Enabled IPv6 in windows route-null.cmd.
aquerubin Aug 19, 2014
75705f4
Merge remote-tracking branch 'upstream/master' into ipv6
aquerubin Sep 7, 2014
2b136e5
Reverted DEFAULT_PORT back to a character string.
aquerubin Sep 7, 2014
e4b992e
Merge remote-tracking branch 'upstream/master' into ipv6
aquerubin Sep 9, 2014
22f9bf1
Merge remote-tracking branch 'upstream/master' into ipv6
aquerubin Sep 10, 2014
33bed78
Merge remote-tracking branch 'upstream/master' into ipv6
aquerubin Sep 16, 2014
5e93484
Revert "Merge pull request #285 from cgzones/os_crypto_warnings"
aquerubin Sep 16, 2014
6cc0397
Revert "Revert "Merge pull request #285 from cgzones/os_crypto_warnin…
aquerubin Sep 17, 2014
c246d32
Fix pull request #285 from cgzones/os_crypto_warnings
aquerubin Sep 17, 2014
3a73c95
Merge remote-tracking branch 'origin/master' into ipv6
aquerubin Sep 17, 2014
cb30a90
Merge remote-tracking branch 'origin/master' into ipv6
aquerubin Sep 24, 2014
17a4178
Merge remote-tracking branch 'origin/master' into ipv6
aquerubin Sep 25, 2014
1fb4c68
Store IP addresses as character strings instead of integers to handle
aquerubin Sep 25, 2014
e3e0497
Store IP addresses as character strings.
aquerubin Sep 25, 2014
1f39a72
Merge remote-tracking branch 'origin/master' into ipv6
aquerubin Sep 26, 2014
80774ea
Merge remote-tracking branch 'origin/master' into ipv6
aquerubin Sep 30, 2014
21f7337
Merge remote-tracking branch 'origin/master' into ipv6
aquerubin Oct 1, 2014
6011831
Merge remote-tracking branch 'origin/master' into ipv6
aquerubin Oct 1, 2014
0b555f5
Merge remote-tracking branch 'origin/master' into ipv6
aquerubin Oct 4, 2014
2ca21da
Suppress another warning requiring winsock2.h before windows.h.
aquerubin Oct 4, 2014
2cfc8bb
Merge remote-tracking branch 'origin/master' into ipv6
aquerubin Oct 7, 2014
b756d55
Merge remote-tracking branch 'origin/master' into ipv6
aquerubin Oct 7, 2014
2b2cc68
Merge remote-tracking branch 'origin/master' into ipv6
aquerubin Oct 8, 2014
ca9baf7
Merge remote-tracking branch 'origin/master' into ipv6
aquerubin Oct 8, 2014
34b71fe
Merge remote-tracking branch 'origin/master' into ipv6
aquerubin Oct 9, 2014
e491683
Merge remote-tracking branch 'origin/master' into ipv6
aquerubin Oct 10, 2014
bb6e574
Merge remote-tracking branch 'origin/master' into ipv6
aquerubin Oct 10, 2014
049c5ca
Merge remote-tracking branch 'origin/master' into ipv6
aquerubin Oct 10, 2014
559cd73
Merge branch 'ipv6' of https://bitbucket.org/aquerubin/ossec-hids int…
aquerubin Oct 10, 2014
c17d6da
Merge remote-tracking branch 'origin/master' into ipv6
aquerubin Oct 11, 2014
ec4bb86
Merge remote-tracking branch 'origin/master' into ipv6
aquerubin Oct 20, 2014
6ac670e
Merge remote-tracking branch 'origin/master' into ipv6
aquerubin Oct 22, 2014
f5601e9
Merge remote-tracking branch 'origin/stable' into ipv6
aquerubin Oct 23, 2014
422c1fe
Merge remote-tracking branch 'origin/master' into ipv6
aquerubin Oct 23, 2014
ac484a1
Incomplete merge.
aquerubin Oct 23, 2014
68b2ff3
Unused variable cleanup.
aquerubin Oct 23, 2014
55214fb
Merge remote-tracking branch 'origin/master' into ipv6
aquerubin Oct 25, 2014
58eaa2d
Also ignore listening sockets on IPv6 loopback.
aquerubin Oct 26, 2014
009f9c4
Add IPv6 loopback to whitelists.
aquerubin Oct 26, 2014
fdb77ae
Enabled IPv6 route-null for FreeBSD.
aquerubin Oct 26, 2014
26c3e13
Merge remote-tracking branch 'origin/master' into ipv6
aquerubin Oct 31, 2014
6b0a20e
Merge remote-tracking branch 'origin/master' into ipv6
aquerubin Oct 31, 2014
478b7ba
Merge remote-tracking branch 'origin/master' into ipv6
aquerubin Nov 3, 2014
02ea942
Merge remote-tracking branch 'origin/master' into ipv6
aquerubin Nov 3, 2014
53976ca
Merge branch 'ipv6' of https://bitbucket.org/aquerubin/ossec-hids int…
aquerubin Nov 10, 2014
f086fb9
Merge remote-tracking branch 'origin/master' into ipv6
aquerubin Nov 11, 2014
5db257e
Merge branch 'ipv6' of https://bitbucket.org/aquerubin/ossec-hids int…
aquerubin Nov 11, 2014
6171855
Merge remote-tracking branch 'origin/master' into ipv6
aquerubin Nov 13, 2014
5ee5162
Merge branch 'ipv6' of https://bitbucket.org/aquerubin/ossec-hids int…
aquerubin Nov 18, 2014
74eb221
Merge remote-tracking branch 'origin/master' into ipv6
aquerubin Nov 19, 2014
5b24d6d
Merge branch 'ipv6' of https://bitbucket.org/aquerubin/ossec-hids int…
aquerubin Nov 20, 2014
5faa46c
Merge remote-tracking branch 'origin/master' into ipv6
aquerubin Nov 23, 2014
544be05
Merge branch 'ipv6' of https://bitbucket.org/aquerubin/ossec-hids int…
aquerubin Nov 23, 2014
3ec1a9b
Merge remote-tracking branch 'origin/master' into ipv6
aquerubin Nov 25, 2014
beda010
Merge branch 'ipv6' of https://bitbucket.org/aquerubin/ossec-hids int…
aquerubin Nov 27, 2014
19c4849
Merge remote-tracking branch 'origin/master' into ipv6
aquerubin Dec 18, 2014
3081ae2
Merge remote-tracking branch 'origin/master' into ipv6
aquerubin Dec 21, 2014
fa67b21
Merge remote-tracking branch 'origin/master' into ipv6
aquerubin Dec 24, 2014
ed2b27f
Merge remote-tracking branch 'origin/master' into ipv6
aquerubin Dec 31, 2014
a3f3f57
Merge remote-tracking branch 'origin/master' into ipv6
aquerubin Dec 31, 2014
e3758a7
Merge remote-tracking branch 'origin' into ipv6
aquerubin Jan 5, 2015
a4ac61c
Merge remote-tracking branch 'origin' into ipv6
aquerubin Jan 9, 2015
2f0f139
Merge remote-tracking branch 'origin' into ipv6
aquerubin Jan 13, 2015
005656a
Merge remote-tracking branch 'origin' into ipv6
aquerubin Jan 17, 2015
ea1d506
Merge branch 'ipv6' of https://bitbucket.org/aquerubin/ossec-hids int…
aquerubin Jan 18, 2015
1a9a0d5
Increase maximum timeframe to 1 week.
aquerubin Jan 19, 2015
3874b23
Merge remote-tracking branch 'origin' into ipv6
aquerubin Jan 21, 2015
e099c01
Merge remote-tracking branch 'origin/master' into ipv6
aquerubin Feb 5, 2015
b9f6f50
Add ws2_32 library for winagent target.
aquerubin Feb 5, 2015
56aa7b6
Fix merge.
aquerubin Feb 5, 2015
4947022
Fix typo.
aquerubin Feb 5, 2015
628ac8f
Merge remote-tracking branch 'origin/master' into ipv6
aquerubin Feb 6, 2015
7eb2b5f
Merge branch 'ipv6' of https://bitbucket.org/aquerubin/ossec-hids int…
aquerubin Feb 9, 2015
a6db3fc
Merge remote-tracking branch 'origin/master' into ipv6
aquerubin Feb 9, 2015
606d571
Merge remote-tracking branch 'origin/master' into ipv6
aquerubin Feb 11, 2015
1b9fe3c
Merge branch 'ipv6' of https://bitbucket.org/aquerubin/ossec-hids int…
aquerubin Feb 12, 2015
5dce8ca
Merge remote-tracking branch 'origin/master' into ipv6
aquerubin Feb 12, 2015
de02bdb
Merge remote-tracking branch 'origin/master' into ipv6
aquerubin Feb 12, 2015
21c428e
Merge remote-tracking branch 'origin/master' into ipv6
aquerubin Feb 21, 2015
395eb49
Merge branch 'ipv6' of https://bitbucket.org/aquerubin/ossec-hids int…
aquerubin Feb 21, 2015
dd3b1b9
Merge remote-tracking branch 'origin/master' into ipv6
aquerubin Mar 1, 2015
9f8ecd3
Merge branch 'ipv6' of https://bitbucket.org/aquerubin/ossec-hids int…
aquerubin Mar 3, 2015
efed4d7
Fix socket setup for server mode.
aquerubin Mar 24, 2015
1a19b14
Merge branch 'ipv6' of https://github.com/aquerubin/ossec-hids into ipv6
aquerubin Mar 24, 2015
a59418b
Removed unused getaddrinfo flags.
aquerubin Mar 24, 2015
f9957b6
Revert "Removed unused getaddrinfo flags."
aquerubin Mar 24, 2015
06658be
Revert "Fix socket setup for server mode."
aquerubin Mar 24, 2015
f6df5d9
Removed unnecessary getaddrinfo flags.
aquerubin Mar 24, 2015
409c198
Merge branch 'ipv6' of https://bitbucket.org/aquerubin/ossec-hids int…
aquerubin Mar 24, 2015
7ec2295
Fix IPv6 tests.
aquerubin Mar 24, 2015
89e3d99
Merge remote-tracking branch 'origin/master' into ipv6
aquerubin Mar 28, 2015
8b0c432
Revert "Removed unnecessary getaddrinfo flags."
aquerubin Mar 29, 2015
69633be
Incomplete workaround for OpenBSD's non-compliance with RFC 3493.
aquerubin Mar 29, 2015
1a1b4c8
Renamed loopback address defines.
aquerubin Apr 1, 2015
d70fb17
Merge remote-tracking branch 'origin/master' into ipv6
aquerubin Apr 1, 2015
90e52db
Allow install.sh to accept IPv6 addresses during white-list entry.
aquerubin Apr 1, 2015
0677343
Merge remote-tracking branch 'origin/master' into ipv6
aquerubin Apr 10, 2015
3cef83a
Merge remote-tracking branch 'origin/master' into ipv6
aquerubin Apr 14, 2015
3a3ac14
Suppress valgrind false positive for getaddrinfo tests.
aquerubin Apr 16, 2015
2f88a41
Merge remote-tracking branch 'origin/master' into ipv6
aquerubin Apr 16, 2015
0178494
Allow connection to any server address if the server is referenced by…
aquerubin Apr 16, 2015
33b0aa9
Merge branch 'adduser-patch' into ipv6
aquerubin Apr 17, 2015
f2c82e5
Merge remote-tracking branch 'origin/master' into ipv6
aquerubin Apr 17, 2015
cac92e8
Further cleanup of agent and smtp client connection code.
aquerubin Apr 22, 2015
01bb3a7
Merge branch 'stable' into ipv6
aquerubin Apr 25, 2015
134b392
Merge branch 'master' into ipv6
aquerubin Apr 25, 2015
5b7992a
Merge remote-tracking branch 'origin/master' into ipv6
aquerubin Apr 27, 2015
4347a83
Merge remote-tracking branch 'origin/master' into ipv6
aquerubin May 4, 2015
85bbec4
Merge remote-tracking branch 'origin/master' into ipv6
aquerubin May 5, 2015
c97f566
Fix a bad merge conflict in host-deny.sh.
aquerubin May 8, 2015
deb7244
Merge remote-tracking branch 'origin/master' into ipv6
aquerubin May 11, 2015
de92574
Merge remote-tracking branch 'g/sleepfix' into ipv6
aquerubin May 13, 2015
6550593
Merge remote-tracking branch 'origin/master' into ipv6
aquerubin May 16, 2015
69b63dc
Move squid decoder after the sysmon decoder to avoid a false match.
aquerubin May 16, 2015
09d70f3
Merge remote-tracking branch 'origin/master' into ipv6
aquerubin May 17, 2015
39ba0bf
Add a brief delay between active response flushes during shutdown to
aquerubin May 28, 2015
b30368a
Merge remote-tracking branch 'origin/master' into ipv6
aquerubin May 28, 2015
a9b5f25
Merge branch 'master' into ipv6
aquerubin May 28, 2015
bed5174
Merge remote-tracking branch 'origin/master' into ipv6
aquerubin Jun 2, 2015
18af847
Fix for CVE-2015-3222 which allows for root escalation via syscheck
awiddersheim Jun 10, 2015
cb391fe
Merge remote-tracking branch 'origin/v2.8.2' into ipv6
aquerubin Jun 11, 2015
cc56098
Deleted src/InstallAgent.sh
aquerubin Jun 11, 2015
b6e6afe
Replace the active response delay interval with a wait. The responses
aquerubin Jun 14, 2015
ad2d2e4
Merge branch 'master' into ipv6
aquerubin Jun 14, 2015
4034c2d
Enable binding to a local address if multi-homed.
aquerubin Jun 14, 2015
640f5c6
Revert "Enable binding to a local address if multi-homed."
aquerubin Jun 16, 2015
fe601f5
Bugfix for binding to local IP address.
aquerubin Jun 16, 2015
392f355
Merge branch 'ipv6' of https://github.com/aquerubin/ossec-hids into ipv6
aquerubin Jun 16, 2015
52f4222
Merge remote-tracking branch 'a/fix/syscheck_code_execution' into ipv6
aquerubin Jun 20, 2015
e9e4de1
Merge remote-tracking branch 'origin/master' into ipv6
aquerubin Jun 26, 2015
3e6e7ba
Merge remote-tracking branch 'origin/master' into ipv6
aquerubin Jul 28, 2015
8699a82
Merge remote-tracking branch 'origin/master' into ipv6
aquerubin Aug 18, 2015
d718968
Replace IPv4 regex from f720570 with IP version-independent regex.
aquerubin Aug 18, 2015
fe8d313
Merge remote-tracking branch 'origin/master' into ipv6
aquerubin Aug 21, 2015
074c7cd
Replace IPv4 regex in commit 5384936 with IP version-independent regex.
aquerubin Aug 21, 2015
104983c
Merge remote-tracking branch 'origin/master' into ipv6
aquerubin Sep 30, 2015
55c2e98
Merge remote-tracking branch 'origin/master' into ipv6
aquerubin Nov 5, 2015
d5bbb14
Merge remote-tracking branch 'origin/master' into ipv6
aquerubin Nov 11, 2015
1acac07
Merge remote-tracking branch 'origin/master' into ipv6
aquerubin Nov 12, 2015
2ab8e61
Merge remote-tracking branch 'origin/master' into ipv6
aquerubin Nov 14, 2015
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Spelling correction: formated -> formatted
  • Loading branch information
aquerubin committed Nov 24, 2013
commit 55a00c8e55ebf324c91c52dfe406df6d5dd86670
2 changes: 1 addition & 1 deletion src/analysisd/cleanevent.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ int OS_CleanMSG(char *msg, Eventinfo *lf)
char *pieces;
struct tm *p;

/* The message is formated in the following way:
/* The message is formatted in the following way:
* id:location:message.
*/

Expand Down
4 changes: 2 additions & 2 deletions src/error_messages/error_messages.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
#define FOPEN_ERROR "%s(1103): ERROR: Unable to open file '%s'."
#define SIZE_ERROR "%s(1104): ERROR: Maximum string size reached for: %s."
#define NULL_ERROR "%s(1105): ERROR: Attempted to use null string. "
#define FORMAT_ERROR "%s(1106): ERROR: String not correctly formated."
#define FORMAT_ERROR "%s(1106): ERROR: String not correctly formatted."
#define MKDIR_ERROR "%s(1107): ERROR: Unable to create directory: '%s'"
#define PERM_ERROR "%s(1108): ERROR: Permission error. Operation not completed."
#define THREAD_ERROR "%s(1109): ERROR: Unable to create new pthread."
Expand Down Expand Up @@ -190,7 +190,7 @@
/* Encryption/ auth errors */
#define INVALID_KEY "%s(1401): ERROR: Error reading authentication key: '%s'."
#define NO_AUTHFILE "%s(1402): ERROR: Authentication key file '%s' not found."
#define ENCFORMAT_ERROR "%s(1403): ERROR: Incorrectly formated message from '%s'."
#define ENCFORMAT_ERROR "%s(1403): ERROR: Incorrectly formatted message from '%s'."
#define ENCKEY_ERROR "%s(1404): ERROR: Authentication error. Wrong key from '%s'."
#define ENCSIZE_ERROR "%s(1405): ERROR: Message size not valid: '%s'."
#define ENCSUM_ERROR "%s(1406): ERROR: Checksum mismatch on message from '%s'."
Expand Down
4 changes: 2 additions & 2 deletions src/logcollector/read_nmapg.c
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ void *read_nmapg(int pos, int *rc, int drop_it)
p = __get_port(p, proto, port, 9);
if(!p)
{
debug1("%s: Bad formated nmap grepable file (port).", ARGV0);
debug1("%s: Bad formatted nmap grepable file (port).", ARGV0);
break;
}

Expand Down Expand Up @@ -313,7 +313,7 @@ void *read_nmapg(int pos, int *rc, int drop_it)
/* Handling errors */
file_error:

merror("%s: Bad formated nmap grepable file.", ARGV0);
merror("%s: Bad formatted nmap grepable file.", ARGV0);
*rc = -1;
return(NULL);

Expand Down
2 changes: 1 addition & 1 deletion src/logcollector/read_snortfull.c
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ void *read_snortfull(int pos, int *rc, int drop_it)

file_error:

merror("%s: Bad formated snort full file.", ARGV0);
merror("%s: Bad formatted snort full file.", ARGV0);
*rc = -1;
return(NULL);

Expand Down