summaryrefslogtreecommitdiffstats
path: root/usr
Commit message (Collapse)AuthorAgeFilesLines
* Fix some errors in spelling, punctuation, grammar, etc.Larry Gilbert2010-06-129-34/+34
|
* 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....
* Add files to obsolete list. Correct permission for renamed(why?) ppp pages.Ermal2010-06-101-2/+2
|
* Clean up pptp a bit and modify text description in interfaces_ppps_editgnhb2010-06-102-14/+29
|
* Fix up for new ptpid scheme and new iface naming scheme.gnhb2010-06-091-120/+19
|
* Make assignment work with new ptpid and if name structure.gnhb2010-06-091-24/+7
|
* Make pppoe reset work again with new <if> naming scheme.gnhb2010-06-092-1/+2
| | | | | | | | Previous commit also moved pppoe reset functions to interfaces.inc so we don't have to duplicate in interfaces.php and interfaces_ppps_edit.php Also, add code so that when ppp config section gets deleted, associated <cron> item gets deleted for pppoe-reset cron items.
* Change ptpid to use sequential number. This makes Ermal happy. :)gnhb2010-06-092-105/+11
| | | | Also add <if> section to <ppps><ppp> which is ppp type + ptpid.`
* Add check for required fields for PPP connections.gnhb2010-06-081-2/+5
|
* Fix all issues that Ermal found.gnhb2010-06-081-12/+23
| | | | | | | | | | | | | | | | | | | | | | | | Interfaces.php problems. 1- When creating a pppoe ptpid on the config is empty(<<ptpid/>). 2- after switching from pppoe to pptp in the config there remains pppoe-reset-type which is not that much of a bug but needs to be fixed. 3- When choosing ppp type even though i do not have a device i am allowed to save. After saving it switches to none type automatically. The <ppp> section still has values of pptp config and some of pppoe and only the apn related to ppp. The interface assignment still has teh interface pptp1! (This is quite buggy i would say.) Interfaces -> assign 1- After doing all the tests on interfaces.php everything is shown with ppp() on interfaces.php picture attached. (probably an issue with how you do find ppp interfaces around.) 2- MPD is started even though the interface is not enabled after assignment. 3- During assignment as i tell you even below remove teh pptpid from the interface an duse interface name. Interfaces -> assign -> ppp 1- I have an emtpy thing in there when i do all the actions on interfaces.php
* Merge branch 'master' of http://gitweb.pfsense.org/pfsense/mainline into mlpppgnhb2010-06-089-584/+68
|\
| * Reorganize code to be able to actually use the lookup_gateway_ip_by_name() ↵Ermal2010-06-072-3/+2
| | | | | | | | function to find even dynamic gateways ip.
| * Binaries should not be in the git repoScott Ullrich2010-06-071-484/+0
| |
| * Binaries should not be in the git repoScott Ullrich2010-06-071-0/+0
| |
| * Binaries should not be in the git repoScott Ullrich2010-06-071-0/+0
| |
| * Binaries should be in the git repoScott Ullrich2010-06-071-0/+0
| |
| * Correctly check when to actually save dynamic gateways or not.Ermal2010-06-071-1/+5
| |
| * Actually show other data with gateways status.Ermal2010-06-072-8/+9
| |
| * Correctly control status of gateways. These code is tripled in these pages ↵Ermal2010-06-073-89/+53
| | | | | | | | not sure what is the best solution.
| * Fix some typos/omissions.jim-p2010-06-071-4/+4
| |
* | Merge branch 'master' of http://gitweb.pfsense.org/pfsense/mainline into mlpppgnhb2010-06-072-9/+9
|\ \ | |/ | | | | | | | | Conflicts: etc/inc/interfaces.inc etc/inc/pfsense-utils.inc
| * Fixes #632. Actually pass the interface and not the vip configuration to the ↵Ermal2010-06-041-1/+1
| | | | | | | | function.
| * Use require_once instead of require, in case these files have been loaded ↵jim-p2010-06-031-8/+8
| | | | | | | | previously. Fixes #631
* | Initial support for DCHP+PPtP/L2tP. DHCP + PPPoE is supported too.gnhb2010-06-072-9/+183
| | | | | | | | Must create an OPTx interface and set to DHCP for DHCP+PPPoE.
* | Make display of interface name and uptime work again on status_interfaces.phpgnhb2010-06-061-3/+1
| |
* | Fix javascript error and apn id so not duplicate id in html.gnhb2010-06-052-9/+8
| |
* | Simplify GUI even more, especially for PPP connections.gnhb2010-06-042-114/+89
| |
* | Set default values to what we've had in the past.gnhb2010-06-031-1/+1
| | | | | | | | `
* | Rework GUI to hide advanced options and display via button.gnhb2010-06-032-109/+148
| | | | | | | | requested by Ermal.
* | Merge branch 'master' of http://gitweb.pfsense.org/pfsense/mainline into mlpppgnhb2010-06-0365-180/+305
|\ \ | |/
OpenPOWER on IntegriCloud