summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_logs_filter_dynamic.php
Commit message (Collapse)AuthorAgeFilesLines
* s/OpenNTPD/NTP/ for log pages and menu entry, to save space (and make it ↵jim-p2012-05-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | easier if we switch) Conflicts: usr/local/www/diag_logs.php usr/local/www/diag_logs_auth.php usr/local/www/diag_logs_dhcp.php usr/local/www/diag_logs_filter.php usr/local/www/diag_logs_filter_summary.php usr/local/www/diag_logs_gateways.php usr/local/www/diag_logs_ipsec.php usr/local/www/diag_logs_ntpd.php usr/local/www/diag_logs_openvpn.php usr/local/www/diag_logs_ppp.php usr/local/www/diag_logs_relayd.php usr/local/www/diag_logs_resolver.php usr/local/www/diag_logs_routing.php usr/local/www/diag_logs_settings.php usr/local/www/diag_logs_vpn.php usr/local/www/diag_logs_wireless.php usr/local/www/fbegin.inc
* 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
|
* Update refresh interval to 12500 to avoid hammering the firewall with ajax ↵Scott Ullrich2007-02-141-1/+1
| | | | requests
* Only allow reverse mode for time being until the non reverse mode works ↵Scott Ullrich2007-02-071-9/+9
| | | | correctly
* Fix rendering for non reverse modeScott Ullrich2007-02-071-11/+16
|
* Fix rendering for reverse modeScott Ullrich2007-02-071-4/+9
|
* Kill the occasional : NBT UDP PACKET(137) messageScott Ullrich2007-02-071-0/+2
|
* Borrow newer logic from diag_logs_filter.phpScott Ullrich2007-02-071-0/+5
|
* Unbreak filter logs (dynamic ajax)Scott Ullrich2007-02-071-3/+9
|
* Add OpenNTPD logging tabScott Ullrich2006-10-051-25/+26
|
* Balance -> BalancerScott Ullrich2006-05-021-1/+1
|
* Add OpenVPN tabScott Ullrich2006-02-121-0/+1
|
* Display more than one row.Scott Ullrich2006-02-061-1/+3
|
* Update REGEX to match -v behaviorScott Ullrich2006-02-061-4/+4
|
OpenPOWER on IntegriCloud