Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

Latest revisions

# Date Author Comment
b7a73647 09/03/2024 06:09 PM Marcos M

Log invalid config path access

d194c382 09/03/2024 05:19 PM Marcos M

Trim name when adding package navigation menus

0b92ed13 08/31/2024 01:32 AM Marcos M

Add path safety checks to config access functions

Before the move to config access functions, accessing the global config
array with null keys would lead to errors or null results. An
additional failure case was introduced with the move to config access
functions: null keys may lead to a result from a different path. Check...

284c0da8 08/30/2024 04:18 PM Marcos M

Fix accidental deletion of CAs

$ca does not reference the config at this point - no need to remove it.

67bf8a30 08/29/2024 06:40 PM Marcos M

Source xml parsing functions in config.lib.inc

config.lib.inc may be sourced without the xml parsing functions being
available first. For example, from auth.inc(31) and config.inc(40).

d8c35176 08/29/2024 06:34 PM Marcos M

Revert "Adjust xmlparse.inc require order"

This reverts commit c599e81b822bb8d6c89b3844372b44fcc55808bf.
Revert this in favor of requiring the file within the relevant includes.

3371d190 08/28/2024 09:10 PM Marcos M

Kill states on both sides during gateway failover

352e16b8 08/28/2024 09:10 PM Marcos M

Actually kill states when recovering the default gateway group

c599e81b 08/27/2024 11:44 PM Marcos M

Adjust xmlparse.inc require order

XML parsing functions must be available for other includes to use them.
This is most important during boot where config.xml can potentially be
parsed e.g. in config.lib.inc.

fd10f3e9 08/27/2024 03:46 PM Marcos M

Fix saving DHCP6 config with empty interface config

View revisions

Also available in: Atom