summaryrefslogtreecommitdiffstats
path: root/usr
Commit message (Collapse)AuthorAgeFilesLines
...
* Restore encpass as wellScott Ullrich2010-12-181-2/+3
|
* Save layout on disk. If an installer error occurs the layout will be ↵Scott Ullrich2010-12-181-3/+30
| | | | restored on the rowhelper screen so that you can easily make changes
* USe memory *2 for default swap spaceScott Ullrich2010-12-181-8/+10
|
* Note that .eli are encryptedScott Ullrich2010-12-181-1/+1
|
* Touch log file so it can be created on livecdScott Ullrich2010-12-181-2/+5
|
* Disable easy options until refactored to work with new rowhelper style postScott Ullrich2010-12-181-2/+4
|
* Redirect to / if already installedScott Ullrich2010-12-181-1/+1
|
* Misc commentsScott Ullrich2010-12-181-4/+15
|
* Add mirroring. Default to no boot manager saving a few seconds on bootupScott Ullrich2010-12-181-2/+3
|
* Correct pathScott Ullrich2010-12-171-1/+1
|
* We do not need these filesScott Ullrich2010-12-172-28/+0
|
* Add new filesScott Ullrich2010-12-175-0/+227
|
* Catch up to recent FreeBSD-9-CURRENT changesScott Ullrich2010-12-1742-1537/+2565
|
* Show begabyte size in addition to pretty formatted styleScott Ullrich2010-12-171-2/+3
|
* Correct reboot linkScott Ullrich2010-12-171-11/+3
|
* Unbreak more than 2 slicesScott Ullrich2010-12-171-4/+9
|
* Auto set 256 and remaining to /Scott Ullrich2010-12-172-913/+966
|
* Ignore mountpoint for SWAPScott Ullrich2010-12-171-1/+2
|
* Add rowhelper supportScott Ullrich2010-12-171-125/+215
|
* Adding support for custom hooks. If the function ↵Scott Ullrich2010-12-171-6/+23
| | | | row_helper_dynamic_custom() exists it will be called and pass a tr object which is the createElement("tr") handle.
* Honor rowsize.Scott Ullrich2010-12-171-1/+1
|
* Move to index.php.Scott Ullrich2010-12-172-1/+1
|
* Moving installer to it's own directory since we will have a number of helper ↵Scott Ullrich2010-12-171-1/+1
| | | | javascript files and such soon
* Do not copy non existent /sysScott Ullrich2010-12-171-1/+1
|
* Add /boot when encryptingScott Ullrich2010-12-171-2/+2
|
* Pass bootmanager and encryption settingsScott Ullrich2010-12-171-9/+17
|
* Allow carp as parent only to ipalias.Ermal2010-12-171-0/+6
|
* More safety belts. Do not allow a carp referenced by an ipalias to be deleted.Ermal2010-12-171-0/+6
|
* Fallback to the sane limit of 255 now that the patch is backed out.Ermal2010-12-171-1/+1
|
* Add safety belts since only aliases on same subnet can be added to an carp(4)Ermal2010-12-171-1/+15
|
* Allow ip aliases to be added to vips.Ermal2010-12-171-0/+3
|
* Allow setting none for boot manager to turn off F1 pfSenseScott Ullrich2010-12-171-4/+24
|
* Show when disk is encrypted. Do not uppercase .eliScott Ullrich2010-12-171-2/+4
|
* Supply encpass if neededScott Ullrich2010-12-171-2/+5
|
* Add on disk encryption options and ability to set a encpass to the ↵Scott Ullrich2010-12-171-5/+10
| | | | experimental installer
* Add newline after 99 menu option. Otherwise it looks very strange.Scott Ullrich2010-12-171-6/+41
|
* Add contributed WOL widget. Resolves #1103jim-p2010-12-152-0/+85
|
* No need to use escapeshellcmd here.Scott Ullrich2010-12-141-2/+2
|
* Ticket #1043. Check for '' and not for 'default' since this is the default ↵Ermal2010-12-141-1/+1
| | | | value of the select.
* Provide a default value to the function for converting kb/Mb to coeficient ↵Ermal2010-12-144-8/+8
| | | | for math.
* Set default interval of syncing voucher db to config to 5 minutes instead of ↵Ermal2010-12-141-1/+1
| | | | 300. Ticket #1087.
* Revert "Add voucher backup, configurable from Diagnostics > NanoBSD. Fixes ↵jim-p2010-12-141-21/+0
| | | | | | #1087" - voucher db backup already existed under a different name. Ticket is still fixed, just by different code that was already there. This reverts commit 0d89a2fcac3deea06bdc4a481bbdfae4f18b1ff8.
* Add voucher backup, configurable from Diagnostics > NanoBSD. Fixes #1087jim-p2010-12-141-0/+21
|
* Use file_put_contents()Scott Ullrich2010-12-141-6/+3
|
* Redirect to the installedinfo page after package installation giving the ↵Scott Ullrich2010-12-141-0/+2
| | | | system a chance to refresh the menus and the final installation text
* Add a retry field to the LB Pool config to allow specifying how many times ↵jim-p2010-12-141-0/+14
| | | | to retry a server before declaring it dead.
* Replace the LB status widget completely with one that supports the current ↵jim-p2010-12-141-116/+121
| | | | LB system.
* Move some lb status parsing functions to a common area so they can be reused ↵jim-p2010-12-142-73/+5
| | | | by the widget.
* Use a slightly different regex to catch all non-whitespace characters here ↵jim-p2010-12-141-1/+1
| | | | instead of the current method. Fixes #1085
* For bsnmpd, checking hostres also requires checking mibii. Note this ↵jim-p2010-12-141-2/+8
| | | | requirement in the GUI and enforce it via a simple JS check.
OpenPOWER on IntegriCloud