summaryrefslogtreecommitdiffstats
path: root/src/etc/inc/filter_log.inc
Commit message (Collapse)AuthorAgeFilesLines
* Move to Apache License 2.0Renato Botelho2016-07-151-41/+9
|
* Review license / copyright on all files (1st round)Renato Botelho2016-07-141-41/+39
|
* ICMPv6 Firewall Log Display - Fixes 5933NOYB2016-02-271-1/+1
| | | | ICMPv6 logging was not being displayed in firewall log.
* Internationalize etc inc a-i filesPhil Davis2016-02-171-4/+4
|
* Fixed up for vpn.log filtering.NOYB2016-01-071-11/+5
|
* Status - System Logs - VPNNOYB2016-01-071-10/+71
| | | | | | Revamp log file selection method to be consistent with the other system logs. Add advanced filter section; only activated for the non-vpn.log files (needs testing with vpn.log file first, continue using dump_clog_vpn until tested). Add manage log section
* Fixup AJAX stuff so dynamic updating works.NOYB2016-01-041-10/+25
| | | | Move getGETPOSTsettingvalue function to be more centrally located in guiconfig.inc.
* Nuke fifolog support. It was never used or fully implemented, no GUI option, ↵jim-p2015-12-171-5/+1
| | | | | | and didn't end up working out. It buffered writes too long, users could never see the most current log data.
* Consolidate conv_log_filter RegEx PatternsNOYB2015-12-151-46/+32
| | | | | Consolidate common regex patterns. Use pattern globally in parse functions.
* Remove all pfSense_MODULE and pfSense_BUILDER_BINARIES definitions, whatever ↵Renato Botelho2015-12-151-4/+0
| | | | was the reason they were added, it was never finished and it's not being used
* Fixed #5626Stephen Beaver2015-12-151-2/+2
|
* Fixed #5626Stephen Beaver2015-12-151-1/+1
|
* Merge pull request #2212 from NOYB/Sys_Log_RegEx_Var_Name_TweakStephen Beaver2015-12-141-6/+16
|\
| * Tweak for correct var naming , so that:NOYB2015-12-121-6/+16
| | | | | | | | | | | | process_pattern var actually holds the process pattern instead of the host name pattern. pid_pattern var actually holds the pid pattern instead of the process and pid patterns. No functional changes. Just good to have the var names reflect what they really hold.
* | Fixed #5620 change css classes from icon- to text-Jared Dillard2015-12-121-2/+2
|/
* Rename of files to better match their position in the memory structureStephen Beaver2015-12-111-1/+1
|
* Status - System Logs - Manage LogNOYB2015-12-111-1/+7
| | | | | | | Build up th manage log section with options to override the "General Logging Options" settings on an individual log basis. Remove over exuberant gettext's. Set/adjust filter form field widths to be better fitting for the field types. Open/Close filter form based on filtering state.
* Merge pull request #2195 from phil-davis/patch-8Renato Botelho2015-12-111-10/+0
|\
| * Remove bonus debug from filter_log.incPhil Davis2015-12-101-10/+0
| | | | | | These debug blocks look like they should not be in production. if 'debug' is turned on, then they would always log_error() and return for all log lines, even good ones.
* | Code style and white space in etcPhil Davis2015-12-101-7/+9
|/
* else if vs elseif code style consistencyNOYB2015-12-031-28/+28
|
* Status - System Logs - FilterNOYB2015-12-031-4/+135
| | | | | | Add advanced log filter form Break out log listing fields in to columns (Time, Process, PID, Message). Basic log filter form is still used in raw mode.
* Always read the ruleset from kernel, it's already parsed there.Luiz Otavio O Souza2015-11-251-10/+2
| | | | | | These changes were based on Pull Request #2113. Submitted by: NOYB
* Ticket #5471 another convert batch to font-awesome iconsJared Dillard2015-11-181-3/+3
|
* filter_log.inc - use full paths to executablesdoktornotor2015-11-181-1/+1
|
* filter_log.inc - use full paths to executablesdoktornotor2015-11-181-2/+2
|
* Ticket #5471 partial convert to font-awesome fontsJared Dillard2015-11-171-1/+1
|
* etc inc delete $Id commentsPhil Davis2015-11-101-0/+3
| | | | | | and bits of white space. Note: There are plenty of files still with old-format copyright sections in here.
* Copyright and license cleanupRenato Botelho2015-11-091-2/+0
| | | | | | - Remove personal copyright from people who assigned it to employer (ESF) - Remove $Id$ - Remove extra spaces
* Filter log dynamic pass/block buttonPhil Davis2015-11-031-4/+6
| | | | | This should fix up the last bits here: 1) Make the button be red cross, green tick depending and block or pass rule. 2) Put all the necessary bits in the getURL - now the rule display popup works when the button is clicked.
* Dynamism restored, but etc/inc/filter_log.inc still needs work around line 455Stephen Beaver2015-11-021-1/+4
|
* Fix firewall log dynamic rule lookup masterPhil Davis2015-11-021-2/+2
| | | | | | for rows that are dynamically added as time goes by. See https://github.com/pfsense/pfsense/pull/2014 for version for RELENG_2_2. This is theoretically the fix. But due to other issues that mean dynamic updates to not happen at all in 2.3-ALPHA, I haven't been able to actually test it just yet.
* Completed #5333Stephen Beaver2015-10-221-34/+56
|
* White space and minor bits in etcPhil Davis2015-09-161-5/+5
| | | | Cleaner version of https://github.com/pfsense/pfsense/pull/1846
* Integrate bootstrap etc/inc with masterPhil Davis2015-08-301-12/+12
| | | | | | This applies the little changes in etc/inc master to the bootstrap branch so that etc/inc in bootstrap will now just have the real differences that are due to real bootstrap changes.
* Merge branch 'master' into bootstrapRenato Botelho2015-08-261-17/+17
|
* Move main pfSense content to src/Renato Botelho2015-08-251-0/+441
OpenPOWER on IntegriCloud