summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_logs_filter.php
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Continue interface improvementsErmal Luçi2008-06-211-2/+4
|
* Allow clogging feature to be disabled.Scott Ullrich2008-03-111-3/+8
|
* touch up textChris Buechler2008-01-081-1/+1
| | | | Ticket #1569
* remove annoying and potentially problematic forced page refresh.Chris Buechler2007-12-171-1/+0
| | | | Ticket #1545
* Switch over to array style page titles. Obtained-from: m0n0wallScott Ullrich2007-11-161-2/+1
|
* Ticket #1456 - drop one level of verbosity in tcpdump. Some protocolsBill Marquette2007-10-051-0/+2
| | | | | | | will still decode to multi-line message - not an easy fix. Doesn't appear to break non-raw log display Add VRRP as a protocol type in the decode
* changed text for consistencySimon Cornelius P Umacob2007-08-291-1/+1
|
* Add switch to dynamic view linkScott Ullrich2007-02-071-1/+1
|
* Add OpenNTPD logging tabScott Ullrich2006-10-051-0/+1
|
* 512K is enough for 1000 rows. Back out previous commit.Scott Ullrich2006-09-211-1/+1
|
* Increase filter log space to 784K so that it can accept 999 entriesScott Ullrich2006-09-211-1/+1
|
* Default to TCPScott Ullrich2006-09-211-1/+1
|
* * Remove unused variable $do_not_displayScott Ullrich2006-09-211-3/+1
| | | | * Do not add entry if we cannot deterimine the protocol
* Treat sack type traffic as TCPScott Ullrich2006-09-211-19/+21
|
* Balance -> BalancerScott Ullrich2006-05-021-1/+1
|
OpenPOWER on IntegriCloud