Project

General

Profile

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

# Date Author Comment
1031c9ea 05/12/2011 02:45 PM Jim Pingle

Make autocomplete on the login form optional.

0fc6be3f 02/10/2011 02:44 PM Jim Pingle

Allow autocomplete on login form (Fixes saving password on Firefox and Chrome)

4fe9c2dc 11/10/2010 04:56 PM Scott Ullrich
  • Adding function get_configured_ip_addresses() which returns all interfaces and their configured IP address
  • Add checkbox to System -> Advanced -> Admin for HTTP_REFERER checks
  • Add and enforce HTTP_REFERER check if checkbox is not checked.

This will prevent HTML pages from crafting HTML GETs against the web interface and will prevent firewall admins from being "tricked" into clicking on links that may be harmful to their firewall.

28436d13 10/11/2010 05:52 AM Erik Fonnesbeck

Fix text.

c3f4734d 10/10/2010 12:47 PM Warren Baker

Wording fix.

6cfa23eb 07/14/2010 09:41 PM Scott Ullrich

No need to use # in color code, it's already set with this

f31489e5 07/14/2010 09:36 PM Scott Ullrich

Allow overriding the Nifty corners background color

067e48ab 07/14/2010 07:17 PM Scott Ullrich

Handle VIP DNS-Rebinding detection correctly

d2c89b62 07/13/2010 02:36 PM Jim Pingle

Fix this function call, it only takes one parameter.

2003b5d8 07/09/2010 01:50 PM Jim Pingle

Print a warning on the login screen if you are accessing the router by a non-local IP address (one not configured on the system) to warn about potential MITM attacks.

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.

5c15e649 12/04/2009 01:31 AM Scott Ullrich

Recommit #161 changes. It appears a different commit has broken firewall rules edit and firewall nat edit.

c9dddd59 12/04/2009 01:17 AM Scott Ullrich

Revert "Redirect to / when logging in to avoid posting to forms accidently and clearing the form and causing all kinds of chaos. Ticket #161"

This reverts commit 6af7c40b296e0f95ec308d41aea55b3306c5e1ee.

6af7c40b 12/04/2009 01:14 AM Scott Ullrich

Redirect to / when logging in to avoid posting to forms accidently and clearing the form and causing all kinds of chaos. Ticket #161

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

Add priv.defs.inc to authgui.inc

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

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

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
    ...
e7d9eea6 03/13/2009 04:03 AM Bill Marquette

Set focus to the username field

403a270e 11/22/2008 06:39 PM Ermal Luçi

Fix the case when users without access to index.php get an error message.
This redirects the users to the first allowed pagge if they do not have access to index.php and errors out only if no page has been assigned to them.

NOTE: It is strange that a user cannot change its password!

d97ab688 09/03/2008 08:33 PM Matthew Grooms

Cleanup some of the authentication code. Fix the problem where you must
navigate away from the initial page twice to get somewhere. Remove some
of the cruft that was no longer used. Don't unconditionally redirect a
user to their homepage if another url was specified pre-login. This will...

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

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

9d23d1fe 07/13/2008 11:49 PM Chris Buechler

fix IE login

Ticket #1707

16513324 04/05/2008 03:59 AM Holger Bauer

Make loginpage more themeable. Only theme that uses this so far is the_wall. Other themes look ugly now (only loginpage) but are usable. Will be fixed within the next day(s).

990dc9ce 02/16/2008 09:26 PM Scott Ullrich
  • Remove blank trailing line
  • Allow custom urls that include pkg.php to be saved
4989bc66 02/03/2008 03:19 AM Scott Ullrich

Latest LDAP changes from Mark Batchelor

43829638 02/03/2008 01:47 AM Scott Ullrich
  • Remove trailing blank line
  • Make sure $search has data before operating on it
b0ed07d1 01/31/2008 06:16 PM Scott Ullrich

Latest eDir / Active Directory tweaks from Mark Batchelor.

Thanks again for him helping us with this project!

2f650197 01/01/2008 12:06 AM Scott Ullrich
  • Missing =
  • Allow user manager to adhere to admins group
7e4a4513 12/28/2007 02:36 AM Scott Ullrich

Allow multiple groups to be assigned per user.

Work sponsored-by: Centipede Networks

0360823f 12/27/2007 07:39 PM Scott Ullrich

Adding LDAP backend glue.

Work sponsored-by: Centipede Networks <http://centipedenetworks.com/>

bdefdc36 12/03/2007 01:20 AM Scott Ullrich

Store global privs list in $g['privs']

a54b3d2d 11/19/2007 12:33 AM Scott Ullrich

Nuke code that does nothing.

0b70925e 11/19/2007 12:22 AM Scott Ullrich

Make the error message clickable so that the admin can easily return to the GUI.

a3401618 11/19/2007 12:17 AM Scott Ullrich

Do not logout session if the user does not have access to a page. We should also hide menu items that user does not have access to.

2d78c552 11/19/2007 12:05 AM Scott Ullrich

Correctly check for page names by including .php. Strip off / if found so that we can get an exact page match against the URL. My test diagnostics user now works.

1351991d 11/18/2007 11:55 PM Scott Ullrich

Instead of throwing a very vague 401 error actually tell the user which page they do not have access to. This will also help admins troubleshoot group manager page privs.

950f0f9e 11/18/2007 11:25 PM Scott Ullrich

Correctly show 401 errors.

a24d9880 08/06/2007 02:49 AM Bill Marquette

Fix field display on login screen

9c55515a 08/01/2007 06:44 PM Bill Marquette

Users that have specific page access can now login

d0a371bf 06/03/2007 06:25 PM Daniel Stefan Haischt
  • fix: background on login screen
cbe2ebe0 05/27/2007 12:25 AM Scott Ullrich

Remove trailing space / cr

b8d19308 05/11/2007 02:31 PM Seth Mos

Correct style sheet class.

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