Update the Copyright year of the files owned by Rubicon/Netgate.
Update the Copyright year.
A subsequent commit will deal with .po's.
This is 2020. Issue #9245
Fix copyright message years to reflect BSDP -> ESF -> Netgate
Update copyright notices to 2019. Happy New Year
Fix #9121: Initialize arrays to prevent PHP 7 errors
Fix processing of the 'all' group. Fixes #9051
All the 'all' group to the list of groups at the end, rather than thestart. This way it will be considered no matter how users login. Thisalso fixes issues some users had with the original changes.
Consider the "all" group when determining privileges. Fixes #9051
Update the Copyright notice for pfSense.
auth_check, move the cmp_page_matches() to its own file so it can be shared by both auth_check.inc and priv.inc
phpsessionmanager, this helps starting and committing the php session preventing other requests from being blocked longer than required.
getAllowedPages consistent code format
Only include files that ends with .inc
Merge pull request #3346 from scherma/reverting
Allow admin to clear notices
Corrected indentation style
Set default in 'else' of if block
Fix indentation
Merge branch 'master' into reverting
Override default timer if set in system config
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.
SESSION remembers authentication instead of checking for every HTTP request
increase webgui usability when the remote ldap server isn't available
Move copyright from ESF to Netgate
Move to Apache License 2.0
Review license / copyright on all files (final round)
Review license / copyright on all files (1st round)
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 Ichanges to use require_once() to be consistent with everywhere else.The remaining cases of include() are just (hundreds of) head.inc and...
Improvements to the priviledge filter functionality
Update license on files from /etc/inc
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
etc inc delete $Id comments
and bits of white space.Note: There are plenty of files still with old-format copyright sectionsin here.
Move main pfSense content to src/