summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
| * 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
| |
| * When an interface spoofs its mac address change the mac address of all vlans ↵Ermal2010-06-011-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.Ermal2010-06-011-2/+1
| |
| * Do not nuke /tmp/ on livecd'sScott Ullrich2010-06-011-1/+3
| |
| * Do not use netstat to fetch default gateway interface but other faster ↵Ermal2010-06-011-3/+2
| | | | | | | | commands to avoid problems on large interface setups.
| * Use sockstat, netstat might take to long under certain circumstances.Ermal2010-06-011-1/+1
| |
| * 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.
| * Fix upgrade code for disable bit on OpenVPN CSC entries.jim-p2010-06-011-0/+5
| |
| * Send TERM to sshd during shutdown/reboot to ensure that client sessions are ↵jim-p2010-06-012-0/+4
| | | | | | | | kicked properly. Fixes #626.
| * Don't kill login here. When this happens from ssh is also resets the console ↵jim-p2010-06-011-1/+1
| | | | | | | | menu. Kill $PPID instead which should have the same intended effect.
| * Do not set max_execution time here.Ermal2010-06-012-2/+2
| |
OpenPOWER on IntegriCloud