Swop dns xml tag for unbound
Make space for Unbound custom options
Handle domain overrides and adjust config order
Add Unbound statistics
Add include fore remote control and change files .conf extension
Add static host entries to separate file and include in main config
Merge branch 'master' of github.com:bsdperimeter/pfsense
Various Unbound functions for configuration
Use the new daemon for status->queues until a proper chart javascript library is availble
add ability to get root hints file
Create symlinks for packages config files into the PBI directory
Fix pbi_info path
Remove line forgotten last commit
Start for various Unbound functions
Change the way syslogd is killed/restarted a bit. Fixes log related pages hanging when logs are reset (or saving syslog settings)
Add missing s
Move hostapd to its own log and tab, so it stops spamming the system log.
Add Unbound chroot directory path
Exclude relayd from main system log, it's really spammy, and is already in relayd.log
Add some missing ;'s.
Show session detail in Virtual Server status
remove symlinks for PBI binaries
remove PBI even when packages depends on only one PBI package
Create symlinks for bin and sbin directories on /usr/local/ after installing a PBI
Try to send the xmlrpc errors to the system log
Check that we have user password otherwise strange things happen if tehre is nothing stored in the config
Correctly check if it is a valid object or not
Combine is_subnet to check for both v4 and v6 subnets
Add is_subnetv6 for checking of IPv6 subnets
Clarify text/settings for media selection. Fixes #1910
Add relayd to Status > Services and widget. Add capability to kill when restarting instead of a simple reload. Implements #1913
install/remove packages using PBI
Merge branch 'jquery' of github.com:vcoque/pfsense into jquery
Conflicts: usr/local/www/index.php
convert javascript code to jQuery on system* files
Use jQuery fadeout effect
Convert prototype code to jQuery
Convert dashboard ajax code from Prototype to jQuery
Add jQuery javascript library
Adding pbi_ suite of tools
Adding pbi_create
Fixup relayd to handle DNS load balancing as well as standard TCP load balancing.
Add global to hide download tab
Remove .
Fix filename
Add download feature
Simplify message
Hide warning until firmware update enabled = true
Disable download and revisit tomorrow
Use escapeshellcmd
Fix path
Add download backup feature
Include functions first. Just saw a APC cache bug for getAllowedPages()
Use format_bytes()
Center text
Increase colspan
Add delete full backup feature
Nuke class
Show backup size
Add option to not restore config.xml
Make the manual firmware upgrade screen look a little less busy.
Note when no backups are found
Add restore full backup tab
Add checkbox to invoke full backup prior to upgrade
Add option to perform full backup prior to upgrade. First commit of 2011 pfSense hackathon!
Correct typo, fixes Ticket #1892
Fix interface finding. Now properly adds a dhcpv6 static mapping via + button.
Fix type detection
Fix misnomer since the page was copied from dhcpv4, change references to arp to ndp instead.
Speed up display of static dhcpv6 leases by skipping an additional ndp exec for each entry, use the existing arpdata array instead.
Fix display of static dhcpv6 assignments. Format duid with colons.
Show MAC address on DHCPv6 output. (Not that it's used in the same way for DHCPv6 as it is for v4, but it's handy to see in one place)
For DHCPv6 the CLTT (client last transaction time) is used instead of the "start" time for the lease. Should now more accurately display when a lease started.
Commit a fix that prevents the drop down from showing over 31 length.Fixes Ticket #1892
Bind the state killing to the interface they should kill the states so that it does not impact other services like in #1421
Split the IAID off in the output, interpret the result. (Matches up with what shows in output from client)
Remove 0x, really isn't needed
Improve duid parsing. Still some work to be done but should avoid the infinite loop it hit in some cases previously.
Properly dispaly CP status page with the multi instance CP
To avoid any possible issues during the different paths of the workflow create the zone since its first step
Do not try to add mac passthrough to a not loaded ipfw since the macs might be added to the wrong zone.
Unbreak the firewall rules, I accidentally reset the variable.
Fixes #1874. Correctly error out when the user or the pass is not posted during login of CP.
Check if a widget is null before testing a property. Fixes skipped updates on certain widgets (like the gateway widget) if someone doesn't have the cpu widget file on their fs (which a clean install does not).
Revert "Another try at prventing panic on reconfig of ppp type wans. Ticket #1696"
This reverts commit afe88d69235f84530ed6386b22cfc9c488bf94c5.
Revert "Be correct on teh variable scope"
This reverts commit 106646b4204b2850ec7f41547079cf00cc374f6f.
Be correct on teh variable scope