Correct location of '\n'
Correct building of queue to not depend on parent mask
pull jquery-ui.custom.css from themes/THEME if it exists there
otherwise pull /javascript/jquery/jquery-ui.custom.css,which contains defaults.
Add date/time picker to Custom RRD graphs.
from: http://trentrichardson.com/examples/timepicker/
you are right, Ermal, system_hasync.php is obviously not part of m0n0wall. :-)
Merge pull request #67 from phil-davis/master
Bug #2301: More fixes to pbi package install and removal
remove_freebsd_package: check that a symlink exists and is currently pointing into the pbidir of the current package, then unlink it. This avoids possibly deleting real files, or deleting a symlink that points into some other package.pkg_fetch_recursive: remove a bonus "$" in the symlink target specification. This was causing symlinks from /usr/local/bin to not be generated validly....
Move CARP settings from pkg XML to a real PHP page
https://redmine.pfsense.org/issues/647
correctly read/write the priority/path cost settings to the main XML configuration file.
code from mike bold.
https://redmine.pfsense.org/issues/2261
fix a typo.
Add date picker to the Custom RRD graph page to translate to unix time.
implements #1997.
http://redmine.pfsense.org/issues/1997
fix for: Traffic Limiter Bits/sec option broken
fixes #2296
http://redmine.pfsense.org/issues/2296
fix for: Captive Portal cannot work on master branch
reverting to listening on 0.0.0.0 seems to work just fine
mostly fixes #1700 .
http://redmine.pfsense.org/issues/1700
Update the default config.xml to 8.3 so it does not trigger config.xml upgrade during install of a new system
Improve the memory use while processing the leases file.
fix for: Captive Portal Login dies on empty input
Not actually tested because CP doesn't work right now.
http://redmine.pfsense.org/issues/1874
fix for: Spanning Tree interface priority options do not alter Bridge
http://redmine.pfsense.org/issues/2261
fix: Input validation problem with VIPs and "none" type interfaces
http://redmine.pfsense.org/issues/2291
Merge pull request #66 from phil-davis/master
Bug #2301: Mixed-case package names and package deletion
Remove an extra "-" left there by accident.
Add per-rule delete ("X") button to Outbound NAT rules
http://redmine.pfsense.org/issues/1062
Handle mixed-case package names like squidGuard.Check that conf files in PBI folders exist before unlink.Pass correct package names 1 at a time from uninstalll_package to delete_package.log_error if the PBI package name can't be found in remove_freebsd_package - this means that the PBI files will not get cleaned up. Usually this is caused because the system has been rebooted since the package was installed and the PBI db in /var/db/pbi has gone (e.g. on nanobsd /var is created from scratch at boot)
[Patch] Multiple SMTP notice recipients
http://redmine.pfsense.org/issues/2026
fix for: The javascript to enable and disable the various config boxes fail since adding the 6rd IPv6 config type
http://redmine.pfsense.org/issues/2304
Merge branch 'master' of github.com:bsdperimeter/pfsense
fix for: Output from CSRF magic mangles files in Diagnostics > Edit File
http://redmine.pfsense.org/issues/2294
fix text
Fix pattern upload, button text check was incorrect.
Merge pull request #65 from phil-davis/master
Bug #2301: Handle case when PBI package names are substrings of each other
Fix case where package names are substrings of each other. e.g. "squid" and "squid_radius_auth". Look for "squid-", which will match the full PBI package name for squid but will not match "squid_radius_auth". Bug #2301
Pull required .inc
Do not show tabs for interfaces with 'link local' address (fe80::...)
Fix a logical bug on gettext
The parameter showapply determines when the apply button should be displayedTicket #1686
Correct population of the temp version of this variable. Fixes #2158 (drop-down preselection issue)
Set FCGI_CHILDREN to 0 since it does not make sense php to manage itself when lighttpd is doing so. This makes it possible to recover from 550-Internal... error.
Unbreak the upgrade_config.inc, sorry
Update help text for Host alaises to indicate FQDNs are allowed.
More memory optimizations for the RRD upgrade. Ticket #1758 #2159
Update the upgrade function so we use less memory here too to make sure it succeeds on Nano.Related to ticket. #2159 #1758
Merge pull request #53 from jeandebogue/patch-1
Move the echo "UP|DOWN" earlier
Merge pull request #64 from phil-davis/master
Bug #2284: rc.newwanip handle case when gifs config is null
Use better is_array test to check if there are any gifs in the config.
Don't put an extra space here or later tests will fail to match this as a pass rule. Part of #2293
Update etc/rc.newwanip
Fix the link local check when trying to add a link local gatewayTicket #2071
Enable the NTP server fields for our DHCP6 server.
Include this file to make sure that rc.newwanipv6 actually works.
Ermal says the new openntpd binary fixes this instead -- Revert "Start ntpd in the background since we don't need to care about its return data. Speeds up GUI with broken DNS."
This reverts commit 89d291ec25c12ed5744c63679270d1a13b5c6b3a.
Start ntpd in the background since we don't need to care about its return data. Speeds up GUI with broken DNS.
Rather make use of grep -c than all these pipes
Adjust the ordering so that our modules load properly.The order appears to be important in which we load the modules
Looking at pw code : chars are invalid in a comment fieldgit diff! Replace those to just space
An empty file is created so that the table is availblke for rules refrencing it so mark it as successful.
Prevent ruleset breaking from grep putting garbage on urltable files and as a result creating unparsable files breaking rulesets
Simplify this code a little and make it easily extendible.
check for presense of file before trying to exec it
Do not wipe logs on reboot on full install
Fix wich roll to write
Use the latest functions from pfSense module for bridge
Use the latest functions from pfSense module for getting interface list
Remove the DHCP6 service enable check, it's not valid for configuring router advertisements.
fix bridge typos
Only run if this is an array
Be more intelligent when managing OpenVPN client connections bound to CARP VIPs. If the interface is in BACKUP status, do not start the client. Add a section to rc.carpmaster and rc.carpbackup to trigger this start/stop.If an OpenVPN client is active on both the master and backup system, they will cause conflicting connections to the server. Servers do not care as they only accept, not initiate.
Fix some checks in dhcpv6 screen. Still need to validate static mappings against delegated networks
Correct send_multiple_events to conform with new check_reload_status behaviour
Add the ability to disable static routes without deleting them
Correctly match ntpd syslog messages
Fix formatting and move setting back to system.
Moved beep option to notifications page
Remove obsolete files after gitsync
Merge pull request #59 from Joecowboy/Time-format-change
Time format change
Allow specifying the branch name after the repository URL for gitsync command-line arguments and remove an unnecessary use of the backtick operator.
Show lagg protocol and member interfaces on Status > Interfaces. Implements #2242
Fix filename used in check for existence of the uniprocessor kernel to match the one that was being used to extract.
Fixup the kernel upgrade code a bit to be safer, and assume SMP in the default case, and also warn if there was a problem. Should fix #1427
Adding multi-language support to WebGUI
Redirect stderr to stdout on exec.php so errors are visible.
Ticket #2205 - Add prefork setting
Add small patch from #466 to make interface names clickable on Interfaces > (assign). Implements #466
Fix gen_subnetv6_max(), used to display the end of available range in dhcp server ipv6
Turn off suhosin in hunt for #2214
Crank up debug logging to help gear up for #2214
Fix code that was accidentally replaced with an older version of the code.
Commenting those lines out because the form fields are not generated because they are commented out in the code. This fixes javascript error and now will disable all form fields when interface is disabled.
Fix comment, unbreak interfaces.inc
need to break out of foreach loop once it finds there is a local time has been selected by any interface of DHCP.
I now parses the xml tags in the dhcpdv6 to check if an interface for DHCPv6 lease is using local time if not defaults to UTC time.
I now parses the xml tags in the dhcpd to check if an interface for DHCP lease is using local time if not defaults to UTC time.
Changed the variable name from timeformtchangev6 to dhcpv6leaseinlocaltime per jim-p request and it will now write the xml dhcpv6leaseinlocaltime in the dhcpv6 sub catagory in the config.xml file.
Changed the variable name to dhcpleaseinlocaltime from timeformatchange per jim-p request and moved xml tag into dhcpd.
removed the timeformate change and putting it in the dhcpd and dhcpdv6 which will be generated by interface code. New XML tags will be <dhcpleaseinlocaltime/> and <dhcpv6leaseinlocaltime/>
Merge pull request #58 from Joecowboy/Time-format-change
Added the the choice for DHCPv6 leases of local time over default UTC time.
Added choice of UTC time or local time for DHCP leases.
Added check box for DHCPv6 lease time to select local time instead of the default UTC time.
Added check box for changing from UTC time to local time display on DHCP leases.
Added Time format change XML tag for both DHCP and DHCPv6 if you want to use local time instead of UTC for leases.
Always configure a link local address when configuring a carp with a IPv6 address.