Project

General

Profile

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

# Date Author Comment
8cd558b6 03/14/2014 08:24 PM ayvis

xhtml Compliance
replaced <br>, <br/> and </br> with <br />

e41ec584 03/12/2014 02:42 PM Renato Botelho

Improve checks for params 'id', 'dup' and other similar ones to make sure they are numeric integer, also, pass them through htmlspecialchars() before print

9143aaf4 02/07/2014 04:47 PM Jim Pingle

Remove this sort. It's unnecessary and causes problems when editing and saving privileges, it can reorder users and cause edits to the wrong account.

1e9b4611 09/12/2013 02:28 PM Renato Botelho

Remove call-time pass by reference for do_input_validation, helps ticket #2565

e811fcbe 07/12/2013 07:57 AM Warren Baker

Substitute Product name in privileges

8b60b40f 04/08/2013 07:46 PM Colin Fleming

Tidy up XHTML

Add CDATA sections to SCRIPT tags
Add SUMMARY to TABLE tags

14f5f705 06/12/2012 02:08 PM Marcello Silva Coutinho

fix permissions check to xml package files and show only menus user has access to

3f109700 08/11/2011 06:02 PM Jim Pingle

Sort user privileges so dashboard/index.php come first, so if a user has those permissions, they get redirected there first and not to another page.

675b5fa6 08/10/2011 03:04 PM Jim Pingle

Make this box much bigger, it's hard to find things in the tiny window with a long list.

92936289 04/28/2010 05:27 PM Carlos Eduardo Ramos

Implement gettext()

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.

0e3aa71c 03/11/2010 02:31 AM Erik Fonnesbeck

Fix sorting issues that were introduced in an old commit, resulting in the incorrect item sometimes being shown when clicking edit buttons.

5092a6fb 11/29/2009 02:15 AM Scott Ullrich

include priv.inc

ead24d63 11/29/2009 01:08 AM Scott Ullrich

Include priv.defs.inc

1d333258 09/15/2009 01:49 AM Scott Ullrich

Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to include 2009 on files that I have asserted (C) on

4504a769 07/14/2009 06:57 PM Ermal Luçi

Remove all nested functions decalaration seems php does not like them! Make all the nested functions real functions.

0d64af59 06/30/2009 06:16 PM Ermal Luçi

Clear guiconfig from all sort junk functions and put them on the specific pages where they are needed.
Remove some sort functions not used.

dff1a09d 11/20/2008 10:11 PM Scott Ullrich

Mount image rw during changes

e30001cf 09/09/2008 06:55 AM Matthew Grooms

Cleanup the tab format of the system user/group/server management pages.
The edges were square instead of rounded like most pfSense pages. Also
make sure tabs and cancel buttons are present in the add privilege and
add certificate pages.

659fa7f2 08/03/2008 05:54 PM Matthew Grooms

Cleanup authentication code. The basic auth method, the passwd, htpasswd
and pam backing functions have been removed. The basic auth method was
legacy code and the backing functions were redundant with no added value
that I could see. A simplified replacement backing function named...

6b07c15a 08/01/2008 06:30 AM Matthew Grooms

Rewrite the pfsense privilege system with the following goals in mind ...

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...