Project

General

Profile

Download (4.45 KB) Statistics
| Branch: | Tag: | Revision:

# Date Author Comment
1ec21686 05/17/2014 11:38 AM Colin Fleming

Tidy up "diag_authentication.php" XHTML

Add SUMMARY to TABLES
Update HTML Boolean operators
Add missing closing FORM, closing DIV, closing BODY and closing HTML

1d7ba683 03/18/2014 07:09 PM ayvis

replaced <br>, <br/> with <br /> in ANSI encoded files. Converted these files to UTF-8

c7281770 03/15/2014 12:04 AM Chris Buechler

standardize on www.pfsense.org and HTTPS, point package URLs to
packages.pfsense.org

605ae553 09/06/2013 11:08 AM Renato Botelho

Fix #3127

By default htmlspecialchars does not consider single quotes, what can be
a problem when value attribute is set using it. Replace value attribute
set to use double quotes on places where it's obviously recieving a
result of htmlspecialchars() call.

939cc57a 03/25/2013 01:05 PM Warren Baker

Fix file name reference

d71fc5d3 08/14/2012 06:35 PM Jim Pingle

More shortcuts

dd5bf424 11/12/2010 04:36 PM Scott Ullrich

Fix XSS issues

3f178953 08/25/2010 09:21 PM Erik Fonnesbeck

Fix text for successful authentication test. Fixes #849

f8ec8de4 07/16/2010 05:35 PM Renato Botelho

Sync with mainline, diag_* files were missing

0b3abd3b 06/30/2010 12:30 PM Renato Botelho

Reset diag_ files

3dc7b9dd 06/21/2010 01:40 PM Renato Botelho

Remove spaces and tabs from EOL

89c1552e 06/21/2010 01:40 PM Renato Botelho

Few adjustements on gettext

591586e3 06/17/2010 11:56 AM Neriberto C.Prado

changing <php gettext() to <php=gettext() in files? diag_arg.php diag_authentication.php diag_backup.php

205da5a0 06/16/2010 10:23 PM Neriberto C.Prado

translate of the files: diag_arp.php diag_authentication.php diag_backup.php

a69c0036 03/15/2010 07:13 PM Ermal LUÇI

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.

335f296f 03/12/2010 09:15 PM Chris Buechler

fix text

a2ec5a41 03/12/2010 04:31 PM Ermal LUÇI

Remove debugging leftover

6e815096 03/12/2010 04:23 PM Ermal LUÇI

Add includes needed. Fix typo.

aa530bf4 03/12/2010 04:17 PM Ermal LUÇI

Show radius too.

fb0f22c0 03/09/2010 05:54 PM Ermal Luçi

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.

3f0357fc 03/09/2010 03:59 PM Ermal Luçi

Add a diag page for authentication.