summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge pull request #211 from bcyrill/patch-4Jim P2012-08-131-3/+7
|\ | | | | Update usr/local/www/services_router_advertisements.php
| * Update usr/local/www/services_router_advertisements.phpbcyrill2012-08-131-3/+7
| | | | | | | | Change form field since aliases are not supported here. Also separate the DNS settings using the default bar.
* | Remove comments which may begin with a ';' so URL Table entries like ↵Warren Baker2012-08-131-1/+1
| | | | | | | | SpamHaus' drop list can be used
* | Refine the formatting of the service status icon a bit depending on its context.jim-p2012-08-133-7/+11
|/
* Merge pull request #210 from bcyrill/patch-3Jim P2012-08-131-4/+7
|\ | | | | Update usr/local/www/vpn_openvpn_server.php
| * Update usr/local/www/vpn_openvpn_server.phpbcyrill2012-08-131-4/+7
|/ | | Fix javascript of GW redirection adding IPv4 and IPv6 fields
* Add some safety belts.jim-p2012-08-131-2/+2
|
* Make sure we start with an empty service.jim-p2012-08-131-0/+1
|
* Merge pull request #209 from bcyrill/patch-2Jim P2012-08-131-2/+2
|\ | | | | Update usr/local/www/shortcuts.inc
| * Update usr/local/www/shortcuts.incbcyrill2012-08-131-2/+2
|/ | | Fix array initialization
* This works here, too...jim-p2012-08-111-0/+2
|
* Where possible, link back to the main page of a section too.jim-p2012-08-112-3/+28
|
* Another missed shortcutjim-p2012-08-111-0/+1
|
* Forgotten shortcutjim-p2012-08-111-0/+1
|
* Forgot the shortcut section on this page, too...jim-p2012-08-111-0/+1
|
* Add/use some more similarly styled icons here, for a more consistent look.jim-p2012-08-1142-5/+8
|
* Activate service status/control for CP also.jim-p2012-08-101-2/+2
|
* Fixup openvpn shortcut bar status/controljim-p2012-08-105-8/+44
|
* Whoops forgot this onejim-p2012-08-101-0/+2
|
* Give status icon a title/tooltipjim-p2012-08-101-4/+6
|
* Print service title in tooltip for shortcut barjim-p2012-08-102-5/+6
|
* Declare arrays before using them.jim-p2012-08-101-4/+29
|
* Activate new shortcuts/status in the rest of the areas that are currently setup.jim-p2012-08-10112-117/+112
|
* Remove some notes/comments that aren't needed, add example.jim-p2012-08-101-91/+3
|
* Start revamp of shortcuts, central file to hold links, also service ↵jim-p2012-08-107-6/+189
| | | | status/control, added to dns forwarder as example.
* Whoops don't need this parameter.jim-p2012-08-101-1/+1
|
* Fixup output formattingjim-p2012-08-101-6/+6
|
* Consolodate a bunch of duplicate service status codejim-p2012-08-103-388/+223
|
* Don't force these links to open in a new window.jim-p2012-08-091-3/+3
|
* Split references here so they apply correctlyjim-p2012-08-091-6/+10
|
* Add forgotten "ipv6 remote network", clean up a couple bits, make sure local ↵jim-p2012-08-093-13/+80
| | | | network box is hidden for shared key servers.
* Activate "base" exchange mode also supported by racoon.jim-p2012-08-081-1/+1
|
* Sync pbi toolsjim-p2012-08-081-50/+95
|
* Catch another error herejim-p2012-08-071-0/+2
|
* Make sure we don't have any extra whitespace here.jim-p2012-08-071-2/+3
|
* Merge pull request #208 from phildd/masterErmal Luçi2012-08-073-19/+18
|\ | | | | Change rcfileprefix to a constant
| * Change rcfileprefix to a constantphildd2012-08-071-12/+11
| |
| * Change rcfileprefix to a constantphildd2012-08-071-5/+5
| |
| * Change rcfileprefix to a constantphildd2012-08-071-2/+2
|/
* Merge pull request #207 from phildd/masterErmal Luçi2012-08-071-1/+1
|\ | | | | firmware_update_misc log file name out of date
| * firmware_update_misc log file name out of datephildd2012-08-071-1/+1
|/ | | The name was changed to /conf/firmware_update_misc_log.txt in etc/rc.firmware quite a while ago. It needs fixing here in diag_nanobsd.php also.
* Merge pull request #205 from phil-davis/masterJim P2012-08-061-6/+6
|\ | | | | Minor text typo in DynDNS log message
| * Minor text typo in DynDNS log messagePhil Davis2012-08-061-6/+6
|/ | | I noticed the "Inital" typo in my syslog, so thought I might as well scan through the DynDNS messages and fix it up.
* Merge pull request #204 from phil-davis/masterErmal Luçi2012-08-031-8/+18
|\ | | | | | | pkg_mgr_install - only mount rw when needed Probably more comment should be put in the code.
| * pkg_mgr_install - only mount rw when neededPhil Davis2012-08-031-8/+18
|/ | | | | | When entering pkg_mgr_install the filesystem was being mounted rw and a backup made of the config, even if the case was "showlog" or "installedinfo". This resulted in: a) an extra "backup" of the config being made after an install - it could be seen in Diagnostics, Backup Restore, Config History b) Unnecessary conf_mount_rw and conf_mount_ro calls. These slow down the process on nanobsd-like systems. This change fixes both these issues.
* Merge pull request #203 from phil-davis/masterSeth Mos2012-08-021-3/+5
|\ | | | | Minor fix to percentage output on pkg install
| * Minor fix to percentage output on pkg installPhil Davis2012-08-031-3/+5
|/ | | | A variable not changed in a cut-paste. When on console, update_progress_bar should also only be called for 1-9 then every 10% progress, to reduce serial output volume.
* Activate more Hash, DH, and PFS options that are available in racoon now. ↵jim-p2012-08-023-16/+33
| | | | Note that SHA256-512 are RFC4868 compliant in FreeBSD, may break with other incompatible stacks.
* Merge pull request #201 from phil-davis/masterErmal Luçi2012-08-021-18/+27
|\ | | | | Bogons updated - make sure conf_mount_rw and conf_mount_ro are matched
| * Ensure conf_mount_rw and conf_mount_ro are matchedPhil Davis2012-08-021-18/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On nanobsd, running /etc/rc.update_bogons.sh gives: [2.1-BETA0][admin@test02.homedomain]/tmp(12): /etc/rc.update_bogons.sh 1 /etc/rc.update_bogons.sh: cannot create /etc/bogonsv6: Read-only file system The code does 1 conf_mount_rw but 2 conf_mount_ro This is also seen in system.log: Aug 2 17:47:59 test02 admin: rc.update_bogons.sh is starting up. Aug 2 17:47:59 test02 admin: rc.update_bogons.sh is beginning the update cycle. Aug 2 17:49:27 test02 admin: Bogons file downloaded: 1 addresses added. Aug 2 17:49:29 test02 php: : Reference 1000 is going negative, not doing unreference. Aug 2 17:49:29 test02 admin: Bogons files downloaded: no changes. Aug 2 17:49:29 test02 admin: rc.update_bogons.sh is ending the update cycle. The V6 bogons file does not get applied because the filesystem is RO by that point. I have reviewed the whole logic of this shell script. I believe it handles the various cases correctly now. On nanobsd I get the following in system.log: Aug 2 18:17:13 test02 admin: rc.update_bogons.sh is starting up. Aug 2 18:17:13 test02 admin: rc.update_bogons.sh is beginning the update cycle. Aug 2 18:18:02 test02 admin: Bogons V4 file downloaded: no changes. Aug 2 18:18:10 test02 admin: Bogons V6 file downloaded: 58959 addresses added. Aug 2 18:18:52 test02 admin: rc.update_bogons.sh is ending the update cycle.
OpenPOWER on IntegriCloud