summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Misc HTML cleanups. Space out elements of add/delete pool memeber area. ↵Scott Ullrich2009-10-161-14/+32
| | | | Seperate add/remove area with a listtopic element. Add descriptive text for Server IP address in order to make page a little more user friendly for the uninitiated.
* Call conf_mount_rw() and ro where neededScott Ullrich2009-10-152-1/+5
|
* Set maximum memory to 64M for this page. Fixes #113Scott Ullrich2009-10-151-0/+5
|
* Remove upgrade IMG file after failureScott Ullrich2009-10-131-0/+4
|
* fix typoChris Buechler2009-10-111-1/+1
|
* Merge branch 'master' into globalErik2009-10-111-2/+3
|\
| * Add note about uncompressed images/filesScott Ullrich2009-10-111-2/+3
| |
* | fixing typo, should be platform not $platformErik2009-10-111-1/+1
|/
* Add missing , Noticed-by @px via twitterScott Ullrich2009-10-111-1/+1
|
* 1 minute != 40 seconds. Change to 70 and give the slower boots a chance to bootScott Ullrich2009-10-101-1/+1
|
* Ensure glabel exists so we can mount ufs. Fixes #110Scott Ullrich2009-10-101-0/+1
|
* Show size in uppercaseScott Ullrich2009-10-101-1/+1
|
* Use /etc/nanosize.txtScott Ullrich2009-10-101-2/+2
|
* Output NanoBSD image sizeScott Ullrich2009-10-101-0/+8
|
* Turn off sortable on this page. Something else is sorting the data prior ↵Scott Ullrich2009-10-101-1/+1
| | | | and is causing the ordering to get foobar'd.
* Correctly fix Bug #38Ermal Luçi2009-10-091-40/+54
| | | | The issue is that when unsetting array members the count() that is evaluated on every iteration so it will not correctly process some items.
* Revert "Use array_splice() to unset items that should not be sync'd (nosync) ↵Ermal Luçi2009-10-091-28/+14
| | | | | | Resolves #38" This reverts commit d6e8dfa1d6b4bad7ef6f71263f275ca8e8b0a706.
* Do not use state on the CP authentication port. This is necessary since the ↵Ermal Luçi2009-10-081-2/+2
| | | | fwd from layer 2 being done with the latest code will break the mechanism that pf keeps state.
* Correctly handle the change of vhid on an interface.Ermal Luçi2009-10-082-2/+4
|
* create a config include that just presents $config to the webgui (no boot ↵Erik2009-10-072-1/+91
| | | | code being parsed anymore in webgui now)
* remove functional code from config.inc and place it in a library file ↵Erik2009-10-072-1203/+1253
| | | | config.lib.inc
* Add the actual settings page ref'd in the previous commit (pkg repo setting)jim-p2009-10-061-0/+125
|
* Add a new (unlinked) page which allows entering a custom pkg repo URLjim-p2009-10-063-3/+5
|
* Add theme Apple touch icon supportScott Ullrich2009-10-051-0/+1
|
* Add shiny webclip icon for Iphone homescreen bookmarks. Please MFC to 1.2.3hoba2009-10-057-0/+0
|
* Correct variable name.Ermal Luçi2009-10-051-1/+1
|
* Missed commit on removing all_interfaces.Ermal Luçi2009-10-051-12/+3
|
* Remove support for all_interfaces from wizard.php it is not used anywhere. ↵Ermal Luçi2009-10-052-21/+4
| | | | Convert the interfaces_selection to use the interface API.
* Automatically source common items so that config is in the eval() contextScott Ullrich2009-10-051-1/+3
|
* Import latest radius.inc from m0n0.(Mainly import Chillisport radius vendor ↵Ermal Luçi2009-10-052-49/+59
| | | | | | attributes for bandwidth and fix radius-session-timeout attribute. Do some whitespace cleanup while here.
* Make the username comparison for CP case insensitive. Feature-imported-from: ↵Ermal Luçi2009-10-041-1/+1
| | | | m0n0
* Do not include head.inc twiceScott Ullrich2009-10-031-2/+0
|
* Correct misc tab URLScott Ullrich2009-10-031-2/+1
|
* Alert if there is a problem sending the test messageScott Ullrich2009-10-032-3/+7
|
* Do not set font size, it breaks the default css and ends up overflowing the menuScott Ullrich2009-10-031-1/+5
|
* Remove more stray characters. Someone needs to start testing their changes!Scott Ullrich2009-10-031-1/+1
|
* Remove stray characters.Scott Ullrich2009-10-031-1/+1
|
* Oops, use the pfSense jumpto service for the Book and add a pfSense custom ↵Scott Ullrich2009-10-021-1/+2
| | | | search portal powered by google that is limited to specific pfSense
* Upppss removed leftovers echoErmal Luçi2009-10-011-3/+3
|
* Write the rules with php provided tools to avoid forking unecessary.Ermal Luçi2009-10-011-4/+9
| | | | Suggested-by: billm@
* Carp interfaces are named 'VIP#' now. Make sure this is hidden on interface ↵Ermal Luçi2009-10-011-1/+2
| | | | assignment.
* Add more checks.Ermal Luçi2009-10-011-1/+2
|
* Remove wrong slipped code.Ermal Luçi2009-10-011-2/+1
|
* Missed improvement.Ermal Luçi2009-10-011-1/+2
|
* * Convert carp/vips code to behave the same as other interfaces.Ermal Luçi2009-10-0115-942/+463
| | | | | | | | * Make optimizations around it. * Make sure when we reload teh underlying interface we reload carp too. * Some fixes around the code. Reviewed-by: scott@ and billm@
* If /etc/spwd.db.tmp exists remove it before running pwd_mkdbScott Ullrich2009-09-301-0/+1
|
* No need to rewrite the captiveportal database when there is concurrent ↵Ermal Luçi2009-09-291-3/+2
| | | | login! Small optimization.
* Avoid errors that appear if this is set uncorrectly.Ermal Luçi2009-09-291-1/+4
|
* Turn off FLOWTABLEScott Ullrich2009-09-282-2/+7
|
* Fix typo: Pointy-hat-to: ?!Ermal Luçi2009-09-281-1/+1
|
OpenPOWER on IntegriCloud