summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Give more time for getting dhcp address and DNS lookup.gnhb2010-06-081-4/+11
|
* Merge branch 'master' of http://gitweb.pfsense.org/pfsense/mainline into mlpppgnhb2010-06-0811-618/+113
|\
| * Be consistent on % for loss state.Ermal2010-06-071-1/+1
| |
| * Catch up with php limits.Ermal2010-06-071-2/+2
| |
| * Show some sensible defaults for delay and loss.Ermal2010-06-071-2/+2
| |
| * Reorganize code to be able to actually use the lookup_gateway_ip_by_name() ↵Ermal2010-06-073-15/+15
| | | | | | | | 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
| |
| * Honor GUI configured DNS settings for PPTP/PPPoE/L2TP if present.jim-p2010-06-071-20/+30
| |
* | Merge branch 'master' of http://gitweb.pfsense.org/pfsense/mainline into mlpppgnhb2010-06-0710-156/+152
|\ \ | |/ | | | | | | | | Conflicts: etc/inc/interfaces.inc etc/inc/pfsense-utils.inc
| * One more $if changed to $ifdescr and remove unneccessary line.gnhb2010-06-061-2/+1
| |
| * Revert "One more $if must change to $ifdescr"gnhb2010-06-061-1/+1
| | | | | | | | | | | | This reverts commit a045b3270f13f39908beb875ede4e75f565e12e9. Not correct.
| * One more $if must change to $ifdescrgnhb2010-06-061-1/+1
| |
| * Merge branch 'master' of rcs.pfsense.org:pfsense/mainlinegnhb2010-06-0681-510/+603
| |\
| | * Fixes #632. Actually pass the interface and not the vip configuration to the ↵Ermal2010-06-041-1/+1
| | | | | | | | | | | | function.
| | * Fixes #374. Actually reload teh dhcpleases utility whenever the hosts files ↵Ermal2010-06-043-26/+13
| | | | | | | | | | | | is regenerated to avoid problems.
| | * Silence is better for this command.Ermal2010-06-031-1/+1
| | |
| | * Add some missing code to convert_real_interface_to_friendly_interface_name. ↵Ermal2010-06-032-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.
| | * Use require_once instead of require, in case these files have been loaded ↵jim-p2010-06-031-8/+8
| | | | | | | | | | | | previously. Fixes #631
| | * Return the gateway status only for gateways apinger knows about instead of ↵Ermal2010-06-032-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.gnhb2010-06-061-4/+4
| | | | | | | | | | | | Change $if to $ifdescr to restore normal functionality.
* | | Fix up little things.gnhb2010-06-071-3/+4
| | |
* | | Initial support for DCHP+PPtP/L2tP. DHCP + PPPoE is supported too.gnhb2010-06-073-111/+316
| | | | | | | | | | | | 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-062-10/+8
| | |
* | | 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-032-3/+7
| | | | | | | | | | | | `
* | | 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-0376-342/+448
|\ \ \ | | |/ | |/|
| * | 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
| | |
| * | Mute this command so people do not think something went wrong.Ermal2010-06-021-1/+1
| | |
| * | Correct ifconfig syntaxErmal2010-06-021-2/+2
| | |
| * | Use the module functions to set/remove/test interface capabilities.Ermal2010-06-021-40/+21
| | |
| * | Use the new functions on CP code too.Ermal2010-06-021-6/+6
| | |
| * | Start sshd early on boot so it is availble as soon as the first ip is ↵Ermal2010-06-021-4/+4
| | | | | | | | | | | | configured.
| * | Use the functions from the pfSense module to configure interfaces on ↵Ermal2010-06-021-72/+66
| | | | | | | | | | | | interfaces.inc.
| * | Don't kill ssh, it will stop the rest of the process when done from ssh. ↵jim-p2010-06-021-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-p2010-06-021-2/+0
| | |
| * | 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
| | |
OpenPOWER on IntegriCloud