aboutsummaryrefslogtreecommitdiffstats
path: root/config
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Remove unused old variables.bmeeks82015-07-031-4/+1
| * Show Snort binary version on package home screen.bmeeks82015-07-031-1/+1
* | Merge pull request #897 from doktornotor/patch-3Renato Botelho2015-07-151-4/+3
|\ \
| * | Cosmetic fixes for Bug #4085doktornotor2015-07-121-4/+3
| |/
* | Merge pull request #896 from doktornotor/patch-2Renato Botelho2015-07-151-2/+2
|\ \
| * | apache_mod_security-dev - fix Bug #3360, Bug #4421doktornotor2015-07-121-2/+2
| |/
* | Merge pull request #895 from doktornotor/patch-1Renato Botelho2015-07-151-1/+1
|\ \
| * | Fix Bug #4561doktornotor2015-07-121-1/+1
| |/
* | Declare $config as global variable. Fixes #4834.k-paulius2015-07-131-0/+1
* | formatted vnstat2 php codek-paulius2015-07-134-230/+234
* | vnstat2 XML file whitespace cleanupk-paulius2015-07-133-45/+42
* | tinydns - fix Bug #2720doktornotor2015-07-131-1/+1
|/
* fix open-vm-tools paths for 2.1xChris Buechler2015-07-011-5/+5
* correct open-vm-tools path for 2.1x, not that anyone should be using 2.1xChris Buechler2015-07-011-2/+5
* Sync the FreeRADIUS2 settings and sleep before syncing users, otherwise neith...jim-p2015-06-291-1/+3
* Merge pull request #891 from lukehamburg/patch-1Renato Botelho2015-06-291-1/+1
|\
| * Fix bug in status_mail_report_add_cmd.phplukehamburg2015-06-281-1/+1
* | Merge pull request #890 from phil-davis/backupRenato Botelho2015-06-291-9/+10
|\ \
| * | Backup pkg check if byte_convert function existsPhil Davis2015-06-281-9/+10
| |/
* | Merge pull request #888 from PiBa-NL/ntopng_mkdirRenato Botelho2015-06-291-1/+1
|\ \ | |/ |/|
| * ntopng, fix mkdir warning while booting, use safe_mkdirPiBa-NL2015-06-201-1/+1
* | Merge pull request #883 from Grogdor/patch-2Renato Botelho2015-06-251-2/+2
|\ \
| * | Move from Services to DiagnosticsGrogdor2015-06-011-2/+2
* | | Merge pull request #886 from jlduran/patch-1Renato Botelho2015-06-251-1/+1
|\ \ \
| * | | Fix typo in freeradiuseapconf.xmlJose Luis Duran2015-06-161-1/+1
| | |/ | |/|
* | | Merge pull request #889 from PiBa-NL/haproxy-devel_24Renato Botelho2015-06-254-26/+37
|\ \ \ | |/ / |/| |
| * | haproxy-devel, fix dns resolving dns_get_record does not properly resolve if ...PiBa-NL2015-06-241-18/+23
| * | haproxy-devel, dont send the root CA cert to clients when using ssl-offloadin...PiBa-NL2015-06-203-8/+14
* | | Prepare syslog-ng and ladvd for 2.3+RELENG_2_2_3Renato Botelho2015-06-121-1/+5
* | | Add CARP status support to OpenBGPD so it can be stopped on a secondary unit.jim-p2015-06-052-4/+126
* | | Bump Snort package version to 3.2.5bmeeks82015-06-034-7/+7
* | | Increase PHP memory to 384MB to handle large rules arrays.bmeeks82015-06-031-1/+1
* | | Fix corrupt snort.conf created when IP REP is enabled with no IP lists.bmeeks82015-06-031-4/+3
| |/ |/|
* | Merge pull request #881 from PiBa-NL/haproxy-devel-ocspRenato Botelho2015-05-283-26/+212
|\|
| * haproxy-devel, code formatting & skip dns_get_record when nothing is requested.PiBa-NL2015-05-251-5/+11
| * haprxy-devel, replace dig/drill by php native dns_get_recordPiBa-NL2015-05-251-16/+19
| * haproxy-devel, replace exec(chmod..) by native phpPiBa-NL2015-05-251-2/+2
| * haproxy-devel, use unlink_if_exists instead of exec(rm ..)PiBa-NL2015-05-251-2/+2
| * haproxy-devel, new functionality SSL OCSP stapling for haproxyPiBa-NL2015-05-243-9/+186