Remove spaces and tabs from EOL
Few adjustements on gettext
Removing unnecessary gettext calls
Fixing syntax error
Merge remote branch 'mainline/master'
We should still delete this file if it's found, or the GUI can go into an infinite loop reinstalling packages. Fixes #678
Properly find gateway ip. The code before did not match for dynamic gateways.
If packages are reinstalled during bootup than there is no need to reinstall them again during GUI login.
Implement gettext() calls
Adding gettext calls to the file diag_logs_filter_dynamic.php
Adding gettext calls to the file diag_logs_filter.php
Adding gettext calls to the file diag_logs.php
Adding gettext calls to the file diag_logs_dhcp.php
Adding gettext calls to the file diag_logs_auth.php
Adding gettext calls to the file diag_ipsec_spd.php
Add delete button for each NAT Port Forward rule, like firewall rules. It Fixes #674
Use killbyname() instead of mwexec/killall directly.
Implement gettext() calls at the files: "diag_traceroute.php", "diag_system_pftop.php", "diag_system_activity.php"
Use proper name for index.
Use the configured src ip attribute choosen for accounting too.
Show even VIP's in the list. This is copied from nat code and probably should be generalized.
Do not assume WAN as the default interface to get the ip from for the calling station id. Instead add a select box(list) to choose the interface(ip) to send to radius.
CHANGED FILES: diag_routes.php diag_showbogons.php diag_states_summary.php
Check if a variable is set before trying to unset. Otherwise, this will blow 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 certain files that don't expect to deal with it.
changing <php gettext() to <php=gettext() in files? diag_arg.php diag_authentication.php diag_backup.php
Fix wireless status page to look at the right wireless interface name.Ticket #649
translate of the files: diag_arp.php diag_authentication.php diag_backup.php
Properly match SafeNet crypto cards. See http://forum.pfsense.org/index.php/topic,26056.0.html
Fixes #632. When bringing down a vip of proxyarp use the new pidfile introduced. Also teach about interface argument to proxyarp function so it can start only a instance of an interface.
Add missing semicolon.
Merge branch 'master' of rcs.pfsense.org:pfsense/mainline
Modify pfsense-utils and status_interfaces.php so Uptime is shown for all PPPx type links.
Make some non functional changes, mostly to keep up with latest gw changes. Related to Ticket #666
Fixes #659. Uncomment javascript for unexistent fields and put id attribute on the checkbox controls referenced by javascript.
Ticket #655. Call vpn_ipsec_configured in all cases it knows how to handle enabled/disabled ipsec setting.
Do not stamp on the variable that has the bssid Ticket #649
Make DHCP leases sortable. Fixes #653
Fixes #549. Save a list of all changed vips to reload in a temporary file so when apply is clicked it can process all of them.
Fixes #632. Use the correct function to handle vip destory.
this page is status, not diag.
Merge branch 'master' of git://rcs.pfsense.org/pfsense/text-proofing into review/master
Fix empty data shown in interfaces_ppps when dislaying modem interfaces.
Also, clean up interfaces_ppps_configure. For PPtP/L2tP if Local IP field isleft empty, try to get the IP from the physical interface if it has one. If notjust log error and abort.
Fix some errors in spelling, punctuation, grammar, etc.
Restart dhcpd and OpenVPN on backup box. Fixes #646 - Helps ticket #645 but that still needs work.
Correct carp_configure_doc
Correctly reload carp interfaces via xmlrpc
vslb.inc is already included by functions.inc
Sync OpenVPN settings and DHCP Daemon settings via XMLRPC, and for DHCP set 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.
Ticket #642. Fix logic for the wizard code to unset and arraynum usage.
page is Status not Diag
fix description in line with 2.0 changes
This page is System: Firmware, not Diagnostics: Firmware
Update priv info
s/;/./
Adding option to show the PF overload tables (sshlockout, virusprot) and the 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 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.
Take out all code that assumes to use DHCP for local ip if local ip is left blank.
Also, check for blank local IPs and error out if they occur.
Fix some things in interfaces.inc, attempt to suppress mpd log verbosity.
Fix also localip handling in interfaces.php
Add a space here.
Show friendly interface name on the gui for members when they are assigned interfaces.
Allow assigned interfaces to be choosed as ppp members. This allows ppp over gre/gif etc....