Log invalid config path access
Trim name when adding package navigation menus
Add path safety checks to config access functions
Before the move to config access functions, accessing the global configarray with null keys would lead to errors or null results. Anadditional failure case was introduced with the move to config accessfunctions: null keys may lead to a result from a different path. Check...
Fix accidental deletion of CAs
$ca does not reference the config at this point - no need to remove it.
Source xml parsing functions in config.lib.inc
config.lib.inc may be sourced without the xml parsing functions beingavailable first. For example, from auth.inc(31) and config.inc(40).
Revert "Adjust xmlparse.inc require order"
This reverts commit c599e81b822bb8d6c89b3844372b44fcc55808bf.Revert this in favor of requiring the file within the relevant includes.
Kill states on both sides during gateway failover
Actually kill states when recovering the default gateway group
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 beparsed e.g. in config.lib.inc.
Fix saving DHCP6 config with empty interface config
View revisions
Also available in: Atom