107 Commits

Author SHA1 Message Date
Marco Pfatschbacher
374bc20d77
Merge pull request #27 from rgolubtsov/syslog4j-openbsd-compliant
Add OpenBSD to a list of supported OSes
2019-03-27 10:01:35 +01:00
Radislav (Radicchio) Golubtsov
9ae553ad65 Add OpenBSD to a list of supported OSes 2019-03-26 23:35:00 +11:00
Ragh Srinivasan
30ee33066e Add implementation for UnixSocketSyslog.SockAddr#getFieldOrder() (#23)
Fixes #22
2017-06-14 09:01:54 +02:00
Jochen Schalanda
174ca7337a
[maven-release-plugin] prepare for next development iteration 2017-04-29 13:30:31 +02:00
Jochen Schalanda
def6b73d85
[maven-release-plugin] prepare release syslog4j-0.9.60 2017-04-29 13:30:25 +02:00
Jochen Schalanda
1ca5eb8cec
Update Maven plugins and move sources/javadoc to release profile 2017-04-29 13:28:32 +02:00
Jochen Schalanda
42af1917d0
Upgrade to Mockito 2.7.22 2017-04-29 13:25:40 +02:00
Jochen Schalanda
499af7af1f
Upgrade to Joda-Time 2.9.9 2017-04-29 13:25:21 +02:00
Jochen Schalanda
5625d0dbc7
Update repository URI in POM 2017-04-29 13:24:40 +02:00
Jochen Schalanda
34710db8b3
Update README.md
[ci skip]
2017-04-29 13:23:45 +02:00
mrazavi64
07b08649a8 Fix UnixSyslog message ident corruption (#20)
According to openlog(3) documentation:

    if the string *ident points to ceases to exist,
    the results are undefined". So we have to
    keep the identBuffer during the existence of
    the Syslog object.

Closes #21
2017-04-29 13:20:40 +02:00
Jochen Schalanda
76bdd8a823
[maven-release-plugin] prepare for next development iteration 2017-03-30 12:09:48 +02:00
Jochen Schalanda
deca360a88
[maven-release-plugin] prepare release syslog4j-0.9.59 2017-03-30 12:09:43 +02:00
Dennis Oelkers
3b24718b1f Merge pull request #17 from Graylog2/additional-syslog-events
Support FortiGate and Cisco syslog events
2017-03-30 11:49:06 +02:00
Jochen Schalanda
48049c6c8b
Add support for Cisco syslog events 2017-03-09 17:30:43 +01:00
Jochen Schalanda
24915485f2
Add support for FortiGate syslog events 2017-03-09 17:30:40 +01:00
Jochen Schalanda
69a6f75ca7
Add AssertJ as test dependency 2017-03-09 00:10:20 +01:00
Jochen Schalanda
437a9d39ee
Build with Java 8 2017-03-09 00:10:10 +01:00
Jochen Schalanda
f0974029ec
Add tests for RFC 5424, section 6.2.3.1 example timestamps 2016-12-21 17:16:04 +01:00
Jochen Schalanda
e46ef8616c
[maven-release-plugin] prepare for next development iteration 2016-12-21 16:10:55 +01:00
Jochen Schalanda
eb3235a40c
[maven-release-plugin] prepare release syslog4j-0.9.58 2016-12-21 16:10:49 +01:00
Jochen Schalanda
bae7f49fab
Upgrade to Mockito 2.4.0 2016-12-21 16:04:30 +01:00
Jochen Schalanda
d447557bd1
Upgrade to Joda-Time 2.9.7 2016-12-21 16:04:16 +01:00
Jochen Schalanda
5fda3aba7e
Upgrade to Apache Commons Lang3 3.5 2016-12-21 16:03:59 +01:00
Jochen Schalanda
a0140a07f8
Add messages from #13 for testing 2016-12-21 16:03:10 +01:00
Jochen Schalanda
b4a32aaf80
Properly recognize ISO-8601 dates in Syslog events
Closes #16
2016-12-21 16:00:20 +01:00
Jochen Schalanda
6a7e4e2cf6
[maven-release-plugin] prepare for next development iteration 2016-09-28 15:11:33 +02:00
Jochen Schalanda
c7a3fdcfd9
[maven-release-plugin] prepare release syslog4j-0.9.57 2016-09-28 15:11:29 +02:00
Kirill Temnenkov
e01e6da891 Use test scope for Mockito (#15) 2016-09-28 15:10:54 +02:00
Jochen Schalanda
c4bc335bf2
[maven-release-plugin] prepare for next development iteration 2016-09-28 13:08:50 +02:00
Jochen Schalanda
a31ac6ab84
[maven-release-plugin] prepare release syslog4j-0.9.56 2016-09-28 13:08:47 +02:00
Jochen Schalanda
3162d25a9f
Upgrade to Joda-Time 2.9.4 2016-09-28 13:08:06 +02:00
Jochen Schalanda
c5a5ae9938
Add unit tests for syslog priorities
Closes #10
2016-09-28 13:04:44 +02:00
Kirill Temnenkov
54a5fadd1b Allow specifying maximum message size for UDP syslog server (#14) 2016-09-28 12:31:24 +02:00
Jochen Schalanda
3c5a920305 [maven-release-plugin] prepare for next development iteration 2016-05-04 12:40:10 +02:00
Jochen Schalanda
781e9484a3 [maven-release-plugin] prepare release syslog4j-0.9.55 2016-05-04 12:40:05 +02:00
Jochen Schalanda
4c01103b4f Disable OpenJDK builds due to Travis CI errors 2016-05-04 12:39:12 +02:00
Jochen Schalanda
ff73a4d71d Update Maven plugins 2016-05-04 12:34:59 +02:00
Jochen Schalanda
88400108bf Upgrade to Joda-Time 2.9.3 2016-05-04 12:34:51 +02:00
Negar Safinianaini
9f2e804e9b Renamed frame header to octet counting as specified in RFC 6587. (#7)
* Renamed frame header to octet counting as specified in RFC 6587.
* Introduced date argument in log method when structured message is sent as argument.
2016-05-04 11:28:44 +02:00
Jeremy Custenborder
fdba539aa8 Use SyslogServerConfigIF instead of AbstractSyslogServerConfig in AbstractSyslogServer (#9)
This allows config items that do not inherit from AbstractSyslogServerConfig to be used.

Fixes #8
2016-05-04 11:26:31 +02:00
Jochen Schalanda
1a88426d49 Add Maven Central badge to README.md
[ci skip]
2016-02-18 16:54:18 +01:00
Jochen Schalanda
363298f54e [maven-release-plugin] prepare for next development iteration 2016-02-18 16:24:58 +01:00
Jochen Schalanda
f4af1d3b69 [maven-release-plugin] prepare release syslog4j-0.9.54 2016-02-18 16:24:56 +01:00
Jochen Schalanda
daa8df4ca2 Upgrade Maven plugins 2016-02-18 16:03:04 +01:00
Jochen Schalanda
aecd92f92f Upgrade to GitHub Site plugin 0.12 2016-02-18 16:01:32 +01:00
Jochen Schalanda
cdfe83ddc0 Upgrade to Apache Commons Lang3 3.4 2016-02-18 16:01:22 +01:00
Jochen Schalanda
3e35a91fa6 Upgrade to Joda-Time 2.9.2 2016-02-18 16:01:12 +01:00
Jochen Schalanda
8852380e46 Remove dependency on Google Guava 2016-02-18 16:00:27 +01:00
Jochen Schalanda
8c06992d00 Add workaround for travis-ci/travis-ci#5227 2016-02-18 14:58:12 +01:00