summaryrefslogtreecommitdiffstats
path: root/usr
Commit message (Collapse)AuthorAgeFilesLines
* Fix #683. Show PPPs tab as selected when tab is selected.gnhb2010-06-211-1/+1
|
* We should still delete this file if it's found, or the GUI can go into an ↵jim-p2010-06-191-0/+3
| | | | infinite loop reinstalling packages. Fixes #678
* Properly find gateway ip. The code before did not match for dynamic gateways.Ermal2010-06-181-1/+1
|
* If packages are reinstalled during bootup than there is no need to reinstall ↵Ermal2010-06-181-3/+0
| | | | them again during GUI login.
* Add delete button for each NAT Port Forward rule, like firewall rules. It ↵Renato Botelho2010-06-181-5/+31
| | | | Fixes #674
* Use killbyname() instead of mwexec/killall directly.jim-p2010-06-181-1/+1
|
* Use proper name for index.Ermal2010-06-171-1/+1
|
* Use the configured src ip attribute choosen for accounting too.Ermal2010-06-171-1/+5
|
* Show even VIP's in the list. This is copied from nat code and probably ↵Ermal2010-06-172-6/+24
| | | | should be generalized.
* Do not assume WAN as the default interface to get the ip from for the ↵Ermal2010-06-172-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-p2010-06-171-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-p2010-06-171-0/+1
| | | | certain files that don't expect to deal with it.
* Fix wireless status page to look at the right wireless interface name.smos2010-06-171-2/+2
| | | | Ticket #649
* Properly match SafeNet crypto cards. See ↵jim-p2010-06-161-1/+1
| | | | http://forum.pfsense.org/index.php/topic,26056.0.html
* Add missing semicolon.gnhb2010-06-161-1/+1
|
* Merge branch 'master' of rcs.pfsense.org:pfsense/mainlinegnhb2010-06-167-25/+18
|\
| * Fixes #632. When bringing down a vip of proxyarp use the new pidfile ↵Ermal2010-06-161-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. ↵Ermal2010-06-163-8/+8
| | | | | | | | Related to Ticket #666
| * Fixes #659. Uncomment javascript for unexistent fields and put id attribute ↵Ermal2010-06-151-8/+7
| | | | | | | | on the checkbox controls referenced by javascript.
| * Ticket #655. Call vpn_ipsec_configured in all cases it knows how to handle ↵Ermal2010-06-151-7/+1
| | | | | | | | enabled/disabled ipsec setting.
| * Do not stamp on the variable that has the bssid Ticket #649smos2010-06-151-1/+0
| |
* | Modify pfsense-utils and status_interfaces.php so Uptime is shown for all ↵gnhb2010-06-161-4/+4
|/ | | | PPPx type links.
* Make DHCP leases sortable. Fixes #653jim-p2010-06-141-1/+1
|
* Fixes #549. Save a list of all changed vips to reload in a temporary file so ↵Ermal2010-06-142-19/+29
| | | | when apply is clicked it can process all of them.
* Fixes #632. Use the correct function to handle vip destory.Ermal2010-06-141-1/+1
|
* this page is status, not diag.Chris Buechler2010-06-145-10/+10
|
* Merge branch 'master' of git://rcs.pfsense.org/pfsense/text-proofing into ↵Chris Buechler2010-06-139-34/+34
|\ | | | | | | review/master
| * Fix some errors in spelling, punctuation, grammar, etc.Larry Gilbert2010-06-129-34/+34
| |
* | Fix empty data shown in interfaces_ppps when dislaying modem interfaces.gnhb2010-06-131-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-p2010-06-111-0/+3
| | | | that still needs work.
* Correct carp_configure_docScott Ullrich2010-06-111-1/+1
|
* Correctly reload carp interfaces via xmlrpcScott Ullrich2010-06-111-18/+23
|
* vslb.inc is already included by functions.incScott Ullrich2010-06-111-1/+0
|
* Sync OpenVPN settings and DHCP Daemon settings via XMLRPC, and for DHCP set ↵jim-p2010-06-111-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.Ermal2010-06-111-2/+2
|
* Ticket #642. Fix logic for the wizard code to unset and arraynum usage.Ermal2010-06-111-12/+7
|
* page is Status not DiagChris Buechler2010-06-101-3/+3
|
* fix description in line with 2.0 changesChris Buechler2010-06-101-1/+1
|
* This page is System: Firmware, not Diagnostics: FirmwareErik Fonnesbeck2010-06-101-1/+1
|
* Update priv infoScott Ullrich2010-06-101-3/+3
|
* s/;/./Scott Ullrich2010-06-101-1/+1
|
* Adding option to show the PF overload tables (sshlockout, virusprot) and the ↵Scott Ullrich2010-06-102-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-p2010-06-101-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-p2010-06-101-3/+5
|
* Take out all code that assumes to use DHCP for local ip if local ip is left ↵gnhb2010-06-102-20/+2
| | | | | | blank. Also, check for blank local IPs and error out if they occur.
* Merge branch 'master' of rcs.pfsense.org:pfsense/mainlinegnhb2010-06-101-1/+1
|\
| * Add a space here.jim-p2010-06-101-1/+1
| |
* | Fix some things in interfaces.inc, attempt to suppress mpd log verbosity.gnhb2010-06-101-3/+5
|/ | | | Fix also localip handling in interfaces.php
* Show friendly interface name on the gui for members when they are assigned ↵Ermal2010-06-101-1/+8
| | | | interfaces.
* Allow assigned interfaces to be choosed as ppp members. This allows ppp over ↵Ermal2010-06-101-1/+10
| | | | gre/gif etc....
OpenPOWER on IntegriCloud