aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix this test so it will also remove squidGuard's options from squid config ↵jim-p2013-04-051-2/+1
| | | | when disabling.
* Flush output buffer while running bgp status commands to avoid a php crashjim-p2013-04-051-0/+1
|
* Fix build_port_path for mysql on snort packageRenato Botelho2013-04-042-2/+2
|
* Bump OpenVPN client export pkg version, windows client binaries updated to 2.3.1jim-p2013-04-022-2/+2
|
* Merge pull request #419 from mmack/patch-1Ermal Luçi2013-04-021-1/+1
|\ | | | | Add newline at cert concat
| * Add newline at cert concatMax Mack2013-04-021-1/+1
|/ | | | | | | | | | | | I got an error that haproxy can't load the cert. I looked into it and saw that the two parts are concationated together without a newline. Wrong: -----END CERTIFICATE----------BEGIN RSA PRIVATE KEY----- Correct: -----END CERTIFICATE-----\r\n -----BEGIN RSA PRIVATE KEY----- It works for me now...
* Merge pull request #416 from phil-davis/masterErmal Luçi2013-03-312-42/+63
|\ | | | | bandwidthd add enable option
| * bandwidthd add enable optionPhil Davis2013-03-311-6/+12
| |
| * bandwidthd add enable optionPhil Davis2013-03-311-36/+51
|/
* Add "auto apply" bit to system patches which will attempt to apply a patch ↵jim-p2013-03-297-6/+92
| | | | during earlyshellcmd at boot time, to help patches survive across reboots and upgrades.
* Add one more little note.jim-p2013-03-291-1/+1
|
* Some more refinements for the mail reports package.jim-p2013-03-298-12/+46
|
* Add command output and log output capabilities to the "mail reports" package.jim-p2013-03-2810-45/+498
|
* Merge pull request #415 from phil-davis/masterMarcello Coutinho2013-03-281-27/+6
|\ | | | | pfBlocker allow list ranges that are not exact subnets
| * pfBlocker allow list ranges that are not exact subnetsPhil Davis2013-03-281-27/+6
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #2892 I made a "nasty" list as follows: 192.168.100.0-192.168.101.255 192.168.103.8-192.168.103.23 192.168.104.1-192.168.104.254 192.168.105.22-192.168.106.66 192.168.107.3-192.168.107.33 And this code turns it into: 192.168.100.0/23 192.168.103.8/29 192.168.103.16/29 192.168.104.1/32 192.168.104.2/31 192.168.104.4/30 192.168.104.8/29 192.168.104.16/28 192.168.104.32/27 192.168.104.64/26 192.168.104.128/26 192.168.104.192/27 192.168.104.224/28 192.168.104.240/29 192.168.104.248/30 192.168.104.252/31 192.168.104.254/32 192.168.105.22/31 192.168.105.24/29 192.168.105.32/27 192.168.105.64/26 192.168.105.128/25 192.168.106.0/26 192.168.106.64/31 192.168.106.66/32 192.168.107.3/32 192.168.107.4/30 192.168.107.8/29 192.168.107.16/28 192.168.107.32/31 Which is the correct group of CIDRs to represent the given ranges.
* Correct permission otherwise openbgpd does not startErmal2013-03-281-2/+2
|
* Correctly write config file and also properly avoid php errors with some ↵Ermal2013-03-281-22/+24
| | | | extra safety belts
* Do not make mandatory the local addr but use the listenip if local address ↵Ermal2013-03-282-2/+12
| | | | is not set to easy configuration same as was previously done with setkey
* No need anymore for the setkey commandErmal2013-03-281-32/+6
|
* Actually the md5sigkey is directly given in hex revert partially previous commitErmal2013-03-271-10/+4
|
* Correctly generate the hex value needed for md5sigkey value. Use correct ↵Ermal2013-03-271-13/+15
| | | | permissions for configuration file when generating
* Merge pull request #414 from PiBa-NL/haproxy-devel-2.1Jim P2013-03-264-25/+67
|\ | | | | advanced bind options, extended username/password characters+escaping, c...
| * advanced bind options, extended username/password characters+escaping, ↵PiBa-NL2013-03-274-25/+67
| | | | | | | | change deprecated options to current equivalents, changed nbproc default to 1, for better (default settings) compatibility with other options.
* | Disconnect snort-dev from the package lists since it gives problems on ↵Ermal2013-03-262-76/+0
| | | | | | | | rebuilding snort and snort-dev due to different binary requirements
* | Merge pull request #412 from bmeeks8/masterChris Buechler2013-03-221-1/+2
|\ \ | | | | | | Fix logic bug in preproc auto-rule-disable so it skips already disabled rules
| * | Fix preproc auto-rule disable to skip disabled rules.bmeeks82013-03-221-1/+2
| | |
* | | Merge pull request #411 from bmeeks8/masterJim P2013-03-211-1/+1
|\| | | | | | | | Fix VRT rules tarball filename so 2.9.4.1 rules download instead of 2.9.4.0
| * | Set correct VRT Rules tarball for Snort 2.9.4.1bmeeks82013-03-211-1/+1
|/ /
* | Fix binary names for snort depsjim-p2013-03-212-4/+4
| |
* | Move to latest available rulesetsErmal2013-03-211-3/+3
| |
* | Correct the package name. To many 1Ermal2013-03-212-2/+2
| |
* | Use the newer snort port version 2.9.4.1Ermal2013-03-212-20/+20
| |
* | Rename function to not clash with pfsense oneErmal2013-03-191-3/+3
| |
* | Merge pull request #410 from PiBa-NL/haproxy-devel-2.1Jim P2013-03-166-65/+114
|\| | | | | haproxy-devel, removed cert filtering, server options, fixed saving global advanced setting.
| * haproxy-develPiBa-NL2013-03-166-65/+114
| | | | | | | | | | | | | | -allow advanced configuration like a cookie per backend-server -show if ACLs have been used in the overview -fixed global advanced option saving -show all certificates, as filtering server certs didn't work properly..
* | Merge pull request #409 from PiBa-NL/systempatches_htmlspecialcharsJim P2013-03-151-1/+1
|\ \ | | | | | | systempatches, fix editing patch containing html code using: htmlspecialchars
| * | systempatches, fix editing patch containing html code using: htmlspecialcharsPiBa-NL2013-03-151-1/+1
| | |
* | | Correct descpritonErmal2013-03-151-2/+2
| | |
* | | Merge pull request #408 from phil-davis/masterJim P2013-03-142-7/+37
|\ \ \ | | | | | | | | bandwidthd - rotate log files when output_cdf is enabled
| * | | bandwidthd - rotate log files when output_cdf is enabledPhil Davis2013-03-151-5/+21
| | | | | | | | | | | | Improve the documentation of options on the GUI, including what happens when output_cdf is on.
| * | | bandwidthd - rotate log files when output_cdf is enabledPhil Davis2013-03-151-2/+16
|/ / /
* | | Merge pull request #407 from PiBa-NL/haproxy-devel-2.1Jim P2013-03-144-112/+287
|\ \ \ | | |/ | |/| haproxy-devel, made frontend merging hide more irrelevant settings
| * | haproxy-devel, made frontend merging in such a way that it is more obvious ↵PiBa-NL2013-03-144-112/+287
| | | | | | | | | | | | that a lot of settings are not needed for 'secondary' frontends.
* | | Merge pull request #406 from phil-davis/masterJim P2013-03-131-1/+6
|\ \ \ | | | | | | | | bandwidthd on nanobsd - put legend and logo files in place
| * | | bandwidthd on nanobsd - put logo and legend files in placePhil Davis2013-03-131-1/+6
|/ / / | | | | | | legend.gif and logo.gif were missing from the report/graph page. They need to be put in /var/bandwidthd/htdocs
* | | Merge pull request #405 from phil-davis/masterJim P2013-03-132-4/+4
|\ \ \ | | | | | | | | Update bandwidthd pkg to 2.0.1_5
| * | | bandwidthd-2.0.1_5 version updatePhil Davis2013-03-101-2/+2
| | | |
| * | | bandwidthd-2.0.1_5 version updatePhil Davis2013-03-101-2/+2
| | | |
* | | | bump system patches package after repo URL changeChris Buechler2013-03-112-2/+2
| | | |
* | | | update repo locationChris Buechler2013-03-113-5/+5
|/ / /