summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Fixes #622. Add a new file status for signaling default gateway under /tmp. ↵Ermal2010-05-312-18/+24
| | | | dhclient script will check for this file to define if the interface needs a default gateway or not from its given routes.
* Use full path and use variables to be consistent.Ermal2010-05-311-4/+4
|
* 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 '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
| |
| * 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
| |
* | Fix up whitespace so file is easier to read, and fix a few missing tags.gnhb2010-05-291-824/+827
|/
OpenPOWER on IntegriCloud