Project

General

Profile

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

# Date Author Comment
2ee08031 08/19/2010 03:28 AM Erik Fonnesbeck

Prevent a warning that would appear when modifying privileges of an empty group.

76d49f20 04/28/2010 04:17 PM Renato Botelho

Use array instead of explode for reqdfieldsn to fit it better with gettext() calls

c3c68a70 04/28/2010 12:38 PM Vinicius Coque

Implementing 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

f1a73dbf 11/29/2009 01:48 AM Scott Ullrich

Add select all button

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.

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