summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_logs_filter.php
Commit message (Collapse)AuthorAgeFilesLines
* XHTML ComplianceN0YB2014-02-131-0/+5
| | | | Create an empty row in tbody if there are no log entries displayed.
* s/http/https/ for doc.pfsense.orgChris Buechler2014-02-071-1/+1
|
* Couple style vertical-align correctionsN0YB2014-01-301-10/+10
|
* Include these check boxes.N0YB2014-01-281-3/+3
|
* XHTML Compliance - Status: System logs: FirewallN0YB2014-01-271-72/+89
| | | | | | | | | An attribute value specification must be an attribute value literal unless SHORTTAG YES is specified Quote (or escape) the quotes so they show up in the HTML. Use style where attribute not supported. Relocate tfoot to supported location and add tbody. Apply htmlspecialchars to rule name. Assorted tweaks.
* 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.
* s/IPsec VPN/IPsec/ to keep the tab behaviorScott Ullrich2009-10-261-1/+1
|
* Add PPP logging tabScott Ullrich2009-10-261-0/+1
|
* Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to ↵Scott Ullrich2009-09-141-2/+7
| | | | include 2009 on files that I have asserted (C) on
* Sync my recent stuff to HEAD. Easy Rule, Log parsing tweaks, Firewall Log ↵jim-p2009-06-061-10/+71
| | | | filter, Firewall Log Summary graphs. Also add ProtoChart.
* Filter log parsing updatejim-p2009-04-041-178/+24
| | | | | | | | | | | | * Share filter log parsing code instead of using copy/paste/code duplication. * Reworked the JavaScript a little so it could also be shared * Fix a large number of bugs, especially in the AJAX-based dynamic log viewer. * Picks up some more detail from the logs, and more accurately determines the protocol of a given log entry. * Adds a CLI log parser (filterparser.php) * Removed some redundant/unused code * Code cleanup/style fixes * Added support for finding logged rdr rules from miniupnpd NOTE: Due to the dynamic nature of upnp rules, the rule may not be present when checked.
* * Add clear_log_file() function and reduce code reuseScott Ullrich2009-03-311-13/+2
| | | | * Use clear_log_file() instead of duplicated logic
* Switch back to clog but leave option to run fifolog.Scott Ullrich2009-03-311-7/+10
|
* Do not restart syslkog, just hup itScott Ullrich2009-03-181-6/+5
|
* Echo out data to start of log filesScott Ullrich2009-03-181-0/+1
|
* Add sleep() after killing syslogdScott Ullrich2009-03-181-0/+1
|
* Add missing )Scott Ullrich2009-03-181-1/+1
|
* Use unlink()Scott Ullrich2009-03-181-1/+1
|
OpenPOWER on IntegriCloud