aboutsummaryrefslogtreecommitdiffstats
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* use correct device, usbhid-ups not newhidupsChris Buechler2010-07-121-17/+17
|
* Stop squid from removing every cron job that rotates logs. This breaks ↵jim-p2010-07-111-1/+2
| | | | lightsquid's rotation. Found-By: lsoltero on the forum.
* Remove this redundant copy of squid XML files, as since the changes were ↵jim-p2010-07-1113-4664/+0
| | | | merged to the main squid pkg, the code is now identical, and only the pkg_config.8.xml needs to be different.
* remove old zabbix pkg and fix path for new versionChris Buechler2010-07-061-1/+1
|
* Contributed changes from Maxim Strukov. Fixes ticket #711jim-p2010-07-021-4/+46
|
* [vnstat2] fix file permissionPerry Mason2010-07-011-1/+1
|
* [vnstat2] adding bash filePerry Mason2010-07-013-21/+14
|
* [vnstat2] on vnstat cron update use mount_rwPerry Mason2010-07-011-1/+21
|
* Version bump for OpenVPN Client Exportjim-p2010-07-011-1/+1
|
* Ensure that we do not get two CA lines in the Viscosity configjim-p2010-07-011-0/+8
|
* Disable remote-cert-tls for now in exported configs, it requires that the ↵jim-p2010-07-011-1/+2
| | | | server certificate be built in a different way than we currently support.
* [vnstat2] add file and dir exists checkPerry Mason2010-07-011-3/+4
|
* [vnstat2] deinstall morePerry Mason2010-07-011-1/+3
|
* [vnstat2] additional xml file neededPerry Mason2010-06-301-0/+5
|
* [vnstat2] adding monthrotate and vnstatiPerry Mason2010-06-303-2/+178
|
* [vnstat2] enable new db dir in default confPerry Mason2010-06-301-1/+1
|
* [vnstat2] more nanobsd friendlyPerry Mason2010-06-303-3/+36
|
* Add this in all cases, not just TLS. Fixes #706jim-p2010-06-291-1/+3
|
* Sync squid on 2.0 with the 1.2.3 package changes.jim-p2010-06-293-16/+38
|
* Correct default logging path so it matches lightsquid's default.jim-p2010-06-292-3/+3
|
* Bump openvpn client exporter to version 0.0.2. Add "remote-cert-tls server"Seth2010-06-291-1/+1
|
* Add "remote-cert-tls server" config option into the exported configuration. ↵Seth2010-06-291-1/+3
| | | | Ticket #706
* Ensure /var/squid is owned by proxy:proxy or else squid can/will have issues.jim-p2010-06-281-6/+7
|
* Fix path in patchjim-p2010-06-241-2/+2
|
* Small formatting fix.jim-p2010-06-241-4/+4
|
* Add small patch package to stop /etc/rc from removing /tmp/filter_dirty ↵jim-p2010-06-243-0/+93
| | | | before it can be properly processed. Removing /tmp/filter_dirty will cause some package rules (such as Squid) to not be present at the end of the boot process.
* Add RRD Summary package which will show current and previous month bandwidth ↵jim-p2010-06-242-0/+160
| | | | usage for any given RRD file and start date.
* Add it on 2.0 also and fix descr in old widget's xml.jim-p2010-06-241-1/+1
|
* Adding antivirus status widget from dvserg.jim-p2010-06-244-0/+245
|
* Make this package download to /root/ instead of /tmp/jim-p2010-06-242-2/+2
|
* Use /root/ for this instead of /tmp/jim-p2010-06-242-4/+4
|
* Sleep dynamically based on whether or not squid is running at the time, ↵jim-p2010-06-231-2/+5
| | | | rather than waiting constantly and slowing down the boot time.
* Move this up a couple lines.jim-p2010-06-221-1/+1
|
* Make sure we are rw here before writing.jim-p2010-06-221-0/+1
|
* Revert "Use filter_configure_sync() here instead."jim-p2010-06-221-1/+1
| | | | This reverts commit 69bb270be5515585aa8d886acfad3f9f862cb16c.
* Use filter_configure_sync() here instead.jim-p2010-06-221-1/+1
|
* Git still doesn't like the whitespace in these files...jim-p2010-06-223-661/+661
|
* Refactor this code a little, and wait a few seconds before kicking off a ↵jim-p2010-06-221-3/+6
| | | | filter sync in case squid hasn't had a chance to kick in fully.
* A few misc. squidGuard fixes to make it behave better on reboot, especially ↵jim-p2010-06-222-12/+16
| | | | on NanoBSD.
* Do not initialize the cache if the null type is chosen.jim-p2010-06-221-0/+5
|
* Add a note to Null type suggesting it for Nano/Embedded.jim-p2010-06-221-1/+1
|
* Remove this check, it doesn't work as intended.jim-p2010-06-221-3/+0
|
* Bring the choice for nullfs to squid on 1.2.3, default to nullfs on NanoBSD ↵jim-p2010-06-222-4/+23
| | | | to prevent caching and overflowing /tmp or /var. Re-enable squid on embedded, and bump the version.
* [vnstat2] going convertPerry Mason2010-06-111-2/+2
|
* [vnstat2] missing ifname_outPerry Mason2010-06-111-1/+1
|
* [vnstat2] get them allPerry Mason2010-06-111-1/+1
|
* [vnstat2] fixing how real interfaces names are collectedPerry Mason2010-06-111-2/+1
|
* Dashboard update: honor hideplatform if set, version bump.jim-p2010-06-101-1/+1
|
* Fix line endings, make git happy.jim-p2010-06-103-843/+843
|
* Add input validation for most fields. Remove broken input validation that ↵Chris Buechler2010-06-103-4/+40
| | | | | | made editing groups impossible. Still don't have input validation for parameters, nor validation ensuring groups that are in use cannot be deleted.