summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'mlppp' of rcs.pfsense.org:pfsense/gnhb-clone into mlpppgnhb2010-06-039-163/+8151
|\
| * 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-026-135/+7875
| | | | | | | | | | | | | | | | | | | | | | | | 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-292-225/+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-2913-52/+194
| |\
| | * more text fixesChris Buechler2010-05-281-3/+3
| | |
| | * fix textChris Buechler2010-05-281-1/+1
| | |
| * | Fix up whitespace so file is easier to read, and fix a few missing tags.gnhb2010-05-291-824/+827
| | |
* | | little html tag change.gnhb2010-05-291-3/+1
| | |
* | | Merge branch 'master' of http://gitweb.pfsense.org/pfsense/mainline into mlpppgnhb2010-05-29224-615/+18032
|\ \ \ | | |/ | |/| | | | | | | | | | Conflicts: etc/inc/pfsense-utils.inc usr/local/www/interfaces.php
| * | Revert "add a status tab to the CP screens as well", this is just a tad too longChris Buechler2010-05-285-5/+0
| | | | | | | | | | | | This reverts commit 881eb09217613337da4dd5376a038446a0e18b1c.
| * | add a status tab to the CP screens as wellChris Buechler2010-05-285-0/+5
| | |
| * | add auth logs tab to CP screensChris Buechler2010-05-285-0/+5
| | |
| * | Use REQUEST to hanle both POST/GET.Ermal2010-05-281-1/+1
| | |
| * | Make the logout page configurable like the other pages. The only difference ↵Ermal2010-05-283-31/+65
| | | | | | | | | | | | is that this page/code will be treated as a .php page so it may contain internal php CP variables referenced.
| * | Provide an error message to the call.Ermal2010-05-281-1/+1
| | |
| * | Some configurations want to be able to ask users about replacing their ↵Ermal2010-05-281-5/+24
| | | | | | | | | | | | existing mac during auto mac passthrough logins if they change equipment. Allow this in the backend by requiring the user to need posting a replacemacpassthru field with the post. Also add the possibility to send back with a portal_reply_page generated page the username and password posted.
| * | Don't let someone add a custom PSK that conflicts with an existing username. ↵jim-p2010-05-281-2/+9
| | | | | | | | | | | | While here, style formfields appropriately.
| * | Show user keys on PSK list, edit link reroutes to user edit page.jim-p2010-05-281-0/+25
| | |
| * | Add per-user PSKs to racoon.jim-p2010-05-281-1/+8
| | |
| * | Add IPsec PSK field to User Manager. No backend code to use this value yet.jim-p2010-05-281-0/+8
| | |
| * | Remove part of the message displayed some people might find its completely ↵Ermal2010-05-281-1/+1
| | | | | | | | | | | | ok to use it.
| * | Add the username to the auto added mac passthrough entry. Add an option to ↵Ermal2010-05-282-2/+23
| | | | | | | | | | | | services->captiveportal page to activate/deactivate the auto-saving of username with the auto added mac passthrough.
| * | Make sure to cleanup /tmp before using it. Solves config cache issue as a start.Ermal2010-05-281-0/+1
| | |
| * | Remove stale code.Ermal2010-05-281-4/+0
| | |
| * | Add a function to find the mac address on a passthrough mac entry by ↵Ermal2010-05-282-2/+21
| | | | | | | | | | | | username(if present) in the <username> tag of the entry.
| * | Do comparions as meant not assignment. Pointy-hat: MyselfErmal2010-05-281-1/+1
| |/
| * Compress RRD backup data. Results are dramatic.jim-p2010-05-261-2/+11
| |
| * Default to NOT backup RRD data. It can get quite large, and should be chosen ↵jim-p2010-05-261-1/+1
| | | | | | | | deliberately by the user.
| * Few cosmetic adjustments on classes to fix table bordersRenato Botelho2010-05-261-3/+8
| |
| * Add nanobsd size to system info widget after platform.jim-p2010-05-261-1/+6
| |
| * Actually send the wan ip address as calledstationid as advertised on ↵Ermal2010-05-251-4/+4
| | | | | | | | captiveportal configuration page. The same fix was previously done to radius authentication code.
| * On gre/gif case when the interface is saved do a reconfigure of the ↵Ermal2010-05-251-0/+15
| | | | | | | | underlying interface itself. This helps when an interface is enabled/disabled as reported on http://forum.pfsense.org/index.php/topic,25329.0.html.
| * Show friendly interface name.Ermal2010-05-252-2/+2
| |
| * Do not show ipfw0 for assignment.Ermal2010-05-251-1/+2
| |
| * Correctly teardown states for down gateways.Ermal2010-05-251-3/+3
| |
| * Add a default setting to location type of wireless that leaves the setting ↵Erik Fonnesbeck2010-05-251-0/+1
| | | | | | | | at its default for the interface.
| * pfSense_get_interface_stats no longer gives the up/down status of the ↵Erik Fonnesbeck2010-05-251-1/+1
| | | | | | | | interface, so use pfSense_get_interface_addresses instead.
| * Fix caps/grammar.jim-p2010-05-251-1/+1
| |
| * Remove logs from temp config backup so they aren't clobbered when restored.jim-p2010-05-251-0/+6
| |
| * Standardize upgrade log filenamesjim-p2010-05-251-2/+2
| |
| * Backup all of /conf including subdirectories during upgrade instead of just ↵jim-p2010-05-251-4/+4
| | | | | | | | files in /conf/
| * Ticket #444. Use noatime even here.Ermal2010-05-251-2/+2
| |
OpenPOWER on IntegriCloud