summaryrefslogtreecommitdiffstats
path: root/usr
Commit message (Collapse)AuthorAgeFilesLines
* 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
|\
| * Show when Padlock is activeScott Ullrich2010-06-021-1/+1
| |
| * For settings that exist in the configuration but are blank, only consider it ↵Erik Fonnesbeck2010-06-021-1/+4
| | | | | | | | true when associated with a checkbox.
| * Fix logic.Ermal2010-06-021-4/+4
| |
| * Ensure that monitor IP stays blank when editing a system dynamic gateway.jim-p2010-06-021-2/+2
| |
| * Default to "dynamic" for a dynamic gateway.jim-p2010-06-021-1/+1
| |
| * Add status links to shaper pages.jim-p2010-06-025-0/+5
| |
| * Add status link to Interfacesjim-p2010-06-022-0/+4
| |
| * Remove auth logs tab, since it is handled by the log link above.jim-p2010-06-025-5/+0
| |
| * Add status/log links to Captive Portal pagesjim-p2010-06-028-0/+24
| |
| * Add status/log links to Firewall rulesjim-p2010-06-022-0/+6
| |
| * Add status links to gateway/route pages.jim-p2010-06-025-0/+10
| |
| * Add status/log links to LB pages.jim-p2010-06-0210-0/+40
| |
| * Provide a default error message on error pages if there is none provided by ↵Ermal2010-06-011-7/+9
| | | | | | | | other means.
| * Add forgotten newlines.Ermal2010-06-011-2/+2
| |
| * Do not overwrite previous rules.Ermal2010-06-011-1/+1
| |
| * Free ipfw ruleno so it can be reused. Propperly delete passthrough mac ↵Ermal2010-06-012-0/+9
| | | | | | | | entries that are not used.
| * Use correct array to iterate.Ermal2010-06-011-1/+1
| |
| * Add status/log icons to DHCP page.jim-p2010-06-012-0/+6
| |
| * Remove Logs tab from OpenVPN, as it is no longer needed.jim-p2010-06-015-5/+0
| |
| * Add status/log icons to IPsec pages.jim-p2010-06-016-0/+18
| |
| * Remove logs tab from OpenVPN, since it is now replaced by the Log icon.jim-p2010-06-013-3/+0
| |
| * Add status and log urls to OpenVPN pages.jim-p2010-06-013-0/+6
| |
| * Add a way to show status/log icons by the help icon. Define $statusurl ↵jim-p2010-06-011-1/+9
| | | | | | | | and/or $logurl in the same manner as $pgtitle and if the variables are defined and not empty, the shortcut icons will appear. Ticket #623.
| * Fix images.jim-p2010-06-0116-0/+0
| |
| * Add some simple Log and Status icons. Part of ticket #623jim-p2010-06-0117-0/+0
| |
| * Fix disabled setting for OpenVPN CSC entries, which was causing them to ↵jim-p2010-06-011-4/+5
| | | | | | | | disapper. (Disable was handled inconsistently, as with normal OpenVPN entries.) Fixes #633.
| * Remove typoScott Ullrich2010-05-291-1/+1
| |
| * Refactor codeScott Ullrich2010-05-291-144/+135
| |
| * Only allow installer.php on non pfSense and nanobsd platformsScott Ullrich2010-05-291-0/+5
| |
* | Merge branch 'mlppp' of rcs.pfsense.org:pfsense/gnhb-clone into mlpppgnhb2010-06-035-28/+7988
|\ \
| * | Listing service providersVinicius Coque2010-06-022-28/+114
| | | | | | | | | | | | | | | - Added dropdown list to select provider - Added javascrit methods to handle Ajax requests
| * | Creating Ajax file that lists mobile service providersVinicius Coque2010-06-021-0/+145
| | |
| * | Update service providers.xml to latest versionRenato Botelho2010-06-021-1/+18
| | |
| * | First steps for 3g serviceproviders supportRenato Botelho2010-06-022-0/+7712
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | o Move xml2array from rrd.inc to pfsense-utils.inc because it'll be used on non-rrd related places o Add necessary require_once() calls to pfsense-utils.inc on places that are calling xml2array() o Add serviceproviders.xml, obtained from [1] o Add ISO xml with country codes and names, obtained from [2] [1] http://git.gnome.org/browse/mobile-broadband-provider-info/ [2] http://www.iso.org/iso/country_codes/iso_3166_code_lists.htm
* | | Update note text.gnhb2010-05-311-2/+2
|/ / | | | | | | Change label and update note text about Advanced and MLPPP configs.
* | Get rid of old file versions with old name.gnhb2010-05-312-460/+0
| | | | | | | | New files names are interfaces_ppps.php and interfaces_ppps_edit.php.
* | Simplify code that handles link specific data fields like local ip, gateway, ↵gnhb2010-05-312-74/+37
| | | | | | | | and bandwidth.
* | Delete the interface_ppp_configure function and change how PPP data is saved.gnhb2010-05-291-37/+61
| | | | | | | | | | | | PPP data entered in interfaces.php was clobbering data that didn't have associated fields in this page. Fixed now. Also, add a little PPP section to interfaces.php file to point users in the right place to create the configuration.
* | Clean up javascript even more, so unnecessary loops don't get executed.gnhb2010-05-292-30/+27
| |
* | Merge branch 'master' of http://gitweb.pfsense.org/pfsense/mainline into mlpppgnhb2010-05-292-19/+18
|\ \ | |/ | | | | | | Conflicts: usr/local/www/interfaces.php
| * Merge branch 'master' of rcs.pfsense.org:pfsense/mainlinegnhb2010-05-2910-46/+128
| |\
| | * more text fixesChris Buechler2010-05-281-3/+3
| | |
| | * fix textChris Buechler2010-05-281-1/+1
| | |
OpenPOWER on IntegriCloud