summaryrefslogtreecommitdiffstats
path: root/usr/local/www/interfaces_ppps_edit.php
Commit message (Collapse)AuthorAgeFilesLines
* Fix HTML errors reported by Eclipse using PHP perspectivePierre POMES2011-01-091-1/+1
|
* Attempt to make it more clear to users that "Dial on Demand" should not be ↵gnhb2011-01-031-1/+1
| | | | | | enabled if the link should be always up/on.
* Bring in XSS id fixes from m0n0wallScott Ullrich2010-11-121-1/+1
|
* Make the note more coherent.gnhb2010-08-221-1/+1
|
* Remove duplicate logic.gnhb2010-08-221-1/+1
|
* Oops. Don't clobber the provider data if the user enters one.gnhb2010-08-221-4/+7
| | | | | And add data validation so user can't set Service name and NULL service name at the same time.
* Add a checkbox to explicitly configure a null Service name for PPPoE.gnhb2010-08-221-5/+9
| | | | See: http://forum.pfsense.org/index.php/topic,27461.0.html
* Actually make this not error out.Ermal2010-08-201-3/+6
|
* fix textChris Buechler2010-08-141-2/+2
|
* fix textChris Buechler2010-08-141-1/+1
|
* fix textChris Buechler2010-08-141-2/+2
|
* fix textChris Buechler2010-08-131-1/+1
|
* should be #777 not *777Chris Buechler2010-08-131-1/+1
|
* Expose MRRU settings in the GUI for PPPoE (MLPPP).gnhb2010-08-131-2/+10
|
* Fix gettext on interfaces_ppps_edit.phpVinicius Coque2010-08-121-4/+4
|
* Add missing explode parameter.Erik Fonnesbeck2010-08-051-1/+1
|
* Make sure this dir exists because the new function uses it.Ermal2010-08-031-0/+2
|
* Use the new pfSense module call to find the usable ports from the ones ↵Ermal2010-08-031-5/+1
| | | | created on /dev.
* Corrections gettext implementation on interfaces_ppps_edit.phpCarlos Eduardo Ramos2010-07-211-1/+1
|
* Checked gettext() implementation on interfaces_ppps_edit.phpCarlos Eduardo Ramos2010-07-141-17/+17
|
* Fix gettext implementation on interfaces_ppps_edit.phpVinicius Coque2010-07-101-1/+1
|
* Implement gettext() calls on interfaces_ppps_edit.phpRafael Lucas2010-07-021-33/+33
|
* Revert "Implemment gettext() calls"Renato Botelho2010-06-301-12/+13
| | | | | | | | | This reverts commit 7502ef0a698a49d9652cd3616447eb717cba707d. A lot of mistakes Conflicts: usr/local/www/firewall_nat.php
* Implemment gettext() callsJeann2010-06-291-13/+12
|
* Take out all code that assumes to use DHCP for local ip if local ip is left ↵gnhb2010-06-101-12/+1
| | | | | | blank. Also, check for blank local IPs and error out if they occur.
* Allow assigned interfaces to be choosed as ppp members. This allows ppp over ↵Ermal2010-06-101-1/+10
| | | | gre/gif etc....
* Clean up pptp a bit and modify text description in interfaces_ppps_editgnhb2010-06-101-7/+4
|
* Make pppoe reset work again with new <if> naming scheme.gnhb2010-06-091-1/+0
| | | | | | | | 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-091-104/+10
| | | | Also add <if> section to <ppps><ppp> which is ppp type + ptpid.`
* Initial support for DCHP+PPtP/L2tP. DHCP + PPPoE is supported too.gnhb2010-06-071-8/+5
| | | | Must create an OPTx interface and set to DHCP for DHCP+PPPoE.
* Fix javascript error and apn id so not duplicate id in html.gnhb2010-06-051-5/+4
|
* Simplify GUI even more, especially for PPP connections.gnhb2010-06-041-97/+77
|
* 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-031-95/+107
| | | | requested by Ermal.
* Listing service providersVinicius Coque2010-06-021-7/+32
| | | | | - Added dropdown list to select provider - Added javascrit methods to handle Ajax requests
* Simplify code that handles link specific data fields like local ip, gateway, ↵gnhb2010-05-311-70/+31
| | | | and bandwidth.
* Clean up javascript even more, so unnecessary loops don't get executed.gnhb2010-05-291-1/+1
|
* Really fix javascript . . .gnhb2010-05-281-3/+4
|
* Fix missing case statement for L2TP.gnhb2010-05-281-0/+1
|
* Fixed problems in javascript and added L2TP support to GUI.gnhb2010-05-281-76/+83
|
* Clean up code in interfaces_ppps_edit.php and in javascript.gnhb2010-05-281-1/+1
|
* Remove all "defaultgw" settings from PPPs config page.gnhb2010-05-261-10/+1
| | | | Just use existing defaultgw configuration settings from System:Gateways settings.
* Fix many things related to PPP connections.gnhb2010-05-261-70/+89
| | | | | | Fixed tab array numbering in interfaces_* files. Enabled multilink over PPtP connections. Fixed handling of bandwidth, mtu, mru settings. Removed unnecessary curly brackets from single line if conditionals, and more . . .
* Modify and fix code to set pppoe periodic reset.gnhb2010-05-181-1/+1
|
* Fixing bugs and ommissions.gnhb2010-05-131-1/+2
|
* Small changes to fix up these pages a little bit.gnhb2010-05-121-2/+3
|
* Bandwidth, MTU, MRU settings working.gnhb2010-05-121-34/+39
|
* Fix up final bits of PPPoE Periodic reset and disable setting of bandwidths ↵gnhb2010-05-111-29/+50
| | | | for mlppp links for now.
* PPPoE Periodic Reset via cron working.gnhb2010-05-101-19/+19
|
* Revert "Remove PPP tab these all go to the system log now."gnhb2010-05-091-10/+4
| | | | | | | | This reverts commit 62e74b4261b4044f523ade7c3b45e4484bbd2f8d. Conflicts: usr/local/www/diag_logs_slbd.php
OpenPOWER on IntegriCloud