Project

General

Profile

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

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

89c1777a 09/03/2008 05:33 PM Matthew Grooms

Change the text in the privilege table row to read "Assigned Privileges"
instead of "Effective Privileges". This is in contrast to the user page
which also lists group privilege inheritance.

d799787e 08/26/2008 04:48 AM Matthew Grooms

Rework most of the OpenVPN support. The interfaces have been updated to
not use the pkg system and the configuration has been migrated to an
openvpn prefix. The centralized user and certificate manager is now used
to support the openvpn configurations. Most of the files removed in this...

64cc39d3 08/09/2008 12:06 AM Matthew Grooms

Implement a certificate authority and certificate webui that can be used
to centrally manage this data. There are no consumers at this time. This
interface allow for the following ...

Certificate Authority Manager:
- List certificates authorities
- Import existing certificate authority...

080cda0f 08/06/2008 09:58 PM Matthew Grooms

Add a right arrow icon supplied by hoba. This compliments the existing
left arrow icon. Use the left and right arrow icons instead of the plus
and x icons for moving users and groups between selection lists in the
user and group manager screens.

fbf672cb 08/05/2008 04:16 AM Matthew Grooms

Add an interface to manage external authentication servers. The two types
supported currently are LDAP and Radius.

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

45ee90ed 07/25/2008 02:28 AM Matthew Grooms

Rewrite portions of the user manager to ensure data is properly synced to
the system password and group databases. This is to provide better support
for centralized user management when local account administration is
preferred.

I also took this opportunity to do some housekeeping. A lot of funtions...

3e321df2 06/21/2008 05:38 PM Ermal Luçi

Continue interface improvements

68772148 02/20/2008 06:49 PM Scott Ullrich

Correctly save pages with . in the ACL.

16a79d6b 02/20/2008 06:03 PM Scott Ullrich

Add cg2

c71c47e3 02/20/2008 05:49 PM Scott Ullrich

Remove blank page

b320170d 02/20/2008 05:46 PM Scott Ullrich

Rename Hidden: Exec to Command

02aee069 02/20/2008 12:31 AM Scott Ullrich

Correctly save pages.

889ad280 02/16/2008 10:22 PM Scott Ullrich

Speed product correctly

Noticed-by: Martin

bb6def32 02/16/2008 09:51 PM Scott Ullrich

s/package/Package/CVS: ----------------------------------------------------------------------

f7ad13ca 02/16/2008 09:43 PM Scott Ullrich

Add other misc areas.

e706ed8d 02/16/2008 09:35 PM Scott Ullrich

Add other custom pkg.php areas.

ad43fd84 02/16/2008 09:28 PM Scott Ullrich
  • Add CARP Settings custom pkg handler
990dc9ce 02/16/2008 09:26 PM Scott Ullrich
  • Remove blank trailing line
  • Allow custom urls that include pkg.php to be saved
31b53653 02/16/2008 08:23 PM Scott Ullrich

Add custom priv for granting access to the user manager.

9c9fd516 02/03/2008 04:39 AM Scott Ullrich

Turn Pages Accessible field foreground to white.

0f266b2e 01/08/2008 02:29 AM Chris Buechler

touch up text

Ticket #1569

36d0358b 12/16/2007 08:43 PM Scott Ullrich

Add product_copyright re-branding support
Add product_copyright_years re-branding support
Add product_website re-branding support
Add product_email re-branding support

Work sponsored-by: Centipede Networks

f469a4ef 12/03/2007 05:14 AM Scott Ullrich

List opt interfaces correctly.

40b56dc1 12/03/2007 05:02 AM Scott Ullrich

Add multi user firewall nat port forward capabilities.

d81c2ad1 12/03/2007 02:08 AM Scott Ullrich
  • Add PPTP, IPSEC and PPPOE
  • Check for access to firewall interface tabs correctly
e08864b4 12/03/2007 01:23 AM Scott Ullrich

Add firewall rules edit interface entries.

d2f501bc 12/02/2007 07:07 AM Scott Ullrich

Remove confusing *

aaacab26 12/02/2007 07:04 AM Scott Ullrich

Add check all and check none buttons

951224f2 12/01/2007 01:34 AM Scott Ullrich

If the groupname is in use, do not allow the name to be edited.

59eedf08 11/19/2007 01:24 AM Scott Ullrich

Add other helper pages

1df17ba9 11/17/2007 04:03 AM Scott Ullrich
  • Restore previous user manager, it works.
  • Remove #!/usr/local/bin/php from m0n0wall version of group manager page
0d11b018 11/17/2007 12:20 AM Scott Ullrich

Define more pages

834a1074 11/16/2007 02:07 AM Scott Ullrich

Minor nitpick: make : ": ".

179b35d4 11/16/2007 02:01 AM Scott Ullrich

Clarify a few of the manually added descriptions.

9c2814ec 11/16/2007 02:00 AM Scott Ullrich

Ignore a number of misc pages.

d2ce93d3 11/16/2007 01:43 AM Scott Ullrich

Switch icon locations to pfSense style themes.

d88c6a9f 11/16/2007 12:48 AM Scott Ullrich

Switch over to array style page titles. Obtained-from: m0n0wall

9bb4f0c5 07/29/2007 02:24 PM Bill Marquette

Make group manager tree work again
Correctly toggles items on/off
Removes checkbox which served no real value
Split group manager into multiple files like most other screens
refactored tree generation code

Known bugs:
Initial page display incorrectly displays all tree items as allowed...

a4280c66 05/09/2007 02:38 AM Scott Dale

fix html alignment and pgtitle

fab7ff44 04/13/2007 03:26 AM Bill Marquette

Backport usermanager code from HEAD so I can get it in the snaps and
start testing it properly
There's still some CSS/HTML fixes needed but the code seems to work