Project

General

Profile

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

# Date Author Comment
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

84d86f07 08/11/2011 07:26 PM Jim Pingle

Fix missing $ on variable.

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.

cfb5b1b1 08/11/2011 03:44 PM Jim Pingle

Fix privilege matching so that it respects wildcards better, especially when leading.

9734b054 11/10/2010 05:00 PM Scott Ullrich

Remove trailing carriage return

51599b20 07/13/2010 02:34 PM Jim Pingle

Get user pages as well as group pages. Fixes #735

6306b5dd 03/03/2010 04:17 PM Ermal Luçi

Overhaul the user login system to use the Servers tab as its base.

Fix quite a few problems down the way.

f5bdff7f 12/03/2009 09:26 PM Scott Ullrich

Add priv.defs.inc to authgui.inc

9f1a3565 12/03/2009 09:10 PM Scott Ullrich

Load pkg privs from /usr/local/pkg/priv if it exists

dd415d52 12/03/2009 08:59 PM Scott Ullrich

Roll custom run_plugins routine

ae2951d3 12/03/2009 08:37 PM Scott Ullrich

Make item a global

f423cff2 12/03/2009 08:20 PM Scott Ullrich

Require util.inc for run_plugins

2816a089 12/03/2009 08:02 PM Scott Ullrich

Rename isAllowedPageUser() to isAllowed(). Add and move user priv items to /etc/inc/user.priv.inc. New privs can be added to this /etc/inc/priv/ directory and they will be automatically processed (packages, etc).

dff909d8 12/03/2009 04:59 AM Scott Ullrich

Revert isAllowedUser commit and duplicate function to isAllowedPageUser()

53b30505 12/03/2009 03:47 AM Scott Ullrich

Set 2nd parameter for isAllowedPage. Will be required for #34, 33, 32

953ab2d4 12/03/2009 03:41 AM Scott Ullrich

fix error

0b013ef0 12/03/2009 02:52 AM Scott Ullrich

Allow a username. Default to _SESSION['Username']

483e6de8 11/21/2009 09:08 PM Scott Ullrich

Rework includes/require. This saves about 4 megabytes.
Simplify get_memory(). Tested on mips/i386

523855b0 09/12/2009 07:34 PM Scott Ullrich

Add pfSense_BUILDER_BINARIES: and pfSense_MODULE: additions

6dc88d53 06/18/2009 12:40 PM Ermal Luçi
  • Move functions that output html to guiconfig.inc
  • Remove some recursive dependency on some includes
  • Remove ^M or \r from files
  • Remove some entries from functions.inc to avoid including them twice
  • Remove some unneccessary includes from some files
    ...
fb1266d3 09/09/2008 04:08 AM Matthew Grooms

Moves the protocol and certificate options out of the general config page
to the Advanced admin access tab. The thought is that they should be next
to each other. The certificate management has also been modified to use
the centralized certificate manager. I took the liberty of removing the...

bfea87ff 09/03/2008 05:52 PM Matthew Grooms

Remove the page locking privileges after discussion with Scott on IRC. The
feature was confusing and offered little utility that I could see. If we
really need to provide serialized access to sections of the webui, IMO it
should be a global lock option and enabled or disabled manually and not a...

322ac5a6 09/03/2008 05:25 PM Matthew Grooms

Correct a regression in the privilege system where pages were not being
matched correctly. Reported by Seth.

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