summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_logs_filter_dynamic.php
Commit message (Collapse)AuthorAgeFilesLines
* Add tracker rule number to dynamic firewall logPhil Davis2015-05-261-2/+2
| | | Bug #4730 - the code was not there yet.
* 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
|
* Standardise dynamic firewall log viewPhil Davis2014-12-231-9/+44
| | | | | | | to be like Firewall Log widget: 1) Display IPv6 address and port in [a:b::c]:123 format 2) Fix same issue with rows gradually disappearing each update, or when in reverse order, update lines not being put in the right place. 3) Update the processing of function format_log_line(row) to reflect the changed list of data items returned by handle_ajax() in filter_log.inc
* modify copyright statement to reflect realityJim Thompson2014-11-101-0/+1
|
* Tidy up "diag_logs filter" XHTMLColin Fleming2014-05-171-7/+8
| | | | | | | Change ONCLICK to lowercase Tidy up closing TD tags Add dummy row to TBODY, but don't display it Add missing closing TD and closing TR tags
* s/http/https/ for doc.pfsense.orgChris Buechler2014-02-071-2/+2
|
* Tidy up "diag_logs_filter_dynamic.php" XHTMLColin Fleming2013-11-041-19/+25
| | | | | | | | Add CDATA to script statements Move NOWRAP Boolean operator into class statement Add SUMMARY to table statements Add secondary TAB row for "filter" and "summary" logs Close INPUT tags
* Make synamic firewall logs and widget add new rows:Renato Botelho2013-01-251-36/+48
| | | | | | | | | | The Dynamic Firewall Log page doesn't add rows, it only updates the php generated rows which means that if it's loaded after the log is cleared, it'll never show any activity. The same occurs for the log widget. This pacth fix this issue moving from absolutely sized spans to tables. It should fix #2763
* Activate new shortcuts/status in the rest of the areas that are currently setup.jim-p2012-08-101-0/+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)
* Removing unnecessary inclusions of prototype.js, guiconfig.inc already ↵Vinicius Coque2012-01-211-2/+0
| | | | includes this file
* Standardize page titles for firewall log pages. Fixes #1920jim-p2011-10-051-1/+1
|
* Move hostapd to its own log and tab, so it stops spamming the system log.jim-p2011-09-301-0/+1
|
* gettext() fixes on diag_logs_filter_dynamic.phpCarlos Eduardo Ramos2010-08-111-2/+2
|
* Sync with mainline, diag_* files were missingRenato Botelho2010-07-161-20/+20
|
* Reset diag_ filesRenato Botelho2010-06-301-20/+20
|
* Adding gettext calls to the file diag_logs_filter_dynamic.phpVinicius Coque2010-06-181-20/+20
|
* 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-1/+6
| | | | 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-1/+4
| | | | filter, Firewall Log Summary graphs. Also add ProtoChart.
* Filter log parsing updatejim-p2009-04-041-342/+36
| | | | | | | | | | | | * 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-14/+2
| | | | * Use clear_log_file() instead of duplicated logic
* Switch back to clog but leave option to run fifolog.Scott Ullrich2009-03-311-9/+12
|
* 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
|
* Use unlink()Scott Ullrich2009-03-181-1/+1
|
* * Rm log file before fifolog_create if it existsScott Ullrich2009-03-181-2/+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
|
* Move Scriptaculous/Prototype includes to head.inc and remove the code ↵Bill Marquette2009-03-131-2/+0
| | | | duplication
* 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-2/+2
|
* Fix alignment of dynamic filter viewer and make it somewhat faster.Ermal Luçi2009-03-081-30/+9
|
* * 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.
* 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-3/+5
|
* Allow clogging feature to be disabled.Scott Ullrich2008-03-111-3/+8
|
* Make scripts XSS input safe.Scott Ullrich2008-02-121-1/+1
| | | | Pointed-out: by hoopercharles@gmail.com
* Sync w/ 1.2's filter diag logs.Scott Ullrich2008-02-031-15/+31
|
* touch up textChris Buechler2008-01-081-1/+1
| | | | Ticket #1569
* Switch over to array style page titles. Obtained-from: m0n0wallScott Ullrich2007-11-161-1/+1
|
* Update reg ex to accommodate extra data thrown into logScott Dale2007-07-041-7/+5
| | | | MFC: asap
* Increase update delay.Scott Ullrich2007-05-291-1/+1
|
OpenPOWER on IntegriCloud