summaryrefslogtreecommitdiffstats
path: root/src/etc/inc/priv.inc
Commit message (Collapse)AuthorAgeFilesLines
* auth_check, move the cmp_page_matches() to its own file so it can be shared ↵PiBa-NL2017-05-151-35/+1
| | | | by both auth_check.inc and priv.inc
* phpsessionmanager, this helps starting and committing the php session ↵PiBa-NL2017-02-271-1/+2
| | | | preventing other requests from being blocked longer than required.
* getAllowedPages consistent code formatPhil Davis2017-02-131-4/+4
|
* Only include files that ends with .incRenato Botelho2017-01-111-2/+3
|
* Merge pull request #3346 from scherma/revertingjim-p2017-01-071-2/+23
|\
| * Corrected indentation stylescherma2017-01-051-21/+21
| |
| * Set default in 'else' of if blockscherma2017-01-041-5/+6
| |
| * Fix indentationscherma2017-01-031-188/+233
| |
| * Merge branch 'master' into revertingscherma2017-01-031-215/+170
| |\
| | * Cache authentication for a short timescherma2017-01-031-6/+12
| | | | | | | | | 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.
| | * SESSION remembers authentication instead of checking for every HTTP requestscherma2017-01-031-300/+217
| | |
| | * SESSION remembers authentication instead of checking for every HTTP requestscherma2017-01-031-18/+58
| | |
| * | Override default timer if set in system configscherma2017-01-031-0/+3
| | |
| * | Cache authentication for a short timescherma2017-01-031-5/+22
| |/ | | | | 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.
* | Allow admin to clear noticesPhil Davis2017-01-061-10/+17
|/
* increase webgui usability when the remote ldap server isn't availablePiBa-NL2016-10-151-6/+8
|
* Move copyright from ESF to NetgateRenato Botelho2016-09-061-1/+1
|
* Move to Apache License 2.0Renato Botelho2016-07-151-41/+9
|
* Review license / copyright on all files (final round)Renato Botelho2016-07-151-4/+4
|
* Review license / copyright on all files (1st round)Renato Botelho2016-07-141-54/+54
|
* Update include() to include_once()Phil Davis2016-06-281-2/+2
| | | | | | | | | | 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 footer.inc - those are only at the start/end of the ordinary top-level interactive PHP files. There is no nested interaction of those to think about, so that should be fine.
* Improvements to the priviledge filter functionalityStephen Beaver2016-02-031-1/+1
|
* Update license on files from /etc/incRenato Botelho2016-01-151-23/+39
|
* Remove all pfSense_MODULE and pfSense_BUILDER_BINARIES definitions, whatever ↵Renato Botelho2015-12-151-4/+0
| | | | was the reason they were added, it was never finished and it's not being used
* etc inc delete $Id commentsPhil Davis2015-11-101-1/+0
| | | | | | and bits of white space. Note: There are plenty of files still with old-format copyright sections in here.
* Move main pfSense content to src/Renato Botelho2015-08-251-0/+337
OpenPOWER on IntegriCloud