Tidy up "vpn_l2pt.php" XHTML
Add CDATA section to SCRIPTSAdd SUMMARY to TABLESUpdate HTML Boolean OperatorsClose INPUT tags
Merge pull request #1133 from msilvoso/master
Fix off-by-one in static route CIDR drop-down. /129 shouldn't be in the list
Fix firewall log widget rule lookup to consider tracker id.
Convert protocol ssl:// to https:// when creating http headers
Small cleanup
Merge pull request #1126 from ExolonDX/master
Partialy revert 0ae4f3f:
It broke xmlrpc_client since https is not a valid php transport.
Clarify description to state you must save first before attempting to reset the log file size.
Work around some quirks in global handling to show filter rule descriptions in their own row/column when configured for that behavior.
Revert "Respect protocol from URL"
This reverts commit 4f5bea8b6e2e6b0d5c1352539268d720826b4760.
Respect protocol from URL
Remove units from burst as it is always specified in bytes. (Per ipfw(8)).Worked for me in testing, I watched a file briefly burst until and then be clamped down to the limiter's rate.
Use egrep here (and full path)
Consider tracker IDs when looking up filter log entries, if present
Fix http and https port for cpzone
Use global cpzoneid variable
Drop double $$ from variable name
Remove redundant set
Silent kldstat
Sometimes fsck requires a second run, teach rc script to call it more than once when it's necessary
Obsolete old clog binary from /usr/sbin
Merge pull request #1125 from msilvoso/master
Tidy up "load_balancer_pool_edit.php" XHTML
Backout changes to the the SELECT tag from pull request 1104, further testing shows that it doesn't populate the disabled/enabled server list 100% correctly.
Migrate captive portal code to SQLite3 php module
sqlite module is now called sqlite3
Obsolete old php modules
Take care of interfaces that have no ip but might be part of the bridge as done for openvpn to avoid loops
Changes to make it work behind a bluecoat proxy - added a user agent, and changed url scheme
Oops specify mode of operation to fopen
Make the alias url processing functions not memory hungry!
Rewrite update_alias_url_data to be with small memory footprint. Also return the status if an update is performed to callers and remove the write_config call embedded here since its not good to have this by default.
Signal a reload if anything got updated
Merge the patch suggested in Ticket #3629. It also Fixes #3629. The question is why this is using config lock? Also where is filter configure called here?
Check the right field here
Unbreak 'add rule on top of the list' allowing after param to be -1
Merge pull request #1124 from ExolonDX/master
Expose all p0f OS types that it supports so that subtypes of various Operating Systems can be detected
Fix kldstat match/output to check for a running module. It was claiming all modules were loaded so none were being loaded.
Tidy up "services_igmpproxy.php" XHTML
Move NOWRAP to class statement
Tidy up "services_ntpd_gps.php" XHTML
Update " "
Send HUP to restart syslogd rather than trying to restart it, thus loosing messages
make sure unbound is included here
Include Unbound in logic here
Reconfigure unbound on dhcpv4 edit
Reconfigure unbound on dhcp edit
Also reconfigure Unbound here
Reconfigure Unbound for Rebind admin checks
Ensure config is global here
Ensure to reconfigure Unbound for filter configuration on XMLRPC
Handle 0MQ filter configure
If unbound is configured then assign it for the vpn service
If Unbound is been used then make sure to reload when system_hosts_generate() is called
Make sure unbound is reconfigured when interfaces are
Add space between configile and switch
Make sure domain+host overrides are deleted
Put .hushlogin even here to not be done from tools repo. Maybe some people would like to have that on rmlist.
Move the sh/profile files here as a more natural place to live in.
Move clog from /usr to /usr/local
Add filterlog to separatefacilitylog to avoid logs going elsewhere
Change log level to error for php-fpm
Another dir to be created
Correct the definitions of certificate path to correct place to allow the daemon to start
Update binaries used
Put this here for easier troubleshooting and code reading. Helps with Ticket #3619
Use php module calls here to speedup things
Correct the ridirection URL to unbreak ones passed through Radius attributes and repsect user choices. Reported-by: Antoine Guillemot
Use the daemon name to send the filter logs
Merge pull request #1032 from fichtner/contributions manually since it does not apply cleanly
Merge pull request #1040 from fichtner/pw_userdel manually since it does not apply cleanly
Merge pull request #1082 from PiBa-NL/console_ssh_rules_reload
Merge pull request #1098 from camlin/master
Merge pull request #1117 from derelict-pf/nohttpsforwards
Merge pull request #1123 from razzfazz/miniupnp_listen_on_interface_master
make miniupnpd listen on interface instead of IP
The 'listening_ip' option in miniupnpd.conf can accept an interface namedirectly instead of having to translate it to an IPv4 address first. (This isactually required if IPv6 support is enabled.)
Don't refuse to delete a bridge in the GUI just because its bridge interface doesn't exist, just log that it doesn't exist and don't attempt to ifconfig destroy it, delete it from config
Its long overdue the ez-ipupdate.cache file
Make sure to actually configure the outgoing query interfaces if selected.
Make sure the correct interface is selected once the config has been saved for the DNS forwarder
Make sure the correct interface is selected once the config has been saved. Fixes #3620
Move the IPsec settings from System > Advanced, Misc tab to "Advanced Settings" tab under VPN > IPsec.
Merge pull request #1095 from ExolonDX/unknown branch
Tidy up "maintable.inc" XHTML
Change escaped single quotes to just a single quote
Resolver has no option for remote syslog, remove wrong copy/paste that was adding it when apinger was enabled
Merge pull request #1118 from phil-davis/patch-3
Merge pull request #1104 from ExolonDX/branch_master_04
Merge pull request #1103 from ExolonDX/branch_master_03
Merge pull request #1102 from ExolonDX/branch_master_02
Merge pull request #1101 from ExolonDX/branch_master_01
Merge pull request #1114 from ExolonDX/branch_master_13
Merge pull request #1113 from ExolonDX/branch_master_12
Merge pull request #1112 from ExolonDX/branch_master_11
Merge pull request #1111 from ExolonDX/branch_master_10
Merge pull request #1110 from ExolonDX/branch_master_09
Merge pull request #1109 from ExolonDX/branch_master_08
Merge pull request #1108 from ExolonDX/branch_master_07
Merge pull request #1107 from ExolonDX/branch_master_06
Merge pull request #1106 from ExolonDX/branch_master_05
Merge pull request #1120 from phil-davis/patch-5