Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Give more time for getting dhcp address and DNS lookup. | gnhb | 2010-06-08 | 1 | -4/+11 |
| | |||||
* | Merge branch 'master' of http://gitweb.pfsense.org/pfsense/mainline into mlppp | gnhb | 2010-06-08 | 2 | -34/+45 |
|\ | |||||
| * | Be consistent on % for loss state. | Ermal | 2010-06-07 | 1 | -1/+1 |
| | | |||||
| * | Catch up with php limits. | Ermal | 2010-06-07 | 1 | -2/+2 |
| | | |||||
| * | Show some sensible defaults for delay and loss. | Ermal | 2010-06-07 | 1 | -2/+2 |
| | | |||||
| * | Reorganize code to be able to actually use the lookup_gateway_ip_by_name() ↵ | Ermal | 2010-06-07 | 1 | -12/+13 |
| | | | | | | | | function to find even dynamic gateways ip. | ||||
| * | Honor GUI configured DNS settings for PPTP/PPPoE/L2TP if present. | jim-p | 2010-06-07 | 1 | -20/+30 |
| | | |||||
* | | Merge branch 'master' of http://gitweb.pfsense.org/pfsense/mainline into mlppp | gnhb | 2010-06-07 | 8 | -147/+143 |
|\ \ | |/ | | | | | | | | | Conflicts: etc/inc/interfaces.inc etc/inc/pfsense-utils.inc | ||||
| * | One more $if changed to $ifdescr and remove unneccessary line. | gnhb | 2010-06-06 | 1 | -2/+1 |
| | | |||||
| * | Revert "One more $if must change to $ifdescr" | gnhb | 2010-06-06 | 1 | -1/+1 |
| | | | | | | | | | | | | This reverts commit a045b3270f13f39908beb875ede4e75f565e12e9. Not correct. | ||||
| * | One more $if must change to $ifdescr | gnhb | 2010-06-06 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'master' of rcs.pfsense.org:pfsense/mainline | gnhb | 2010-06-06 | 14 | -298/+275 |
| |\ | |||||
| | * | Fixes #374. Actually reload teh dhcpleases utility whenever the hosts files ↵ | Ermal | 2010-06-04 | 3 | -26/+13 |
| | | | | | | | | | | | | is regenerated to avoid problems. | ||||
| | * | Silence is better for this command. | Ermal | 2010-06-03 | 1 | -1/+1 |
| | | | |||||
| | * | Add some missing code to convert_real_interface_to_friendly_interface_name. ↵ | Ermal | 2010-06-03 | 2 | -112/+128 |
| | | | | | | | | | | | | There is no need to go through all the interfaces just to find out if an interface has a gateway or not and is the same for finding the real interface name of a friendly interface. Also while here do not rely on stristr for finding if an interface exists rather do a proper matching on interface name otherwise wrong results might come up. | ||||
| | * | Return the gateway status only for gateways apinger knows about instead of ↵ | Ermal | 2010-06-03 | 2 | -20/+4 |
| | | | | | | | | | | | | assuming that all gateways are down, which might give consecuences. Also prepend 'filter_' to the function used to kill states for down gateways in filter.inc to be consistent. | ||||
| * | | Some $config variable referencing $if but $if is not defined. | gnhb | 2010-06-06 | 1 | -4/+4 |
| | | | | | | | | | | | | Change $if to $ifdescr to restore normal functionality. | ||||
* | | | Fix up little things. | gnhb | 2010-06-07 | 1 | -3/+4 |
| | | | |||||
* | | | Initial support for DCHP+PPtP/L2tP. DHCP + PPPoE is supported too. | gnhb | 2010-06-07 | 1 | -102/+133 |
| | | | | | | | | | | | | Must create an OPTx interface and set to DHCP for DHCP+PPPoE. | ||||
* | | | Make display of interface name and uptime work again on status_interfaces.php | gnhb | 2010-06-06 | 1 | -7/+7 |
| | | | |||||
* | | | Set default values to what we've had in the past. | gnhb | 2010-06-03 | 1 | -2/+6 |
| | | | | | | | | | | | | ` | ||||
* | | | Merge branch 'master' of http://gitweb.pfsense.org/pfsense/mainline into mlppp | gnhb | 2010-06-03 | 10 | -139/+129 |
|\ \ \ | | |/ | |/| | |||||
| * | | Mute this command so people do not think something went wrong. | Ermal | 2010-06-02 | 1 | -1/+1 |
| | | | |||||
| * | | Correct ifconfig syntax | Ermal | 2010-06-02 | 1 | -2/+2 |
| | | | |||||
| * | | Use the module functions to set/remove/test interface capabilities. | Ermal | 2010-06-02 | 1 | -40/+21 |
| | | | |||||
| * | | Use the new functions on CP code too. | Ermal | 2010-06-02 | 1 | -6/+6 |
| | | | |||||
| * | | Start sshd early on boot so it is availble as soon as the first ip is ↵ | Ermal | 2010-06-02 | 1 | -4/+4 |
| | | | | | | | | | | | | configured. | ||||
| * | | Use the functions from the pfSense module to configure interfaces on ↵ | Ermal | 2010-06-02 | 1 | -72/+66 |
| | | | | | | | | | | | | interfaces.inc. | ||||
| * | | Don't kill ssh, it will stop the rest of the process when done from ssh. ↵ | jim-p | 2010-06-02 | 1 | -9/+0 |
| | | | | | | | | | | | | Instead, do not shut down network interfaces before a reboot. The original motive for doing this may no longer be necessary. Fixes #626 | ||||
| * | | Remove this line, it is not needed. | jim-p | 2010-06-02 | 1 | -2/+0 |
| | | | |||||
| * | | When an interface spoofs its mac address change the mac address of all vlans ↵ | Ermal | 2010-06-01 | 1 | -10/+12 |
| | | | | | | | | | | | | having it as parent. Remove such code from the vlan configuration phase since this is way the mac change will always get propagated and its faster. | ||||
| * | | Remove spurious call to mute console. | Ermal | 2010-06-01 | 1 | -2/+1 |
| | | | |||||
| * | | Do not nuke /tmp/ on livecd's | Scott Ullrich | 2010-06-01 | 1 | -1/+3 |
| | | | |||||
| * | | Use sockstat, netstat might take to long under certain circumstances. | Ermal | 2010-06-01 | 1 | -1/+1 |
| | | | |||||
| * | | Fix upgrade code for disable bit on OpenVPN CSC entries. | jim-p | 2010-06-01 | 1 | -0/+5 |
| | | | |||||
| * | | Send TERM to sshd during shutdown/reboot to ensure that client sessions are ↵ | jim-p | 2010-06-01 | 2 | -0/+4 |
| | | | | | | | | | | | | kicked properly. Fixes #626. | ||||
| * | | Don't kill login here. When this happens from ssh is also resets the console ↵ | jim-p | 2010-06-01 | 1 | -1/+1 |
| | | | | | | | | | | | | menu. Kill $PPID instead which should have the same intended effect. | ||||
| * | | Do not set max_execution time here. | Ermal | 2010-06-01 | 2 | -2/+2 |
| | | | |||||
| * | | Fixes #622. Add a new file status for signaling default gateway under /tmp. ↵ | Ermal | 2010-05-31 | 1 | -1/+15 |
| |/ | | | | | | | dhclient script will check for this file to define if the interface needs a default gateway or not from its given routes. | ||||
* | | First steps for 3g serviceproviders support | Renato Botelho | 2010-06-02 | 4 | -135/+163 |
| | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | | Delete the interface_ppp_configure function and change how PPP data is saved. | gnhb | 2010-05-29 | 1 | -188/+0 |
| | | | | | | | | | | | | 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. | ||||
* | | Merge branch 'master' of http://gitweb.pfsense.org/pfsense/mainline into mlppp | gnhb | 2010-05-29 | 21 | -161/+279 |
|\ \ | |/ | | | | | | | | | Conflicts: etc/inc/pfsense-utils.inc usr/local/www/interfaces.php | ||||
| * | Make the logout page configurable like the other pages. The only difference ↵ | Ermal | 2010-05-28 | 1 | -0/+44 |
| | | | | | | | | is that this page/code will be treated as a .php page so it may contain internal php CP variables referenced. | ||||
| * | Add per-user PSKs to racoon. | jim-p | 2010-05-28 | 1 | -1/+8 |
| | | |||||
| * | Remove part of the message displayed some people might find its completely ↵ | Ermal | 2010-05-28 | 1 | -1/+1 |
| | | | | | | | | ok to use it. | ||||
| * | Make sure to cleanup /tmp before using it. Solves config cache issue as a start. | Ermal | 2010-05-28 | 1 | -0/+1 |
| | | |||||
| * | Remove stale code. | Ermal | 2010-05-28 | 1 | -4/+0 |
| | | |||||
| * | Add a function to find the mac address on a passthrough mac entry by ↵ | Ermal | 2010-05-28 | 1 | -0/+12 |
| | | | | | | | | username(if present) in the <username> tag of the entry. | ||||
| * | On gre/gif case when the interface is saved do a reconfigure of the ↵ | Ermal | 2010-05-25 | 1 | -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. | ||||
| * | Do not show ipfw0 for assignment. | Ermal | 2010-05-25 | 1 | -1/+2 |
| | |