summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_logs_filter.php
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* * Rm log file before fifolog_create if it existsScott Ullrich2009-03-181-1/+3
| | | | * Do not hard code path to logs
* Use divisibles of 512Scott Ullrich2009-03-151-1/+1
|
* Jettison clog and replace with fifolog which is included in FreeBSD 7.1Scott Ullrich2009-03-151-2/+2
|
* Use single quotes ratherErmal Luçi2009-03-081-1/+1
|
* Show only the rule that triggered the action when clicking the Action icon.Ermal Luçi2009-03-081-1/+1
|
* Fix alignment of dynamic filter viewer and make it somewhat faster.Ermal Luçi2009-03-081-4/+3
|
* * guiconfig.inc comes firstScott Ullrich2008-11-251-4/+3
| | | | * use escapeshellarg()
* * Rename get_current_wan_address to get_interface_ipErmal Luçi2008-10-231-5/+2
| | | | | | * Rename get_real_wan_interface to get_real_interface * Simplify get_interface_ip by using find_interface_ip which should help in speed to since its using caching. Pointed by billm@ * Cleanup some code when passing or remove some unused one.
* Do not try to convert twice the real interface to the friendly descr. This ↵Ermal Luçi2008-08-311-7/+2
| | | | fixes the empty interface column on System Logs->Firewall tab log viewer.
* Rewrite the pfsense privilege system with the following goals in mind ...Matthew Grooms2008-08-011-0/+8
| | | | | | | | 1) Redefine page privileges to not use static urls 2) Accurate generation of privilege definitions from source 3) Merging the user and group privileges into a single set 4) Allow any privilege to be added to users or groups w/ inheritance 5) Cleaning up the related WebUI pages
* Exit slbd, enter relaydSeth Mos2008-07-081-1/+1
|
OpenPOWER on IntegriCloud