Project

General

Profile

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

# Date Author Comment
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.