Project

General

Profile

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

# Date Author Comment
aa205c3b 12/20/2013 10:08 PM Ermal LUÇI

Rmoeve register_long_arrays from php.ini and from php code the use of HTTP_*_VARS as its deprecated and luckily low use in pfSense to win memory and compativility

058bc2a8 07/03/2013 03:32 PM Matthew Smith

Omit IP warning if HTTP_REFERER check is disabled.

71034b51 02/15/2013 10:12 AM Renato Botelho

Treat openvpn tunnel IPs as local IPs and prevent warning on login page when acessing it using tun IP address. Fixes #1681

1b209514 02/10/2013 07:19 PM Phil Davis

Fix login form username field focus

The Username filed was no longer getting focus - just a missing "/" in a critical place.

52593da5 02/06/2013 07:27 PM Colin Fleming

Update HTML in "include" files

Udated the DOCTYPE to make it W3C standard/compliant.

Moved "sorttable.js", "ticker.js" and the "antiClickJack style" from
"fbegin.inc" and place them in "head.inc" (where they belong), this may
also help the Widescreen package to work....

a3381369 01/14/2013 01:27 PM Colin Fleming

Update PHP shorthand tag

Standardise all PHP start tags from "

4111fcf5 01/03/2013 10:50 PM Ermal LUÇI

Always commit the session fast to allow other consumers to proceed to their requests. This unbreaks now the lock up the GUI had allowing only one action from same source per time. Now even if you run a command that blocks indefinitely for example the GUI want lock anymore but allow you to proceed to other actions

14ad84bc 11/20/2012 01:04 PM Jim Pingle

No need to do this here - we have a System > Advanced option that already controls this. Revert "Do not allow autocomplete of the password field to avoid security issues:"

This reverts commit 3dc69d374dcfa39094b0332e2516d3ae68467cfa.

3dc69d37 11/20/2012 08:22 AM Ermal LUÇI

Do not allow autocomplete of the password field to avoid security issues:

1e1e1ec8 11/02/2012 02:50 PM Jim Pingle

Make a function to get the current theme and use it everywhere rather than duplicating code or missing functions. (Fixes forced themes using the wrong theme for login screen)

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

86cf3681 01/21/2012 08:08 PM Vinícius Coque

making small fixes on jQuery code

d6159f76 01/15/2012 02:53 PM Vinícius Coque

Scriptaculous / prototype replaced by jQuery

4fbc8429 09/02/2011 05:03 PM Jim Pingle

Only do cookie check if the form has already been posted. The cookie check is not accurate for the first page load after a browser has been opened, has to be at least one refresh/post first.

0041092c 08/31/2011 06:46 PM Jim Pingle

If a user's browser does not support cookies, print an error on the login form telling them so.

Conflicts:

etc/inc/authgui.inc
0d4f348f 08/10/2011 02:40 PM Jim Pingle

Log when a user tries to access an unauthorized page.

8b6313a4 07/12/2011 11:57 PM Jim Pingle

Merge remote-tracking branch 'upstream/master'

Conflicts:
etc/inc/easyrule.inc
etc/inc/filter.inc
etc/inc/interfaces.inc
etc/inc/services.inc
etc/inc/xmlrpc_client.inc
usr/local/www/fbegin.inc
usr/local/www/services_dhcp.php

3cfc695c 07/11/2011 12:58 PM Vinicius Coque

Fix gettext

d21d6e20 05/23/2011 06:41 PM Vinicius Coque

Merge remote-tracking branch 'mainline/master' into inc

Conflicts:
etc/inc/interfaces.inc
etc/inc/upgrade_config.inc
etc/inc/vpn.inc

69be9601 05/13/2011 11:43 AM Seth Mos

Merge remote branch 'upstream/master'

Conflicts:
etc/inc/vslb.inc
etc/version

1031c9ea 05/12/2011 02:45 PM Jim Pingle

Make autocomplete on the login form optional.

54bdff75 03/25/2011 11:49 AM Vinicius Coque

Merge remote-tracking branch 'mainline/master' into inc

Conflicts:
etc/inc/auth.inc
etc/inc/config.lib.inc
etc/inc/filter.inc
etc/inc/pfsense-utils.inc
etc/inc/pkg-utils.inc
etc/inc/priv.defs.inc
etc/inc/services.inc...

2c1b25d6 02/10/2011 03:08 PM Seth Mos

Merge remote branch 'upstream/master'

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

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

f48d337f 11/12/2010 09:45 PM Seth Mos

Add ipv6 local addresses to the IP address list for the rebinding check

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.

10f0a57a 10/11/2010 03:53 PM Renato Botelho

Merge remote branch 'mainline/master' into inc

Conflicts:
etc/inc/authgui.inc

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

Fix text.

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

Wording fix.

addc0439 10/01/2010 01:17 PM Renato Botelho

Fix quotes to use %N$X on gettext calls

47f12397 08/30/2010 11:36 PM Renato Botelho

Fix gettext calls with printf to permit change strings order

0b70d9f4 08/13/2010 04:52 PM Carlos Eduardo Ramos

Implement gettext() calls on authgui.inc

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