summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_dump_states.php
Commit message (Collapse)AuthorAgeFilesLines
* Code spacingPhil Davis2015-06-151-2/+2
| | | | | | | and other random stuff I noticed. I think this finishes messing with code style. The codebase should match the developer style guide closely enough that 99.9% of changes will not feel the need to also massage the formatting.
* Code style www diag more bitsPhil Davis2015-05-271-29/+30
|
* Code style usr-local-www diagPhil Davis2015-04-191-15/+18
|
* 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
|
* Use the pfsense module functions rather than execing. Fixes also possible ↵Ermal LUÇI2014-11-271-6/+6
| | | | attack vectors.
* Change copyright statement to reflect realityJim Thompson2014-11-101-2/+2
|
* modify copyright statement to reflect realityJim Thompson2014-11-101-0/+1
|
* While I'm touching this file, replace GET by POSTRenato Botelho2014-09-171-22/+27
|
* Deduplicate <form>, fixes #3864Renato Botelho2014-09-171-3/+1
|
* Just use ID here instead.jim-p2014-06-041-2/+2
|
* Various fixes to diag_dump_states.php (Add interface column, some extra ↵jim-p2014-06-041-8/+20
| | | | validation safety, etc). Should fix #2121
* Tidy up "diag_dump_states" and "diag_resetstat"Colin Fleming2014-05-171-5/+8
| | | | | | | | Add CDATA sections to SCRIPTS Add SUMMARY to TABLES Add missing closing FORM tag Update HTML Boolean operators Close INPUT tags
* Close tdRenato Botelho2013-07-241-1/+1
|
* Switch states view to use popen to speed it up and use less memory (should ↵jim-p2013-04-021-52/+54
| | | | be able to view much larger state tables in the GUI without running out of RAM)
* (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
|
OpenPOWER on IntegriCloud