summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_logs_filter.php
Commit message (Collapse)AuthorAgeFilesLines
* it's IPsec, not IPSECChris Buechler2009-05-311-1/+1
|
* * Share code instead of using copy/paste/code duplication.Scott Ullrich2009-03-101-120/+13
| | | | | | * Fixes 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
* Try this again from the right branch: Fix log display for WebGUI. See ticket ↵Jim Pingle2009-02-251-4/+2
| | | | #1888
* Anchor the grep call a little better. It was not returning exact matches ↵Jim Pingle2009-02-251-1/+1
| | | | (Call for "3" would return "3", "30", "31", and so on.
* * guiconfig.inc comes firstScott Ullrich2008-11-251-4/+4
| | | | * use escapeshellarg()
* remove annoying and potentially problematic forced page refresh.Chris Buechler2007-12-171-1/+0
| | | | Ticket #1545
* MFC of [19631] for Ticket #1456Bill Marquette2007-10-051-0/+2
| | | | | | drop one level of verbosity in tcpdump. Some protocols 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
* Remove the dynamic log viewer link for 1.2. It needs a lot of work still. ↵Scott Ullrich2007-07-051-1/+1
| | | | Ticket #1371
* 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
|
* Initialize variables. Found-by: PHPEclipseScott Ullrich2006-04-071-1/+1
|
* MFCScott Ullrich2006-04-031-1/+1
| | | | s/PHP_SELF/SCRIPT_NAME/ - PHP_SELF == "" for some reason with lighty
* Only report errors if debug flag is enabled. Rules appear solid now.Scott Ullrich2006-02-131-1/+3
|
* Show original string before upper case in logScott Ullrich2006-02-131-1/+2
|
* Do not show blank items and flag for inspectionScott Ullrich2006-02-131-5/+5
|
* If we could not parse a filter log rule, log the rule and ask them to report ↵Scott Ullrich2006-02-131-5/+11
| | | | the rule to mailing list or forum
* Another attempt at fixing logsScott Ullrich2006-02-121-4/+14
|
* Add OpenVPN tabScott Ullrich2006-02-121-0/+1
|
* Remove OpenVPN tabScott Ullrich2006-02-061-1/+0
|
* Update REGEX to match -v behaviorScott Ullrich2006-02-061-35/+21
|
* Only show interface description, hide OPTXScott Ullrich2006-01-201-1/+1
|
* Include OPT interfaces description in filter logsScott Ullrich2006-01-201-14/+80
| | | | TIcket #791
* Actually return X records, not X+1Scott Ullrich2006-01-151-1/+1
|
* Correct warnings and errors found eclipseScott Ullrich2006-01-151-1/+1
|
* global $nentriesScott Ullrich2006-01-151-1/+1
| | | | Found by eclipse
* Return correct number of entriesScott Ullrich2006-01-141-1/+4
| | | | Ticket #783
* Uppercase stringScott Ullrich2006-01-071-0/+2
|
* Allow TCP protocol to work as well.Scott Ullrich2006-01-071-1/+2
|
* Remove #!/usr/local/bin/phpScott Ullrich2006-01-021-1/+0
|
* Do not display the line if we cannot extract the protocol typeScott Ullrich2005-12-261-1/+4
|
* handle all protocolsScott Ullrich2005-12-161-1/+15
| | | | Ticket #734
* MFC 7936Scott Ullrich2005-11-211-4/+12
| | | | | | Convert port into :$PORT * Allow ICMP entries to appear correctly Ticket #695
* Clean $log_split during each loopScott Ullrich2005-11-041-0/+2
| | | | Ticket #657
* Handle other protocols besides tcp and udp.Scott Ullrich2005-11-041-0/+3
| | | | Ticket #657
* MFC 7057Scott Ullrich2005-10-221-4/+7
| | | | Show reject icons for rejected rules
* Minor cleanup, no functional changes.Colin Smith2005-09-251-5/+1
|
* Restart syslgod after cloggingScott Ullrich2005-08-161-0/+2
| | | | Ticket #362
* Add meta refresh to log pages.Scott Ullrich2005-08-141-0/+1
| | | | Another-item-submitted-by: databeestje
* Break out Load Balancer log filesBill Marquette2005-08-071-7/+8
|
* Fix a XXXScott Ullrich2005-08-011-2/+0
|
* updating files to use theme imagesErik Kristensen2005-07-211-2/+2
| | | | | removing images from /usr/local/www adding specific images into the correct theme directories
* Revert last commit. Needs some more testing.Scott Ullrich2005-07-141-1/+1
|
* Loosen the regex some more to account for ips without ports.Scott Ullrich2005-07-141-1/+1
|
* tcpdump and logger is already running. do not start twiceScott Ullrich2005-07-111-1/+1
|
OpenPOWER on IntegriCloud