summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Show begabyte size in addition to pretty formatted styleScott Ullrich2010-12-171-2/+3
|
* Echo out newlineScott Ullrich2010-12-171-1/+1
|
* 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
|
* Safe belts to avoid errors.Ermal2010-12-171-8/+11
|
* Do not attach ng_etther(4) to every system interface. Instead do a search if ↵Ermal2010-12-172-0/+57
| | | | netgraph is needed on single/every interface during interface configuration. Also enable netgraph support for interface as needed when enabling pptp/l2tp/pppoe/... . This should prevent the netgraph queue to slow down network performance on fast links.
* 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-172-3/+5
|
* Supply encpass if neededScott Ullrich2010-12-171-2/+5
|
* Add missing - in syslogd command line parameters, fixes #1111jim-p2010-12-171-1/+1
|
* 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-172-7/+46
|
* When we supply a version number, it should be under All/ and not Latest/ ↵jim-p2010-12-171-1/+1
| | | | (which has names but no version numbers)
* Prevent division by zero if the file size is zero.Erik Fonnesbeck2010-12-161-2/+5
|
* Make $rel lowercase, since that's how it is on FreeBSD's package servers.jim-p2010-12-161-1/+1
|
* If the IP stays the same, still resync VPNs if it's a PPP type interface.jim-p2010-12-161-1/+10
|
* Move these back, it may not play nice with DHCP renewsjim-p2010-12-161-6/+6
|
* Move IPsec up too, it should always resync.jim-p2010-12-161-3/+3
|
* OpenVPN needs resync even if the IP did not change, because the IP may have ↵jim-p2010-12-161-3/+3
| | | | disappeared and caused it to exit.
* Fix condition that needed to be negated after a recent layout change here ↵Erik Fonnesbeck2010-12-151-1/+2
| | | | and prevent a PHP warning if there are no voucher rolls. Fixes #1106
* Add contributed WOL widget. Resolves #1103jim-p2010-12-152-0/+85
|
* Remove config lock for filter reload, since no config file reads or writes ↵Erik Fonnesbeck2010-12-141-7/+1
| | | | are happening here. Ticket #1071
* 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.
* Make voucher xmlrpc error checking the same as others.Ermal2010-12-141-4/+3
|
* Ticket #1087. Cleanup whitespace and also do not rely on having the db dirty ↵Ermal2010-12-141-66/+49
| | | | flag set for backing up the dbs but always do this!
* Cleanup of whitespace and use exclusive lock during reconfiguration of vouchers.Ermal2010-12-141-10/+11
|
* 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-144-44/+1
| | | | | | #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.
* Revert "Set execute bit on backup script" Not needed.jim-p2010-12-141-0/+0
| | | | This reverts commit d3a217e5d9e615058652cff5881a216c1a91a8c0.
* Set execute bit on backup scriptjim-p2010-12-141-0/+0
|
* Add voucher backup, configurable from Diagnostics > NanoBSD. Fixes #1087jim-p2010-12-144-1/+44
|
* No functional change just simple cleanup.Ermal2010-12-141-3/+1
|
* Use file_put_contents()Scott Ullrich2010-12-141-6/+3
|
OpenPOWER on IntegriCloud