Project

General

Profile

Download (48.2 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
8f2f85c3 01/02/2022 01:05 AM Luiz Souza

Update the Copyright year of the files owned by Rubicon/Netgate.

6317d66d 12/13/2021 08:05 PM Kristof Provost

syslog: fix ridentifier retrieval when looking up by rule number

pf rules no longer include the ridentifier immediately after the rule
number 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...

8acd2c9e 12/13/2021 01:35 PM Kristof Provost

syslog: fix ridentifier retrieval

pf rules no longer include the ridentifier immediately after the rule
number 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

...

dd8d9e23 08/23/2021 07:36 PM Jim Pingle

Disable newsyslog compression w/ZFS. Issue #12011

ZFS compresses /var/log by default. If the ZFS dataset /var/log has
compression enabled on the first boot post install or factory reset,
then set a flag to disable newsyslog compression unless the user
overrides the setting in the configuration....

bca881c4 08/17/2021 01:12 PM Jim Pingle

Correct grep usage where needed. Fixes #12265

57a737f1 08/16/2021 05:42 PM Jim Pingle

More route display changes. Fixes #12257

  • Move escape_filter_regex() from syslog.inc to util.inc since it will
    be used by things other than syslog.
  • Add some basic regex sanity and consistency check functions
  • Cleanup diag_routes.php route filter before use...
afab96d6 06/18/2021 06:08 PM Renato Botelho

Fix #12060: Remove ZeroMQ support

5800b750 03/22/2021 02:26 PM Viktor Gurov

Fix PHP error on Reset Log Files. Issue #11710

f3fd77ee 03/10/2021 06:13 PM Viktor Gurov

Do not clean dmesg.boot on Reset Log Files. Fixes #11428

b9c1679d 03/09/2021 02:56 PM Jim Pingle

Correct rsort_log_filename() behavior. Fixes #11639

8f00a31d 01/05/2021 12:49 PM Renato Botelho

Merge pull request #4493 from bmhughes/add-watchfrr-to-routing-log

8f585441 01/03/2021 12:28 PM Luiz Souza

Update the Copyright year.

A subsequent commit will deal with .po's.

b2bbf523 12/31/2020 02:14 PM Ben Hughes

Add watchfrr to routing log

573ec19d 12/10/2020 03:31 PM Renato Botelho

Add product_label global variable

Introduce product_label global variable, by default with same value of
product_name. The idea is to make it easier for rebranded products to
change the name on all visual texts while internal structures are
preserved.

While here, remove deprecated $g['platform'] and also replace places...

f1fcc3ce 10/30/2020 05:21 PM Renato Botelho

Revert "Adjust some missing ident on syslog"

This reverts commit 12719a87e3ba77f5459938a4cfec7f007bbe0c4a.

ac40d093 10/30/2020 05:21 PM Renato Botelho

Revert "Add rtsold logs to dhcpd.log"

This reverts commit c37ea049dcc8ea490278fe4414847012300c4e96.

c37ea049 10/28/2020 05:35 PM Renato Botelho

Add rtsold logs to dhcpd.log

12719a87 10/27/2020 03:47 PM Renato Botelho

Adjust some missing ident on syslog

e2119c73 05/28/2020 06:10 PM Jim Pingle

Correct selectors for remote auth logs. Fixes #10607

7e7572ba 02/12/2020 03:56 PM Jim Pingle

get_service_with_port(): Validate port contents. Fixes #10255

4eb12fbf 01/03/2020 05:03 PM Jim Pingle

Fix sshguard config/command. Fixes #9971

Also requires sshguard patch

0284d79e 01/03/2020 04:37 PM Jim Pingle

This is 2020. Issue #9245

d30d2108 12/31/2019 02:21 PM Jim Pingle

Move igmpproxy logs to routing.log. Fixes #10139

ef30c0a7 12/13/2019 01:38 PM Jim Pingle

Move syslog format var to syslog.inc. Issue #9808

In some cases, PHP is unhappy with calls to gettext() in globals.inc

b16c3a12 12/12/2019 07:25 PM Jim Pingle

Add option for RFC5424 syslog format. Implements #9808

d1b23f75 10/31/2019 06:40 PM Jim Pingle

Remove duplicate DHCP log block.

eacc805e 09/30/2019 01:27 PM Jim Pingle

When resetting all logs, also reset non-syslog logs. Fixes #9802

49967ae7 09/12/2019 08:33 PM Jim Pingle

Add dedicated auth log. Implements #9754

a7a863a8 09/09/2019 07:40 PM Jim Pingle

Specify portal auth and DHCP logs by selector not by facility. Fixes #1375

f9d9d054 09/09/2019 06:24 PM Jim Pingle

Log setting/size review. Fixes #9734

  • Move default GUI line limit and log size defaults to $g rather than
    hardcoding.
  • Set default GUI line limit to 500 (up from 50)
  • Set max GUI line limit to 200000 (up from 2000)
  • Set default log size to 512000 (500 KiB, previous clog default was 511488)...
c63ae216 09/06/2019 02:30 PM Jim Pingle

Fix rotation count check. Issue #9711

While here, fixup default static newsyslog entries. Issue #8350

aa2cac18 09/06/2019 02:13 PM Jim Pingle

Incorporate filter_log.inc into syslog.inc. Issue #8350

Now all log-related functions are together.

db948c42 09/05/2019 09:04 PM Jim Pingle

Additional logs & optimizations. Issue #9714

  • Add log tabs for nginx, userlog, and some other previously hidden logs
  • Start working on output of utx log via list/libxo (work in progress)
  • Consolodate function that retrieves log messages to avoid duplicated...
6b061c1a 09/04/2019 08:08 PM Jim Pingle

Add a method for packages to set log owner on rotation. Issue #9712

3a26e715 09/04/2019 03:21 PM Jim Pingle

Move log-related functions to their own file. Issue #8350

Also add a simple shell program that will dump all log entries for a given
log + all rotated/compressed logs in order.