aboutsummaryrefslogtreecommitdiffstats
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #629 from bmeeks8/masterErmal Luçi2014-03-1924-179/+693
|\ | | | | Suricata 1.4.6 pkg. v0.3-BETA Package Update
| * Add new Log Mgmt tab link and improve parameter checking.bmeeks82014-03-1916-107/+59
| |
| * Add new Log Mgmt file and bump package version.bmeeks82014-03-191-7/+7
| |
| * Use unlink_if_exists() system calls and bump pkg version.bmeeks82014-03-191-4/+4
| |
| * Include new log limit features for Unified2 logging.bmeeks82014-03-191-2/+2
| |
| * Exclude disabled interfaces from suricata.sh script and bump version.bmeeks82014-03-191-1/+4
| |
| * Remove guiconfig.inc reference -- can't use if called from cron.bmeeks82014-03-191-3/+46
| |
| * Include new Log Mgmt tab file.bmeeks82014-03-191-2/+1
| |
| * Add Log Mgmt tab to rotate and prune large log files.bmeeks82014-03-192-53/+570
| |
* | haproxy-devel, use 'global' so array values are loaded when writing config ↵PiBa-NL2014-03-191-0/+7
| | | | | | | | on re-install
* | haproxy-devel, deleting package files mentioned in additional_files_needed ↵PiBa-NL2014-03-191-2/+0
| | | | | | | | is automatically done in pfSense 2.1
* | haproxy-devel, use global $aliastable for looking up aliases, call ↵PiBa-NL2014-03-191-15/+10
| | | | | | | | haproxy_check_run() on installation to start upgraded version if already enabled.
* | Merge branch 'master' of https://github.com/pfsense/pfsense-packages into ↵PiBa-NL2014-03-19526-51462/+18587
|\| | | | | | | | | | | | | hap_de-install_logging Conflicts: config/haproxy-devel/haproxy.inc
| * Merge pull request #596 from PiBa-NL/hap_cleanup_helpErmal Luçi2014-03-195-43/+167
| |\ | | | | | | haproxy-devel, add some extra 'help' text and correction on source formating tabs
| | * haproxy-devel, support for port-aliasses, using htmlspecialchars where neededPiBa-NL2014-03-144-16/+102
| | |
| | * haproxy-devel, add some extra 'help' text and correction on source formating ↵PiBa-NL2014-02-183-29/+67
| | | | | | | | | | | | tabs
| * | Merge pull request #594 from PiBa-NL/hap_acl_checksErmal Luçi2014-03-192-35/+41
| |\ \ | | | | | | | | haproxy-devel, use same checks to show if acl's are used and for writing the configuration file
| | * | haproxy-devel, don't keep reference to original variable using &PiBa-NL2014-02-241-1/+1
| | | |
| | * | haproxy-devel, use same checks to show if acl's are used and for writing the ↵PiBa-NL2014-02-182-35/+41
| | |/ | | | | | | | | | configuration file
| * | Merge pull request #622 from bmeeks8/masterRenato Botelho2014-03-1917-215/+349
| |\ \ | | | | | | | | Suricata 1.4.6 pkg. v0.2-BETA -- more bug fixes, no version bump
| | * | Append time of day to GET request to work around browser caching.bmeeks82014-03-181-0/+1
| | | |
| | * | Change column header to "Pattern Match".bmeeks82014-03-181-1/+1
| | | |
| | * | Remove redundant JavaScript variable declarations.bmeeks82014-03-181-8/+0
| | | |
| | * | Change CSS class from "listlr" to "listr" on table rows.bmeeks82014-03-182-16/+16
| | | |
| | * | Store last update time as timestamp instead of date string.bmeeks82014-03-182-23/+14
| | | |
| | * | Add log_limit and sensor_id params to Barnyard2 configuration page.bmeeks82014-03-183-4/+50
| | | |
| | * | Cleanup HTML and formatting on a few panels.bmeeks82014-03-084-51/+51
| | | |
| | * | Add code to close pop-up window if error is encountered.bmeeks82014-03-081-1/+7
| | | |
| | * | Add ellipsis class and tooltips to Dashboard Widget IP columns.bmeeks82014-03-082-23/+29
| | | |
| | * | Put [] around IPv6 addr and tidy up Suri Dashboard Widget.bmeeks82014-03-072-12/+23
| | | |
| | * | Change "Snort" back to "Suricata" from copy-paste mistake.bmeeks82014-03-072-18/+18
| | | |
| | * | Remove bogus query string from ALERTS hyperlink tab.bmeeks82014-03-072-2/+2
| | | |
| | * | Increase rigor of $_POST and $_GET parameter value validation.bmeeks82014-03-073-34/+29
| | | |
| | * | Add sid-msg.map v2 format capability and tidy up some funtions.bmeeks82014-03-071-65/+77
| | | |
| | * | Remove inet_ntop and inet_pton calls plus tidy up some HTML.bmeeks82014-03-071-22/+25
| | | |
| | * | Fix logic error preventing disabling of Suricata interfaces.bmeeks82014-03-071-13/+44
| | | |
| | * | Add new 'Last Update' time and status message to window.bmeeks82014-03-072-3/+41
| | | |
| | * | Add fix for IPv6 address overflowing column layout.bmeeks82014-03-071-2/+4
| | | |
| | * | Change missed $_GET to $_POST in save message.bmeeks82014-03-041-1/+1
| | | |
| * | | Fixup URLs:Renato Botelho2014-03-18267-1162/+1162
| | | | | | | | | | | | | | | | | | | | | | | | - Replace http by https - *.pfsense.com -> *.pfsense.org - www.pfsense.org/packages/config -> packages.pfsense.org/packages/config
| * | | Merge pull request #625 from PiBa-NL/hap_starting_lockErmal Luçi2014-03-141-6/+12
| |\ \ \ | | | | | | | | | | haproxy-devel, place lock while starting, to prevent the startup script starting haproxy twice and loosing track of already running pid's.
| | * | | haproxy-devel, place lock while starting, to prevent the startup script ↵PiBa-NL2014-03-131-6/+12
| | | | | | | | | | | | | | | | | | | | starting haproxy twice and loosing track of already running pid's.
| * | | | Merge pull request #623 from PiBa-NL/hap_carp_eventhandlingErmal Luçi2014-03-132-0/+16
| |\ \ \ \ | | | | | | | | | | | | haproxy-devel, handle carp master/backup plugin event for faster response when the haproxy process needs to be started
| | * | | | haproxy-devel, xmlparser needs 'item' for array elementsPiBa-NL2014-03-131-2/+2
| | | | | |
| | * | | | haproxy-devel, handle carp master/backup plugin event for faster response ↵PiBa-NL2014-03-132-0/+16
| | |/ / / | | | | | | | | | | | | | | | when the haproxy process needs to be started
| * | | | Merge pull request #619 from PiBa-NL/hap_small_fixesRenato Botelho2014-03-131-7/+9
| |\ \ \ \ | | | | | | | | | | | | haproxy-devel,fix sslcheckbox from automatically turning on, allow immediate frontend sharing when duplicating
| | * | | | haproxy-devel, type in var: excludefrontent > excludefrontendPiBa-NL2014-03-131-2/+2
| | | | | |
| | * | | | haproxy-devel,PiBa-NL2014-03-061-7/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -fix sslcheckbox that was automatically turning on when editing -allow 2nd clones to be linked to the original primary frontend when making them shared
| * | | | | Merge pull request #618 from PiBa-NL/hap_stats_timersRenato Botelho2014-03-133-4/+30
| |\ \ \ \ \ | | | | | | | | | | | | | | haproxy-devel, make stats-tab refresh timers configurable.
| | * | | | | haproxy-devel, make stats-tab refresh timers configurable.PiBa-NL2014-03-063-4/+30
| | |/ / / /