summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_logs_filter.php
Commit message (Collapse)AuthorAgeFilesLines
* Encode and check values for filtering variables in diag_logs_filter.phpjim-p2015-03-051-13/+13
|
* Fix lineup of copyright linesPhil Davis2015-01-011-1/+1
| | | | | and module names and other bits of formatting and typos in header comment sections.
* Welcome 2015Renato Botelho2014-12-311-1/+1
|
* Fix JavaScript confirmation dialog for EasyRule.jim-p2014-11-261-2/+2
|
* modify copyright statement to reflect realityJim Thompson2014-11-101-0/+1
|
* fix text, PPPoE Server, not VPNChris Buechler2014-11-061-1/+1
|
* Remove 'reject' action from filter logs since reject and block are the same ↵Renato Botelho2014-08-251-3/+1
| | | | on logs, it should fix #3825
* Fix #3725:Renato Botelho2014-06-301-3/+3
| | | | | | | - Fix match_filter_field() and also simplify logic - Fix $filterfieldsarray initialization - Avoid to have double spaces on filterfieldsarray['act'] - Fix filter on Firewall Logs
* Tidy up "diag_logs_filter.php" XHTMLColin Fleming2014-05-171-20/+17
| | | | | | | | | Change "sortableMultirow" to a STYLE Add missing quotes Tidy up TD tags Remove THEAD and TFOOT. Move NOWRAP into CLASS statement Add CDATA sections to SCRIPTS
* Consider tracker IDs when looking up filter log entries, if presentjim-p2014-05-061-6/+6
|
* Start using filterlogRenato Botelho2014-04-141-1/+1
|
* xhtml Complianceayvis2014-03-141-5/+5
| | | replaced <br>, <br/> and </br> with <br />
* Filter log - ensure IPv6 AJAX resolve works too stilez2014-02-191-2/+2
| | | Using str_replace(array('.', ':') as asked
* Filter log - ensure IPv6 works toostilez2014-02-191-3/+3
|
* AJAX-ify DNS lookups in standard firewall/filterstilez2014-02-191-10/+59
| | | | | | | | | | | | | | | | | The standard firewall log has lookup ability but these open in a new tab/window, they don't show in the log, other places the same IP appears in the log aren't visibly resolved, - basically its begging for AJAX-ing. This commit is simple, elegant, simplifies the interface, and does the following: 1) Handles AJAX efficiently, and should be pretty robust against untrustworthy data/bad return data 2) Retains a single "Click to resolve" icon (and its "hover" tip) next to each IP 3) On clicking: - *all* visible log occurrences of that IP, whether as source or dest, are suffixed in small with the resolved name (or "Cannot resolve") in <small> font - the icons next to all occurrences of that IP are replaced by equivalent "faded" icons, and the onclick action removed, for visual guidance 4) The replacement uses standard jQuery, so even on a log of several thousand, the click response is almost immediate. 5) The log looks pretty elegant done this way - it doesn't "fill up with junk" in order to show the resolved lookup, and it's simpler and easier than the current version. No obvious drawbacks. (I haven't done this for the dynamic or summary logs - I think the dynamic one could scroll too quickly for individual "item by item" to be useful)
* s/http/https/ for doc.pfsense.orgChris Buechler2014-02-071-2/+2
|
* Tidy up "diag_logs_filter.php" XHTMLColin Fleming2013-11-041-64/+70
| | | | | | | | | Add SUMMARY to table statements Add secondary row of TABS for "Dynamic" and "Summary" logs Closing BR and INPUT tags Tidy up HTML Boolean operators Move NOWRAP Boolean operator into CLASS statement Deprecate Ampersand
* Update diag_logs_filter.phpN0YB2013-08-051-1/+1
| | | | fix typo - s/expression/expression
* Stay put when viewing rule or DNS dialog (don't scroll)N0YB2013-04-061-3/+3
|
* Show a little indicator icon if the direction of a firewall log entry is ↵jim-p2013-04-021-1/+5
| | | | OUT, rather than the usual 'in'. No indicator is shown for IN.
* Diag DNS Lookup Dialog OutputN0YB2013-03-161-0/+4
| | | | | Display DNS lookup results in a dialog box rather than browsing away from the current page (Dashboard Firewall Widget or Status: System logs: Firewall) to the diag DNS page. Especially useful when filtering so that filter does not have to be reposted to return to the current page.
* Just a Couple Minor TweaksN0YB2013-03-161-5/+2
|
* System Firewall Log Filtering by FieldsN0YB2013-03-151-38/+167
| | | | Previous filter form retained for raw logs view.
* Correct tcp flags explanation code for CWR (should be W, not C)jim-p2012-12-271-1/+1
|
* firewall log, show cell border when using 'column descriptions'PiBa-NL2012-10-011-1/+1
|
* Firewall log, allow filtering by interface.PiBa-NL2012-10-011-26/+50
|
* (line endings UNIX format..)PiBa-NL2012-09-161-22/+29
| | | | | | | | Firewall log alternating colored rows Firewall log sortable Fixed several sorting issues in widgets and other pages Sorting now possible on multiple rows in the header tables Sorting now possible for text that starts with IPv4:port
* Show/hide togglePiBa-NL2012-09-101-1/+1
|
* Added a setting for configuring the firewall log to either:PiBa-NL2012-09-101-27/+49
| | | | | | | | -Not load descriptions -Show descriptions in a column -Show descriptions on a second row (after a click on 'show descriptions') 'fixed' a few html validation issues..
* Changed firewall log to show the applied rule description directly on ↵PiBa-NL2012-09-081-13/+19
| | | | screen, also layout optimization for "Show raw filter logs".
* Activate new shortcuts/status in the rest of the areas that are currently setup.jim-p2012-08-101-0/+1
|
* Fix easyrule duplicate destination for pass - Fixes #2447jim-p2012-05-231-1/+1
|
* s/OpenNTPD/NTP/ for log pages and menu entry, to save space (and make it ↵jim-p2012-05-141-1/+1
| | | | easier if we switch)
* Move some of the log file tabs around.smos2012-03-291-1/+0
| | | | Add seperate tabs for dnsmasq,unbound as well as gateways.
* Fix easyrule on 2.1jim-p2011-12-081-4/+2
|
* Move hostapd to its own log and tab, so it stops spamming the system log.jim-p2011-09-301-0/+1
|
* Move filter box up to the top, so it is more easily accessibleWarren Baker2011-09-081-10/+13
|
* Correct the link for EasyRule so that IPv6 addresses parseSeth Mos2011-08-291-2/+4
|
* Surround the IPv6 address with bracketsSeth Mos2011-04-181-0/+2
|
* Unbreak firewall logsSeth Mos2011-03-151-1/+1
|
* Fix the link for the easy rule block so that it always fills in the ip protocolSeth Mos2011-03-151-0/+3
|
* add a ipprotocol variable to the easy add rulesSeth Mos2011-02-141-2/+4
|
* don't use hard coded themeChris Buechler2011-01-031-4/+4
|
* Fix misc XSS issues from davey bScott Ullrich2010-11-101-2/+2
|
* Sync with mainline, diag_* files were missingRenato Botelho2010-07-161-28/+28
|
* Reset diag_ filesRenato Botelho2010-06-301-28/+28
|
* Adding gettext calls to the file diag_logs_filter.phpVinicius Coque2010-06-181-28/+28
|
* Revert "Remove PPP tab these all go to the system log now."gnhb2010-05-091-0/+1
| | | | | | | | This reverts commit 62e74b4261b4044f523ade7c3b45e4484bbd2f8d. Conflicts: usr/local/www/diag_logs_slbd.php
* Remove PPP tab these all go to the system log now.Ermal2010-03-291-1/+0
|
* Use the -s ident option of mpd to send the logs for the PPPoE/PPTP/L2TP ↵Ermal2010-03-231-1/+1
| | | | servers to syslogs appropriate files. Create the files for these vpn's as for the others. Logs can be viewed in the VPN tab of the system log.
OpenPOWER on IntegriCloud