Update the Copyright year of the files owned by Rubicon/Netgate.
syslog: fix ridentifier retrieval when looking up by rule number
pf rules no longer include the ridentifier immediately after the rulenumber but instead list it as a separate keyword like this:
@4(0) block drop in log inet all label "Default deny rule IPv4" ridentifier 1000105583...
syslog: fix ridentifier retrieval
@4(0) block drop in log inet all label "Default deny rule IPv4" ridentifier 1000105583
...
Disable newsyslog compression w/ZFS. Issue #12011
ZFS compresses /var/log by default. If the ZFS dataset /var/log hascompression enabled on the first boot post install or factory reset,then set a flag to disable newsyslog compression unless the useroverrides the setting in the configuration....
Correct grep usage where needed. Fixes #12265
More route display changes. Fixes #12257
Fix #12060: Remove ZeroMQ support
Fix PHP error on Reset Log Files. Issue #11710
Do not clean dmesg.boot on Reset Log Files. Fixes #11428
Correct rsort_log_filename() behavior. Fixes #11639
Merge pull request #4493 from bmhughes/add-watchfrr-to-routing-log
Update the Copyright year.
A subsequent commit will deal with .po's.
Add watchfrr to routing log
Add product_label global variable
Introduce product_label global variable, by default with same value ofproduct_name. The idea is to make it easier for rebranded products tochange the name on all visual texts while internal structures arepreserved.
While here, remove deprecated $g['platform'] and also replace places...
Revert "Adjust some missing ident on syslog"
This reverts commit 12719a87e3ba77f5459938a4cfec7f007bbe0c4a.
Revert "Add rtsold logs to dhcpd.log"
This reverts commit c37ea049dcc8ea490278fe4414847012300c4e96.
Add rtsold logs to dhcpd.log
Adjust some missing ident on syslog
Correct selectors for remote auth logs. Fixes #10607
get_service_with_port(): Validate port contents. Fixes #10255
Fix sshguard config/command. Fixes #9971
Also requires sshguard patch
This is 2020. Issue #9245
Move igmpproxy logs to routing.log. Fixes #10139
Move syslog format var to syslog.inc. Issue #9808
In some cases, PHP is unhappy with calls to gettext() in globals.inc
Add option for RFC5424 syslog format. Implements #9808
Remove duplicate DHCP log block.
When resetting all logs, also reset non-syslog logs. Fixes #9802
Add dedicated auth log. Implements #9754
Specify portal auth and DHCP logs by selector not by facility. Fixes #1375
Log setting/size review. Fixes #9734
Fix rotation count check. Issue #9711
While here, fixup default static newsyslog entries. Issue #8350
Incorporate filter_log.inc into syslog.inc. Issue #8350
Now all log-related functions are together.
Additional logs & optimizations. Issue #9714
Add a method for packages to set log owner on rotation. Issue #9712
Move log-related functions to their own file. Issue #8350
Also add a simple shell program that will dump all log entries for a givenlog + all rotated/compressed logs in order.