Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | Fix call-time pass-by-reference in sudo, bump | jim-p | 2014-04-29 | 5 | -6/+6 | |
| | | | | | | | ||||||
* | | | | | | | Fix a pass-by-reference error in nmap, bump. | jim-p | 2014-04-29 | 5 | -6/+6 | |
| | | | | | | | ||||||
* | | | | | | | Merge pull request #652 from bmeeks8/suricata-1.0 | Ermal | 2014-04-29 | 29 | -200/+1516 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| / / / / / | |/ / / / / | ||||||
| * | | | | | Add auto-prune and retention params to File Store dirs. | bmeeks8 | 2014-04-27 | 2 | -10/+40 | |
| | | | | | | ||||||
| * | | | | | Fix path to the magic.mgc file for file capture function. | bmeeks8 | 2014-04-27 | 1 | -1/+1 | |
| | | | | | | ||||||
| * | | | | | Use block.log contents to populate BLOCKED HOSTS tab. | bmeeks8 | 2014-04-27 | 1 | -26/+17 | |
| | | | | | | ||||||
| * | | | | | Enabled "rm_blocked" cron job to clear blocked hosts. | bmeeks8 | 2014-04-27 | 2 | -9/+102 | |
| | | | | | | ||||||
| * | | | | | Bump Suricata GUI pkg to v1.0 and flag as Stable. | bmeeks8 | 2014-04-25 | 4 | -7/+7 | |
| | | | | | | ||||||
| * | | | | | Add support for new block.log file from alert-pf plugin. | bmeeks8 | 2014-04-25 | 2 | -1/+31 | |
| | | | | | | ||||||
| * | | | | | Implement blocking function support in Suricata pkg GUI. | bmeeks8 | 2014-04-24 | 25 | -172/+1344 | |
| | | | | | | ||||||
* | | | | | | Merge pull request #646 from PiBa-NL/spamd_db_content_extra_expiration_info | Ermal | 2014-04-28 | 1 | -1/+18 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | spamd, use local timezone settings for new time columns | PiBa-NL | 2014-04-22 | 1 | -3/+3 | |
| | | | | | | | ||||||
| * | | | | | | spamd, smtp host/from/to table entry expiration information shown | PiBa-NL | 2014-04-13 | 1 | -1/+18 | |
| | | | | | | | ||||||
* | | | | | | | Merge pull request #647 from dbaio/master | Ermal | 2014-04-28 | 6 | -5/+19 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | apcupsd - add lockfile option | Danilo G. Baio (dbaio) | 2014-04-21 | 3 | -3/+14 | |
| | | | | | | | | ||||||
| * | | | | | | | apcupsd - fix lock file when using usb devices | Danilo G. Baio (dbaio) | 2014-04-14 | 5 | -4/+7 | |
| | | | | | | | | ||||||
* | | | | | | | | Remove the -o basic here | Ermal | 2014-04-28 | 1 | -1/+1 | |
| | | | | | | | | ||||||
* | | | | | | | | Include new parameter control in JavaScript function. | bmeeks8 | 2014-04-28 | 1 | -0/+1 | |
| | | | | | | | | ||||||
* | | | | | | | | Change order of DB login info and other MySQL output parameters. | bmeeks8 | 2014-04-28 | 1 | -4/+5 | |
| | | | | | | | | ||||||
* | | | | | | | | Add reminder to apply IP REP blocklist changes. | bmeeks8 | 2014-04-28 | 1 | -2/+14 | |
| | | | | | | | | ||||||
* | | | | | | | | Add param to disable sig_reference table updates and fix root login bug. | bmeeks8 | 2014-04-28 | 2 | -1/+13 | |
| | | | | | | | | ||||||
* | | | | | | | | Need a flag to indicate latest snort.inc version has been loaded. | bmeeks8 | 2014-04-28 | 1 | -1/+4 | |
| | | | | | | | | ||||||
* | | | | | | | | Add missing ']' to variable name. | bmeeks8 | 2014-04-28 | 1 | -2/+2 | |
| | | | | | | | | ||||||
* | | | | | | | | Bump Snort pkg version to 3.0.7 | bmeeks8 | 2014-04-28 | 4 | -5/+5 | |
| | | | | | | | | ||||||
* | | | | | | | | Add history tag text to write_config() calls and bump pkg version. | bmeeks8 | 2014-04-28 | 2 | -6/+5 | |
| | | | | | | | | ||||||
* | | | | | | | | Add "@" to silence errors and history tag text to write_config() calls. | bmeeks8 | 2014-04-28 | 2 | -12/+11 | |
| | | | | | | | | ||||||
* | | | | | | | | Add history tag text to all write_config() calls. | bmeeks8 | 2014-04-28 | 2 | -2/+2 | |
| | | | | | | | | ||||||
* | | | | | | | | Add history tag text to all write_config() calls. | bmeeks8 | 2014-04-28 | 19 | -36/+38 | |
| | | | | | | | | ||||||
* | | | | | | | | Can't use constant for safemkdir() and add history tag to config write. | bmeeks8 | 2014-04-28 | 1 | -2/+3 | |
| | | | | | | | | ||||||
* | | | | | | | | Add check to prevent duplicate IP list files on an interface. | bmeeks8 | 2014-04-28 | 1 | -11/+31 | |
| | | | | | | | | ||||||
* | | | | | | | | Fix logic error preventing save of a new Suppress List. | bmeeks8 | 2014-04-28 | 1 | -7/+5 | |
| | | | | | | | | ||||||
* | | | | | | | | Add option to send e-mail notifications when Service Watchdog restarts a ↵ | jim-p | 2014-04-25 | 6 | -13/+51 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | service; Bump version. | |||||
* | | | | | | | | Don't add a second tls-auth line when exporting for Viscosity. | jim-p | 2014-04-24 | 5 | -5/+5 | |
| | | | | | | | | ||||||
* | | | | | | | | Bump here too | jim-p | 2014-04-24 | 1 | -1/+1 | |
| | | | | | | | | ||||||
* | | | | | | | | Fix various OpenVPN Client Export protocol issues that prevented the export ↵ | jim-p | 2014-04-24 | 4 | -8/+21 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | from generating a valid IPv6 endpoint client config; Also the Windows installer files have been bumped to 2.3.3-I002 | |||||
* | | | | | | | | Avoid a PHP error in OpenVPN client export if the user chooses one of the ↵ | jim-p | 2014-04-24 | 5 | -4/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | automatic port forward methods but has no port forwards defined. | |||||
* | | | | | | | | Fix pbi name | Renato Botelho | 2014-04-23 | 1 | -1/+1 | |
| | | | | | | | | ||||||
* | | | | | | | | Update pbi versions | Renato Botelho | 2014-04-23 | 1 | -2/+2 | |
| | | | | | | | | ||||||
* | | | | | | | | fix typo | Chris Buechler | 2014-04-23 | 1 | -1/+1 | |
| | | | | | | | | ||||||
* | | | | | | | | fix typo | Chris Buechler | 2014-04-23 | 3 | -3/+3 | |
| |_|_|/ / / / |/| | | | | | | ||||||
* | | | | | | | fix Viscosity OpenVPN client export with advanced options | Chris Buechler | 2014-04-16 | 4 | -4/+4 | |
| |_|/ / / / |/| | | | | | ||||||
* | | | | | | License Agreement | Jeremy Porter | 2014-04-14 | 1 | -0/+51 | |
|/ / / / / | ||||||
* | | | | | remove outdated, unused certs | Chris Buechler | 2014-04-13 | 2 | -53/+0 | |
| | | | | | ||||||
* | | | | | trim sha256 client-side on AutoConfigBackup, bump version | Chris Buechler | 2014-04-11 | 4 | -4/+4 | |
| | | | | | ||||||
* | | | | | Bump avahi version to reflect new PBI | Renato Botelho | 2014-04-11 | 2 | -4/+4 | |
| | | | | | ||||||
* | | | | | Fix options to build avahi | Renato Botelho | 2014-04-11 | 2 | -2/+2 | |
| | | | | | ||||||
* | | | | | Fix a whole bunch of invalid version tests. | jim-p | 2014-04-10 | 50 | -101/+99 | |
| | | | | | ||||||
* | | | | | Fix version test in ACB. Bump version of ACB. | jim-p | 2014-04-10 | 8 | -15/+15 | |
| | | | | | ||||||
* | | | | | Merge pull request #643 from phil-davis/patch-1 | Renato Botelho | 2014-04-10 | 4 | -5/+5 | |
|\ \ \ \ \ | ||||||
| * | | | | | Bump arpwatch pkg version for email quotes fix | Phil Davis | 2014-04-09 | 1 | -1/+1 | |
| | | | | | |