summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_dump_states.php
Commit message (Collapse)AuthorAgeFilesLines
* (line endings UNIX format..)PiBa-NL2012-09-161-1/+0
| | | | | | | | 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
* The function split() is replaced by the function explode(). Starting with ↵smos2012-01-191-2/+2
| | | | | | PHP 5.3 this is deprecated and with version 6 gone. Replacing it surpresses all the warnings
* Add ability to kill all states matching an IP or subnet filter. Also display ↵jim-p2011-12-221-1/+19
| | | | count of states matching filter.
* If sticky is enabled, show a tab under Diag > States to view the source ↵jim-p2011-11-031-4/+5
| | | | tracking table and clear it if needed.
* Converting ajax code from prototype to jQueryVinicius Coque2011-10-221-9/+9
|
* Reverting class="sortable" damaged by commit ↵Evgeny Yurchenko2011-06-051-2/+2
| | | | 17d5077f61d963178f47e016b8768b768800ba68
* Restoring gray background to the right of some tables in GUI.Evgeny Yurchenko2011-06-051-2/+2
|
* Only use escapeshellarg when passing the arguments to the shell. Fixes #1005jim-p2010-11-101-5/+3
|
* Fix Misc XSS issuesScott Ullrich2010-11-091-4/+4
|
* Fix state sortingjim-p2010-09-291-6/+10
|
* gettext() fixes on diag_dump_states.phpCarlos Eduardo Ramos2010-08-111-2/+2
|
* Sync with mainline, diag_* files were missingRenato Botelho2010-07-161-2/+2
|
* Merge remote branch 'mainline/master'Renato Botelho2010-07-121-2/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: usr/local/www/diag_backup.php usr/local/www/diag_dns.php usr/local/www/diag_ipsec_sad.php usr/local/www/diag_logs_vpn.php usr/local/www/diag_ping.php usr/local/www/diag_pkglogs.php usr/local/www/diag_showbogons.php usr/local/www/diag_states_summary.php usr/local/www/diag_traceroute.php
| * Fixing gettext implementation at diag_dump_states.phpVinicius Coque2010-06-291-2/+2
| |
| * Revert "Modified sintaxes on diag_dns.php and diag_dump_states.php"Vinicius Coque2010-06-291-5/+5
| | | | | | | | | | | | | | | | This reverts commit e4632c0b7631d04dd0eb520d98b9ac029d47b5fe. Conflicts: usr/local/www/diag_dns.php
| * Modified sintaxes on diag_dns.php and diag_dump_states.phpJeann2010-06-251-5/+5
| |
* | Reset diag_ filesRenato Botelho2010-06-301-2/+2
| |
* | Revert "Modified sintaxes on diag_dns.php and diag_dump_states.php", ↵Renato Botelho2010-06-251-5/+5
| | | | | | | | | | | | cherry-picked on correct branch This reverts commit a11ee3cf4f32afad9b4996bc1be544efdf24d258.
* | Modified sintaxes on diag_dns.php and diag_dump_states.phpJeann2010-06-231-5/+5
|/
* Implement gettext() callsjean.feltrin2010-06-181-2/+2
|
* Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to ↵Scott Ullrich2009-09-141-3/+7
| | | | include 2009 on files that I have asserted (C) on
* Turn common tabular data areas into sortable items. Revert the sortable.js ↵Scott Ullrich2009-08-231-1/+1
| | | | change that used tabcont and change back to sortable
* Modify sortable.js to work on tabcont as opposed to sortable class. This ↵Scott Ullrich2009-08-201-1/+1
| | | | has the effect of making any table that has a single header sortable instead of having to visit each page. Sponsored-by: BSD Perimeter Commercial Support
* Move Scriptaculous/Prototype includes to head.inc and remove the code ↵Bill Marquette2009-03-131-2/+0
| | | | duplication
* Resolve ticket #1827Scott Ullrich2008-10-311-1/+1
|
* 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
* rm dead codeBill Marquette2008-05-171-1/+0
|
* Ticket #1674Bill Marquette2008-05-171-10/+13
| | | | | No need to use escapeshellargs for everything, use is_ipaddr to validate input instead while here move head.inc below the ajax calls - no need to send back more data than necessary
* Use escapeshellarg() instead of htmlentities()Scott Ullrich2008-02-261-4/+4
|
* Close off XSS execution hole.Scott Ullrich2008-02-141-3/+8
| | | | Submitted-by: Charles Hooper
* 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
|
* Show state count on states display screen.Scott Ullrich2007-08-191-0/+5
|
* s/occured/occurred/ Ticket #1309Scott Ullrich2007-05-111-1/+1
|
* Include scriptaculous and prototype.js for fancy kill effectsScott Ullrich2007-02-091-0/+2
|
* Backport diagnostics, show states which now includes a kill state feature.Scott Ullrich2007-02-091-89/+153
|
* Fix filtering functionsScott Ullrich2006-04-031-0/+1
| | | | Ticket #891
* Add sortable table header supportScott Ullrich2006-03-191-22/+25
|
* MFC 9157Scott Ullrich2006-01-071-2/+2
| | | | fix cosmetic use of wrong class
* Remove #!/usr/local/bin/phpScott Ullrich2006-01-021-1/+0
|
* Rework html a bitScott Ullrich2005-12-311-5/+7
|
* * Correct targetScott Ullrich2005-12-311-1/+6
| | | | * Remember filters in between refreshes
* Correct variableScott Ullrich2005-12-311-1/+1
|
* Remove type columnScott Ullrich2005-12-291-2/+0
|
* Accept -> FiltereScott Ullrich2005-12-291-1/+1
|
* MFCScott Ullrich2005-12-291-70/+54
|
* Fix mash up errorScott Ullrich2005-12-291-1/+1
|
* MFC 6959Scott Ullrich2005-10-181-46/+49
| | | | standardize table layout
* Fixes Ticket #558Erik Kristensen2005-10-011-2/+2
|
* HTML tidyBill Marquette2005-09-151-3/+3
|
OpenPOWER on IntegriCloud