aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Adding option to disable IP monitoringBenoit GUERIN2012-08-292-11/+31
|
* Using multilog instead of readproctitle to log svscan outputBenoit GUERIN2012-08-291-1/+3
|
* Deleting dead codeBenoit GUERIN2012-08-052-61/+0
|
* Teach the OpenVPN Client Export package how to make config archives for ↵jim-p2012-08-035-3/+98
| | | | Yealink T28, Yealink T38g, and SNOM SIP handsets.
* Merge pull request #309 from phil-davis/masterJim P2012-08-021-0/+1
|\ | | | | Add a matching conf_mount_ro call for squid
| * Add a matching conf_mount_ro call for squidPhil Davis2012-08-021-0/+1
|/ | | | After write_rcfile() we need to conf_mount_ro() so that the mount reference count is decremented, otherwise the filesystem will get left in read-write mode on nanobsd. Note: in squid_resync there is already a correct pair of conf_mount_rw() and conf_mount_ro(), so no need to touch that for squid(2).
* Merge pull request #308 from phil-davis/masterErmal Luçi2012-08-011-1/+2
|\ | | | | Make matching conf_mount_ro calls during squid3 installation
| * Make matching conf_mount_ro calls for squidPhil Davis2012-08-021-1/+2
| | | | | | | | After initial installation of squid3 (squid-reverse folder) the shared-memory section mount count is left at 3. This means that on nanobsd the CF card is left mounted read-write. This condition will persist until the next reboot, because there is nothing to decrement the count. I have found 2 places here that do not match up conf_mount_rw and conf_mount_ro calls. There might be 1 more somewhere (or one of these routines is called twice during installation). I can check that when this change is committed and I can do another install from scratch.
* | mailscanner - include incoming/Locks folder permission checkMarcello Coutinho2012-07-311-7/+6
| |
* | Merge pull request #307 from Podilarius/patch-7Ermal Luçi2012-07-311-2/+1
|\ \ | | | | | | Update config/squid3/proxy_monitor.sh
| * | Update config/squid3/proxy_monitor.shRichard Adams2012-07-311-2/+1
| | | | | | | | | Change to match 2.1 config also.
* | | Merge pull request #306 from Podilarius/patch-6Ermal Luçi2012-07-311-2/+1
|\ \ \ | |/ / |/| | Change the way we keep only one going and no more.
| * | Change the way we keep only one going and no more.Richard Adams2012-07-311-2/+1
|/ / | | | | | | Test and reboot tested. Only 1 starts up. Theoretically, it should not even start 1, but if I set it to greater than 1, 2 opens up and remains open. I guess it is preloading the variables? Just have to watch the behavior and see if that ever changes. 
* | Merge pull request #303 from Podilarius/patch-3Marcello Coutinho2012-07-301-1/+1
|\ \ | | | | | | Update config/squid3/proxy_monitor.sh
| * | Update config/squid3/proxy_monitor.shRichard Adams2012-07-301-1/+1
| | |
* | | Merge pull request #302 from Podilarius/patch-2Marcello Coutinho2012-07-301-1/+1
|\ \ \ | |/ / |/| | Update config/squid-reverse/proxy_monitor.sh
| * | Update config/squid-reverse/proxy_monitor.shRichard Adams2012-07-301-1/+1
|/ /
* | Merge pull request #301 from Podilarius/masterMarcello Coutinho2012-07-301-0/+5
|\ \ | | | | | | To keep proxy_monitor.sh from starting more than one.
| * | Update config/squid-reverse/proxy_monitor.shRichard Adams2012-07-301-0/+5
| | |
* | | Merge pull request #300 from Podilarius/patch-1Marcello Coutinho2012-07-301-0/+6
|\ \ \ | |/ / |/| | Update config/squid3/proxy_monitor.sh
| * | Update config/squid3/proxy_monitor.shRichard Adams2012-07-301-0/+6
|/ /
* | Merge pull request #297 from digdug3/patch-2Ermal Luçi2012-07-270-0/+0
|\ \ | | | | | | Update config/snort/snort_blocked.php
| * | Update config/snort/snort_blocked.phpdigdug32012-07-261-3/+2
| | | | | | | | | Snort 2.9.2.3 pkg v. 2.5.1 Blocked Tab fix, fixes Snort blocked descriptions with ",". (Not just N/A)
* | | Merge pull request #295 from digdug3/masterErmal Luçi2012-07-273-89/+107
|\ \ \ | | | | | | | | Snort Widget v0.3.2 fix (update 26-07-2012)
| * | | Update config/widget-snort/snort_alerts.widget.phpdigdug32012-07-261-2/+0
| | | | | | | | | | | | Removed a bogus line
| * | | Update config/widget-snort/snort_alerts.widget.phpdigdug32012-07-251-53/+75
| | | | | | | | | | | | Sorts all interfaces by date, displays ip and port, fixes Snort alert descriptions with ",". Uses firewall widget setting as number of entries.
| * | | Update config/snort/snort_blocked.phpdigdug32012-07-251-13/+12
| | | | | | | | | | | | Fix Snort alerts descriptions with "," like: "ET TROJAN MS Terminal Server User A Login, possible Morto inbound"
| * | | Update config/snort/snort_alerts.phpdigdug32012-07-251-25/+24
| | | | | | | | | | | | Fix displaying Snort descriptions with "," like: "ET TROJAN MS Terminal Server User A Login, possible Morto inbound"
* | | | Declare $g a global here so the mail reports should pick up the themejim-p2012-07-271-0/+1
| | | |
* | | | Fix clamav us db hostnamejim-p2012-07-261-1/+1
| | | |
* | | | varnish3 - fix missing if on url['rewritehost'] checkMarcello Coutinho2012-07-261-2/+2
| | | |
* | | | Correct function nameErmal2012-07-262-2/+2
| |/ / |/| |
* | | Merge pull request #293 from rbgarga/masterErmal Luçi2012-07-2516-376/+368
|\ \ \ | |/ / |/| | Implement gettext calls and remove unecessary ones
| * | Implement gettext() calls on stringsRenato Botelho2012-07-2415-368/+360
| | |
| * | Remove gettext() calls from log_error(), it makes no sense to translate logsRenato Botelho2012-07-241-8/+8
| | |
* | | Merge pull request #292 from phil-davis/masterMarcello Coutinho2012-07-241-1/+1
|\ \ \ | | |/ | |/| Bandwidthd skip_intervals typo fix
| * | Bandwidthd skip_intervals typo prevented this param from being effective.Phil Davis2012-07-241-1/+1
| |/
* / apache-modsecurity - include modsecurity dependenciesMarcello Coutinho2012-07-242-4/+22
|/
* squid3 - remove extra </default_value> on default languageMarcello Coutinho2012-07-231-1/+1
|
* Rename Server to Variables since thats what it isErmal2012-07-226-6/+6
|
* Fix copy pasto errorsErmal2012-07-221-2/+2
|
* Correct functionErmal2012-07-221-1/+1
|
* Remove files that are not selected under categoriesErmal2012-07-221-6/+28
|
* Merge pull request #289 from phil-davis/masterErmal Luçi2012-07-222-3/+3
|\ | | | | Change the default language to 'en' and fix proxy_monitor check
| * Fix grep for squid process since "-D" was obsolete.Phil Davis2012-07-221-2/+2
| |
| * Change the default language to the language code 'en' - Squid V3 uses the ↵Phil Davis2012-07-221-1/+1
| | | | | | | | 2-char language codes
* | Bump versionErmal2012-07-224-6/+6
| |
* | Remove subnet/cidr part from autogenerated addresses for whitelistErmal2012-07-221-9/+21
| |
* | If general rules are missing show configured rulesErmal2012-07-221-2/+6
| |
* | Correct some code to use right varsErmal2012-07-222-8/+8
| |