Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove not needed code. | Ermal | 2012-06-12 | 1 | -45/+0 |
| | |||||
* | Put barnyard as a dependency of snort and build it with other packages | Ermal | 2012-06-12 | 1 | -0/+2 |
| | |||||
* | Put barnyard as a dependency of snort and build it with other packages | Ermal | 2012-06-12 | 1 | -1/+3 |
| | |||||
* | Bump version | Ermal | 2012-06-12 | 2 | -2/+2 |
| | |||||
* | Bump version | Ermal | 2012-06-12 | 1 | -1/+1 |
| | |||||
* | Add normalizd_javascript present in latest snort version | Ermal | 2012-06-12 | 1 | -0/+1 |
| | |||||
* | Put a single alert file for each instance of snort so it actually works. ↵ | Ermal | 2012-06-12 | 4 | -67/+73 |
| | | | | Also correct blocked page/ For large files this still will bail out | ||||
* | Make lightsquid actually respect squid's log directory instead of assuming. ↵ | jim-p | 2012-06-12 | 1 | -2/+10 |
| | | | | Only assume a default if one is not set. | ||||
* | Remove lib dir to avoid issues with upgrade of .so libs | Ermal | 2012-06-12 | 1 | -1/+1 |
| | |||||
* | Centralize the snort update tarball and use 2922 file for rules. | Ermal | 2012-06-12 | 4 | -60/+24 |
| | |||||
* | Merge pull request #256 from ccesario/master | Scott Ullrich | 2012-06-11 | 1 | -4/+4 |
|\ | | | | | Gettext support | ||||
| * | Gettext support. | ccesario | 2012-06-11 | 1 | -4/+4 |
| | | |||||
* | | Bump nmap up to 6, to match the new binaries and PBI | jim-p | 2012-06-11 | 2 | -8/+8 |
| | | |||||
* | | Go to perl 5.12 | Ermal | 2012-06-11 | 2 | -4/+4 |
| | | |||||
* | | Merge pull request #255 from ccesario/master | Marcello Coutinho | 2012-06-11 | 1 | -4/+12 |
|\| | | | | | Enable squid_log_parser.php only to squid program | ||||
| * | Enable squid_log_parser.php only to squid program | ccesario | 2012-06-11 | 1 | -4/+12 |
|/ | |||||
* | keep havp and widget working on 2.0 and 2.1 pfsense versions | marcelloc | 2012-06-11 | 2 | -3/+18 |
| | |||||
* | Remove a couple sneaky +'s that somehow found their way in | jim-p | 2012-06-10 | 1 | -2/+2 |
| | |||||
* | Catch up with new snort binaries | Ermal | 2012-06-08 | 2 | -6/+6 |
| | |||||
* | Specify path to config (or the package installed from pbi is unhappy) | jim-p | 2012-06-07 | 1 | -2/+2 |
| | |||||
* | Updates to various binaries that were behind | jim-p | 2012-06-07 | 2 | -61/+62 |
| | |||||
* | Update PBI pointers after last full pbi build run | jim-p | 2012-06-07 | 2 | -39/+61 |
| | |||||
* | Say hello to olsrd as a package. | Ermal | 2012-06-07 | 5 | -0/+479 |
| | |||||
* | squid3 - include real time log monitor tab | marcelloc | 2012-06-06 | 16 | -167/+304 |
| | |||||
* | version bump for nmap | jim-p | 2012-06-05 | 2 | -4/+4 |
| | |||||
* | pfblocker - Include boot process check | marcelloc | 2012-06-04 | 2 | -154/+165 |
| | |||||
* | Revert "pfBlocker - Include boot process check" | marcelloc | 2012-06-04 | 2 | -423/+473 |
| | | | | This reverts commit 4149a349b894688723810e4886c95205dc34058f. | ||||
* | pfBlocker - Include boot process check | Marcello Coutinho | 2012-06-04 | 2 | -473/+423 |
| | |||||
* | Merge pull request #254 from LostInIgnorance/patch-4 | Jim P | 2012-06-02 | 1 | -1/+1 |
|\ | | | | | Updated for new log location of 2.1 | ||||
| * | Updated for new log location of 2.1 | LostInIgnorance | 2012-06-01 | 1 | -1/+1 |
|/ | |||||
* | dansguardian - fix a typo on field name | Marcello Coutinho | 2012-05-31 | 1 | -1/+1 |
| | |||||
* | sarg - fix missing dependency | Marcello Coutinho | 2012-05-30 | 2 | -0/+2 |
| | |||||
* | squid3 - start squid only if xml config exists | Marcello Coutinho | 2012-05-29 | 1 | -27/+29 |
| | |||||
* | ipguard-dev - include forum topic to pkginfolink and fix description on ↵ | Marcello Coutinho | 2012-05-29 | 2 | -2/+2 |
| | | | | previous push | ||||
* | ipguard-dev - include forum topic to pkginfolink | Marcello Coutinho | 2012-05-29 | 1 | -1/+1 |
| | |||||
* | ipguard-dev - include description and movable xml options and move it to ↵ | Marcello Coutinho | 2012-05-29 | 1 | -1/+3 |
| | | | | firewall menu | ||||
* | Merge pull request #253 from grangej/master | Chris Buechler | 2012-05-28 | 3 | -11/+57 |
|\ | | | | | Added ability to set multiple areas in Quagga_OSPFD | ||||
| * | Add option to redistribute kernel routing table | John Grange | 2012-05-28 | 2 | -1/+12 |
| | | | | | | | | | | | | | | | | | | Quagga "redistribute static" behaves differently than ospfd redistribute static = only quagga static routes (in zebra) redistribute kernel = outside routes (from pfsense) Signed-off-by: John Grange <john@sd-networks.net> | ||||
| * | Multiple Areas in networks and interfaces | John Grange | 2012-05-28 | 3 | -10/+45 |
|/ | | | | | | Added ability to change areas for selected interfaces and networks that are shared. Signed-off-by: John Grange <john@sd-networks.net> | ||||
* | sarg - version 0.5 with reports permission inc file and no direct access to ↵ | Marcello Coutinho | 2012-05-24 | 9 | -22/+69 |
| | | | | reports | ||||
* | Use slightly newer version of quagga | jim-p | 2012-05-22 | 2 | -5/+5 |
| | |||||
* | Killall running copies of zebra and ospfd before starting quagga. | jim-p | 2012-05-22 | 1 | -0/+4 |
| | |||||
* | Line endings again (autocrlf is your friend) | jim-p | 2012-05-22 | 2 | -815/+815 |
| | |||||
* | ipguard-dev - first package release after sucessfully testing on 2.0.1 | Marcello Coutinho | 2012-05-22 | 5 | -0/+542 |
| | | | | | ipguard has no pkg dependecie and is running fine with 8.3 freebsd package. I've tested on amd64 as well i386 platform. | ||||
* | Merge pull request #252 from dvserg/master | Sergey Dvoriancev | 2012-05-20 | 2 | -2/+2 |
|\ | | | | | Lightsquid version upd | ||||
| * | Update pkg_config.8.xml.amd64 | Sergey Dvoriancev | 2012-05-20 | 1 | -1/+1 |
| | | |||||
| * | Update pkg_config.8.xml | Sergey Dvoriancev | 2012-05-20 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #251 from dvserg/master | Sergey Dvoriancev | 2012-05-20 | 1 | -1/+1 |
|\| | | | | | Fix nac sqstat bug | ||||
| * | Fic sqstat nac bug | Sergey Dvoriancev | 2012-05-20 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #250 from namezero111111/patch-3 | Marcello Coutinho | 2012-05-19 | 1 | -2/+2 |
|\ \ | | | | | | | Fixed wrong call to chgrp & chown |