Tidy up "diag_authentication.php" XHTML
Add SUMMARY to TABLESUpdate HTML Boolean operatorsAdd missing closing FORM, closing DIV, closing BODY and closing HTML
replaced <br>, <br/> with <br /> in ANSI encoded files. Converted these files to UTF-8
standardize on www.pfsense.org and HTTPS, point package URLs topackages.pfsense.org
Fix #3127
By default htmlspecialchars does not consider single quotes, what can bea problem when value attribute is set using it. Replace value attributeset to use double quotes on places where it's obviously recieving aresult of htmlspecialchars() call.
Fix file name reference
More shortcuts
Fix XSS issues
Fix text for successful authentication test. Fixes #849
Sync with mainline, diag_* files were missing
Reset diag_ files
Remove spaces and tabs from EOL
Few adjustements on gettext
changing <php gettext() to <php=gettext() in files? diag_arg.php diag_authentication.php diag_backup.php
translate of the files: diag_arp.php diag_authentication.php diag_backup.php
Ticket #423. Remove priv.inc/priv.defs.inc from files. They used require() instead of required once so produced errors or redefinitions of functions. These includes are now included on authgui.inc.
fix text
Remove debugging leftover
Add includes needed. Fix typo.
Show radius too.
Add a function to get user groups based on authentication server. Use this function to show the groups the user i member of on Diag Authentication.
Add a diag page for authentication.