aboutsummaryrefslogtreecommitdiffstats
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* mtr-nox11 - multiple improvements plus code style fixesdoktornotor2015-07-301-68/+117
|
* Revert "Add status column and other GUI improvement" Fixes #4895jim-p2015-07-281-31/+20
| | | | This reverts commit c0ce84e71c7c63d3289bc225f4590953f17ee56c.
* Merge pull request #902 from PiBa-NL/haproxy_v0_27Renato Botelho2015-07-275-491/+234
|\
| * haproxy-1_5, haproxy-devel, bump binary versions to 1.5.14 / 1.6-dev2.PiBa-NL2015-07-195-491/+234
| | | | | | | | Also copy fixes made -devel to the -1_5 package.
* | ntopng - need to create the target_dir before symlinkingdoktornotor2015-07-271-0/+2
| | | | | | | | | | | | | | | | | | | | | | The target directory does not exist on reinstall. Need to create it to avoid these errors: ``` Starting package ntopng... Warning: symlink(): No such file or directory in /etc/inc/pkg-utils.inc(423) : eval()'d code on line 159 Warning: symlink(): No such file or directory in /etc/inc/pkg-utils.inc(423) : eval()'d code on line 159 Warning: symlink(): No such file or directory in /etc/inc/pkg-utils.inc(423) : eval()'d code on line 159 Warning: symlink(): No such file or directory in /etc/inc/pkg-utils.inc(423) : eval()'d code on line 159 ```
* | Merge pull request #905 from bmeeks8/suricata-2.1.6Renato Botelho2015-07-2715-16/+242
|\ \
| * | Bump Suricata GUI package version to 2.1.6bmeeks82015-07-231-1/+1
| | |
| * | Add note reminding user to assign custom Pass List to an interface.bmeeks82015-07-231-1/+2
| | |
| * | Include proxy ARP virtual IPs in default HOME_NET and PASS LIST.bmeeks82015-07-231-1/+1
| | |
| * | Remove hard-coding of pkg version and grab it realtime instead.bmeeks82015-07-221-2/+2
| | |
| * | Show Suricata binary version on package home page.bmeeks82015-07-222-2/+13
| | |
| * | Sync IPREP IP List files with CARP replication partners.bmeeks82015-07-222-0/+35
| | |
| * | Start Suricata in the background on a package re-install.bmeeks82015-07-221-2/+2
| | |
| * | Show validation error for FQDN aliases since we do not support them.bmeeks82015-07-222-2/+8
| | |
| * | Use more secure CURL options for rules tarball downloads.bmeeks82015-07-221-3/+5
| | |
| * | Add new feature to hide deprecated rules categories in GUI.bmeeks82015-07-227-0/+168
| | |
| * | Verify suricata_widget file handle before trying to use it.bmeeks82015-07-221-1/+4
| | |
| * | Fix window title - should be Suricata and not Snort.bmeeks82015-07-221-1/+1
| |/
* | ntopng - force overwrite on decompression of GeoIP filesdoktornotor2015-07-251-1/+2
| |
* | Merge pull request #871 from ncolunga/patch-1Chris Buechler2015-07-251-6/+12
|\ \
| * | Update havp.incNacho2015-07-061-1/+2
| | |
| * | Update havp.incNacho2015-07-061-1/+6
| | |
| * | Update havp.incNacho2015-04-301-6/+6
| | | | | | | | | This changes fix HAVP on pfsense 2.2.2 as related on https://forum.pfsense.org/index.php?topic=90706.0
* | | Merge pull request #903 from stilez/patch-1Chris Buechler2015-07-251-20/+31
|\ \ \
| * | | Add status column and other GUI improvementstilez2015-07-231-20/+31
| | |/ | |/| | | | | | | | | | | | | For ease of use 1) Add a single "Status" column 2) Merge "Apply" and "Revert" into a single column (they are mutually exclusive reverses of each other so it flows better)
* | | Fix up the 2.1.x font pathdoktornotor2015-07-241-1/+1
| | | | | | | | | Meh... should rather clean all that 2.1.x stuff eventually. And move all most of this to ntopng.inc. No time for that now.
* | | Bug #4567 - ntopng GeoIP files missingdoktornotor2015-07-241-2/+13
| | | | | | | | | Use fetch instead of the broken ntopng-geoipupdate.sh binary.
* | | Fix - ntopng fails to copy fonts on installdoktornotor2015-07-241-1/+9
|/ /
* | Fix stunnel PBI directories and update to 5.20. Fixes #4295Renato Botelho2015-07-162-27/+37
| |
* | Merge pull request #894 from djmarcin/stunnelRenato Botelho2015-07-162-1/+8
|\ \
| * | Add ability to specify client mode tunnels.David Marcin2015-07-072-0/+7
| | |
| * | Remove absolute path from stunnel rcfile.David Marcin2015-07-071-1/+1
| | |
* | | Merge pull request #898 from k-paulius/fix-4346v2Renato Botelho2015-07-158-77/+18
|\ \ \
| * | | Be more graceful about process terminationk-paulius2015-07-121-1/+9
| | | |
| * | | Kill all radiusd processes when uninstalling packagek-paulius2015-07-121-0/+1
| | | |
| * | | Whitespace cleanup, replace spaces with tabsk-paulius2015-07-121-4/+4
| | | |
| * | | Use consistent <version> across all filesk-paulius2015-07-125-5/+5
| | | |
| * | | Remove unused </adddeleteeditpagefields> definitionsk-paulius2015-07-121-55/+0
| | | |
| * | | Remove unused <service> definitionsk-paulius2015-07-122-13/+0
| |/ /
* | | Merge pull request #900 from bmeeks8/snort-3.2.6Renato Botelho2015-07-1513-23/+256
|\ \ \
| * | | Bump Snort package to version 3.2.6bmeeks82015-07-133-5/+5
| | | |
| * | | Verify snort_widget file handle before trying to use it.bmeeks82015-07-031-1/+4
| | | |
| * | | Add missing newline to end of last line in file.bmeeks82015-07-031-1/+1
| | | |
| * | | Fix PHP warnings from array/string mismatch error.bmeeks82015-07-031-3/+15
| | | |
| * | | Add new feature to hide deprecated rules categories in GUI.bmeeks82015-07-037-0/+166
| | | |
| * | | Show validation error for FQDN alias since we do not support them in pkgs.bmeeks82015-07-033-4/+17
| | | |
| * | | Sync IPREP IP List files with CARP replication partners.bmeeks82015-07-032-0/+35
| | | |
| * | | Send OpenAppID and SNORT_VARS changes to CARP replication partners.bmeeks82015-07-032-0/+6
| | | |
| * | | Use more secure CURL options for rules tarball downloads.bmeeks82015-07-031-3/+5
| | | |
| * | | Start Snort in the background on a package re-install.bmeeks82015-07-031-3/+2
| | | |