- 07 Aug, 2015 1 commit
-
-
Ad Schellevis authored
-
- 06 Aug, 2015 1 commit
-
-
Franco Fichtner authored
-
- 05 Aug, 2015 6 commits
-
-
Ad Schellevis authored
-
Ad Schellevis authored
-
Ad Schellevis authored
-
Ad Schellevis authored
-
Ad Schellevis authored
-
Franco Fichtner authored
-
- 04 Aug, 2015 7 commits
-
-
Ad Schellevis authored
PHP Fatal error: Call to undefined function system_hosts_generate() in /usr/local/etc/inc/interfaces.inc on line 3129
-
Ad Schellevis authored
(legacy) fix PHP Fatal error: Call to undefined function create_gateway_quality_rrd() in /usr/local/etc/inc/gwlb.inc on line 330 setup_gateways_monitor needs rrd.inc
-
Ad Schellevis authored
(legacy) fix PHP Fatal error: Call to undefined function lock() in /usr/local/etc/inc/system.inc on line 125 traceback missing library issue, search function where lock() is used in line 125 (system_resolvconf_generate), then check use and add missing library, grep -r system_resolvconf_generate * | sed 's/:/ /g' | awk '{print $1;}' | sort -u
-
Ad Schellevis authored
-
Ad Schellevis authored
-
Ad Schellevis authored
(legacy) add legacy_html_escape_form_data to legacy helper functions to escape array items recursive
-
Franco Fichtner authored
-
- 03 Aug, 2015 1 commit
-
-
Franco Fichtner authored
-
- 31 Jul, 2015 5 commits
-
-
Ad Schellevis authored
-
Ad Schellevis authored
(legacy) it feels kind of duplicate, but to avoid too much changes on how it works now let's keep the behavior approx. the same. (part 2)
-
Franco Fichtner authored
This reverts commit 92a5f77a. This reverts commit 681f654c.
-
Ad Schellevis authored
-
Franco Fichtner authored
-
- 30 Jul, 2015 5 commits
-
-
Ad Schellevis authored
(legacy/ldap) allow local users to be created with random password, solves errors in log when linking groups and leaves the possibility open to allow shell login using ldap in a later stage (currently not supported)
-
Ad Schellevis authored
for example, if squid needs some directories to exists before initial run after boot, it could set this in /etc/rc.d.conf/squid squid_opnsense_bootup_run="/usr/local/opnsense/scripts/proxy/setup.sh" which effectively results in setup.sh being started followed by the normal service squid start disadvantage of this, both the service template and the rc system needed to be aware of the setup. advantage, all services which don't need special preperation are configured as they would be on normal FreeBSD
-
Franco Fichtner authored
-
Franco Fichtner authored
`block quick' creates a chain-reaction that requires `pass quick' for loopback traffic, even though we have non-quick loopback pass rules below. If `quick' ought to be used, non-quick should be removed completely, but that is beyond the scope of this fix. For now, rather pass all IPv6 traffic on the looback device as opposed to passing all IPv6 traffic with an IPv6 loopback address.
-
Franco Fichtner authored
While blocking IPv6 in this case is a good start, loopback traffic from internal to internal should never be blocked as some deamons like squid use it to probe and/or communicate.
-
- 29 Jul, 2015 5 commits
-
-
Franco Fichtner authored
-
Franco Fichtner authored
o Makes live-mounting easier as the package config samples won't be clobbered anymore. o Automatically picks up ".in" files, runs replace and moves them to their permanent location. o Refactored src directory install while at it.
-
Ad Schellevis authored
-
Franco Fichtner authored
As an added benefit, (default) will now always revert back to the actual default from the sample configuration, which is exactly how it should be.
-
Franco Fichtner authored
-
- 28 Jul, 2015 3 commits
-
-
Franco Fichtner authored
-
Ad Schellevis authored
When a user needs to use the web configurator, import the the user from the remote ldap server using "import users" on system_usermanager.php For backward compatibility purposes ldap_backed still can authenticate without a local user, although the web config isn't usable then. (this always costs an extra query to determine the distinguished name of the user) We may need to consider if "authenticate only" should be a bit more explicit to the user, or choose to always import users into OPNsense....
-
Franco Fichtner authored
-
- 27 Jul, 2015 6 commits
-
-
Ad Schellevis authored
-
Ad Schellevis authored
-
Franco Fichtner authored
-
Franco Fichtner authored
Submitted by: Curt Dox
-
Franco Fichtner authored
but changing the default likely breaks something else so fix it here...
-
Franco Fichtner authored
-