Activity
From 03/11/2025 to 04/09/2025
04/09/2025
-
08:53 PM Revision d7814a52: Fix exclude path when archiving RAM disk logs
- "--exclude" uses a relative path.
04/07/2025
-
04:55 PM Revision 1c59b3e7: Improve process_url()
- * Fetch plain files only if they've been updated remotely
* Add check for empty file
* Don't falsely log "Could not e... -
03:49 PM Revision 063d171d: Fix syslog config for if_pppoe. Fixes #16127
- - if_pppoe section set a filter but did not reset it after, which
prevented subsequent directives from having other... -
03:13 PM Revision 886b66f7: Limit port forward overlap checks to the same IP address family. Fix #16130
-
03:07 PM Revision 2018bea6: Check for expected file extension before extracting the file. Fix #16129
- This regressed with 5a7a1a84dd8703f866257e70818bfce0ac6db9d3.
04/04/2025
-
04:34 PM Revision 010b97a9: Update Status > Captive Portal with correct config path. Fix #16126
- While there, show the zone description as well.
04/03/2025
-
03:53 PM Revision 9be17707: dyndns: add some error handling
-
03:40 PM Revision 823a344d: Omit matched rule from associated rules in firewall logs
- Followup to 738d2703ec4f483ea2d5038d4d6faa2f26a921b2.
04/02/2025
-
02:13 PM Revision 60f9f432: Stop building Zabbix 5.x ports as they will be EoL in May
- https://www.zabbix.com/life_cycle_and_release_policy
-
02:10 PM Revision a3671d9b: Bump to 2.9.0-DEVELOPMENT
04/01/2025
-
07:22 PM Revision 6a92af14: Validation and output encoding of WOL interface. Fixes #16116
-
06:26 PM Revision 0ff75cd0: Validation and output encoding of IPsec P1 interface. Fixes #16115
-
04:20 PM Revision dfc70e51: Improve validation of Firewall Schedules. Fixes #16114
03/31/2025
-
08:52 PM Revision 738d2703: Improve firewall log action information display
- Split the rules found into "Matched Rule" and "Associated Rules". The
matched rule shows the closest match of the rul... -
08:52 PM Revision bf84ef5b: Handle PHP error with PPP interfaces
03/27/2025
-
09:47 PM Revision f51505bf: Explicitly check for numeric ID
- $realid may be either an empty string or null.
Followup to 8286c27ca678dbada2d205f606e76fab48885f60. -
08:46 PM Revision e329a2fb: dyndns: update Gandi LiveDNS. Fix #15258
- Co-authored-by Jasper Surmont <jasper@surmont.dev>
-
06:39 PM Revision e7f3a037: Keep IPv4 addresses on IPv6 ppp-linkdown events. Fix #16103
- Co-authored-by David King <8408971+strix-technica@users.noreply.github.com>
-
02:52 PM Revision 90cecb66: if_pppoe: add note about required reboot when changing option
03/26/2025
03/25/2025
-
07:48 PM Revision ad0ad335: Fix firewall log pass rule icon
- Followup to f0e409252eab5fba29ed1b205ac33691453fb739.
-
02:22 PM Revision 3b681a5b: make.conf: set default pkg-create compression to tgz
03/24/2025
-
06:03 PM Revision f0e40925: Fix parsing match rules when showing firewall logs.
- - Cache pfctl output while there to improve performance.
- Remove unused variable.
Followup to 27db374dbca226f0429b1... -
04:26 PM Revision 8286c27c: Only check gateway values when a gateway is set. Fix #16105
-
04:17 PM Revision 72dac524: Handle null gateways when showing static routes. Fix #16104
03/21/2025
-
11:43 PM Revision 41fa97a2: Merge pull request #4663 from aaron-sierra/dyndns-luadns
-
04:07 AM Revision f178fa48: When the PPPoE client backend is changed, show the reboot message.
- (cherry picked from commit 615713329278baf93d4712321d3e4a497061a315)
-
04:02 AM Revision e0dbc5d2: Fix the last commit.
- Pointy hat to: loos
(cherry picked from commit 55b33420d65aa7d47d4469a96f315fb271021967) -
03:59 AM Revision c59f5e21: Fix the ppp uptime with if_pppoe.
- Based on a patch from Stevew.
(cherry picked from commit 240965405915259e2d724c8add11fd76dd34db18) -
03:59 AM Revision 98c25d78: Add the description (interface name) to the if_pppoe interfaces.
- (cherry picked from commit 2cd86e498122da4b43feb041f442967efebdcdba)
-
03:59 AM Revision aff7e91b: Change the mpd5/if_pppoe knob back to a global setting.
- They cannot cooexist, so makes no sense have it as a per connection setting.
Enforce a few protections and warnings ... -
03:59 AM Revision 48a44422: Do not allow the selection of more than one NIC with if_pppoe.
- Effectively disable the MLPPP support with if_pppoe.
(cherry picked from commit 00c6e25f2ce6d793680dbe01053ec84c7cba... -
03:59 AM Revision fdd8e2dd: Handle the differences in the 'Advanced Options' section for if_pppoe.
- (cherry picked from commit ee4539ba7331fab0225df1ed03346adc944eb49c)
-
03:59 AM Revision 258e764e: Change the knob to select mpd5/kernel PPPoE to a per-connection setting.
- Replaces the original global setting.
Ticket: #18294
(cherry picked from commit e52a8eda6fa90e613f940553cfe438baafc7... -
03:59 AM Revision e45b3215: Revert "pppoe: Add knob to move it back to mpd5"
- This reverts commit 0bf19af7d0b9222ea24899103c64819b0d08160a.
This knob will be per connection and not a global sett... -
03:59 AM Revision 6af889e5: pppoe: Apply scrub mss when using if_pppoe
- mpd5 has an option called tcpmssfix, on by default, that adjusts MSS
according with the interface MTU. When using if... -
03:59 AM Revision 363b0276: pppoe: Configure syslog
- Configure syslog to save all messages starting with prefix "if_pppoe: "
to /var/log/ppp.log
(cherry picked from comm... -
03:59 AM Revision 0f78a966: pppoe: Configure PPPoE interface using if_pppoe
- Introduce the new kernel module if_pppoe and start using it by default
to configure PPPoE client interfaces.
(cherry... -
03:59 AM Revision ac2eea65: pppoe: Add new pppoe-handler script
- Add a new script, pppoe-handler, that will be called by devd when proper
events happen on pppoe interfaces.
(cherry ... -
03:59 AM Revision a5ac05e8: pppoe: Destroy PPPoE interface when using if_pppoe
- Change interface_bring_down() to destroy pppoe interface instead of
dealing with mpd stuff if system is using if_pppo... -
03:59 AM Revision 90eda87f: pppoe: Add knob to move it back to mpd5
- A new PPPoE implementation, using if_pppoe kernel module, is going to be
introduced soon and will be used by default....
03/20/2025
-
08:18 PM Revision 2c874787: dyndns: Add LuaDNS provider. Implement #15089
- Support the LuaDNS v1 API (https://www.luadns.com/api.html) for Dynamic
DNS updates. This complements the ACME suppor...
03/19/2025
03/18/2025
-
10:46 PM Revision cd3925b3: miniupnpd: Generate miniupnpd config using more explicit bools
- The miniupnp config section has boolean flags that are either true with the value
'on', and are inferred to be false ...
03/17/2025
03/14/2025
-
05:22 PM Revision 2442a02e: Fix new log preference checkboxes
-
04:21 PM Revision 81430ea6: Fix regression from 7dc6055725cd400c04ead94560cda876de3f253d
03/13/2025
-
08:47 PM Revision 58e567d1: Move IPv4 link-locak firewall logs into a separate log preference. Implement #16092
- Fix a type while here as well.
-
07:11 PM Revision 53484903: Activate snort2c log preference
- Followup to b67a4eae7b9b815480789b08aa0c847f5689dede.
03/12/2025
-
07:40 PM Revision b67a4eae: Move snort2c firewall logs into a separate log preference. Implement #16092
-
07:40 PM Revision 27db374d: Include reason for firewall log actions. Implement #15415, Fix #16093
-
06:41 PM Revision eb0acb5a: Show the rule for packets dropped due to IP options
- When clicking the Action icon for a firewall rule log, the rule is not
shown when it's a "pass" rule that dropped the... -
06:41 PM Revision f8713e51: Refactor firewall logging preferences
- Move the firewall logging preferences to a single string[] variable and
make it a global. No functional changes. -
06:41 PM Revision d050c9dc: Move log preferences to a separate form section
-
06:41 PM Revision f3899adb: Revise log preferences descriptions
-
05:08 PM Revision f5412832: Add mDNS Bridge packages
-
04:11 PM Revision 3b45a8f2: Strip manufacturer from MAC field passed to WoL from ARP table. Fixes #15162
Also available in: Atom