Project

General

Profile

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

# Date Author Comment
8f2f85c3 01/02/2022 01:05 AM Luiz Souza

Update the Copyright year of the files owned by Rubicon/Netgate.

8f585441 01/03/2021 12:28 PM Luiz Souza

Update the Copyright year.

A subsequent commit will deal with .po's.

0284d79e 01/03/2020 04:37 PM Jim Pingle

This is 2020. Issue #9245

38809d47 07/29/2019 05:50 PM Renato Botelho

Fix copyright message years to reflect BSDP -> ESF -> Netgate

0b4c14a4 01/02/2019 02:50 PM Steve Beaver

Update copyright notices to 2019. Happy New Year

c6c398c6 11/21/2018 06:30 PM Jim Pingle

Fix #9121: Initialize arrays to prevent PHP 7 errors

4de15854 10/23/2018 06:17 PM Jim Pingle

Fix processing of the 'all' group. Fixes #9051

All the 'all' group to the list of groups at the end, rather than the
start. This way it will be considered no matter how users login. This
also fixes issues some users had with the original changes.

fe1afbb7 10/19/2018 01:39 PM Jim Pingle

Consider the "all" group when determining privileges. Fixes #9051

b8f91b7c 01/05/2018 01:44 PM Luiz Souza

Update the Copyright notice for pfSense.

ddd54e83 05/15/2017 08:30 PM Pi Ba

auth_check, move the cmp_page_matches() to its own file so it can be shared by both auth_check.inc and priv.inc

82cd6022 02/27/2017 09:51 PM Pi Ba

phpsessionmanager, this helps starting and committing the php session preventing other requests from being blocked longer than required.

0fafb3cd 02/13/2017 05:30 AM Phil Davis

getAllowedPages consistent code format

9bec85af 01/11/2017 11:54 AM Renato Botelho

Only include files that ends with .inc

c7df3de8 01/07/2017 05:14 AM Jim Pingle

Merge pull request #3346 from scherma/reverting

fce3edc0 01/06/2017 05:42 PM Phil Davis

Allow admin to clear notices

bbb28670 01/05/2017 04:35 PM Joash Lewis

Corrected indentation style

280f0009 01/04/2017 06:55 PM Joash Lewis

Set default in 'else' of if block

4034876f 01/03/2017 11:31 PM Joash Lewis

Fix indentation

79e18c9f 01/03/2017 11:24 PM Joash Lewis

Merge branch 'master' into reverting

6240c8fe 01/03/2017 11:06 PM Joash Lewis

Override default timer if set in system config

02b8b883 01/03/2017 10:26 PM Joash Lewis

Cache authentication for a short time

Currently there is an authentication lookup for every GET; a single page load can cause dozens of lookups and hundreds of lines of logs (and continuous logs in the case of pages with widgets). This change allows pfsense to remember authentication, but forces recheck after a short time in case of access revocations/changes.

745b8095 01/03/2017 10:18 PM Joash Lewis

Cache authentication for a short time

Currently there is an authentication lookup for every GET; a single page load can cause dozens of lookups and hundreds of lines of logs (and continuous logs in the case of pages with widgets). This change allows pfsense to remember authentication, but forces recheck after a short time in case of access revocations/changes.

9416a5a3 01/03/2017 08:59 PM Joash Lewis

SESSION remembers authentication instead of checking for every HTTP request

b399d623 01/03/2017 08:52 PM Joash Lewis

SESSION remembers authentication instead of checking for every HTTP request

b77a6394 10/15/2016 03:06 PM Pi Ba

increase webgui usability when the remote ldap server isn't available

81299b5c 09/06/2016 07:23 PM Renato Botelho

Move copyright from ESF to Netgate

b12ea3fb 07/15/2016 07:30 PM Renato Botelho

Move to Apache License 2.0

c5d81585 07/15/2016 06:30 PM Renato Botelho

Review license / copyright on all files (final round)

ac24dc24 07/14/2016 09:33 PM Renato Botelho

Review license / copyright on all files (1st round)

86573bb9 06/27/2016 11:31 PM Phil Davis

Update include() to include_once()

For safety, use include_once() when including various "side" files.
There are a couple of instances of include("guiconfig,inc") that I
changes to use require_once() to be consistent with everywhere else.
The remaining cases of include() are just (hundreds of) head.inc and...

5d916fc7 02/03/2016 04:02 PM Stephen Beaver

Improvements to the priviledge filter functionality

09221bc3 01/15/2016 01:44 PM Renato Botelho

Update license on files from /etc/inc

6aa3723a 12/15/2015 06:03 PM Renato Botelho

Remove all pfSense_MODULE and pfSense_BUILDER_BINARIES definitions, whatever was the reason they were added, it was never finished and it's not being used

b37b4034 11/10/2015 12:14 PM Phil Davis

etc inc delete $Id comments

and bits of white space.
Note: There are plenty of files still with old-format copyright sections
in here.

46bc6e54 08/25/2015 05:49 PM Renato Botelho

Move main pfSense content to src/