Project

General

Profile

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

# Date Author Comment
0b4c14a4 01/02/2019 02:50 PM Steve Beaver

Update copyright notices to 2019. Happy New Year

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

Update the Copyright notice for pfSense.

fe7c4634 12/07/2017 08:13 PM Jim Pingle

Fix auth_check.inc so it conforms to the rest of the session management code. While here, make sure it performs a commit to avoid PHP session gc from reaping the session. Fixes occasional timeouts when sitting on pages that only fetch AJAX for prolonged periods. Fixes #8116

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

c07071cb 05/11/2017 07:53 PM Pi Ba

auth_check lowers cpu usage for checking if the user has permission for the page requested when used in place of guiconfig, especially useful for frequent requests like those made by stats and traffic widgets