Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Some updates/optimizations to smart widget | jim-p | 2012-04-18 | 1 | -31/+45 |
| | |||||
* | Add support for SLAAC on the WAN interface, this is required for Stateless ↵ | smos | 2012-04-18 | 1 | -7/+17 |
| | | | | | | | autoconf addressing. Normally this should only apply to Appliances that do not need to route. We automatically hook in the dhcp6 client to request name servers from DHCP6 in a information only mode. It will not attempt to request a address. For that you should use the plain DHCP6 option with a prefix size of none. This is for redmine ticket #1834 | ||||
* | Add contributed SMART Status widget - ↵ | jim-p | 2012-04-17 | 1 | -0/+48 |
| | | | | http://forum.pfsense.org/index.php/topic,48447.0.html | ||||
* | Fix typos where css('dislay') is missing a 'p' - now the top ten bandwidth ↵ | Phil Davis | 2012-04-17 | 1 | -2/+2 |
| | | | | users by host IP is visible on the Status:Traffic Graph | ||||
* | Merge pull request #89 from bcyrill/patch-3 | Jim P | 2012-04-13 | 1 | -3/+3 |
|\ | | | | | Fixed HTML tag. | ||||
| * | Fixed HTML tag. | bcyrill | 2012-04-13 | 1 | -3/+3 |
| | | |||||
* | | Merge pull request #90 from vizvayu/master | Jim P | 2012-04-13 | 1 | -6/+24 |
|\ \ | | | | | | | Mode selection options for PowerD | ||||
| * | | Added mode selection options for PowerD. | Cristian Feldman | 2012-04-10 | 1 | -6/+24 |
| | | | |||||
* | | | Resolves #2330. Check if there is a previous voucher config before wiping | Ermal | 2012-04-13 | 1 | -1/+4 |
| | | | |||||
* | | | Show delegated prefixes on the DHCPv6 Leases display. | jim-p | 2012-04-13 | 1 | -54/+138 |
| | | | |||||
* | | | Feature #1864 "Start" button for IPsec should be available for IP alias networks | Darren Embry | 2012-04-13 | 1 | -2/+16 |
| | | | | | | | | | | | | | | | | | | might need more testing. http://redmine.pfsense.org/issues/1864 | ||||
* | | | Increase Prefix delegation size choices | smos | 2012-04-13 | 1 | -0/+2 |
| | | | |||||
* | | | Clarify text | smos | 2012-04-13 | 1 | -2/+2 |
| | | | |||||
* | | | Do not throw a address family error when there is just 1 gateway. | smos | 2012-04-13 | 1 | -1/+1 |
| | | | | | | | | | | | | Fix the input logic for ticket #1662 | ||||
* | | | Feature #2123 Backup RRD files using the xml dump and restore from RRD tools | Darren Embry | 2012-04-12 | 1 | -26/+50 |
| |/ |/| | | | | | http://redmine.pfsense.org/issues/2123 | ||||
* | | Fix tag order. | bcyrill | 2012-04-12 | 1 | -1/+1 |
| | | |||||
* | | Fixed IPv4 regression. Handles addresses with and without port. | bcyrill | 2012-04-12 | 1 | -26/+15 |
| | | |||||
* | | Remove [] of literal IPv6 addresses | bcyrill | 2012-04-11 | 1 | -6/+5 |
| | | |||||
* | | Removed flawed HTML. | bcyrill | 2012-04-11 | 1 | -4/+0 |
| | | |||||
* | | Add alias support to static routes (needs some testing) Ticket #2239 | jim-p | 2012-04-11 | 1 | -28/+77 |
| | | | | | | | | | | | | | | | | Conflicts: etc/inc/filter.inc etc/inc/util.inc usr/local/www/system_routes_edit.php | ||||
* | | When renaming a user, make sure to remove the previous user or it gets left ↵ | jim-p | 2012-04-11 | 1 | -1/+3 |
|/ | | | | in /etc/passwd. | ||||
* | Remove this faulty piece of gateway code, it overwrites the existing entries ↵ | smos | 2012-04-09 | 1 | -33/+1 |
| | | | | | | that return_gateways_array() returns. It doesn't take any address families into account either. | ||||
* | Correct the variable names for the duplicate stf check | smos | 2012-04-08 | 1 | -2/+2 |
| | |||||
* | Remove this piece of code, it loads even on interfaces not configured for ↵ | smos | 2012-04-08 | 1 | -7/+1 |
| | | | | track. Really needs asynchronous javascript. | ||||
* | Prevent duplicate 6rd or 6to4 interfaces, these conflict and both use the ↵ | smos | 2012-04-08 | 1 | -29/+31 |
| | | | | | | | stf0 adapter. Only 1 can be active. Move piece of code into function, we need it more places, tighten rules for proto 41 traffic. Attempt to micro optimize the select box for large amounts of choices. Chrome likes this approach better. | ||||
* | Merge array and keep unchanged values. | bcyrill | 2012-04-08 | 1 | -1/+1 |
| | |||||
* | Check for this function before calling it to avoid an error when hitting ↵ | Erik Fonnesbeck | 2012-04-07 | 2 | -2/+4 |
| | | | | that line for pages that don't include the js file for it. | ||||
* | fix for Bug #2231 --- Dashboard: Traffic Graph: Unable to save settings | Darren Embry | 2012-04-06 | 2 | -102/+89 |
| | |||||
* | fix indentation. | Darren Embry | 2012-04-06 | 1 | -17/+17 |
| | |||||
* | Add a dhcpleases monitor to the DHCPv6 server which will trigger automatic ↵ | smos | 2012-04-06 | 1 | -0/+85 |
| | | | | | | creation of routes into the routing table so that prefix delegation will just work. Redmine ticket #2347 | ||||
* | fix for #2289: Logic error in firewall rule interface selection for ↵ | Darren Embry | 2012-04-06 | 1 | -2/+6 |
| | | | | drop-down menu case | ||||
* | Merge pull request #78 from Whizkidzz/master | Scott Ullrich | 2012-04-06 | 2 | -11/+43 |
|\ | | | | | Added "interface_selection" to enable interface selection in tinydns | ||||
| * | Added interface_selection to choose a interface in tinydns failover selection | whizkidzz | 2012-04-06 | 1 | -2/+26 |
| | | | | | | | | Changed the $text so that no "option value" is preselected when adding a newrow with addrowto function. | ||||
| * | Added rowsize[] for use in row_helper_dynamic.js | whizkidzz | 2012-04-06 | 1 | -3/+4 |
| | | |||||
| * | Added empty option line so not to write to config.xml if not filled in | whizkidzz | 2012-04-06 | 1 | -1/+5 |
| | | |||||
| * | Added interface_selection for use in tinydns | whizkidzz | 2012-04-06 | 1 | -5/+8 |
| | | | | | | | | | | Corrected the use of objectsize so that if its "undefined" the correct "rowsize[]" is used which if used outside the for loop was also "undefined" | ||||
* | | Bug #2329: checkbox js problem on diag_logs_settings.php | Darren Embry | 2012-04-06 | 1 | -1/+1 |
| | | |||||
* | | aggh javascript lines terminated by \n instead of semicolon | Darren Embry | 2012-04-06 | 1 | -8/+8 |
| | | |||||
* | | don't delete port aliases used by load balancer | Darren Embry | 2012-04-06 | 1 | -0/+3 |
| | | |||||
* | | restore default dropdown values of 24/64 bits | Darren Embry | 2012-04-05 | 1 | -0/+38 |
| | | | | | | | | | | now that feature #2320 behavor is a bit different regarding change of existing set value when switching between ipv4 and ipv6 | ||||
* | | change behavior a bit on #bits dropdown | Darren Embry | 2012-04-05 | 1 | -14/+24 |
| | | | | | | | | this is prepwork for restoring 24/64 bit defaults in vpn_ipsec_phase2 | ||||
* | | add feature #2320 to vpn_ipsec_phase2.php. | Darren Embry | 2012-04-05 | 1 | -32/+7 |
| | | | | | | | | | | | | | | note: had to disable existing behavior that modified the value of the behavior. existing behavior that disables/enables the dropdowns is still active. | ||||
* | | bug fix for #2320: on firewall_virtual_ip_edit.php it jumps to a length of 1 ↵ | Darren Embry | 2012-04-05 | 1 | -1/+1 |
| | | | | | | | | on a valid ipv4 | ||||
* | | missed a spot for feature #2320 toggle subnet mask | Darren Embry | 2012-04-05 | 1 | -8/+4 |
| | | |||||
* | | Make vips vhid be unique per parent interface! | Ermal | 2012-04-05 | 5 | -37/+21 |
| | | |||||
* | | Load Balancer: allow port aliases in Pools and Virtual Servers. (PEV-394754) | Darren Embry | 2012-04-05 | 2 | -5/+9 |
| | | |||||
* | | load balancer: allow IPv4 subnets up to 64 addresses in Pools and Virtual ↵ | Darren Embry | 2012-04-05 | 2 | -6/+14 |
| | | | | | | | | Servers (PEV-394754) | ||||
* | | Add post config and correct variable names | Warren Baker | 2012-04-05 | 1 | -27/+33 |
| | | |||||
* | | Remove custom options from basic settings page | Warren Baker | 2012-04-05 | 1 | -2/+0 |
| | | |||||
* | | Ensure interfaces are saved correctly | Warren Baker | 2012-04-05 | 1 | -4/+16 |
| | |