Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix #683. Show PPPs tab as selected when tab is selected. | gnhb | 2010-06-21 | 1 | -1/+1 |
| | |||||
* | We should still delete this file if it's found, or the GUI can go into an ↵ | jim-p | 2010-06-19 | 1 | -0/+3 |
| | | | | infinite loop reinstalling packages. Fixes #678 | ||||
* | Properly find gateway ip. The code before did not match for dynamic gateways. | Ermal | 2010-06-18 | 1 | -1/+1 |
| | |||||
* | If packages are reinstalled during bootup than there is no need to reinstall ↵ | Ermal | 2010-06-18 | 1 | -3/+0 |
| | | | | them again during GUI login. | ||||
* | Add delete button for each NAT Port Forward rule, like firewall rules. It ↵ | Renato Botelho | 2010-06-18 | 1 | -5/+31 |
| | | | | Fixes #674 | ||||
* | Use killbyname() instead of mwexec/killall directly. | jim-p | 2010-06-18 | 1 | -1/+1 |
| | |||||
* | Use proper name for index. | Ermal | 2010-06-17 | 1 | -1/+1 |
| | |||||
* | Use the configured src ip attribute choosen for accounting too. | Ermal | 2010-06-17 | 1 | -1/+5 |
| | |||||
* | Show even VIP's in the list. This is copied from nat code and probably ↵ | Ermal | 2010-06-17 | 2 | -6/+24 |
| | | | | should be generalized. | ||||
* | Do not assume WAN as the default interface to get the ip from for the ↵ | Ermal | 2010-06-17 | 2 | -1/+24 |
| | | | | calling station id. Instead add a select box(list) to choose the interface(ip) to send to radius. | ||||
* | Check if a variable is set before trying to unset. Otherwise, this will blow ↵ | jim-p | 2010-06-17 | 1 | -3/+4 |
| | | | | up with $a[b][c] if $a[b] doesn't exist. | ||||
* | Strip windows carriage return (^M) on save. IE adds this, and it can break ↵ | jim-p | 2010-06-17 | 1 | -0/+1 |
| | | | | certain files that don't expect to deal with it. | ||||
* | Fix wireless status page to look at the right wireless interface name. | smos | 2010-06-17 | 1 | -2/+2 |
| | | | | Ticket #649 | ||||
* | Properly match SafeNet crypto cards. See ↵ | jim-p | 2010-06-16 | 1 | -1/+1 |
| | | | | http://forum.pfsense.org/index.php/topic,26056.0.html | ||||
* | Add missing semicolon. | gnhb | 2010-06-16 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' of rcs.pfsense.org:pfsense/mainline | gnhb | 2010-06-16 | 7 | -25/+18 |
|\ | |||||
| * | Fixes #632. When bringing down a vip of proxyarp use the new pidfile ↵ | Ermal | 2010-06-16 | 1 | -1/+2 |
| | | | | | | | | introduced. Also teach about interface argument to proxyarp function so it can start only a instance of an interface. | ||||
| * | Make some non functional changes, mostly to keep up with latest gw changes. ↵ | Ermal | 2010-06-16 | 3 | -8/+8 |
| | | | | | | | | Related to Ticket #666 | ||||
| * | Fixes #659. Uncomment javascript for unexistent fields and put id attribute ↵ | Ermal | 2010-06-15 | 1 | -8/+7 |
| | | | | | | | | on the checkbox controls referenced by javascript. | ||||
| * | Ticket #655. Call vpn_ipsec_configured in all cases it knows how to handle ↵ | Ermal | 2010-06-15 | 1 | -7/+1 |
| | | | | | | | | enabled/disabled ipsec setting. | ||||
| * | Do not stamp on the variable that has the bssid Ticket #649 | smos | 2010-06-15 | 1 | -1/+0 |
| | | |||||
* | | Modify pfsense-utils and status_interfaces.php so Uptime is shown for all ↵ | gnhb | 2010-06-16 | 1 | -4/+4 |
|/ | | | | PPPx type links. | ||||
* | Make DHCP leases sortable. Fixes #653 | jim-p | 2010-06-14 | 1 | -1/+1 |
| | |||||
* | Fixes #549. Save a list of all changed vips to reload in a temporary file so ↵ | Ermal | 2010-06-14 | 2 | -19/+29 |
| | | | | when apply is clicked it can process all of them. | ||||
* | Fixes #632. Use the correct function to handle vip destory. | Ermal | 2010-06-14 | 1 | -1/+1 |
| | |||||
* | this page is status, not diag. | Chris Buechler | 2010-06-14 | 5 | -10/+10 |
| | |||||
* | Merge branch 'master' of git://rcs.pfsense.org/pfsense/text-proofing into ↵ | Chris Buechler | 2010-06-13 | 9 | -34/+34 |
|\ | | | | | | | review/master | ||||
| * | Fix some errors in spelling, punctuation, grammar, etc. | Larry Gilbert | 2010-06-12 | 9 | -34/+34 |
| | | |||||
* | | Fix empty data shown in interfaces_ppps when dislaying modem interfaces. | gnhb | 2010-06-13 | 1 | -2/+2 |
|/ | | | | | | Also, clean up interfaces_ppps_configure. For PPtP/L2tP if Local IP field is left empty, try to get the IP from the physical interface if it has one. If not just log error and abort. | ||||
* | Restart dhcpd and OpenVPN on backup box. Fixes #646 - Helps ticket #645 but ↵ | jim-p | 2010-06-11 | 1 | -0/+3 |
| | | | | that still needs work. | ||||
* | Correct carp_configure_doc | Scott Ullrich | 2010-06-11 | 1 | -1/+1 |
| | |||||
* | Correctly reload carp interfaces via xmlrpc | Scott Ullrich | 2010-06-11 | 1 | -18/+23 |
| | |||||
* | vslb.inc is already included by functions.inc | Scott Ullrich | 2010-06-11 | 1 | -1/+0 |
| | |||||
* | Sync OpenVPN settings and DHCP Daemon settings via XMLRPC, and for DHCP set ↵ | jim-p | 2010-06-11 | 1 | -2/+6 |
| | | | | a proper failover IP where needed. Ticket #645 & Ticket #646 - Still needs a way to sync/restart services on Backup after config sync. | ||||
* | Fix typo. | Ermal | 2010-06-11 | 1 | -2/+2 |
| | |||||
* | Ticket #642. Fix logic for the wizard code to unset and arraynum usage. | Ermal | 2010-06-11 | 1 | -12/+7 |
| | |||||
* | page is Status not Diag | Chris Buechler | 2010-06-10 | 1 | -3/+3 |
| | |||||
* | fix description in line with 2.0 changes | Chris Buechler | 2010-06-10 | 1 | -1/+1 |
| | |||||
* | This page is System: Firmware, not Diagnostics: Firmware | Erik Fonnesbeck | 2010-06-10 | 1 | -1/+1 |
| | |||||
* | Update priv info | Scott Ullrich | 2010-06-10 | 1 | -3/+3 |
| | |||||
* | s/;/./ | Scott Ullrich | 2010-06-10 | 1 | -1/+1 |
| | |||||
* | Adding option to show the PF overload tables (sshlockout, virusprot) and the ↵ | Scott Ullrich | 2010-06-10 | 2 | -0/+139 |
| | | | | ability to delete individual or all entries | ||||
* | Don't use a fake CARP VIP name since it doesn't match up with the new style ↵ | jim-p | 2010-06-10 | 1 | -3/+0 |
| | | | | names, which are already properly obtained in this code block. | ||||
* | Check for an array here to prevent against a foreach error showing in the GUI. | jim-p | 2010-06-10 | 1 | -3/+5 |
| | |||||
* | Take out all code that assumes to use DHCP for local ip if local ip is left ↵ | gnhb | 2010-06-10 | 2 | -20/+2 |
| | | | | | | blank. Also, check for blank local IPs and error out if they occur. | ||||
* | Merge branch 'master' of rcs.pfsense.org:pfsense/mainline | gnhb | 2010-06-10 | 1 | -1/+1 |
|\ | |||||
| * | Add a space here. | jim-p | 2010-06-10 | 1 | -1/+1 |
| | | |||||
* | | Fix some things in interfaces.inc, attempt to suppress mpd log verbosity. | gnhb | 2010-06-10 | 1 | -3/+5 |
|/ | | | | Fix also localip handling in interfaces.php | ||||
* | Show friendly interface name on the gui for members when they are assigned ↵ | Ermal | 2010-06-10 | 1 | -1/+8 |
| | | | | interfaces. | ||||
* | Allow assigned interfaces to be choosed as ppp members. This allows ppp over ↵ | Ermal | 2010-06-10 | 1 | -1/+10 |
| | | | | gre/gif etc.... |