This repository has been archived by the owner on May 21, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 69
Commits on Dec 4, 2022
-
add support for RFC3164 streams
both nontransparent and octetcounting use RFC5424 which isn't used by many devices, i.e. OpenWrt or Ubiquiti routers. Add a new function called NewParserRFC3164 to both. Signed-off-by: Paul Spooren <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e14cd67 - Browse repository at this point
Copy the full SHA e14cd67View commit details
Commits on Aug 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6b0f3ef - Browse repository at this point
Copy the full SHA 6b0f3efView commit details -
Configuration menu - View commit details
-
Copy full SHA for a63ed17 - Browse repository at this point
Copy the full SHA a63ed17View commit details
Commits on Apr 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 764e3bf - Browse repository at this point
Copy the full SHA 764e3bfView commit details
Commits on Apr 27, 2024
-
Merge remote-tracking branch 'tosuke-lab/fix-rfc3164-spacing' into rf…
…c3164-openbsd Regenerate rfc3164/machine.go
Configuration menu - View commit details
-
Copy full SHA for f021dfc - Browse repository at this point
Copy the full SHA f021dfcView commit details -
Configuration menu - View commit details
-
Copy full SHA for bc43dcd - Browse repository at this point
Copy the full SHA bc43dcdView commit details -
Support syslog messages without hostname
OpenBSD like many other hardware sends syslog messages without hostname, here I added support of such messages.
Configuration menu - View commit details
-
Copy full SHA for ca7c91e - Browse repository at this point
Copy the full SHA ca7c91eView commit details
Commits on Apr 28, 2024
-
Ignore LF at the end counted message
Some old syslog may add LF between two messages, outside of counters.
Configuration menu - View commit details
-
Copy full SHA for 8df754b - Browse repository at this point
Copy the full SHA 8df754bView commit details -
Match output of parser.go with defined gramma
This, it added missed WithMaxMessageLength into .rl
Configuration menu - View commit details
-
Copy full SHA for cdf8dce - Browse repository at this point
Copy the full SHA cdf8dceView commit details -
nontransparent shouldn't return result and error at the same time
It is qutie confusing when it parses a message but returns error as well, that it was mallforemd. So, I've used the best effort flag as the way to decide. When it true, it gnores all errors, but when it false it ignores the message.
Configuration menu - View commit details
-
Copy full SHA for 51642e9 - Browse repository at this point
Copy the full SHA 51642e9View commit details -
Merge remote-tracking branch 'aparcar/rfc3164' into rfc3164-openbsd
Move changes to nontransparent/parser.go.rl and regenerate nontransparent/parser.go
Configuration menu - View commit details
-
Copy full SHA for 6e7fa61 - Browse repository at this point
Copy the full SHA 6e7fa61View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e6ee05 - Browse repository at this point
Copy the full SHA 2e6ee05View commit details
Commits on Apr 29, 2024
-
Increase size of RFC3164 tag name
Unifi thinks that it can be up to 48 characters, tolerate it.
Configuration menu - View commit details
-
Copy full SHA for d4173fa - Browse repository at this point
Copy the full SHA d4173faView commit details
Commits on May 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4ffec8b - Browse repository at this point
Copy the full SHA 4ffec8bView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.